Am 27.04.2011 um 15:53 schrieb Alasdair McAndrew:

> Hello,
> 
> The effect I want is something like:
> 
> 1. First item
> 2. Second item
> 5. Fifth item
> 6. Sixth item
> 8. Eight item
> 
> and so on.  Every now and then I need to skip a number or two.  In LaTeX I 
> could do this with \addtocounter{enumi}{2} - but how is this done in ConTeXt?

\starttext

\startitemize
\sym{1.} First item
\sym{2.} Second item
\sym{5.} Fifth item
\sym{6.} Sixth item
\sym{8.} Eight item
\stopitemize

\stoptext

Wolfgang

___________________________________________________________________________________
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
___________________________________________________________________________________

Reply via email to