adds covers. solves #1 #4 #6 #9

This commit is contained in:
2023-03-31 03:56:19 +02:00
parent e0f2bc813b
commit e339f04174
22 changed files with 487 additions and 242 deletions

View File

@@ -1,16 +1,42 @@
\newfontfamily{\headfont}{Sandwich}
\newfontfamily{\artfont}{Parisish}
\newfontfamily{\linefont}{FoglihtenDeH02} %https://www.1001fonts.com/foglihtendeh0-font.html
\usepackage{blindtext}
\usepackage{geometry} % https://www.overleaf.com/learn/latex/Page_size_and_margins
\geometry{
a5paper,
left=10mm,
right=10mm,
top=5mm,
bottom=5mm
}
\backgroundsetup{contents={}}
% https://coolors.co/f6ebe0-ba5624-381d2a-9395d3-065143
\definecolor{bg}{HTML}{F6EBE0} % https://color.adobe.com/create/color-wheel
\definecolor{head}{HTML}{45252A}
\definecolor{desc}{HTML}{6C5B61}
%\definecolor{desc}{HTML}{381D2A}
%\definecolor{desc}{HTML}{363331}
\definecolor{text}{HTML}{413135}
\definecolor{boxbg}{HTML}{fbf5f0}
\color{text}
\graphicspath{{img/}}
\let\olddotfill\dotfill
\renewcommand{\dotfill}{\scriptsize\olddotfill}
% colorize text
\newcommand*{\ColText}[1]{\textcolor{}{#1}}
% a tabular* for each drink group
\newenvironment{Group}[2]{%
\heading{#1}
\centering{\dsctxt{#2}}}
\newcommand*{\dsctxt}[1]{%
\fontsize{11}{14}\selectfont\ColText{#1}}
\textcolor{desc}{\fontsize{11}{14}\selectfont#1}}
% to format each entry
\newcommand*{\Entry}[2]{%
@@ -85,6 +111,10 @@
\newcommand*{\ShotItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
\small#1\scriptsize\space\textit{#2}\small\dotfill #3\space\Price{#4}}
\newcommand*{\LoDrItem}[4]{%1 = Name; 2 = Desc; 3 = Size; 4 = Price
\normalsize#1\scriptsize\space\textit{#2}\dotfill\Price{#3}\hspace{1cm}\Price{#4}}
\newcommand*{\parseprule}{%
\par
\begingroup