On Thu, 23 Aug 2007, Sanjoy Mahajan wrote: >>> I recently observed that column enumerations start at zero instead of at >>> one. Has anyone else seen this? > >> Update, this is already fixed. > > I'm not sure. I can reproduce the problem with this test file: > > \starttext > \startitemize[n] > \item a > \stopitemize > \stoptext > > I put it in e.tex and did (via AUCTeX) "texexec --once e.tex" and the > e.pdf numbers the items from 0 rather than from 1. Without the > --once, it works fine.
This is because the way itemize works has changed. It stores the number of items in the tui file. The reason for this change is the new 'reverse' key. I think that the --once key does not read data from the temp files. Probably better will be something like --runs=1 (untested). Aditya ___________________________________________________________________________________ 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 : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________
