aboutsummaryrefslogtreecommitdiff
path: root/zeitung/parts/rankingtemplate.tex
blob: b0a397c51cd2312b633fdb8fa2bdf06919248148 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
\providecommand\rankingquestion[1]{
	\textbf{#1}
}

\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}
	}
}