ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Is alternative=serried broken in enumerations?
@ 2012-02-22 15:51 Janne Junnila
  2012-02-22 15:59 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Janne Junnila @ 2012-02-22 15:51 UTC (permalink / raw)
  To: ntg-context

Hi!

I'm using the current beta, and I get the following error when trying to use alternative=serried. (The minimal example is included in the error message.)

<error>
system          > tex > error on line 6 in file test.tex: Undefined control sequence ...

 1     \defineenumeration[myenumeration][alternative=serried]
 2     
 3     \starttext
 4     
 5     \startmyenumeration
 6 >>  This is a test.
 7     \stopmyenumeration
 8     
 9     \stoptext
10     


\12>:144>:serried ...onstructionlocationparameter 
                                                  \c!width }\doifsetupselse ...
\139>construction ...parameter \c!renderingsetup }
                                                  \relax \dostoptagged \dost...
\dodogotopar ...andler \v!construction \endcsname 
                                                  \BeforePar \emptytoks 
<to be read again> 
                   T
l.6 T
     his is a test.
</error>

Any ideas?

- Janne Junnila
___________________________________________________________________________________
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
___________________________________________________________________________________


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

* Re: Is alternative=serried broken in enumerations?
  2012-02-22 15:51 Is alternative=serried broken in enumerations? Janne Junnila
@ 2012-02-22 15:59 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2012-02-22 15:59 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Hans Hagen


Am 22.02.2012 um 16:51 schrieb Janne Junnila:

> Hi!
> 
> I'm using the current beta, and I get the following error when trying to use alternative=serried. (The minimal example is included in the error message.)
> 
> <error>
> system          > tex > error on line 6 in file test.tex: Undefined control sequence ...
> 
> 1     \defineenumeration[myenumeration][alternative=serried]
> 2     
> 3     \starttext
> 4     
> 5     \startmyenumeration
> 6 >>  This is a test.
> 7     \stopmyenumeration
> 8     
> 9     \stoptext
> 10     
> 
> 
> \12>:144>:serried ...onstructionlocationparameter 
>                                                  \c!width }\doifsetupselse ...
> \139>construction ...parameter \c!renderingsetup }
>                                                  \relax \dostoptagged \dost...
> \dodogotopar ...andler \v!construction \endcsname 
>                                                  \BeforePar \emptytoks 
> <to be read again> 
>                   T
> l.6 T
>     his is a test.
> </error>
> 
> Any ideas?

strc-con.mkvi

\startsetups[\??constructionrenderings:\v!serried]
-   \edef\p_width{\constructionlocationparameter\c!width}% CHECK ! ! ! wrong parameter namespace
+   \edef\p_width{\constructionparameter\c!width}% CHECK ! ! ! wrong parameter namespace
    \doifsetupselse{\??constructionrenderings:\v!serried:\p_width} {
        \directsetup{\??constructionrenderings:\v!serried:\p_width}
    } {
        \directsetup{\??constructionrenderings:\v!serried:\v!wide}
    }
\stopsetups

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
___________________________________________________________________________________


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

end of thread, other threads:[~2012-02-22 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-22 15:51 Is alternative=serried broken in enumerations? Janne Junnila
2012-02-22 15:59 ` Wolfgang Schuster

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