On 2019-06-10 at 22:48:35 +0000, Taylor, P wrote:
Karl Berry wrote:
Pavel - if your setup can run pdftex ..., I surmise it can run env max_print_line=9999 pdftex ... That should be portable to everything except Windows; I have no good solution for Windows, sorry.
Does not "set max_print_line=9999" have the same effect for the Windows CMD command-line interpreter ? I assume that "env" is Unix's typically cryptic way of setting environment variables.
Look at Karl's example carefully. The variable setting affects only one process env max_print_line=9999 pdftex ... while your example sets max_print_line for the current shell and thus probably interferes with log-file parsers. On Windows you can write a batch file which sets max_print_line locally and calls pdftex. Regards, Reinhard -- ------------------------------------------------------------------ Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:reinhard.kotucha@web.de ------------------------------------------------------------------