blob: 44c25abcbd4a52c44ecc6280c075cd17f4a42d9b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
% tex-ini-files 2016-04-15: pdftexconfig.tex
% Load shared (PDF) settings in pdfTeX
% Enable PDF output
\pdfoutput = 1
% Paper size: dimensions given in absolute terms
\pdfpageheight = 297 true mm
\pdfpagewidth = 210 true mm
% Enable PDF 1.5 output and thus more compression
\pdfminorversion = 5
\pdfobjcompresslevel = 2
% Low-level settings unlikely ever to need to change
\pdfcompresslevel = 9
\pdfdecimaldigits = 3
\pdfpkresolution = 600
\pdfhorigin = 1 true in
\pdfvorigin = 1 true in
|