[XeTeX] How to reduce terminal output from xelatex?

Bruno Le Floch blflatex at gmail.com
Mon Aug 1 13:03:33 CEST 2016


On 08/01/2016 12:51 PM, Zdenek Wagner wrote:
> Append >/dev/null in unix systems or >null in Windows, it will send
> all terminal output to a black hole.
> 
> Zdeněk Wagner
> http://ttsm.icpf.cas.cz/team/wagner.shtml
> http://icebearsoft.euweb.cz
> 
> 
> 2016-08-01 12:42 GMT+02:00 ShreeDevi Kumar <shreeshrii at gmail.com>:
>> Hi,
>>
>> I am using commands similar to the following for processing the sanskrit
>> documents using xelatex -
>>
>>   xelatex "\def\istwocol{1} \input{./tmpmyfile.tex}  -max-print-line=2048
>> -c-style-errors -interaction=batchmode"

xelatex sees the options as being part of the tex to run.  Putting the
options first should fix this:

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

Bruno


More information about the XeTeX mailing list