Add magic to make PDF generation use maximal compression.

This commit is contained in:
Fred Drake 1998-02-17 15:56:55 +00:00
parent ddae414cb5
commit 30d17825ac
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
\RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.} \RequirePackage{times}\typeout{Using times fonts instead of Computer Modern.}
% for PDF output, use maximal compression:
\@ifundefined{pdfannotlink}{}{\pdfcompresslevel=9}
% Increase printable page size (copied from fullpage.sty) % Increase printable page size (copied from fullpage.sty)
\topmargin 0pt \topmargin 0pt
\advance \topmargin by -\headheight \advance \topmargin by -\headheight