Hello, Loading the chemml module I get the following error: system : macros of module chemml loaded (/usr/share/texmf-tetex/tex/context/base/x-chemml.tex xml : loading module cml (/usr/share/texmf-tetex/tex/context/base/xtag-cml.tex ! Undefined control sequence. <argument> \c!variant =\v!a \xprocesscommaitem #1,#2->\if ,#1 ,\@EA \xprocesscommaitem \else \if ]#1\@EAE... \xdogetparameters #1]->\xprocesscommaitem #1,] ,\@relax@ l.23 \setupCMLappearance [ion] [\c!variant=\v!a] I assume this will go away once I switch to the most recent ConTeXt? Thanks, Joh
Johannes Graumann wrote:
Hello,
Loading the chemml module I get the following error:
system : macros of module chemml loaded (/usr/share/texmf-tetex/tex/context/base/x-chemml.tex xml : loading module cml (/usr/share/texmf-tetex/tex/context/base/xtag-cml.tex ! Undefined control sequence. <argument> \c!variant =\v!a \xprocesscommaitem #1,#2->\if ,#1 ,\@EA \xprocesscommaitem \else \if ]#1\@EAE...
\xdogetparameters #1]->\xprocesscommaitem #1,] ,\@relax@ l.23 \setupCMLappearance [ion] [\c!variant=\v!a]
I assume this will go away once I switch to the most recent ConTeXt?
No, it will not. You have just discovered a bug in the very latest context. Line 23 should read: \setupCMLappearance [ion] [\c!alternative=\v!a] Cheers, taco
Taco Hoekwater wrote:
Johannes Graumann wrote:
Hello,
Loading the chemml module I get the following error:
system : macros of module chemml loaded (/usr/share/texmf-tetex/tex/context/base/x-chemml.tex xml : loading module cml (/usr/share/texmf-tetex/tex/context/base/xtag-cml.tex ! Undefined control sequence. <argument> \c!variant =\v!a \xprocesscommaitem #1,#2->\if ,#1 ,\@EA \xprocesscommaitem \else \if ]#1\@EAE...
\xdogetparameters #1]->\xprocesscommaitem #1,] ,\@relax@ l.23 \setupCMLappearance [ion] [\c!variant=\v!a]
I assume this will go away once I switch to the most recent ConTeXt?
No, it will not. You have just discovered a bug in the very latest context. Line 23 should read:
\setupCMLappearance [ion] [\c!alternative=\v!a]
also grep for variant and make that alternative i'll rewrite the cml module (analogue to mml and pml) an dit will end uo in the next beta (so if one needs extra functionality ... this is the moment to ask for it) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Johannes Graumann wrote:
Hello,
Loading the chemml module I get the following error:
system : macros of module chemml loaded (/usr/share/texmf-tetex/tex/context/base/x-chemml.tex xml : loading module cml (/usr/share/texmf-tetex/tex/context/base/xtag-cml.tex ! Undefined control sequence. <argument> \c!variant =\v!a \xprocesscommaitem #1,#2->\if ,#1 ,\@EA \xprocesscommaitem \else \if ]#1\@EAE...
\xdogetparameters #1]->\xprocesscommaitem #1,] ,\@relax@ l.23 \setupCMLappearance [ion] [\c!variant=\v!a]
I assume this will go away once I switch to the most recent ConTeXt?
can you sen dme your test file? Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Johannes Graumann wrote:
Hello,
Loading the chemml module I get the following error:
system : macros of module chemml loaded (/usr/share/texmf-tetex/tex/context/base/x-chemml.tex xml : loading module cml (/usr/share/texmf-tetex/tex/context/base/xtag-cml.tex ! Undefined control sequence. <argument> \c!variant
that should be \setupCMLappearance [ion] [\c!alternative=\v!a] ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Johannes Graumann
-
Taco Hoekwater