Margin Figures in Latex
13,237
Use the caption package:
\usepackage{caption}
and e.g.
\marginpar{%
\includegraphics[width=\marginparwidth]{myfile}
\captionof{figure}{The caption}
}

Author by
ahmet nurlu
Updated on June 20, 2022Comments
-
ahmet nurlu 12 months
I would like to put some figures in margin in my latex documents. I want them to be non-float. Is there any package for it.
thanks