fügt kakao hinzu, extras und weitere schriftart.

This commit is contained in:
2023-03-28 05:11:13 +02:00
parent 88800194a7
commit 6935aae42f
17 changed files with 9980 additions and 106 deletions

View File

@@ -2,27 +2,28 @@
\newcommand*\ColText[1]{\textcolor{desc}{#1}}
% a tabular* for each drink group
\newenvironment{Group}[2]
{
\centering{\Huge{\textcolor{head}{#1}}} \medskip\\
\begin{tabular*}{\textwidth}
{@{}p{1.0\linewidth}@{\extracolsep{\fill}}r@{}} %Change the number before \linewidth to allow text to extend further
{\fontsize{11}{14}\selectfont\ColText{#2}}\\}
{\end{tabular*}}
\newenvironment{Group}[2]{
\heading{#1} \\
\fontsize{11}{14}\selectfont\ColText{#2}\\}
% to format each entry
\newcommand*\Entry[2]{%
%\vspace{0.5mm} % if you uncomment this line, change the Glass yshift to -4mm (idk why such difference)
\smallskip\large\fontfamily{qzc}\selectfont #1 & #2}
\\\Large{\artfont #1 & #2}}
\newcommand*\heading[1]{
{\\\centering\linefont\fontsize{30}{10}\selectfont Q+=q {\fontsize{40}{60}{\headfont\textcolor{head}{#1}}} Q+=q\\\medskip}}
\newcommand*\subheading[1]{
{\centering\linefont\fontsize{20}{30}\selectfont Q++++=q {\LARGE{\artfont\selectfont\textcolor{head}{#1}}} Q++++=q\\}}
% to format each subentry
\newcommand*\Expl[1]{%
\scriptsize #1}
\newcommand*\Price[1]{%
\normalsize #1}
\normalsize #1}
% sets page Backround to #1
\newcommand*{\PageBackground}[1]{
@@ -31,6 +32,6 @@
}
\newcommand*{\PriceMult}[4]{
\hspace*{1em}\footnotesize #1 \dotfill\Price{#2}\\
\hspace*{1em}\footnotesize #3 \dotfill\Price{#4}\\
\hspace*{0.5cm}\footnotesize #1 \dotfill\Price{#2}\\
\hspace*{0.5cm}\footnotesize #3 \dotfill\Price{#4}\\
}