2014-12-01 12 views

Odpowiedz

4

Użyj caption package ustawić klucz-wartość font do 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} 

Możliwe jest również dostosowanie formatów etykiet tekstowych i indywidualnie dla figure s oraz table s oddzielnie. Jednak spójność jest tu lepszą opcją.

+0

Świetnie, to działało idealnie! –

+0

jak ustawić numer pt? –

+0

@ZachSmith: Zdefiniuj własną czcionkę napisu, używając '\ DeclareCaptionFont'. Zobacz [ten wklej] (https://pastebin.com/Eg42HRWQ). – Werner

Powiązane problemy