diff options
Diffstat (limited to 'zeitung')
-rw-r--r-- | zeitung/parts/rankingtemplate.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zeitung/parts/rankingtemplate.tex b/zeitung/parts/rankingtemplate.tex index 4ab70fe..0bfb9fb 100644 --- a/zeitung/parts/rankingtemplate.tex +++ b/zeitung/parts/rankingtemplate.tex @@ -3,11 +3,11 @@ } \providecommand\rankinganswer[2]{ - \item #1: + \item[] #1 \setcounter{bottlecnt}{0} \setcounter{bottlemax}{#2} \stepcounter{bottlemax} % There is no <= in forloop \forloop{bottlecnt}{1}{\value{bottlecnt} < \value{bottlemax}}{ - \includegraphics[scale=.03]{flasche.png} + \includegraphics[scale=.027]{flasche.png} } } |