[Tex/LaTex] How to make a document occupy more pages

marginsspacingtypography

As opposed to this question: Squeezing scientific paper to fit within page limits, I would like to find as many ways to make a document become longer without adding any real text.

The motivation for this is that for example a mathematical thesis is usually very thin and it might not look good. The "rules" are following:

  • The document should still "look good" (I mean, triple line-spacing or \textwidth=0.3\paperwitdh are not the options).
  • The typography should be correct in the final document.

I would like the ideas to be accompanied by a package name or a code snippet that allows them.

I know that the question might be vague and allows lots of "stupid" solutions. But I hope that everybody feels what they would use and what they would not.

Best Answer

These are some additional ideas, assuming that you do not need to abide by a standard layout.

  1. Use something like the tufte-book class (it has a very wide right margin, you can make it a bit wider as well) and it still looks good.
  2. Have full page epigraphs to separate chapters from other text and possible full page pictures. (Tufte does that at the beginning of his books).
  3. Index almost any word you can think of.
  4. KILL justification. All the document must be typeset ragged right.
  5. Adjust lists and all vertical spacing.
  6. Increase the interword spacing.
  7. Increase the spacing after stops.
  8. Have all sectioning at larger sized fonts.
  9. Section the document down to paragraph (and modify) the sectioning command to start on a new line rather than as a block.
  10. Use toc levels 7
  11. Input chapter 3 again as the chapter before last and if anyone notices blame it on the typographical devil or the TeX engine.
  12. If you have any computer code, include it as an appendix
  13. Have a colophon explaining the use of LaTeX to typeset the thesis and import the source and the log as a listing.