[metapost] Metapost btex etex problem

"Rothfuß, Ralf" Ralf.Rothfuss at hs-esslingen.de
Wed Jul 31 22:44:15 CEST 2013


Hi,

I tried but unfortunately without success:

==========================================================
C:\Users\ralf\Documents\HS_Esslingen\Mathematik\metapost\ralf>mpost --tex=tex --debug mpsimp2
This is MetaPost, version 1.803 (kpathsea version 6.1.1)
(mpost.mp (c:/rt/texlive/2013/texmf-dist/metapost/base/plain.mp
Preloading the plain mem file, version 1.004) ) (./mpsimp2.mpmakempx debug: ./mpsimp2.mp: running command tex mpa04584.t
ex
makempx debug: ./mpsimp2.mp: renaming mpa04584.tex to mpxerr.tex
makempx debug: ./mpsimp2.mp: renaming mpa04584.log to mpxerr.log
fatal: Command failed: tex mpa04584.tex; see mpxerr.logmakempx fatal: ./mpsimp2.mp: Command failed: tex mpa04584.tex; se
e mpxerr.log

>> mpsimp2.mp
>> mpsimp2.mpx
! ! Unable to make mpx file.
l.6   label.rt(btex
                    $A$ etex, (5cm, 0cm));
Transcript written on mpsimp2.log.

C:\Users\ralf\Documents\HS_Esslingen\Mathematik\metapost\ralf>
==========================================================

Thank you anyway for your help. I will continue trying and tell you if I succeed.

Best regards
Ralf 
-----Original Message-----
From: metapost [mailto:metapost-bounces at tug.org] On Behalf Of Akira Kakuto
Sent: Wednesday, July 31, 2013 10:21 PM
To: "Rothfuß, Ralf"
Cc: metapost at tug.org
Subject: Re: [metapost] Metapost btex etex problem

Hi,

> Is there anything I can check?

Sorry, I can't help you at present, but
try
mpost --tex=tex --debug mpsimp2
with a simpler example:

%
% mpsimp2.mp
%
beginfig(1)
  draw (0,0)--(5cm,0) withpen pencircle scaled 1pt;
  label.rt(btex $A$ etex, (5cm, 0cm));
endfig;
end.

Best,
Akira

--
http://tug.org/metapost/



More information about the metapost mailing list