Re: [MiKTeX] Problem using LaTeX in MetaPost
MiKTeX source code moved to GitHub
Brought to you by:
csc
|
From: Pétiard F. <pet...@fr...> - 2012-02-07 23:29:23
|
Le 07/02/2012 23:16, Carlos Mallen a écrit :
> Hi,
>
> I'm using MiKTeX version 2.9 and MetaPost version 1.504. I'm no longer able to use LaTeX in MetaPost. The file
>
> verbatimtex
> %&latex
> \documentclass{article}
> \begin{document}
> etex
>
> input latexMP;
>
> filenametemplate "%j-%3c.mps";
>
> beginfig(1);
>
> draw (0, 0)--(150, 150);
> label(btex $A$ etex, (0, 0));
> show mpversion;
>
> endfig;
>
> verbatimtex
> \end{document}
> etex
>
> end
> fails because LaTeX commands aren't recognized. The error file is
Do you have a file mpxerr.tex?
If yes, try:
tex mpxerr.tex
What happens?
--
pet...@fr...
|