ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* --silent switch seems not to work.
@ 2006-08-12 16:01 John R. Culleton
  2006-08-12 17:52 ` Taco Hoekwater
  0 siblings, 1 reply; 3+ messages in thread
From: John R. Culleton @ 2006-08-12 16:01 UTC (permalink / raw)


The --silent parameter seems to have no effect. I still get
messages listing every  typescript in use on every pass: e.g.,
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
(/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex)
(./type-charter.tex

The above is repeated about four times. 

All this trivia slows down the compile process significantly.

I am using texexec 5.4.3. I get warning messages telling me to
use texmfstart instead but since that script is not functional on my
machine I just use texexec. It seems to work OK except
for the --silent script. 

On Linux I can always say:
texexec book.tex >/dev/null

but this obscures error messages as well.

-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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

* Re: --silent switch seems not to work.
  2006-08-12 16:01 --silent switch seems not to work John R. Culleton
@ 2006-08-12 17:52 ` Taco Hoekwater
  2006-08-14 12:36   ` John R. Culleton
  0 siblings, 1 reply; 3+ messages in thread
From: Taco Hoekwater @ 2006-08-12 17:52 UTC (permalink / raw)


John R. Culleton wrote:
> The --silent parameter seems to have no effect. I still get
> messages listing every  typescript in use on every pass: e.g.,
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-exa.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-syn.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-enc.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-siz.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-map.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-spe.tex)
> (/hdb1/usr/local/texlive/2005/texmf-dist/tex/context/base/type-akb.tex)
> (./type-charter.tex
> 
> The above is repeated about four times. 

--silent only surpresses macro-generated messages, not the ones from
TeX itself. For quieter runs, you can try --batch (\batchmode), but
that will hide (and abort on) any errors in the file.

> All this trivia slows down the compile process significantly.

For a real speedup, set \preloadtypescripts to true in your
cont-sys.tex. It will stop context from loading the files
over and over, instead loading it only once and interpreting the
file completely in that one go. That is much faster (at the expense
of always having the whole contents of those files in memory)

> I am using texexec 5.4.3. I get warning messages telling me to
> use texmfstart instead but since that script is not functional on my

What do you mean with 'not functional'? No ruby installed?

Cheers,
Taco

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

* Re: --silent switch seems not to work.
  2006-08-12 17:52 ` Taco Hoekwater
@ 2006-08-14 12:36   ` John R. Culleton
  0 siblings, 0 replies; 3+ messages in thread
From: John R. Culleton @ 2006-08-14 12:36 UTC (permalink / raw)


On Saturday 12 August 2006 13:52, Taco Hoekwater wrote:
> > I am using texexec 5.4.3. I get warning messages telling me to
> > use texmfstart instead but since that script is not functional on my
>
> What do you mean with 'not functional'? No ruby installed?
>
> Cheers,
> Taco
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

It simply does nothing. If ruby were not installed I would get
an error message of some sort. It just exits immediately 

In fact 
ruby --help gives me instructions for using ruby so it is
installed. 

BTW The trick you gave me with cont-sys.tex eliminates the font
messages after the first pass. Thanks!
-- 
John Culleton
Able Indexing and Typesetting
Precision typesetting (tm) at reasonable cost.
Satisfaction guaranteed. 
http://wexfordpress.com

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

end of thread, other threads:[~2006-08-14 12:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-08-12 16:01 --silent switch seems not to work John R. Culleton
2006-08-12 17:52 ` Taco Hoekwater
2006-08-14 12:36   ` John R. Culleton

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).