ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Suppress routine messages.
@ 2005-04-05 23:07 John R. Culleton
  2005-04-06  6:24 ` luigi.scarso
  0 siblings, 1 reply; 2+ messages in thread
From: John R. Culleton @ 2005-04-05 23:07 UTC (permalink / raw)


When I run texexec against a file with lots (101) chapters plus
sections the messages to the console documenting each such
subdivision seem to be slowing down the compilation. Is there a
switch to suppress all the printout?

 run -- 
John Culleton
Able Indexers and Typesetters
http://wexfordpress.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Suppress routine messages.
  2005-04-05 23:07 Suppress routine messages John R. Culleton
@ 2005-04-06  6:24 ` luigi.scarso
  0 siblings, 0 replies; 2+ messages in thread
From: luigi.scarso @ 2005-04-06  6:24 UTC (permalink / raw)


John R. Culleton wrote:

>When I run texexec against a file with lots (101) chapters plus
>sections the messages to the console documenting each such
>subdivision seem to be slowing down the compilation. Is there a
>switch to suppress all the printout?
>
> run -- 
>John Culleton
>Able Indexers and Typesetters
>http://wexfordpress.com
>
>
>_______________________________________________
>ntg-context mailing list
>ntg-context@ntg.nl
>http://www.ntg.nl/mailman/listinfo/ntg-context
>
>  
>
To make c.pdf from c.tex I use
$> texexec --pdf --silent c

Sometimes, if I'm sure about c.tex, under Linux i can write
$> texexec --pdf --batch --silent c &>/dev/null
Warning: --batch run until end, so I can make a bad pdf  if c is wrong.

I can do also

$> texexec --pdf --silent c &>myout
but if c.tex file is wrong, texexec can stop itself and wait from a 
prompt, and I can think that texexec is still running.
(in this situation, if I hit 'q' I will enter in batch-mode; with  
ctrl-d I abort texexec. myout collect standard out and error)
This can be a quick way to make a pdf, but sure not safe.

luigi

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-04-06  6:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-05 23:07 Suppress routine messages John R. Culleton
2005-04-06  6:24 ` luigi.scarso

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).