From 30d17825ac16723fa67a038cffaed239bc6b7249 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 17 Feb 1998 15:56:55 +0000 Subject: [PATCH] Add magic to make PDF generation use maximal compression. --- Doc/myformat.sty | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Doc/myformat.sty b/Doc/myformat.sty index b7d3629d42..6e6fa6d0ae 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -26,6 +26,9 @@ \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) \topmargin 0pt \advance \topmargin by -\headheight -- 2.50.1