ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Error while loading chemml
@ 2006-04-07  6:39 Johannes Graumann
  2006-04-07 10:46 ` Taco Hoekwater
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Johannes Graumann @ 2006-04-07  6:39 UTC (permalink / raw)


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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error while loading chemml
  2006-04-07  6:39 Error while loading chemml Johannes Graumann
@ 2006-04-07 10:46 ` Taco Hoekwater
  2006-04-07 11:49   ` Hans Hagen
  2006-04-07 10:55 ` Hans Hagen
  2006-04-07 11:00 ` Hans Hagen
  2 siblings, 1 reply; 6+ messages in thread
From: Taco Hoekwater @ 2006-04-07 10:46 UTC (permalink / raw)




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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error while loading chemml
  2006-04-07  6:39 Error while loading chemml Johannes Graumann
  2006-04-07 10:46 ` Taco Hoekwater
@ 2006-04-07 10:55 ` Hans Hagen
  2006-04-07 11:00 ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-04-07 10:55 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error while loading chemml
  2006-04-07  6:39 Error while loading chemml Johannes Graumann
  2006-04-07 10:46 ` Taco Hoekwater
  2006-04-07 10:55 ` Hans Hagen
@ 2006-04-07 11:00 ` Hans Hagen
  2 siblings, 0 replies; 6+ messages in thread
From: Hans Hagen @ 2006-04-07 11:00 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error while loading chemml
  2006-04-07 10:46 ` Taco Hoekwater
@ 2006-04-07 11:49   ` Hans Hagen
  2006-04-07 16:58     ` Johannes Graumann
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2006-04-07 11:49 UTC (permalink / raw)


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
-----------------------------------------------------------------

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Error while loading chemml
  2006-04-07 11:49   ` Hans Hagen
@ 2006-04-07 16:58     ` Johannes Graumann
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Graumann @ 2006-04-07 16:58 UTC (permalink / raw)


Hans Hagen wrote:

> also grep for variant and make that alternative

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

Joh

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2006-04-07 16:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-04-07  6:39 Error while loading chemml Johannes Graumann
2006-04-07 10:46 ` Taco Hoekwater
2006-04-07 11:49   ` Hans Hagen
2006-04-07 16:58     ` Johannes Graumann
2006-04-07 10:55 ` Hans Hagen
2006-04-07 11:00 ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).