Skip to content

Instantly share code, notes, and snippets.

@FdelMazo
Last active March 16, 2022 11:58
Show Gist options
  • Save FdelMazo/b63d82597ea2c8c4a4522f7ba10894fb to your computer and use it in GitHub Desktop.
Save FdelMazo/b63d82597ea2c8c4a4522f7ba10894fb to your computer and use it in GitHub Desktop.
Cocktail Menu
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
% Modified from https://www.overleaf.com/project/5f120402b5e50e0001cc4e1c
\documentclass[12pt]{article}
\usepackage[spanish]{babel}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[textwidth=12cm,centering]{geometry}
\usepackage[x11names]{xcolor}
\usepackage[a4,center,noinfo,width=18cm,height=23cm]{crop}
\usepackage{background,mathpazo,tikz}
\newcommand*\wb[3]{%
{\fontsize{#1}{#2}\usefont{T1}{custom}{xl}{n}#3}}
% The page frame
\SetBgColor{Goldenrod3}
\SetBgAngle{0}
\SetBgScale{1}
\SetBgContents{%
\begin{tikzpicture}
\node at (0.5\paperwidth,0) {\wb{80}{34}{E}\rule[55pt]{.7\textwidth}{0.4pt}%
\raisebox{50pt}{%
}%
\rule[55pt]{.3\textwidth}{0.4pt}\wb{80}{34}{F}};
\node at (2.4,-0.5\textheight) {\rule{0.4pt}{.82\textheight}};
\node at (19.1,-0.5\textheight) {\rule{0.4pt}{.82\textheight}};
\node at (0.5\paperwidth,-\textheight) {\wb{80}{80}{G}\rule[-10pt]{\textwidth}{0.4pt}\wb{80}{34}{H}} ;
\end{tikzpicture}%%
}
% colorize text
\newcommand*\ColText[1]{\textcolor{Goldenrod3}{#1}}
% a tabular* for each drink group
\newenvironment{Group}[1]
{\noindent\begin{tabular*}{\textwidth}{@{}p{1.0\linewidth}@{\extracolsep{\fill}}r@{}} %Change the number before \linewidth to allow text to extend further
{\fontsize{20}{29}\selectfont\ColText{#1}}\\[0.8em]}
{\end{tabular*}}
% to format each entry
\newcommand*\Entry[1]{%
\fontfamily{qzc}\selectfont #1}
% to format each subentry
\newcommand*\Expl[1]{%
\hspace*{1em}\normalfont \footnotesize #1}
% cocktail entry, with name, glass name and description
\newcommand*\Cocktail[3]{%
\begin{minipage}{0.8\linewidth}
\Entry{#1} \\
\Expl{#3} \\
\end{minipage}
\hfill
\begin{minipage}{0.1\linewidth}
\hspace*{1.4cm}\includegraphics[width=9mm]{#2.png}
\end{minipage}\\
}
\pagestyle{empty}
\begin{document}
\begin{Group}{Sweet \& Sour}
\Cocktail{Bennet $\star$}{martini}{Gin, Angostura y Lima --- Absolutamente nunca falla}
\Cocktail{White Lady}{martini}{Gin, Cointreau y Limón}
\Cocktail{Pisco Sour}{martini}{Pisco, Lima y 3 gotitas de Angostura}
\Cocktail{El Alemán Picarón}{martini}{Jägermeister, Lima y Licor de Cassis}
\Cocktail{Daiquiri No. 2}{martini}{Ron, Cointreau, Naranja y Lima --- Pedilo con Malibu}
\Cocktail{Sidecar}{martini}{Cognac, Cointreau y Limón}
\Cocktail{XYZ}{martini}{Ron, Cointreau y Limón}
\Cocktail{Jasmine}{martini}{Gin, Cointreau, Campari y Limón}
\Cocktail{Lemon Drop}{martini}{Citrus Vodka, Cointreau y Limón}
\Cocktail{Margarita}{martini}{Tequila, Cointreau y Lima}
\Cocktail{Cosmopolitan}{martini}{Citrus Vodka, Cointreau, Limón y jugo de arándanos}
\Cocktail{Yokonama}{martini}{Gin, Vodka, Absenta y Jugo de naranja}
\Cocktail{Gabriella}{martini}{Pisco, Lima y Frutillas}
\Cocktail{Purple Stag}{martini}{Jägermeister, Licor de Cassis, Lima, Arandanos y Menta}
\Cocktail{Blue Wonder}{martini}{Citrus Vodka, Parfait d'Amour, Blue Curaçao y Lima}
\Cocktail{Sunflower}{martini}{Gin, Cointreau, St Germain y Limón}
\end{Group}
\vfill
\begin{Group}{Highballs}
\Cocktail{Tom Collins $\star$}{highball}{Gin, Lima, Soda --- Mucho mejor que un G\&T}
\Cocktail{El Rezo del Pescador}{highball}{Ron, Limón, Frutillas y Soda}
\Cocktail{Cuba Libre}{highball}{Ron, Coca-Cola y mucho hielo}
\Cocktail{Tequila Sunrise}{hurricane}{Tequila, Cointreau, Lima, Licor de Cassis y Jugo de naranja}
\Cocktail{Gin Tonic}{coupe}{Pedilo con Naranja, Pepino, Gengibre o lo que se te ocurra}
\end{Group}
\vfill
\begin{Group}{Lowballs}
\Cocktail{Leaving The Quarter $\star$}{rocks}{Jägermeister, Limón, Albahaca y Arándanos}
\Cocktail{Bramble}{rocks}{Gin, Arándanos y Licor de Cassis}
\Cocktail{Caipirinha}{rocks}{Cachaca y Lima --- Pedilo con frutos rojos}
\Cocktail{Old Fashioned}{rocks}{Bourbon, Angostura y Azucar}
\Cocktail{New York Sour}{rocks}{Whisky, Limón y un poco de vino tinto}
\Cocktail{Aperitivo del Jardin}{rocks}{Bourbon, Cynar y Limón --- Trago de un muy buen amigo}
\Cocktail{Artichoke Hold}{rocks}{Bourbon, Cynar, Naranja y Licor de Marraschino}
\end{Group}
\vfill
\begin{Group}{Digestifs}
\Cocktail{Bailey's White Russian $\star$}{rocks}{Baileys, Vodka, Kahlua --- The Dude estaría orgulloso}
\Cocktail{Amaretto Sour}{rocks}{Amaretto, Bourbon y cacao en polvo}
\end{Group}
\end{document}
\ProvidesFile{t1custom.fd}
\DeclareFontFamily{T1}{custom}{}
\DeclareFontShape{T1}{custom}{m}{n}{ <-> custom}{}
\pdfmapline{+custom\space <custom.ttf\space <T1-WGL4.enc}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment