summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/hyperref/test/testinfo.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/hyperref/test/testinfo.tex')
-rw-r--r--Master/texmf-dist/source/latex/hyperref/test/testinfo.tex24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/hyperref/test/testinfo.tex b/Master/texmf-dist/source/latex/hyperref/test/testinfo.tex
new file mode 100644
index 00000000000..d8f04f80dd3
--- /dev/null
+++ b/Master/texmf-dist/source/latex/hyperref/test/testinfo.tex
@@ -0,0 +1,24 @@
+\nofiles
+\documentclass{article}
+\ifx\driver\UnDeFiNeD
+ \usepackage[pdfpagelabels=false]{hyperref}%
+\else
+ \expandafter\usepackage\expandafter[%
+ \driver,pdfpagelabels=false%
+ ]{hyperref}%
+\fi
+\hypersetup{%
+ pdftitle={MyTitle},%
+ pdfsubject={MySubject},%
+ pdfauthor={MyAuthor},%
+ pdfkeywords={MyKeywords},%
+ pdfcreator={MyCreator},%
+ pdfproducer={MyProducer},%
+ pdfcreationdate={D:20050505050505Z},%
+ pdfmoddate={D:20101010101010Z},%
+ pdfinfo={MyKey=MyValue},%
+}
+
+\begin{document}
+\shipout\null
+\end{document}