[NTG-context] Error while loading chemml

2006-04-07 Thread Johannes Graumann
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
 ,[EMAIL PROTECTED] \xprocesscommaitem \else
\if [EMAIL PROTECTED]

\xdogetparameters #1]-\xprocesscommaitem #1,]
  ,[EMAIL PROTECTED]@
l.23 \setupCMLappearance [ion] [\c!variant=\v!a]

I assume this will go away once I switch to the most recent ConTeXt?

Thanks, Joh

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Error while loading chemml

2006-04-07 Thread Taco Hoekwater


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
  ,[EMAIL PROTECTED] \xprocesscommaitem \else
 \if [EMAIL PROTECTED]
 
 \xdogetparameters #1]-\xprocesscommaitem #1,]
   ,[EMAIL PROTECTED]@
 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
___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Error while loading chemml

2006-04-07 Thread Hans Hagen
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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Error while loading chemml

2006-04-07 Thread Hans Hagen
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
  ,[EMAIL PROTECTED] \xprocesscommaitem \else
 \if [EMAIL PROTECTED]

 \xdogetparameters #1]-\xprocesscommaitem #1,]
   ,[EMAIL PROTECTED]@
 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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Error while loading chemml

2006-04-07 Thread Hans Hagen
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
  ,[EMAIL PROTECTED] \xprocesscommaitem \else
 \if [EMAIL PROTECTED]

 \xdogetparameters #1]-\xprocesscommaitem #1,]
   ,[EMAIL PROTECTED]@
 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
-

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context


Re: [NTG-context] Error while loading chemml

2006-04-07 Thread Johannes Graumann
Hans Hagen wrote:

 also grep for variant and make that alternative

Fixed. If I come across desirable functionality I'll let you know.

Joh

___
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context