aboutsummaryrefslogtreecommitdiff
path: root/zeitung/parts/rankingtemplate.tex
blob: 0bfb9fb356224b76568cc26e61b9da0f183dea0e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
\providecommand\rankingquestion[1]{
	\noindent\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}
		}
}