pdftex: unrecognized option `-output-format=pdf'
14 Jul
2004
14 Jul
'04
12:18 a.m.
Option -output-format is part of the -help menu, but it seems not to work in rc4/teTeX 2.96.5 (error before even the substring "dvi" or "pdf" is checked); it's at least missing from the getopt option list. Should it be pulled in or thrown out? Regards, Hartmut
14 Jul
14 Jul
12:53 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?). Regards, Hartmut
7473
Age (days ago)
7473
Last active (days ago)
1 comments
1 participants
participants (1)
-
Hartmut Henkel