-
Notifications
You must be signed in to change notification settings - Fork 3
/
happyhour_template.tex
45 lines (34 loc) · 1.08 KB
/
happyhour_template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
\documentclass[a4paper,12pt]{article}
\usepackage{geometry}
\usepackage{graphicx}
\begin{document}
\thispagestyle{empty}
\begin{center}
\includegraphics[width=0.25\linewidth]{fig/<FIGNAME>.png} \par \bigskip \bigskip \bigskip
{\Large Computer Lab Happy Hour} \\ \smallskip
{5.00pm Friday \today}
\end{center}
\bigskip
\large
\begin{center}
\def\arraystretch{1.1}
\begin{tabular}{p{7.5cm}|p{3cm}|p{3cm}} & \textbf{Cost price} & \textbf{Suggested donation} \\
\hline
\textbf{The Real Deal} & & \\
<NAME> (<STRENGTH>\%) & \pounds <COST_PRICE>/pint & \pounds <PRICE>/pint \\
\small \it <DESC> \medskip & & \\
\hline
{\bf Other Alcoholic Drinks} & & \\
Bottled beer/cider (500ml) & \pounds 1.60/bottle & \pounds 1.90/bottle \\
Bottled beer/cider (330ml) & \pounds 1.00/bottle & \pounds 1.20/bottle \medskip \\
\hline
{\bf Soft Drinks} &&\\
(Diet) Coke, Fanta, Sprite & 50p/can & 60p/can \\
Fruit juice & 20p/glass & 25p/glass \medskip \\
\hline
{\bf Snacks} & & \\
Crisps, Popcorn &\pounds 1.40 &\pounds 1.60 \\
Nuts &\pounds 1.50 &\pounds 1.80 \\
\end{tabular}
\end{center}
\end{document}