blob: 52327d9c8c0ade136de4ce47a77ab971662fc0ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
% Set pdfTeX parameters for pdf mode (replacing pdftex.cfg file).
% Thomas Esser, 2004. public domain.
\pdfoutput=1
\pdfcompresslevel=9
\pdfdecimaldigits=3
\pdfpagewidth=210 true mm
\pdfpageheight=297 true mm
\pdfhorigin=1 true in
\pdfvorigin=1 true in
\pdfpkresolution=600
%
% As of TeX Live 2010, we output PDF 1.5 by default, so we can enable
% more compression. To change this for the installation, comment out or
% delete these lines and remake the formats. To change it for a
% particular LaTeX document, \RequirePackage{pdf14} early.
%
\pdfminorversion=5
\pdfobjcompresslevel=2
\endinput
|