how to get reference label from stacked itemize
Could someone point me to the docs where to find the proper way to make a reference to some stacked itemize context? \startitemize[n] \item One \item Two \startitemize[a] \item A \item B Test \stopitemize \stopitemize how to label / ref the generated label for item 2.b ? see (2.b) Test Thanks! .Floris van Manen
Am 2019-04-06 um 16:51 schrieb Floris van Manen
Could someone point me to the docs where to find the proper way to make a reference to some stacked itemize context?
\startitemize[n] \item One \item Two \startitemize[a] \item A \item B Test \stopitemize \stopitemize
how to label / ref the generated label for item 2.b ?
see (2.b) Test
Did you try \item[myref] and \in[myref]? Greetlings, Hraban --- https://www.fiee.net http://wiki.contextgarden.net https://www.dreiviertelhaus.de GPG Key ID 1C9B22FD
Did you try \item[myref] and \in[myref]?
This will do the job indeed. \starttext \startitemize[n] \item One \item[refTwo] Two \startitemize[a] \item A \item[refB] B Test \stopitemize \stopitemize see (\in[refTwo].\in[refB]) for Test Is there some construction to combine an item reference with its parent item? \startitemize[n] \item One \item Two \startitemize[a] \item A \item[refB] B Test \stopitemize see (\in[parent, refB].\in[refB]) for Test
participants (2)
-
Floris van Manen
-
Henning Hraban Ramm