Add metadata and use them in title and PDF file

This commit is contained in:
Martin Müller 2019-07-02 00:25:48 +02:00
parent 8386ec9b22
commit 1a30bae10e

View File

@ -60,7 +60,7 @@
\usepackage{float} \usepackage{float}
% Clickable URLs % Clickable URLs
\usepackage[hidelinks]{hyperref} \usepackage[hidelinks,pdfusetitle]{hyperref}
% Programmatic graphics % Programmatic graphics
\usepackage{tikz} \usepackage{tikz}
@ -70,11 +70,15 @@
\usepackage{marvosym} \usepackage{marvosym}
\title{Klopapier 0x01}
\author{Fachschaft WIAI}
\date{\today}
\begin{document} \begin{document}
\begin{titlepage} \begin{titlepage}
\begin{center} \begin{center}
\huge{\bfseries{Klopapier 0x00}} \huge{\bfseries{\makeatletter\@title\makeatother}}
\vspace{1cm} \vspace{1cm}
\end{center} \end{center}
\end{titlepage} \end{titlepage}