My 2 cents


Ideally I could suppress informational messages but keep the warning
messages, per the traditional unix > and 2> output routings  for
sysout and syserr.  But texexec does not appear to make the
distinction.


$>texexec --pdf --batch  mytest.tex  &>/dev/null

Routing all output to /dev/null is a trick that I use sometimes, but
if the run errors off then it just hangs with no message.


for errors
$>egrep  '^\!'  mytest.log

and for figures
$> egrep 'figure.*can not be found' mytest.log




--
luigi
----------------------------------------------------------------
If your question is of interest to others as well, please add an entry to
the Wiki!

maillist : ntg-context@ntg.nl /
http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to