Hi all,
I am pleased to announce that the new ConTeXt release from Hans Hagen can be downloaded as of now from the Pragma ADE website or one of its mirrors.
http://www.pragma-ade.com/context/current/cont-tmf.zip http://context.aanhet.net/context/current/cont-tmf.zip http://mirror.contextgarden.net/context/current/cont-tmf.zip
The current release has version 2007.04.17
As usual, there is an html page with more detailed release notes available on the Wiki, see:
http://wiki.contextgarden.net/Release_Notes
Highlights: * mptopdf and texexec (once again) support the handling of LaTeX files * allow blocking of installed programs for texutil * fix the handling of external graphics in xetex * various low-level fixes and extensiosn for multicolumn handling * bugfix for disappearing footnotes * support for TeX-Gyre Hermes * For some other small changes, see the wiki page
Happy TeXing,
Taco Hoekwater
Hi Taco,
I was just re-reding your release notes 2007.04.17. What do you mean by "... texexec (once again) support the handling of LaTeX files" ?
Does it mean I can "envelope" latex files/snippets in regular context files and then process?
Checking this, it didn't work, So I googled and found:
Context 2005.07.27: map \end to \finalend (for t-latex module)
But (at least in the latest cont-tmf.zip) I could find a t-latex module...
What does this all mean?
Cheers,
Steffen
On Thu, 19 Apr 2007 17:42:10 +0200, Taco Hoekwater wrote:
taco@elvenkind.com
Hi all,
I am pleased to announce that the new ConTeXt release from Hans Hagen can be downloaded as of now from the Pragma ADE website or one of its mirrors.
http://www.pragma-ade.com/context/current/cont-tmf.zip http://context.aanhet.net/context/current/cont-tmf.zip http://mirror.contextgarden.net/context/current/cont-tmf.zip
The current release has version 2007.04.17
As usual, there is an html page with more detailed release notes available on the Wiki, see:
http://wiki.contextgarden.net/Release_Notes
Highlights:
- mptopdf and texexec (once again) support the handling of LaTeX files
- allow blocking of installed programs for texutil
- fix the handling of external graphics in xetex
- various low-level fixes and extensiosn for multicolumn handling
- bugfix for disappearing footnotes
- support for TeX-Gyre Hermes
- For some other small changes, see the wiki page
Happy TeXing,
Taco Hoekwater
ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Steffen Wolfrum wrote:
Hi Taco,
I was just re-reding your release notes 2007.04.17. What do you mean by "... texexec (once again) support the handling of LaTeX files" ?
It means you can
texexec mylatexfile
instead of
latex mylatexfile
as this is sometimes needed for metapost labels.
The t-latex module is something completely different. Quite a while back, Brooks Moses started work on a module to run latex files on top of context, but that is not related to this texexec feature at all.
I've used that module for a book I typeset that came as latex source with >200 tabular tables that I did not want to convert.
Best wishes, Taco