Re: [NTG-context] Thoughts about counters
Wolfgang: thanks for the tips, I'll try them out. Hans: Here is the example, which produced the output in my Thoughts document (http://dl.dropbox.com/u/5718469/counters.pdf) \definetyping[cmds] \setuptyping[cmds][option=commands] \starttext \startcmds \def\MySectionCounter{P\currentcounter[part].C\currentcounter[chapter]-\currentcounter[section]} /stopcmds \stoptext which has inserted spaces before the opening square brackets and between e.g. \def and \MySectionCounter. -- Bela Mulder Group Leader Theory of Biomolecular matter FOM Institute AMOLF Science Park 104, 1098XG Amsterdam, THE NETHERLANDS Tel: + 31 20 7547100 FAX: + 31 20 7547290 web: http://www.amolf.nl/research/theory_of_biomolecular_matter/
Am 20.10.2010 um 16:16 schrieb Bela Mulder:
Wolfgang: thanks for the tips, I'll try them out.
Be aware that prefix/numbersegments is only available in mkiv.
Hans: Here is the example, which produced the output in my Thoughts document (http://dl.dropbox.com/u/5718469/counters.pdf)
\definetyping[cmds] \setuptyping[cmds][option=commands] \starttext \startcmds \def\MySectionCounter{P\currentcounter[part].C\currentcounter[chapter]-\currentcounter[section]} /stopcmds \stoptext
which has inserted spaces before the opening square brackets and between e.g. \def and \MySectionCounter.
Can’t reproduce your problem here (using latest minimals) neither with mkii nor with mkiv but why do you write „/stopcmds“ and not „\stopcmds“? Wolfgang
participants (2)
-
Bela Mulder
-
Wolfgang Schuster