Latex Figure position options

Fontsize settings

\tiny, \scriptsize, \footnotesize, \small, \normalsize (default), \large, \Large, \LARGE, \huge and \Huge.

Figure position

With flexible position

1
2
3
4
5
\begin{figure}\centering
	\includegraphics[width=10cm]{FIGURE.jpg}
	\caption[FIGURE-SHORT-CAPTION]{\small FIGURE WHOLE LEGEND/CAPTION.}
	\label{LABEL}
\end{figure}

With fixed position

1
2
3
4
5
\begin{center}
	\includegraphics[width=11cm]{FIGURE.jpg}
	\captionof{figure}[SHORT-CAPTION]{\small WHOLE CAPTION.}
	\label{LEBEL}
\end{center}
comments powered by Disqus
CC-BY-NC 4.0
Built with Hugo Theme Stack