From 2dd43eb517cffafab7de1dbe806f2df3b2452535 Mon Sep 17 00:00:00 2001 From: Sebastian Preisner Date: Fri, 10 Dec 2021 13:27:08 +0100 Subject: [PATCH] adding space between studentname and matriklnr --- wbh.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wbh.tex b/wbh.tex index 3ad9c71..a34a388 100644 --- a/wbh.tex +++ b/wbh.tex @@ -321,7 +321,7 @@ $endif$ \lhead{} \chead{} \rhead{\thesection\space\contentsname} -\lfoot{\tiny $if(aufgabe.typ)$$aufgabe.typ$ des Studenten: $endif$$if(author)$$author$$else$\studentname$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)$$author$$else$\studentname$endif$\,$if(student.matrikelnr)$(Matrikelnr.: $student.matrikelnr$)$endif$ $if(studium.studiengang)$Studiengang: $studium.studiengang$$endif$ $if(aufgabe.code)$- Prüfung: $aufgabe.code$ $endif$} \cfoot{} \rfoot{\ \linebreak Seite \thepage} \renewcommand{\headrulewidth}{0.4pt}