Add magic to make PDF generation use maximal compression.
This commit is contained in:
parent
ddae414cb5
commit
30d17825ac
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue