Re: [NTG-pdftex] Re: pdftex: unrecognized option `-output-format=pdf'
14 Jul
2004
14 Jul
'04
3:39 a.m.
in texmfmp.c, just add the three marked lines:
#endif /* MP */ + #if defined(pdfTeX) || defined(pdfeTeX) || defined(pdfxTeX) + { "output-format", 1, 0, 0 }, + #endif /* pdfTeX or pdfeTeX or pdfxTeX */ { 0, 0, 0, 0 } };
It overruns the initex setting, but it can be overrun by \pdfoutput (not the other way around, as it may be practical for such an option?).
I'm sorry I did not notice that --output-format was thrown out of getopt option list. I think the option is useful in some cases. I hope that the above three lines are revived. Best regards Akira
7472
Age (days ago)
7472
Last active (days ago)
0 comments
1 participants
participants (1)
-
Akira Kakuto