From 1a30bae10e7b2b6d644c4a6195672c2d9b97582f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=BCller?= Date: Tue, 2 Jul 2019 00:25:48 +0200 Subject: [PATCH] Add metadata and use them in title and PDF file --- klopapier.tex | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/klopapier.tex b/klopapier.tex index cdc775f..d6c94f2 100644 --- a/klopapier.tex +++ b/klopapier.tex @@ -60,7 +60,7 @@ \usepackage{float} % Clickable URLs -\usepackage[hidelinks]{hyperref} +\usepackage[hidelinks,pdfusetitle]{hyperref} % Programmatic graphics \usepackage{tikz} @@ -70,11 +70,15 @@ \usepackage{marvosym} +\title{Klopapier 0x01} +\author{Fachschaft WIAI} +\date{\today} + \begin{document} \begin{titlepage} \begin{center} - \huge{\bfseries{Klopapier 0x00}} + \huge{\bfseries{\makeatletter\@title\makeatother}} \vspace{1cm} \end{center} \end{titlepage}