Hi Hans, what’s the status of the \reset command, is it a valid command or obsolete. When it is a usable command you should change the definition, i think this should for \definenumber created counters (functions like enumeration already provide their own mechanism). \def\reset {\dosingleargument\doreset} \def\doreset[#1]% {\processcommalistwithparameters[#1]\resetstructurecounter} Wolfgang
On 13-7-2011 6:00, Wolfgang Schuster wrote:
Hi Hans,
what’s the status of the \reset command, is it a valid command or obsolete.
When it is a usable command you should change the definition, i think this should for \definenumber created counters (functions like enumeration already provide their own mechanism).
\def\reset {\dosingleargument\doreset}
\def\doreset[#1]% {\processcommalistwithparameters[#1]\resetstructurecounter}
Actually I wanted to get rid of it ... but we can make this one \resetnumber (at least it's clear then what gets reset) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 13.07.2011 um 19:58 schrieb Hans Hagen:
On 13-7-2011 6:00, Wolfgang Schuster wrote:
Hi Hans,
what’s the status of the \reset command, is it a valid command or obsolete.
When it is a usable command you should change the definition, i think this should for \definenumber created counters (functions like enumeration already provide their own mechanism).
\def\reset {\dosingleargument\doreset}
\def\doreset[#1]% {\processcommalistwithparameters[#1]\resetstructurecounter}
Actually I wanted to get rid of it ... but we can make this one \resetnumber (at least it's clear then what gets reset)
In this case I’m going to ignore it because there is already a \resetnumber command: \let \resetnumber \resetstructurecounter % [name] Wolfang
On 13-7-2011 8:04, Wolfgang Schuster wrote:
Am 13.07.2011 um 19:58 schrieb Hans Hagen:
On 13-7-2011 6:00, Wolfgang Schuster wrote:
Hi Hans,
what’s the status of the \reset command, is it a valid command or obsolete.
When it is a usable command you should change the definition, i think this should for \definenumber created counters (functions like enumeration already provide their own mechanism).
\def\reset {\dosingleargument\doreset}
\def\doreset[#1]% {\processcommalistwithparameters[#1]\resetstructurecounter}
Actually I wanted to get rid of it ... but we can make this one \resetnumber (at least it's clear then what gets reset)
In this case I’m going to ignore it because there is already a \resetnumber command:
\let \resetnumber \resetstructurecounter % [name]
ok; the only difference then would be that it can be a list but we can as well get rid of that ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Am 13.07.2011 um 20:13 schrieb Hans Hagen:
Actually I wanted to get rid of it ... but we can make this one \resetnumber (at least it's clear then what gets reset)
In this case I’m going to ignore it because there is already a \resetnumber command:
\let \resetnumber \resetstructurecounter % [name]
ok; the only difference then would be that it can be a list but we can as well get rid of that
as none of the number commands accepts a list it shouldn’t matter Wolfgang
On 13-7-2011 8:26, Wolfgang Schuster wrote:
Am 13.07.2011 um 20:13 schrieb Hans Hagen:
Actually I wanted to get rid of it ... but we can make this one \resetnumber (at least it's clear then what gets reset)
In this case I’m going to ignore it because there is already a \resetnumber command:
\let \resetnumber \resetstructurecounter % [name]
ok; the only difference then would be that it can be a list but we can as well get rid of that
as none of the number commands accepts a list it shouldn’t matter
ok, new beta .. this one will also be uploaded Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
participants (2)
-
Hans Hagen
-
Wolfgang Schuster