initial commit

This commit is contained in:
mischbeck
2023-03-28 00:33:13 +02:00
commit 8285807f89
64 changed files with 2253 additions and 0 deletions

20
snippets.tex Normal file
View 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}