Thanks many times Wolfgang. You were right! I forgot to regenerate the format in the standalone version, respectively I instead regenerated ConTeXt format in TeXLive 2011, which you probably assumed in your mail :-). Everything is in order now. Thanks again. Jaroslav Dne 13.11.2011 14:43, Wolfgang Schuster napsal(a):
Am 13.11.2011 um 14:38 schrieb Jaroslav Hajtmar:
Thanks Wolfgang, but unfortunately for me it still does not work…
Minimal example:
\startcomponent test
\input knuth
\stopcomponent
With the current beta this fails but after I changed
\def\resetsystemmode#1% {\ifcsname\@mode@:\systemmodeprefix#1\endcsname \expandafter\popmacro\csname\@mode@:\systemmodeprefix#1\endcsname \csname\@mode@\systemmodeprefix#1\endcsname\csname\@mode@:\systemmodeprefix#1\endcsname\relax \fi}
to
\def\popsystemmode#1% {\ifcsname\@mode@:\systemmodeprefix#1\endcsname \expandafter\popmacro\csname\@mode@:\systemmodeprefix#1\endcsname \csname\@mode@\systemmodeprefix#1\endcsname\csname\@mode@:\systemmodeprefix#1\endcsname\relax \fi}
and regenerated the format (context --make) it compiles fine.
Wolfgang