summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/pdf14/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/pdf14/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/pdf14/README')
-rw-r--r--macros/latex/contrib/pdf14/README16
1 files changed, 16 insertions, 0 deletions
diff --git a/macros/latex/contrib/pdf14/README b/macros/latex/contrib/pdf14/README
new file mode 100644
index 0000000000..f1742561eb
--- /dev/null
+++ b/macros/latex/contrib/pdf14/README
@@ -0,0 +1,16 @@
+ The pdf14 LaTeX package
+
+ Manuel P\'egouri\'e-Gonnard
+ <mpg@elzevir.fr>
+
+
+
+Starting with TeX Live 2010, the various formats that directly generate PDF
+default to PDF 1.5. While this allows for more compact documents thanks to
+objects compression, it can also lead to compatibility issues with some older
+PDF viewers. This package changes back the version of generated PDF to 1.4 with
+formats based on pdfTeX or LuaTeX in PDF mode, for documents that need to
+achieve maximal compatibility with old viewers.
+
+If you need to generate maximally compatible documents, you may also be
+interested in the pdfx package.