Econometrics blog

Apr 1, 2021

Caption above image & figure's note

 The floatrow package offers the \floatfoot macro for notes in addition to a float's \caption.

---------------------------------------------------------------------------

\documentclass{article}

\usepackage[capposition=top]{floatrow}

\begin{document}

\begin{figure}
% \centering% default with `floatrow`
\rule{1cm}{1cm}% placeholder for `\includegraphics`
\caption{A figure}
\floatfoot{A note}
\end{figure}

\end{document}
--------------------------------------------------

Output: