Is there a way to place margins next to a figure? As for now, I do the following:
Code: Select all
\begin{figure}
...
\end{figure}
\marginpar{some text}
Thanks.
Code: Select all
\begin{figure}
...
\end{figure}
\marginpar{some text}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\usepackage{marginnote}
\begin{document}
\begin{figure}
...
\marginnote{note}
\end{figure}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.