Hans Hagen said this at Fri, 27 May 2005 01:34:57 +0200:

>what does
>
>   texmfstart newtexexec --make --all
>
>do?

Interesting...
It builds the formats (not engine aware in terms of where it puts
the .fmt files--at least it uses different switches compared to what I'm
used to), but (old)texexec did that too.

What's interesting is that it doesn't insist on rebuilding the format on
a normal (--pdf) run. (And it's fast: does it buffer the terminal output?)

in summary:
texexec --make --all
  Builds the formats.
texexec --pdf myfile
  fails to find the format, builds it, runs the file
texmfstart newtexexec --make --all
  Builds the formats.
texmfstart newtexexec --pdf myfile
  finds the format correctly, runs the file quickly.

texmfstart newtexexec --make --xtx --engine en
  Builds a XeTeX format, but leaves it in the web2c directory
texexec --make --xtx --engine en
  Builds a XeTeX format, and correctly puts it in web2c/xetex

hmm. Honestly, I personally didn't have any complaints with the
operation of the previous version of texexec.
-- 
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 Adam T. Lindsay, Computing Dept.     [EMAIL PROTECTED]
 Lancaster University, InfoLab21        +44(0)1524/510.514
 Lancaster, LA1 4WA, UK             Fax:+44(0)1524/510.492
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to