Explorar o código

Add title and author to metadata

JoostSijm %!s(int64=6) %!d(string=hai) anos
pai
achega
f4046ae915
Modificáronse 1 ficheiros con 6 adicións e 2 borrados
  1. 6 2
      preamble.tex

+ 6 - 2
preamble.tex

@@ -29,8 +29,12 @@
 	left=2.0cm
 ]{geometry}
 
-% Links in file
-\usepackage[hidelinks]{hyperref}
+% Links and metadata
+\usepackage[
+    hidelinks,
+    pdfauthor={\theauthor},
+    pdftitle={\thetitle}
+]{hyperref}
 
 % Newline in front of paragraph
 \usepackage{parskip}