gpt4 book ai didi

latex - 如何减少所有图中的标题大小

转载 作者:行者123 更新时间:2023-12-04 05:23:48 27 4
gpt4 key购买 nike

我希望我的图形和表格的标题与\footnotesize 具有相同的大小。在我的文件的序言中是否有一些东西可以做到这一点?

最佳答案

使用 caption package设置 font键值对 footnotesize :

enter image description here

\documentclass{article}
\usepackage{caption}
\captionsetup{font=footnotesize}
\begin{document}

Some regular text set in \verb|\normalsize|.
\begin{table}[t]
\caption{A table using \texttt{\string\footnotesize}.}
\end{table}
\begin{figure}[t]
\caption{A figure using \texttt{\string\footnotesize}.}
\end{figure}

\end{document}

也可以单独调整 figure 的标签和文本格式。 s 和 table分别。但是,一致性在这里是更好的选择。

关于latex - 如何减少所有图中的标题大小,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27238963/

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