Thomas A. Schmitz wrote:
On Oct 23, 2009, at 2:09 PM, achim@jander.de wrote:
Hello, after struggling some weeks to get everything to work, i'm now nearly satisfied with typsetting via context. But there is one problem left for that i cant find any solution, even after googling for hours. I am typesetting documents with a large amount of footnotes, and want to have the footnote-number aligned to the correct decimal place. To explain: page one has footnotes 1 to 8, numbers are left-aligned, everything is good
----- 1 footnotetext 2 footnotetext 3 footnottext .... 8 footnotetext
page two has footnotes 9 to 12, so I want to have
9 footnotetext 10 footnotetext ...
but i only get: 9 footnotetext 10 foootnotextex.
I think, there is no easy solution, but maybe someone can give me a push to the direction how i can realize that behaviour (btw same problem is with numbered lists)
I do not think you can get this: 1 footnotetext 2 footnotetext and then ~9 footnotetext 10 footnotetext The best you can have (afaik) is: ~1 footnotetext ~2 footnotetext and then ~9 footnotetext 10 footnotetext It should be relatively simple for you to tweak Wolfgang's solution to do that. Best wishes, Taco