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

___________________________________________________________________________________
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