1
0
mirror of https://gitlab.com/MisterBiggs/latex-bingo.git synced 2025-08-14 09:21:36 +00:00

Initial commit of tex and python files

This commit is contained in:
Jesse Hamner
2016-09-26 13:21:09 -05:00
commit 8a3e5cfece
7 changed files with 420 additions and 0 deletions

45
bingochecklist.tex Normal file
View File

@@ -0,0 +1,45 @@
\documentclass[12pt]{article}
\usepackage{tabularx}
\usepackage{xcolor}
\usepackage{longtable}
\usepackage{amsmath, amssymb}
\usepackage{marvosym}
\usepackage[left=1.0in,right=1.1in,top=1.0in,bottom=0.75in]{geometry}
\newcommand{\sep}{1mm}
\newcommand{\negsep}{-3mm}
\begin{document}
\begin{center}
\begin{Large}
Checklist for debate bingo boxes
\end{Large}
\vspace{0.15in}
Rawlins Hall
First Presidential Debate
September 26, 2016
\end{center}
\begin{longtable}{l p {3.0in} }
Found & Item \\[\sep]
\hline\\[\negsep]
\endfirsthead
Found & Item \\[\sep]
\hline\\[\negsep]
\endhead
\hline\hline
\endfoot
\input{checklist1.tex}
\end{longtable}
\end{document}