diff options
-rwxr-xr-x | cli.js | 2 | ||||
-rw-r--r-- | zeitung/parts/studenttemplate.tex | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -78,7 +78,7 @@ if ((idx = params.indexOf("-r")) > -1) { data.users.forEach((user) => { hay = data.profile.filter((e) => e.user_id === user.id); const obj = { - userid: user.id, + id: user.id - 1, // Why tf tho name: `${user.name} ${user.middlename || ""} ${user.surname}`, birthday: answer("Geburtsdatum"), favsub: answer("Lieblingsfach"), diff --git a/zeitung/parts/studenttemplate.tex b/zeitung/parts/studenttemplate.tex index 072d493..9d9d036 100644 --- a/zeitung/parts/studenttemplate.tex +++ b/zeitung/parts/studenttemplate.tex @@ -3,6 +3,8 @@ \clearpage \checkoddpage +\sectionmark{Steckbrief - \stdname} + % Returns a default file if not found \providecommand\dfincludegraphics[2][]{ \IfFileExists{#2} @@ -54,8 +56,6 @@ } } -\sectionmark{Steckbrief - \stdname} - % Steckbrief Tabelle \ifoddpage \def\tablex{12} |