aboutsummaryrefslogtreecommitdiff
path: root/zeitung/parts/rankingtemplate.tex
diff options
context:
space:
mode:
Diffstat (limited to 'zeitung/parts/rankingtemplate.tex')
-rw-r--r--zeitung/parts/rankingtemplate.tex17
1 files changed, 8 insertions, 9 deletions
diff --git a/zeitung/parts/rankingtemplate.tex b/zeitung/parts/rankingtemplate.tex
index 0bfb9fb..b0a397c 100644
--- a/zeitung/parts/rankingtemplate.tex
+++ b/zeitung/parts/rankingtemplate.tex
@@ -1,13 +1,12 @@
\providecommand\rankingquestion[1]{
- \noindent\textbf{#1}
+ \textbf{#1}
}
-\providecommand\rankinganswer[2]{
- \item[] #1
- \setcounter{bottlecnt}{0}
- \setcounter{bottlemax}{#2}
- \stepcounter{bottlemax} % There is no <= in forloop
- \forloop{bottlecnt}{1}{\value{bottlecnt} < \value{bottlemax}}{
- \includegraphics[scale=.027]{flasche.png}
- }
+\providecommand\rankingbottles[1]{
+ \setcounter{bottlecnt}{0}
+ \setcounter{bottlemax}{#1}
+ \stepcounter{bottlemax} % There is no <= in forloop
+ \forloop{bottlecnt}{1}{\value{bottlecnt} < \value{bottlemax}}{
+ \includegraphics[scale=.027]{flasche.png}
+ }
}