Change Variable from student to author

main
kreativmonkey 5 years ago
parent 207da4c8de
commit e64d86bbd8

@ -69,14 +69,14 @@ $endif$
\hypersetup{unicode=false, pdftoolbar=true, pdfmenubar=true, pdffitwindow=false, pdfstartview={FitH}, \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$}, pdftitle={$if(title)$$title$:$endif$ $if(aufgabe.code)$$aufgabe.code$ - $endif$$if(author.name)$$author.name$$endif$},
$if(author)$ $if(author)$
pdfauthor={$if(student.name)$$student.name$$else$$author$$endif$$if(student.matrikelnr)$, Matrikelnummer: $student.matrikelnr$$endif$}, pdfauthor={$if(author.name)$$author.name$$else$$author$$endif$$if(author.matrikelnr)$, Matrikelnummer: $author.matrikelnr$$endif$},
$endif$ $endif$
$if(studium.studiengang)$ $if(studium.studiengang)$
pdfsubject={Studiengang: $studium.studiengang$}, pdfsubject={Studiengang: $studium.studiengang$},
$endif$ $endif$
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={$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$}, pdfkeywords={$if(aufgabe.typ)$$aufgabe.typ$$endif$, $if(author.matrikelnr)$$author.matrikelnr$$endif$, $if(aufgabe.code)$$aufgabe.code$$endif$ $if(keywords)$ $for(keywords)$$keywords$$sep$, $endfor$ $endif$},
pdfnewwindow=true, pdfnewwindow=true,
pdflang=$if(lang)$$lang$$else$de$endif$, 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}
@ -100,7 +100,7 @@ $endif$
\lhead{} \lhead{}
\chead{} \chead{}
\rhead{\thesection\space\contentsname} \rhead{\thesection\space\contentsname}
\lfoot{\tiny $if(aufgabe.typ)$$aufgabe.typ$ des Studenten: $endif$$if(student.name)$$student.name$$endif$ $if(student.matrikelnr)$(Matrikelnr.: $student.matrikelnr$)$endif$ $if(studium.studiengang)$Studiengang: $studium.studiengang$$endif$ $if(aufgabe.code)$- Prüfung: $aufgabe.code$ $endif$} \lfoot{\tiny $if(aufgabe.typ)$$aufgabe.typ$ des Studenten: $endif$$if(author.name)$$author.name$$endif$ $if(author.matrikelnr)$(Matrikelnr.: $author.matrikelnr$)$endif$ $if(studium.studiengang)$Studiengang: $studium.studiengang$$endif$ $if(aufgabe.code)$- Prüfung: $aufgabe.code$ $endif$}
\cfoot{} \cfoot{}
\rfoot{\ \linebreak Seite \thepage} \rfoot{\ \linebreak Seite \thepage}
\renewcommand{\headrulewidth}{0.4pt} \renewcommand{\headrulewidth}{0.4pt}
@ -153,14 +153,14 @@ $endif$
\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}}
$if(student.name)$ $if(author.name)$
\rule{0mm}{5ex}\textbf{Student:} & $student.name$ \rule{0mm}{5ex}\textbf{Student:} & $author.name$
$if(student.email)$ $if(author.email)$
\newline $student.email$ \newline $author.email$
$endif$ \\ $endif$ \\
$endif$ $endif$
$if(student.matrikelnr)$ $if(author.matrikelnr)$
\rule{0mm}{5ex}\textbf{Matrikelnummer:} & $student.matrikelnr$ \\ \rule{0mm}{5ex}\textbf{Matrikelnummer:} & $author.matrikelnr$ \\
$endif$ $endif$
$if(date)$ $if(date)$
\rule{0mm}{5ex}\textbf{Abgabedatum:} & $date$ \\ \rule{0mm}{5ex}\textbf{Abgabedatum:} & $date$ \\
@ -300,7 +300,7 @@ $if(insurance)$
\begin{minipage}{\linewidth} \begin{minipage}{\linewidth}
\begin{tabular}{p{15em}p{15em}} \begin{tabular}{p{15em}p{15em}}
Datum: & .......................................................\\ Datum: & .......................................................\\
& \centering ($student.name$)\\ & \centering ($author.name$)\\
\end{tabular} \end{tabular}
\end{minipage} \end{minipage}
$endif$ $endif$

Loading…
Cancel
Save