Marcus Eger 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.
> Thanks

I have experienced the same behaviour some time ago. I solve the problem
by replacing supp-pdf.tex file by the version of Hans Hagen dated on
April 2000. Some versions of this file are broken and lead to undesired
positioning effects.

Hope this helps.

>   Marcus
> 
> -----------------------------------------------------
> A similar example has been previously posted
> From: Christian Meisl ([EMAIL PROTECTED])
>  Subject: pdfLaTeX und MetaPost?
>  Newsgroups: de.comp.text.tex
>  Date: 2001-02-25 22:48:06 PST
> -----------------------------------------------------
> 
> \documentclass[30pt,landscape]{foils}
> \usepackage{graphicx}
> \usepackage{mpmulti}
> \DeclareGraphicsRule{*}{mps}{*}{}
> 
> \begin{document}
> \begin{center}
> \begin{picture}(100,150)
>     \put(0,0){\fbox{\includegraphics{mist.0}}}
> %%%% from epsmaker mist.mp %%% epstopdf mist.eps
> %    \put(0,30){\fbox{\includegraphics{mist1.pdf}}}
>     \put(0,40){\fbox{\multiinclude{mist}}}
>   \end{picture}
> \end{center}
> \end{document}
> 
> %%%%
> %%%% mist.mp:
> %beginfig(1);
> %  pickup pencircle scaled 0.5mm;
> %  draw (0,0)--(1cm,0);
> %  label.lft(btex Das ist ein Test\dots etex,(0,0));
> %endfig;
> %end
> 
> %%%% mpost mist.mp
> %%%% mv mist.1 mist.0
> 
> --
> +-------------------------------------------------------
> | Marcus Eger
> +-------- ><> -------------------------------------------
> | E-Mail: [EMAIL PROTECTED] (NEW)
> |         [EMAIL PROTECTED] (OLD)
> | WWW:    http://neuro.physik.uni-marburg.de/~eger (NEW)
> +--------------------------------------------------------

-- 
http://www.iit.upco.es/~oscar
Alex Haley was adopted!

Reply via email to