[tex-k] Broken "-tex" option in MetaPost

Akira Kakuto kakuto at fuk.kindai.ac.jp
Wed Nov 21 04:59:18 CET 2018


> Well, I *do* build from current SVN sources (with luatex
> changes reverted), but I don't see any reason why this
> should break something.

I tried with the latest sources in the luatex/branches/experimental.
All of 1.eps, 2.eps, and 3.eps have the same
%%BoundingBox: 2 -9 45 -2
%%HiResBoundingBox: 2.09999 -8.90779 44.85638 -2.09999

#!/bin/sh
mpost test.mp
mv test.eps 1.eps
rm test.log test.mpx
#
mpost -tex=tex test.mp
mv test.eps 2.eps
rm test.log test.mpx
#
mpost -tex=etex test.mp
mv test.eps 3.eps
rm test.log test.mpx

Best,
Akira


More information about the tex-k mailing list