Am 27.04.10 15:20, schrieb Antoine Cailliau:
This time, it is not working, and I do not have any idea why.

\defineenumeration[ENUM][]
\definebuffer[Entity,before=\startENUM,after=\stopENUM]
\definebuffer[Entity][before=\startENUM,after=\stopENUM]

\startEntity
...
\stopEntity

\getEntity

or

\def\startEntity
  {\dostartbuffer[Entity][startEntity][stopEntity]}

\def\stopEntity
  {\startENUM
   \getbuffer[Entity]
   \stopENUM}

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