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 <shreesh...@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 -------------------------------------------------- Subscriptions, Archive, and List information, etc.: http://tug.org/mailman/listinfo/xetex