LaTeX Tricks

From Ben's Writing

Jump to: navigation, search

Making a Booklet

  • Optionally add a5paper to the documentclass options. E.g., \documentclass[12pt,a5paper]{article}
  • latex the document
  • Run dvips -oout.ps out.dvi
  • Run psbook <out.ps >out2.ps
  • Run psnup -2 <out2.ps >out3.ps
  • Run gv out3.ps to check the output.
Personal tools