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
Use the caption package:
\usepackage{caption}
and e.g.
\marginpar{%
\includegraphics[width=\marginparwidth]{myfile}
\captionof{figure}{The caption}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With