adds alot

This commit is contained in:
2023-03-29 02:03:09 +02:00
parent 054cecdcc9
commit 453c76dcce
43 changed files with 39266 additions and 11287 deletions

38
pages/longdrinks.tex Normal file
View File

@@ -0,0 +1,38 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% 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}