initial commit
This commit is contained in:
20
snippets.tex
Normal file
20
snippets.tex
Normal file
@@ -0,0 +1,20 @@
|
||||
|
||||
|
||||
|
||||
\begin{Group}{Kaffee}{\blindtext[1][¹]}
|
||||
\DTLforeach[\DTLiseq{\cat}{Kaffee}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preis=preis,\cat=cat}
|
||||
{
|
||||
\Entry{\fontsize{13}{10}\name\scriptsize\dotfill}{\preis} \\
|
||||
\Expl{\desc} \\
|
||||
}
|
||||
\end{Group}
|
||||
|
||||
\begin{Group}{Kaffee}{Beschreibung hier hin. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat.}
|
||||
\DTLforeach[\DTLiseq{\cat}{Kaffee}]{drinks}{
|
||||
\name=name,\desc=beschreibung,\img=img,\preis=preis,\cat=cat}
|
||||
{
|
||||
\Entry{\fontsize{13}{10}\name\scriptsize\dotfill}{\preis} \\
|
||||
\Expl{\desc} \\
|
||||
}
|
||||
\end{Group}
|
||||
Reference in New Issue
Block a user