summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-08-05 20:15:15 +0000
committerKarl Berry <karl@freefriends.org>2015-08-05 20:15:15 +0000
commite5da00ff8fae772d4c808ca0266dc28a049259bd (patch)
treee3bb36cf4fc3e7e73362909c3d097572e072d2ff /Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex
parenta4b78f0fc9446d2cfae36e0d82ef6a80d3e5f039 (diff)
bxpdfver (5aug15)
git-svn-id: svn://tug.org/texlive/trunk@38050 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex')
-rw-r--r--Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex b/Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex
new file mode 100644
index 00000000000..b421b75a3c9
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bxpdfver/sample-bxpdfver.tex
@@ -0,0 +1,11 @@
+\documentclass[a4paper]{article}
+%\documentclass[a4paper,dvipdfmx]{article}% when using dvipdfmx
+\usepackage[%
+ 1.5,% to set output PDF version
+ %nocompress,% to suppress all stream compression
+ noobjcompress% to suppress compression of strings for describing objects
+ ]{bxpdfver}
+%\setpdfversion{some.pdf}% to set output version equal to some other PDF file
+\begin{document}
+Need to say hello {\TeX}!?
+\end{document}