A footnote is placed (at least the way I use it) on the same page as it is referred. But the numbering of the footnotes is continues. How can I make the footnote numbering reset to one at every page? -- Cecil Westerhof
Hello, ** Cecil Westerhof [2011-09-30 15:21:54 +0200]:
A footnote is placed (at least the way I use it) on the same page as it is referred. But the numbering of the footnotes is continues. How can I make the footnote numbering reset to one at every page? Does \setupfootnotes[way=bypage] work?
P.S. I found this on wiki.contextgarden.net. If this doesn't work wiki should be updated. --- WBR, Vladimir Lomov -- Be sociable. Speak to the person next to you in the unemployment line tomorrow.
On Fri, Sep 30, 2011 at 10:27:53PM +0900, Vladimir Lomov wrote:
Hello, ** Cecil Westerhof [2011-09-30 15:21:54 +0200]:
A footnote is placed (at least the way I use it) on the same page as it is referred. But the numbering of the footnotes is continues. How can I make the footnote numbering reset to one at every page? Does \setupfootnotes[way=bypage] work?
It does not work in MkIV, I got no answer so far to my query about it a while ago. Regards, Khaled -- Khaled Hosny Egyptian Arab
Am 30.09.2011 um 16:45 schrieb Khaled Hosny:
On Fri, Sep 30, 2011 at 10:27:53PM +0900, Vladimir Lomov wrote:
Hello, ** Cecil Westerhof [2011-09-30 15:21:54 +0200]:
A footnote is placed (at least the way I use it) on the same page as it is referred. But the numbering of the footnotes is continues. How can I make the footnote numbering reset to one at every page? Does \setupfootnotes[way=bypage] work?
It does not work in MkIV, I got no answer so far to my query about it a while ago.
core-two.lua: -function commands.findtwopassdata (id) local r = find (id) if r then context(r) end end +function commands.findtwopassdata (id,n) local r = find (id,n) if r then context(r) end end Wolfgang
participants (4)
-
Cecil Westerhof
-
Khaled Hosny
-
Vladimir Lomov
-
Wolfgang Schuster