Am 30.09.2010 um 20:06 schrieb Wolfgang Schuster:
Am 30.09.2010 um 18:53 schrieb Steffen Wolfrum:
Am 30.09.2010 um 18:28 schrieb Wolfgang Schuster:
Am 30.09.2010 um 14:03 schrieb Steffen Wolfrum:
Hi,
how do I change the numbering of subfootnote from eg. "2.1" to "2a"?
See minimal example, please:
\setupenumerations[subfootnote][conversion=a] % ? \setupsubfootnotes[conversion=a] % ?
numberconversion=...
No, not yet.
Now the result is "1", "2" and "b.a" ... but it should be "2a"!!!!
\definestructureconversionset[footnote][number,characters][numbers] \setupenumerations[footnote][numberconversionset=footnote]
Again, not yet! Please run the test file: now we have "2.a" ... instead of "2a". And setupenumerations[footnote] doesn't take a stopper! So, how do I get rid of this "." inbetween?? Steffen ------- test file: \definestructureconversionset[footnote][number,characters][numbers] \setupenumerations[footnote][numberconversionset=footnote] \starttext test \footnote{xxxx} text test \startfootnote note \stopfootnote test \startsubfootnote subnote \stopsubfootnote text \stoptext