mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add magic to make PDF generation use maximal compression.
This commit is contained in:
parent
ddae414cb5
commit
30d17825ac
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue