Path: utzoo!utgpu!news-server.csri.toronto.edu!bonnie.concordia.ca!ccu.umanitoba.ca!herald.usask.ca!alberta!ubc-cs!uw-beaver!zephyr.ens.tek.com!uunet!shelby!agate!usenet From: raymond@math.berkeley.edu (Raymond Chen) Newsgroups: comp.text.tex Subject: Re: LaTeX - how to detect a new page (Re: symbol footnotes) Message-ID: <1991Feb13.193110.18010@agate.berkeley.edu> Date: 13 Feb 91 19:31:10 GMT References: <1991Feb13.073012.24461@fwi.uva.nl> Sender: usenet@agate.berkeley.edu (USENET Administrator) Reply-To: raymond@math.berkeley.edu (Raymond Chen) Organization: U.C. Berkeley Lines: 10 In-Reply-To: Damian.Cugley@prg.ox.ac.uk (Damian Cugley) In article , Damian.Cugley@prg (Damian Cugley) writes: >[How to reset the footnote counter for each page in LaTeX?] >It can't be done. Well, it can, but you'll have to use a two-pass algorithm (which is what LaTeX uses for other things, anyway, e.g., forward references for figures and tables, and building the table of contents). The first pass records the page number of each footnote, and the second pass looks at those numbers and chooses which symbol to use.