1
0
mirror of https://gitlab.com/MisterBiggs/latex-bingo.git synced 2025-06-16 07:06:49 +00:00
LaTeX-Bingo/bingochecklist.tex
Jesse Hamner c75be78b2e New lists for the address to Congress
Also added the official portrait for the "free space"
2017-03-10 15:14:36 -06:00

46 lines
676 B
TeX

\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 SOTU bingo boxes
\end{Large}
\vspace{0.15in}
%Rawlins Hall
%Trump Address to Joint Session of Congress
\today
\end{center}
\begin{longtable}{l p {2.25in} }
Said & Item \\[\sep]
\hline\\[\negsep]
\endfirsthead
Said & Item \\[\sep]
\hline\\[\negsep]
\endhead
\hline\hline
\endfoot
\input{checklist1.tex}
\end{longtable}
\end{document}