-
Notifications
You must be signed in to change notification settings - Fork 0
/
mailing-signup.tex
68 lines (57 loc) · 1.78 KB
/
mailing-signup.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
61
62
63
64
65
66
67
68
\documentclass{article}
\usepackage[margin=0.25in]{geometry}
\usepackage{tabulary} % for fixed-width tables
\usepackage{multicol} % for table headings
\usepackage{wrapfig} % for the small QR code
\usepackage{graphicx} % for includegraphics
\begin{document}
\begin{wrapfigure}{r}{0.1\textwidth}
\vspace{-0.54\textheight}
\includegraphics[width=\hsize]{mailing-signup-qr}
\end{wrapfigure}
\begin{center}
{\Huge \scshape Linux Users' Group \\}
\end{center}
\begin{center}
{\LARGE Mailing List Signup}
\end{center}
\renewcommand{\arraystretch}{2}
\begin{tabular*}{\hsize}{%
| >{\hfill \small}m{0.02\hsize}
| m{0.35\hsize}<{\hfill \small \texttt{@umbc.edu}}
| >{\centering \bfseries}m{0.04\hsize}
| m{0.45\hsize}
|}
\cline{1-4}
& \multicolumn{1}{c|}{Username/Student ID} && \multicolumn{1}{c|}{Other Email} \\
\cline{1-4} 1 & & OR & \\
\cline{1-4} 2 & & OR & \\
\cline{1-4} 3 & & OR & \\
\cline{1-4} 4 & & OR & \\
\cline{1-4} 5 & & OR & \\
\cline{1-4} 6 & & OR & \\
\cline{1-4} 7 & & OR & \\
\cline{1-4} 8 & & OR & \\
\cline{1-4} 9 & & OR & \\
\cline{1-4} 10 & & OR & \\
\cline{1-4} 11 & & OR & \\
\cline{1-4} 12 & & OR & \\
\cline{1-4} 13 & & OR & \\
\cline{1-4} 14 & & OR & \\
\cline{1-4} 15 & & OR & \\
\cline{1-4} 16 & & OR & \\
\cline{1-4} 17 & & OR & \\
\cline{1-4} 18 & & OR & \\
\cline{1-4} 19 & & OR & \\
\cline{1-4} 20 & & OR & \\
\cline{1-4} 21 & & OR & \\
\cline{1-4} 22 & & OR & \\
\cline{1-4} 23 & & OR & \\
\cline{1-4} 24 & & OR & \\
\cline{1-4} 25 & & OR & \\
\cline{1-4}
\end{tabular*}
\begin{center} \tiny
Git Version \input{git-describe}
\end{center}
\end{document}