From: Alex Dehnert Date: Sun, 5 Jul 2015 07:20:43 +0000 (-0400) Subject: Tea rating form X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;h=b137267e982d54aaa7a2cb0ae026d5627b4a51ed;p=groups%2Fsoviet-russia%2Fpublic.git Tea rating form --- 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}