2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00

adde blank pdf pages

This commit is contained in:
Martin Thoma 2014-03-31 18:32:35 +02:00
parent a6d27bdede
commit 0779eb7900
3 changed files with 33 additions and 0 deletions

View file

@ -0,0 +1,7 @@
SOURCE = blank-pdf
make:
pdflatex $(SOURCE).tex -output-format=pdf
make clean
clean:
rm -rf $(TARGET) *.class *.html *.log *.aux *.out

View file

@ -0,0 +1,13 @@
\documentclass[a4paper]{scrartcl}
\usepackage{hyperref} % links im text
\pagenumbering{gobble} % disable page numbering
\hypersetup{
pdfauthor = {Martin Thoma},
pdfkeywords = {Blank PDF},
pdftitle = {Blank PDF}
}
\begin{document}
~
\end{document}

View file

@ -0,0 +1,13 @@
\documentclass[a5paper]{scrartcl}
\usepackage{hyperref} % links im text
\pagenumbering{gobble} % disable page numbering
\hypersetup{
pdfauthor = {Martin Thoma},
pdfkeywords = {Blank PDF},
pdftitle = {Blank PDF}
}
\begin{document}
~
\end{document}