From b137267e982d54aaa7a2cb0ae026d5627b4a51ed Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Sun, 5 Jul 2015 03:20:43 -0400 Subject: [PATCH] Tea rating form --- tea/rating.tex | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 tea/rating.tex diff --git a/tea/rating.tex b/tea/rating.tex new file mode 100644 index 0000000..8c97e1a --- /dev/null +++ b/tea/rating.tex @@ -0,0 +1,29 @@ +\documentclass{article} +\usepackage{fullpage} +\title{Soviet Russia tea tasting} +\date{Sunday, July 5, 2015} + +\newcommand{\tearow}[1]{#1 & & & & \\[0.5in]\hline} +\begin{document} +\maketitle + +Round: \underline{\hspace{2in}}\\ +Tea: label of the tea being tested\\ +Mug: description of the mug you used (as a reminder to you)\\ +Rating: 1-10, 1=bad, 10=great\\ + +\noindent +\begin{tabular}{|l|p{1in}|l|p{2in}|p{2.4in}} +\hline +Tea & Mug & Rating & Guess & Comments \\\hline +\tearow{A} +\tearow{B} +\tearow{C} +\tearow{D} +\tearow{E} +\tearow{F} +\tearow{G} +\tearow{H} +\end{tabular} + +\end{document} -- 2.34.1