You can use the \in command only for numbered items (e.g. \startitemize[n]).4. Dezember 2015 um 12:57Hi wizards
(I’m trying to adapt http://wiki.contextgarden.net/Manual_Bibliography, but that doesn’t really matter.)
\item is documented to take a reference: \item[myref]
But this reference is always unknown if I try to access it, see example:
\starttext
Siehe \in[eins] oder so.
\startitemize
\item[eins] Der erste Eintrag
\item[zwei] Der zweite Eintrag
\stopitemize
\stoptext
My error or ConTeXt bug?