[XeTeX] How to reduce terminal output from xelatex?

David Carlisle d.p.carlisle at gmail.com
Mon Aug 1 13:41:19 CEST 2016


>   xelatex "\def\istwocol{1} \input{./tmpmyfile.tex}  -max-print-line=2048 -c-style-errors -interaction=batchmode"

You are applying the options too late so they are ignored.

  xelatex  -max-print-line=2048 -c-style-errors -interaction=batchmode
"\def\istwocol{1} \input{./tmpmyfile.tex}"

David


More information about the XeTeX mailing list