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:
parent
a6d27bdede
commit
0779eb7900
3 changed files with 33 additions and 0 deletions
7
documents/blank-pdf/Makefile
Normal file
7
documents/blank-pdf/Makefile
Normal 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
|
13
documents/blank-pdf/blank-a4-pdf.tex
Normal file
13
documents/blank-pdf/blank-a4-pdf.tex
Normal 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}
|
13
documents/blank-pdf/blank-pdf.tex
Normal file
13
documents/blank-pdf/blank-pdf.tex
Normal 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}
|
Loading…
Add table
Add a link
Reference in a new issue