summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdf14
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-28 00:45:12 +0000
committerKarl Berry <karl@freefriends.org>2010-03-28 00:45:12 +0000
commita07899e75d3e36930c84729b244f0284f34570aa (patch)
tree9104c0a9589e8d90c76e212a072e37dd89d9f851 /Master/texmf-dist/doc/latex/pdf14
parent2dc2a20247f6807184f5fe784635702aebbeedd8 (diff)
new latex package pdf14 (27mar10)
git-svn-id: svn://tug.org/texlive/trunk@17583 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdf14')
-rw-r--r--Master/texmf-dist/doc/latex/pdf14/README16
-rw-r--r--Master/texmf-dist/doc/latex/pdf14/pdf14.pdfbin0 -> 361197 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pdf14/test-pdf14.tex21
3 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdf14/README b/Master/texmf-dist/doc/latex/pdf14/README
new file mode 100644
index 00000000000..f1742561eb0
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/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.
diff --git a/Master/texmf-dist/doc/latex/pdf14/pdf14.pdf b/Master/texmf-dist/doc/latex/pdf14/pdf14.pdf
new file mode 100644
index 00000000000..f527dd10dcc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdf14/pdf14.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/pdf14/test-pdf14.tex b/Master/texmf-dist/doc/latex/pdf14/test-pdf14.tex
new file mode 100644
index 00000000000..53d8e7beb62
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdf14/test-pdf14.tex
@@ -0,0 +1,21 @@
+%%
+%% This is file `test-pdf14.tex',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% pdf14.dtx (with options: `testfile')
+%%
+%% Written in 2010 by Manuel P\'egouri\'e-Gonnard <mpg@elzevir.fr>.
+%%
+%% This work can be distributed and/or modified under the terms of the LPPL.
+%% This is a generated file, see source file pdf14.dtx for more details.
+%%
+\documentclass{minimal}
+\usepackage{pdf14}
+\begin{document}
+Bla.
+\end{document}
+\endinput
+%%
+%% End of file `test-pdf14.tex'.