preamble.book 224 B

1234567891011121314
  1. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  2. % Preamble for book output
  3. %
  4. \documentclass{book}
  5. %
  6. \usepackage{fpcbook}
  7. % Use times for PDF
  8. \ifx\pdfoutput\undefined
  9. \else
  10. \usepackage{times}
  11. \fi