|
|
|
@ -67,26 +67,19 @@ $endif$
|
|
|
|
|
\geometry{a4paper, top=27mm, left=20mm, right=40mm, bottom=35mm, headsep=10mm, footskip=12mm} % Vorgabe des 4cm Rand auf der rechten Seiten.
|
|
|
|
|
|
|
|
|
|
\hypersetup{unicode=false, pdftoolbar=true, pdfmenubar=true, pdffitwindow=false, pdfstartview={FitH},
|
|
|
|
|
|
|
|
|
|
pdftitle={$if(title)$$title$:$endif$ $if(aufgabe.code)$$aufgabe.code$ - $endif$$if(author.name)$$author.name$$endif$},
|
|
|
|
|
|
|
|
|
|
$if(author)$
|
|
|
|
|
pdfauthor={$if(student.name)$$student.name$$else$$author$$endif$$if(student.matrikelnr)$, Matrikelnummer: $student.matrikelnr$$endif$},
|
|
|
|
|
$endif$
|
|
|
|
|
$if(studium.studiengang)$
|
|
|
|
|
pdfsubject={Studiengang: $studium.studiengang$},
|
|
|
|
|
$endif$
|
|
|
|
|
$if(author)$
|
|
|
|
|
pdfauthor={$if(student.name)$$student.name$$else$$author$$endif$$if(student.matrikelnr)$, Matrikelnummer: $student.matrikelnr$$endif$},
|
|
|
|
|
$endif$
|
|
|
|
|
$if(studium.studiengang)$
|
|
|
|
|
pdfsubject={Studiengang: $studium.studiengang$},
|
|
|
|
|
$endif$
|
|
|
|
|
pdfcreator={\LaTeX\ with package \flqq hyperref\frqq},
|
|
|
|
|
pdfproducer={pdfTeX \the\pdftexversion.\pdftexrevision},
|
|
|
|
|
pdfkeywords={$if(aufgabe.typ)$$aufgabe.typ$$endif$, $if(student.matrikelnr)$$student.matrikelnr$$endif$, $if(aufgabe.code)$$aufgabe.code$$endif$ $if(keywords)$ $for(keywords)$$keywords$$sep$, $endfor$ $endif$},
|
|
|
|
|
pdfnewwindow=true,
|
|
|
|
|
pdflang=$if(lang)$$lang$$else$de$endif$,
|
|
|
|
|
pdfdisplaydoctitle=true,
|
|
|
|
|
colorlinks=true,
|
|
|
|
|
linkcolor=black,
|
|
|
|
|
citecolor=gray,
|
|
|
|
|
filecolor=magenta,
|
|
|
|
|
urlcolor=black}
|
|
|
|
|
pdfdisplaydoctitle=true, colorlinks=true, linkcolor=black, citecolor=gray, filecolor=magenta, urlcolor=black}
|
|
|
|
|
% \pdfinfo{/CreationDate (D:20170605133321)}
|
|
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
|
|
|
|
|
|