Am 03.04.2015 um 12:56 schrieb Willi Egger
: Good afternoon,
I downloaded the latest beta: current version: 2015.04.01 12:00
What i detect is not related to the latest version, but I think it is good to test with it…
1. When using the command \starthead..\stophead in an itemize with head style set to bold, not only the head gets bold but the whole item. On the other hand if using \head then it works ok.
The \starthead command takes the head text as argument, e.g. \starthead{Head A}
2. I use a lot \Milli\Meter. When loading the module with \usemodule[units] it works fine. But in the log there is a message that this is an obsolete module. - This is unfortunately not true, because when not loading the module the compilation stops with an error of an undefined control sequence.
The built-in unit mechanism uses a different syntax and has more options than the old units module. \starttext \startitemize \starthead{Units} \unit{1000 milli meter} \stophead \stopitemize \stoptext Wolfgang