adds onesheet. Corrects mistakes.
This commit is contained in:
13
cmds.tex
13
cmds.tex
@@ -27,8 +27,16 @@
|
||||
|
||||
\graphicspath{{img/}}
|
||||
|
||||
\newcommand*\Icon[2]{%
|
||||
\begin{tikzpicture}[remember picture,overlay]
|
||||
\node[xshift=5mm,yshift=-2mm]{%
|
||||
\includegraphics[width=#2]{img/Glasses/#1.png}
|
||||
};
|
||||
\end{tikzpicture}%
|
||||
}
|
||||
|
||||
\let\olddotfill\dotfill
|
||||
\renewcommand{\dotfill}{\scriptsize\olddotfill}
|
||||
\renewcommand{\dotfill}{\scriptsize\leaders\hbox to 1mm{\hss.\hss}\hfill}
|
||||
|
||||
% a tabular* for each drink group
|
||||
\newenvironment{Group}[2]{%
|
||||
@@ -90,8 +98,7 @@
|
||||
|
||||
\newcommand*{\CofEntry}[6]{
|
||||
\Entry{#1}{}\\
|
||||
\Expl{#2}
|
||||
\DTLifnullorempty{#6}{\PriceSingl{}{#4}}{\\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
\Expl{#2}\DTLifnullorempty{#6}{\PriceSingl{}{#4}}{\\\PriceMultB{#3}{#4}{#5}{#6}}
|
||||
}
|
||||
|
||||
\newcommand*{\PriceMultA}[4]{%
|
||||
|
||||
Reference in New Issue
Block a user