[Tuglist] Re: Metapost & LaTex
Suraj Kumar S.
tuglist@mail.gnu.org.in
Tue, 7 Aug 2001 19:17:11 +0530
Thankyou for the prompt reply sir.
Now iam finding another problem with pdflatex. When i compile a latex
document with pdflatex which contains "mps", a lot of space (about an inch or
more) is left after the picture position. Is it a bug or is it because of
my usage ?
But the same latex file, when compiled with latex -> dvips -> generates neat
ps output, without those unwanted space between the picture and the text
which comes after the picture.
any hints ?
-suraj
On Tue, Aug 07, 2001 at 03:37:32PM +0530, Radhakrishnan CV wrote:
> Suraj,
>
> I am sorry, I just replied your mail with pdfTeX in my mind, since
> that will be the usual problem always querried. However, you can
> adopt the same means in LaTeX too.
>
> Move the pic.0 to pic.mps. And here is a typical document;
>
> \documentclass{article}
> \usepackage{graphicx,m-metapo}
> \begin{document}
>
> \includeMPgraphics{pic.mps}
>
> \end{document}