On Tue, 23 Apr 2013, Alan Bowen wrote:
OK. Thanks for the explanation, Wolfgang. I will await the day when the
repeat key can be disabled.
If you are not interested in re-enabling the repeat key in a nested
itemize, then the attached example may work (not tested beyond the minimal
example)
Aditya
\unprotect
\setvalue{\??itemgroupkeyword\v!no\v!repeat }{\setfalse\c_strc_itemgroups_repeat}
\def\strc_itemgroups_check_for_repeated
{\ifconditional\c_strc_itemgroups_repeat
\ifx\m_strc_itemgroups_repeat_start\empty
\edef\m_strc_itemgroups_repeat_start{\currentitemlevel}%
\fi
\else
\let\m_strc_itemgroups_repeat_start\empty
\fi}
\protect
\setupitemgroup[itemize][broad,joinedup,packed,autointro]
\starttext
\setupitemize[itemalign=flushright]
\startitemize[n,repeat]
\item level a
\startitemize[n,norepeat]
\item level b
\startitemize[A]
\item level c
\stopitemize
\stopitemize
\stopitemize
\stoptext
___________________________________________________________________________________
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
___________________________________________________________________________________