Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132934 views
License: OTHER
1
\documentclass[a4paper]{scrartcl}
2
\usepackage{hyperref} % links im text
3
\pagenumbering{gobble} % disable page numbering
4
5
\hypersetup{
6
pdfauthor = {Martin Thoma},
7
pdfkeywords = {Blank PDF},
8
pdftitle = {Blank PDF}
9
}
10
11
\begin{document}
12
~
13
\end{document}
14
15