[NTG-context] temporarily disabling enumeration numbering

2010-04-05 Thread Vianney le Clément
Hello again, Section 10.3 of the manual says that one can disable numbering for one item of an enumeration by putting [-]. However, this seems to affect the following item instead of the current one. For example, \defineenumeration[MyEnum][location=left] \starttext \MyEnum First\par \MyEnum[-]

Re: [NTG-context] temporarily disabling enumeration numbering

2010-04-05 Thread Wolfgang Schuster
Am 05.04.10 14:04, schrieb Vianney le Clément: Hello again, Section 10.3 of the manual says that one can disable numbering for one item of an enumeration by putting [-]. However, this seems to affect the following item instead of the current one. For example,

Re: [NTG-context] temporarily disabling enumeration numbering

2010-04-05 Thread Vianney le Clément
Thanks for the patch. Vianney On Mon, Apr 5, 2010 at 14:33, Wolfgang Schuster schuster.wolfg...@googlemail.com wrote: Am 05.04.10 14:04, schrieb Vianney le Clément: Hello again, Section 10.3 of the manual says that one can disable numbering for one item of an enumeration by putting [-].

Re: [NTG-context] temporarily disabling enumeration numbering

2010-04-05 Thread Vianney le Clément
The patch seems to break \footnote: \unprotect % workaround \def\@@makedescription[#1]#2% {\postponenotes % new, assumes grouping \doenumerationcheckconditions{#1}% \dodescriptioncomponent[\c!reference=#1,\c!label={\descriptionparameter\c!text},\c!title={#2},\c!bookmark=,\c!list=][]%

Re: [NTG-context] temporarily disabling enumeration numbering

2010-04-05 Thread Wolfgang Schuster
Am 05.04.10 15:39, schrieb Vianney le Clément: The patch seems to break \footnote: New attempt. \unprotect % strc-des.mkiv \def\@@makedescription[#1]#2% {\postponenotes % new, assumes grouping \edef\currentdescriptionreference{#1}% \doenumerationcheckconditions