summaryrefslogtreecommitdiff
path: root/macros/generic/tex-ini-files/pdftexconfig.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/generic/tex-ini-files/pdftexconfig.tex')
-rw-r--r--macros/generic/tex-ini-files/pdftexconfig.tex21
1 files changed, 21 insertions, 0 deletions
diff --git a/macros/generic/tex-ini-files/pdftexconfig.tex b/macros/generic/tex-ini-files/pdftexconfig.tex
new file mode 100644
index 0000000000..44c25abcbd
--- /dev/null
+++ b/macros/generic/tex-ini-files/pdftexconfig.tex
@@ -0,0 +1,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