Footnote Formatting in Word
July 22, 2004 8:50 PM
Subscribe
Ack! Why does Microsoft Word move a footnote to the page following the page where the footnote is inserted (e.g. footnote reference in text is on p.14, footnote itself appears on p. 15)? Or spread the footnote across the bottom of two successive pages? It's nothing to do with (a) inserting the footnote ref near the bottom of the page, or (b) having large amounts of existing footnote text on that page. There's plenty of room for the footnote, it just goes on the next page. Thanks!
posted by carter to computers & internet (6 comments total)
If you're doing any sort of lengthy document, you simply must use a better product. At the very low end you could try WordPerfect, which is a little better. At the high end you can use Adobe Framemaker or Corel Ventura, both of which excel at long documents. Do avoid InDesign and Quark; neither is well-suited to long document use due to lack of essential features.
If you want to get funky, I can assist in using reStructured Text, Docutils, and XSL:FO plus FOP or XEP to render to PDF. reST is a plaintext markup that is minimally intrusive (unlike, say, XML). Docutils converts reST to XML (and other formats). XSL:FO is a method of creating transformation templates that will convert plain XML into XML:FO, which in turn can be rendered to PDF using FOP, XEP, or other such utility.
posted by five fresh fish at 9:34 PM on July 22, 2004