Path: utzoo!utgpu!water!watmath!clyde!att-cb!osu-cis!tut.cis.ohio-state.edu!mailrus!nrl-cmf!ames!umd5!purdue!i.cc.purdue.edu!j.cc.purdue.edu!pur-ee!uiucdcs!uxc.cso.uiuc.edu!urbsdc!hapke From: hapke@urbsdc.Urbana.Gould.COM Newsgroups: comp.text Subject: Re: me footnotes - a "drifting problem" Message-ID: <29400008@urbsdc> Date: 15 Apr 88 21:59:00 GMT References: <601@carr.UUCP> Lines: 18 Nf-ID: #R:carr.UUCP:601:urbsdc:29400008:000:506 Nf-From: urbsdc.Urbana.Gould.COM!hapke Apr 15 15:59:00 1988 Footnotes will "drift" in -me when you use nroff because of the way the $s macro is coded. Here it is: .de $s \" $$$ footnote separator \l'2i' .if n \ . sp 0.3 .. The .sp 0.3 command produces half-line motions in the nroff output. Unless your printer can handle these, the pagination is thrown off eventually. You can recode $s to use .br instead of .sp 0.3, or you can try piping the nroff output through 'col' before you print it. Warren Hapke, Gould CSD-Urbana ihpn4!uiucuxc!urbsdc!hapke