16 Jan
2010
16 Jan
'10
8 p.m.
Am 16.01.2010 um 17:53 schrieb Andreas Schneider:
Hi,
I'm using \appendtoks...\to\everyaftershipout to reset a variable on every pagebreak. This doesn't work as I expect(ed) it, since it seems to only trigger after a paragraph. The following example shows the problem. On every new page, the first footnote should be "New", which is not the case here. What would be the way to go for me, to get the result I described?
This can't work because TeX collects mote material than it needs for the current page and the same happens with the footnotes, the only thing you can do is to use two pass data Wolfgang