diff options
author | Marvin Borner | 2021-02-15 22:59:23 +0100 |
---|---|---|
committer | Marvin Borner | 2021-02-15 22:59:23 +0100 |
commit | e281fe4058392c0d2425f7e32bf263d40d5badc2 (patch) | |
tree | 759bc7b94abb430bfc810d523f6ea2b4eb81d396 /zeitung | |
parent | 56b3c081ffcfb3b2cfadbf1947e253fde6711c60 (diff) |
best code this
Diffstat (limited to 'zeitung')
-rw-r--r-- | zeitung/parts/studentprofiles.tex | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/zeitung/parts/studentprofiles.tex b/zeitung/parts/studentprofiles.tex index de14c4a..ddacb09 100644 --- a/zeitung/parts/studentprofiles.tex +++ b/zeitung/parts/studentprofiles.tex @@ -2,15 +2,17 @@ \kant[1-3] \newpage -\inputall{parts/generated/students/TGI13.1} -\generated{quotes/TGI13.1} -\inputall{parts/generated/students/TGI13.2} -\generated{quotes/TGI13.2} -\inputall{parts/generated/students/TGM13.1} -\generated{quotes/TGM13.1} -\inputall{parts/generated/students/TGM13.2} -\generated{quotes/TGM13.2} -\inputall{parts/generated/students/TGTM13.1} -\generated{quotes/TGTM13.1} +\providecommand\studentprofile[1]{ + \inputall{parts/generated/students/#1} + \generated{quotes/#1} + \title{Ranking - #1} + \generated{ranking/#1} +} + +\studentprofile{TGI13.1} +\studentprofile{TGI13.2} +\studentprofile{TGM13.1} +\studentprofile{TGM13.2} +\studentprofile{TGTM13.1} %\generated{quotes/teacher} |