Hi,

I uploaded a beta:

- Project structure related files are now dealt with in lua: it's mostly compatible but somewhat more strict (proper push and pop). In the log file the used structure is summarized.

- All writing from lua to tex is now under control of the cld infrastructure. This means that logging is more complete. The speed penalty is neglectable and in some places faster.

- There are a couple of fixes related to marks.

- There are a couple of fixes (thanks to Wolfgang, who checks all commands as part of the user interface (setups) documentation).

- In \asciimode, %% now can be used as traditional tex comment starter. Also, modules and environments are loaded under the normal catcode regime.

- Typing gets frontstripped with the number of spaces in front of \stoptyping so that one can have nicely formatted input like:

\startitemize
  \startitem test

  \starttyping
  test
  \stoptyping

  \stopitem
\stopitemize

- Entities in xml mode have a slightly different roundtrip treatment now and hopefully Thomas S as well as Hans vd M files still work ok.

- Unicode math variants (supported by xits) are supported:

\mathematics {
  \utfchar{"2229} =
  \utfchar{"2229}\utfchar{"FE00} =
  \vsone{\utfchar{"2229}}
}

- Defining commands at the lua end now also handles arg only cases and has better tracing.

- Some other other things, like \startlayout[page] ... \stoplayout and whatever I forgot.

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
    tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to