2014-12-01 107 views

回答

4

使用caption packagefont鍵值設置爲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小號分開。但是,一致性在這裏是更好的選擇。

+0

太棒了,這工作完美! – 2014-12-02 19:03:00

+0

你如何設置點數? – 2018-02-12 13:44:14

+0

@ZachSmith:使用'\ DeclareCaptionFont'定義你自己的標題字體。請參閱[此貼](https://pastebin.com/Eg42HRWQ)。 – Werner 2018-02-12 16:55:49