[tex-live] mpost segfault
Hans Hagen
pragma at wxs.nl
Wed Oct 26 10:04:59 CEST 2005
Thomas Esser wrote:
>This does not happen here when calling mptopdf and this seems to be a
>bug in texexec.
>
>
texexec is not involved here, but your analysis made me look into
mptopdf.pl:
i found that i'd swapped the -mem flags in the following snippet:
if ($MetaFun) {
$mpbin = 'mpost --mem=metafun' ;
} else {
$mpbin = 'mpost --mem=mpost' ;
}
there is no reason to use progname here since the mem matches it and
using a progname would complicate things
(hartmut: you can also use texexec to convert mp to pdf: "texexec
--mptex test.mp")
Hans
More information about the tex-live
mailing list