> On 08 May 2016, at 11:10, Pablo Rodriguez wrote: > > 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 > ___________________________________________________________________________________ > If your question is of interest to others as well, please add an entry to the Wiki! > > maillist : ntg-context@ntg.nl / 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 > ___________________________________________________________________________________