38
cmds.tex
38
cmds.tex
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user