Ross Moore wrote:
> 
> > Hi,
> > I noticed a relative shift when including metapost
> > figures in pdflatex using \multiinclude compared to
> > \includegraphics. Since I am not a Tex-specialist,
> > I've  attached a small example at the bottom.
> > I'd be very be glad for a solution.
> 
> You need to shield end-of-line characters with a comment symbol '%'.
> Otherwise it adds a space into the body of the picture,
> which then displaces everything afterwards by the width of a space.
> 
> > \begin{document}
> > \begin{center}
> > \begin{picture}(100,150)
> >     \put(0,0){\fbox{\includegraphics{mist.0}}}%
>            HERE --------------------------------^

[snip]
\def\@mpmulti[#1]#2{%
  %% reset the options 
  \def\mpm@pause{\pause}%
>>>>HERE----------------^
  \global\def\mpm@graphics{}%
>>>>HERE--------------------^
  %% get the arguments
  \setkeys{mpm}{#1}%
[snip]

This modification in mpmulti.sty did it!
Thanks!

Marcus

-- 
+-------------------------------------------------------
| Marcus Eger
+-------- ><> -------------------------------------------
| E-Mail: [EMAIL PROTECTED] (NEW)
|         [EMAIL PROTECTED] (OLD)
| WWW:    http://neuro.physik.uni-marburg.de/~eger (NEW)
+--------------------------------------------------------

Reply via email to