[tex-live] What is the right way to include eps in latex for pdf generating?

Akira Kakuto kakuto at fuk.kindai.ac.jp
Sun Nov 9 00:05:47 CET 2014


Dear Askar,

> But I still think that the bug ( http://paste.debian.net/130920 ) is valid

That is not a bug. mpost generates eps's for dvips
only by default: prologues:=0;

Try, for example

prologues:=1;
beginfig(1)
        dotlabel(btex A etex, (0, 0));
endfig;

beginfig(2)
        dotlabel(btex A etex, (0, 0));
endfig;
end.


If you use prologues:=3;
necessary fonts are downloaded.

Best,
Akira



More information about the tex-live mailing list