gpt4 book ai didi

latex - 使用 '\cref' 时如何将第一个字母大写?

转载 作者:行者123 更新时间:2023-12-03 18:30:00 26 4
gpt4 key购买 nike

关闭。这个问题不满足Stack Overflow guidelines .它目前不接受答案。












想改善这个问题吗?更新问题,使其成为 on-topic对于堆栈溢出。

6年前关闭。




Improve this question




我使用包 cleveref引用 latex 中的图形或表格。

\usepackage{hyperref}
\usepackage{cleveref}

\cref{sim_figure}

结果有点像 fig. 1 , table I .

但是,我的预期结果是 Fig. 1Table I这是 所要求的IEEEtran .我该怎么办 首字母大写 ?

最佳答案

这在 cleveref 中有明确的概述documentation .

您可以使用 \Cref , 或传递包选项 capitalise :

enter image description here

\documentclass{ieeetran}
\usepackage{hyperref}
\usepackage[capitalise]{cleveref}
\begin{document}
See \cref{fig:myfigure} or \Cref{fig:myfigure}.
\begin{figure}
\caption{Some figure}\label{fig:myfigure}
\end{figure}
\end{document}

如果您想自定义方式 \Cref打印(输出 Fig. 而不是 Figure ),添加
\Crefname{figure}{Fig.}{Figs.}% {<type>}{<singular>}{<plural>}

关于latex - 使用 '\cref' 时如何将第一个字母大写?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31239482/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com