-
Notifications
You must be signed in to change notification settings - Fork 10
/
bingochecklist.tex
60 lines (43 loc) · 1.3 KB
/
bingochecklist.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
\documentclass[12pt]{article}
\usepackage{tabularx}
\usepackage{xcolor}
\usepackage{longtable}
\usepackage{amsmath, amssymb}
\usepackage{marvosym}
\usepackage{hyperref}
\usepackage[left=0.75in,right=0.75in,top=1.0in,bottom=0.75in]{geometry}
\renewcommand*{\DefaultOptionsofRadio}{print,radio, radiosymbol=6, width=\baselineskip, bordercolor={black}, borderwidth=0pt}
\def\DefaultHeightofCheckBox{0.5\baselineskip}
\def\DefaultWidthofCheckBox{0.5\baselineskip}
\renewcommand*{\LayoutCheckField}[2]{#2 #1}
\renewcommand*{\DefaultWidthofCheckBox}{1em}
\renewcommand*{\DefaultHeightofCheckBox}{1em}
\renewcommand*{\LayoutCheckField}[2]{%
\parbox[\DefaultHeightofCheckBox]{\DefaultWidthofCheckBox}{#2} #1}
\newcommand{\sep}{1mm}
\newcommand{\negsep}{-3mm}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\begin{document}
\begin{Form}
\begin{center}
\begin{Large}
Checklist for Super Bowl bingo boxes
\end{Large}
\vspace{0.15in}
%Annual
% Trump State of the Union Address
\today
\end{center}
\begin{longtable}{l L{2.75in} l L{2.75in}}
& \textbf{Item} && \textbf{Item} \\[\sep]
\hline\\[\negsep]
\endfirsthead
& \textbf{Item} && \textbf{Item} \\[\sep]
\hline\\[\negsep]
\endhead
\hline\hline
\endfoot
\input{checklist1.tex}
\end{longtable}
\end{Form}
\end{document}