On 07/13/2011 10:50 PM, Hans Hagen wrote:
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
Hi Hans, my xml files seem to run OK (I just did a few experiments). However, there is a problem with the new project structure code. My book project is set up like a proper ConTeXt project, and with the new version, context has lost the ability to compile single components. context mycomponent will compile the entire document, and then append the single mycomponent at the end of the document. That can't be right... Thomas