I have the following code
\documentclass[multi={image},crop,ignorerest]{standalone}%
\usepackage{multido}
\begin{document}
\multido{\iframe=1+1}{2}{
\begin{image}
\iframe
\end{image}
}
\end{document}
which is failing with this error:
ERROR: Extra }, or forgotten \endgroup.
--- TeX said ---
\endsa@boxit ...dvarwidth \color@endgroup \egroup
l.8 }
Can you help me figure out what is happening?
standalone. – Martin Scharrer Mar 06 '12 at 10:46