Am 06.03.2012 um 05:34 schrieb Kip Warner:

> Hey list,
> 
> I am following the instructions here but they do not seem to be working:
> http://wiki.contextgarden.net/Enumerations#Referring_to_items
> 
> I have an item block typeset with the following:
> 
>    \startitemize[R,2*broad][start=11]
>    \setupitemize[left=(, right=)]
>    \item[first_item] another item
>    \item another item
>    \item[last_item] another item
>    \stopitemize
> 
> I attempt to reference the first item with the following:
> 
> \in{item}[first_item]
> 
> But all I see in the final PDF are two ?? characters where I expected
> the reference.


Works here, the only thing to complain is that the number conversion is missing.

\starttext

\startitemize[R,3*broad][start=11,left=(,right=),stopper=]
\item[item:first] another item
\item another item
\item[item:last] another item
\stopitemize

I attempt to reference the first item with the following: \in{item}[item:first]

\stoptext

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 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