39 lines
1.3 KiB
TeX
39 lines
1.3 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
%% Longdrinks
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\newpage
|
|
\PageBackground{\bg}
|
|
\begin{Group}{Longdrinks}{Mix? Zockerrunde?\\}
|
|
%%%%%%%%%%%%%%%%%%%
|
|
%% Longdrinks
|
|
%%%%%%%%%%%%%%%%%%%
|
|
\hfill 2cl\hspace{1.45cm} 4cl\\
|
|
\DTLforeach[\DTLiseq{\cat}{Longdrinks}]{drinks}{
|
|
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\preisb=preis2,\cat=cat}
|
|
{
|
|
{\normalsize\name}\footnotesize, \sizea\desc\small\dotfill\Price{\preisa}\hspace{1cm}\Price{\preisb} \\
|
|
}
|
|
%%%%%%%%%%%%%%%%%%%
|
|
%% Aperol und so
|
|
%%%%%%%%%%%%%%%%%%%
|
|
\parbox{10cm}{
|
|
\begin{center}
|
|
\DTLforeach[\DTLiseq{\cat}{LongdrinkAp} \AND \DTLiseq{\note}{zusatz}]{drinks}{
|
|
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\cat=cat, \note=note}
|
|
{
|
|
\small\name{\footnotesize\desc}\small\dotfill\Price{\preisa}\\
|
|
}
|
|
\end{center}
|
|
}
|
|
%%%%%%%%%%%%%%%%%%%
|
|
%% Gin & Tonic
|
|
%%%%%%%%%%%%%%%%%%%
|
|
\subheading{Gin & Tonic}
|
|
\DTLforeach[\DTLiseq{\cat}{GinTonic}]{drinks}{
|
|
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\sizea=size1,\cat=cat}
|
|
{
|
|
\small\name\footnotesize, \sizea\desc\small\dotfill\Price{\preisa} \\
|
|
}
|
|
\centering{\linefont\fontsize{20}{60}\selectfont 7}\\
|
|
\end{Group}
|