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. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
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
On Fri, 2012-03-09 at 09:28 +0100, Wolfgang Schuster wrote:
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
I'm not sure why it doesn't work for me then. When I take what should work and put it in a minimal, it works. When I leave it within the whole book, it doesn't. -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com
On 9-3-2012 09:28, Wolfgang Schuster wrote:
Works here, the only thing to complain is that the number conversion is missing.
The latest beta (two days ago) should be ok (unless I messed up) ... a 'quick' hack btw, as we need a frozen conversion variant in the tuc file. Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (3)
-
Hans Hagen
-
Kip Warner
-
Wolfgang Schuster