[tex-live] mpost bug report
Pavel Calabek
Pavel Calabek" <calabek@upol.cz
Wed, 4 Jul 2001 13:01:20 +0200
There is probably bug in TexLive 5 (Version
0.641 (Web2c 7.3.2x))
Windows distribution of mpost.
If in MetaPost file is prologues sets to positive
number
and there is some graphics command, eg.
----------------t.mp
defaultfont:="rptmr";
prologues:=1;
beginfig(1);
dotlabel.urt("C",(1cm,1cm));
endfig;
bye
-------------------------------
and some lines in psfonts.map are separated by CR
LF (PC end of line)
instead LF (Unix end of line) mpost collapses with
this log file
-----------------------t.log
This is MetaPost, Version 0.641 (Web2c 7.3.2x)
(mem=mpost 2001.5.23) 23 MAY 2001 08:54
**t.mp
(t.mp [1
! Emergency stop.
endfig->scantokens.extra_endfig;shipit;
endgroup
l.11 endfig
;
The psfonts.map file is bad!
--------------------------------------------------
------
But according documentation to dvips is
psfonts.map
the text file and by my opinion independent on
type of end of
line.
With best regards
Pavel Calabek
calabek@upol.cz