ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "luigi.scarso" <luigi.scarso@logosrl.it>
Subject: Re: Suppress routine messages.
Date: Wed, 06 Apr 2005 08:24:19 +0200	[thread overview]
Message-ID: <42538093.4090701@logosrl.it> (raw)
In-Reply-To: <200504052307.21052.john@wexfordpress.com>

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

      reply	other threads:[~2005-04-06  6:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-04-05 23:07 John R. Culleton
2005-04-06  6:24 ` luigi.scarso [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=42538093.4090701@logosrl.it \
    --to=luigi.scarso@logosrl.it \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).