On 05/08/2016 12:07 AM, Henman wrote:
I am using the 'repeat' directive to cause itemizations to display upper level numbers as well as lower ones, but, sometimes I want to put it on hold and just display a simple alpha enumeration For example at the third level. I can't see how to turn off the repeat.
The source includes a norepeat keyword that should disable repetition. But I’m a afraid it doesn’t work: \setupitemgroup[itemize][1][n, repeat] \setupitemgroup[itemize][2][n, repeat] \setupitemgroup[itemize][3][a, norepeat] \starttext This is our item list: \startitemize \item ... % 1 \startitemize \item ... % 1.1 \startitemize \item ... % a \stopitemize \item ... % 1.2 \startitemize \item ... % a \item ... % b \stopitemize \stopitemize \item ... % 2 \stopitemize \stoptext I may be missing something or there might be a bug here. Pablo -- http://www.ousia.tk