adds alot
This commit is contained in:
21
pages/wein.tex
Normal file
21
pages/wein.tex
Normal file
@@ -0,0 +1,21 @@
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
%% Wein
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newpage
|
||||
\PageBackground{\bg}
|
||||
\begin{Group}{Wein und Sekt}{}
|
||||
\begin{flushleft}
|
||||
\DTLforeach[\DTLiseq{\cat}{Wein}]{drinks}{%
|
||||
\name=name,\desc=beschreibung,\img=img,\preisa=preis1,\preisb=preis2,\sizea=size1,\sizeb=size2,\cat=cat, \note=note}{
|
||||
\Entry{\name}{} \\
|
||||
\Expl{\desc}
|
||||
\DTLifnullorempty{\preisb}{ %wenn wenn nur ein preis, dann...
|
||||
\\\sizea\dotfill\Price{\preisa} \\
|
||||
}{ %wenn zwei preise, dann...
|
||||
\\
|
||||
\PriceMultB{\sizea}{\preisa}{\sizeb}{\preisb}
|
||||
}}
|
||||
\end{flushleft}
|
||||
\end{Group}
|
||||
%\raggedright{\footnotesize Anzeige}
|
||||
\includegraphics[width=\textwidth]{illus/ads/33_36_469-upscaled-crop2-alpha.png}
|
||||
Reference in New Issue
Block a user