|
|
@ -36,6 +36,8 @@
|
|
|
|
\usepackage[subfigure,titles]{tocloft}
|
|
|
|
\usepackage[subfigure,titles]{tocloft}
|
|
|
|
\usepackage[pdfpagelabels=true]{hyperref}
|
|
|
|
\usepackage[pdfpagelabels=true]{hyperref}
|
|
|
|
\usepackage{helvet}
|
|
|
|
\usepackage{helvet}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% Syntax Highligting with colors
|
|
|
|
$if(highlighting-macros)$
|
|
|
|
$if(highlighting-macros)$
|
|
|
|
$highlighting-macros$
|
|
|
|
$highlighting-macros$
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
@ -43,6 +45,7 @@ $if(verbatim-in-note)$
|
|
|
|
\usepackage{fancyvrb}
|
|
|
|
\usepackage{fancyvrb}
|
|
|
|
$endif$
|
|
|
|
$endif$
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\usepackage{listings}
|
|
|
|
\usepackage{listings}
|
|
|
|
\lstset{basicstyle=\footnotesize, captionpos=b, breaklines=true, showstringspaces=false, tabsize=2, frame=lines, numbers=left, numberstyle=\tiny, xleftmargin=2em, framexleftmargin=2em}
|
|
|
|
\lstset{basicstyle=\footnotesize, captionpos=b, breaklines=true, showstringspaces=false, tabsize=2, frame=lines, numbers=left, numberstyle=\tiny, xleftmargin=2em, framexleftmargin=2em}
|
|
|
|
\makeatletter
|
|
|
|
\makeatletter
|
|
|
@ -52,15 +55,15 @@ $endif$
|
|
|
|
\geometry{a4paper, top=27mm, left=20mm, right=40mm, bottom=35mm, headsep=10mm, footskip=12mm} % Vorgabe des 4cm Rand auf der rechten Seiten.
|
|
|
|
\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},
|
|
|
|
\hypersetup{unicode=false, pdftoolbar=true, pdfmenubar=true, pdffitwindow=false, pdfstartview={FitH},
|
|
|
|
pdftitle={B-Prüfung},
|
|
|
|
pdftitle={$if(title)$$title$$endif$},
|
|
|
|
pdfauthor={$author$, Matrikelnummer: $matrikelnr$},
|
|
|
|
pdfauthor={$if(author.name)$$author.name$$endif$, Matrikelnummer: $if(author.matrikelnr)$$author.matrikelnr$$endif$},
|
|
|
|
pdfsubject={$studiengang$},
|
|
|
|
pdfsubject={$studium.studiengang$},
|
|
|
|
pdfcreator={\LaTeX\ with package \flqq hyperref\frqq},
|
|
|
|
pdfcreator={\LaTeX\ with package \flqq hyperref\frqq},
|
|
|
|
pdfproducer={pdfTeX \the\pdftexversion.\pdftexrevision},
|
|
|
|
pdfproducer={pdfTeX \the\pdftexversion.\pdftexrevision},
|
|
|
|
pdfkeywords={B-Prüfung $aufgabencode$},
|
|
|
|
pdfkeywords={$if(aufgabe.typ)$$aufgabe.typ$$endif$, $if(aufgabe.code)$$aufgabe.code$$endif$ $if(keywords)$ $for(keywords)$$keywords$$sep$, $endfor$ $endif$},
|
|
|
|
pdfnewwindow=true,
|
|
|
|
pdfnewwindow=true,
|
|
|
|
colorlinks=true,linkcolor=black,citecolor=black,filecolor=magenta,urlcolor=black}
|
|
|
|
colorlinks=true,linkcolor=black,citecolor=gray,filecolor=magenta,urlcolor=black}
|
|
|
|
\pdfinfo{/CreationDate (D:20170605133321)}
|
|
|
|
% \pdfinfo{/CreationDate (D:20170605133321)}
|
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
\renewcommand{\familydefault}{\sfdefault}
|
|
|
|
|
|
|
|
|
|
|
|
% Pandoc tightlisting
|
|
|
|
% Pandoc tightlisting
|
|
|
@ -78,7 +81,7 @@ $endif$
|
|
|
|
\lhead{}
|
|
|
|
\lhead{}
|
|
|
|
\chead{}
|
|
|
|
\chead{}
|
|
|
|
\rhead{\thesection\space\contentsname}
|
|
|
|
\rhead{\thesection\space\contentsname}
|
|
|
|
\lfoot{\tiny B-Prüfung des Studenten: $author$ (Matrikelnr.: $matrikelnr$) Studiengang: $studiengang$ - Prüfung: $aufgabencode$}
|
|
|
|
\lfoot{\tiny $if(aufgabe.typ)$$aufgabe.typ$$endif$ des Studenten: $if(author.name)$$author.name$$endif$ (Matrikelnr.: $if(author.matrikelnr)$$author.matrikelnr$$endif$) Studiengang: $studium.studiengang$ - Prüfung: $if(aufgabe.code)$$aufgabe.code$$endif$}
|
|
|
|
\cfoot{}
|
|
|
|
\cfoot{}
|
|
|
|
\rfoot{\ \linebreak Seite \thepage}
|
|
|
|
\rfoot{\ \linebreak Seite \thepage}
|
|
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
|
|
\renewcommand{\headrulewidth}{0.4pt}
|
|
|
@ -104,23 +107,24 @@ $endif$
|
|
|
|
\vspace*{2cm}
|
|
|
|
\vspace*{2cm}
|
|
|
|
\Large
|
|
|
|
\Large
|
|
|
|
\textbf{Studiengang:}\\
|
|
|
|
\textbf{Studiengang:}\\
|
|
|
|
\textbf{$studiengang$}\\
|
|
|
|
\textbf{$studium.studiengang$}\\
|
|
|
|
\vspace*{2cm}
|
|
|
|
\vspace*{2cm}
|
|
|
|
\Huge
|
|
|
|
\Huge
|
|
|
|
\textbf{B-Aufgabe}\\
|
|
|
|
\textbf{$aufageb.typ$}\\
|
|
|
|
\vspace*{0.5cm}
|
|
|
|
\vspace*{0.5cm}
|
|
|
|
\large
|
|
|
|
\large
|
|
|
|
$aufgabencode$ \\
|
|
|
|
$if(aufgabe.code)$$aufgabe.code$$endif$ \\
|
|
|
|
\vspace*{1cm}
|
|
|
|
\vspace*{1cm}
|
|
|
|
\textbf{$fach$}\\
|
|
|
|
\textbf{$studium.fach$}\\
|
|
|
|
\vspace*{2cm}
|
|
|
|
\vspace*{2cm}
|
|
|
|
|
|
|
|
|
|
|
|
\vfill
|
|
|
|
\vfill
|
|
|
|
\normalsize
|
|
|
|
\normalsize
|
|
|
|
\newcolumntype{x}[1]{>{\raggedleft\arraybackslash\hspace{0pt}}p{#1}}
|
|
|
|
\newcolumntype{x}[1]{>{\raggedleft\arraybackslash\hspace{0pt}}p{#1}}
|
|
|
|
\begin{tabular}{x{6cm}p{7.5cm}}
|
|
|
|
\begin{tabular}{x{6cm}p{7.5cm}}
|
|
|
|
\rule{0mm}{5ex}\textbf{Student:} & $author$ \\
|
|
|
|
\rule{0mm}{5ex}\textbf{Student:} & $if(author.name)$$author.name$$endif$
|
|
|
|
\rule{0mm}{5ex}\textbf{Matrikelnummer:} & $matrikelnr$ \\
|
|
|
|
$if(author.email)$ \newline $author.email$ $endif$ \\
|
|
|
|
|
|
|
|
\rule{0mm}{5ex}\textbf{Matrikelnummer:} & $if(author.matrikelnr)$$author.matrikelnr$$endif$ \\
|
|
|
|
\rule{0mm}{5ex}\textbf{Abgabedatum:} & $date$ \\
|
|
|
|
\rule{0mm}{5ex}\textbf{Abgabedatum:} & $date$ \\
|
|
|
|
\end{tabular}
|
|
|
|
\end{tabular}
|
|
|
|
\end{center}
|
|
|
|
\end{center}
|
|
|
|