-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdirections.tex
153 lines (134 loc) · 3.83 KB
/
directions.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
\documentclass[12pt,landscape]{article}
\usepackage{cmap}
\usepackage[utf8]{inputenc}
\DeclareUnicodeCharacter{00A0}{~} %% no break space
\usepackage{amsmath,amssymb}
\usepackage[T1]{fontenc}
\usepackage{fbb}
\usepackage[top=0.75in,bottom=0.75in,right=1in,left=1in]{geometry}
\usepackage{tikz}
\usetikzlibrary{arrows,shapes,trees}
\newcommand{\leftToRightArrow}{%
\makebox[0em][l]{\spacer %
\begin{tikzpicture}[scale=0.8, baseline=-0.1in]
\path[shade,draw] (0,0.75) -- (4,0.75)--(4,1)--(5,0)
--(4,-1)--(4,-0.75)--(0,-0.75)--cycle;
\end{tikzpicture}}
}
\newcommand{\rightToLeftArrow}{%
\makebox[0em][r]{%
\begin{tikzpicture}[scale=0.8, baseline=-0.1in]
\path[shade,draw] (5,0.75) -- (1,0.75)--(1,1)--(0,0)
--(1,-1)--(1,-0.75)--(5,-0.75)--cycle;
\end{tikzpicture}\spacer}
}
\newcommand{\spacer}{\hspace*{1em}}
\newcommand{\hrumc}{%
\begin{center}
\fontsize{60}{75}\selectfont HRUMC
\end{center}}
\newcommand{\jemWallI}{\vspace*{1ex}
\hrumc
\vspace*{1ex plus 1fill}
\renewcommand{\arraystretch}{3.2}
\begin{center} \Huge
\begin{tabular}{@{}c@{}}
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
Rest rooms, water fountain \\
Up the small stairs, on your right
\end{tabular}} \leftToRightArrow \\
\rightToLeftArrow {\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
STE 102 and STE 104 \\
Downstairs and across the quad
\end{tabular}}
\end{tabular}
\end{center}
\vspace*{1ex plus 1fill}
}
\newcommand{\jemWallII}{\vspace*{1ex}
\hrumc
\vspace*{1ex plus 1fill}
\renewcommand{\arraystretch}{3.2}
\begin{center} \Huge
\begin{tabular}{@{}c@{}}
\rightToLeftArrow
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
Rest rooms, water fountain \\
Up the small stairs, on your right
\end{tabular}} \\
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
STE 102 and STE 104 \\
Downstairs and across the quad
\end{tabular}} \leftToRightArrow
\end{tabular}
\end{center}
\vspace*{1ex plus 1fill}
}
\newcommand{\toSte}{\vspace*{1ex}
\hrumc
\vspace*{1ex plus 1fill}
\renewcommand{\arraystretch}{3.2}
\begin{center} \Huge
\begin{tabular}{@{}c@{}}
\rightToLeftArrow
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
STE 102 and STE 104 \\
Left here, on your left
\end{tabular}}
\end{tabular}
\end{center}
\vspace*{1ex plus 1fill}
}
\newcommand{\toJem}{\vspace*{1ex}
\hrumc
\vspace*{1ex plus 1fill}
\renewcommand{\arraystretch}{3.2}
\begin{center} \Huge
\begin{tabular}{@{}c@{}}
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
All JEM rooms \\
Outside, turn right, across the quad
\end{tabular}}
\end{tabular}
\end{center}
\vspace*{1ex plus 1fill}
}
\newcommand{\mac}{\vspace*{1ex}
\hrumc
\vspace*{1ex plus 1fill}
\renewcommand{\arraystretch}{3.2}
\begin{center} \Huge
\begin{tabular}{@{}c@{}}
\rightToLeftArrow
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
Women's rest room, water fountain
\end{tabular}} \\
\rightToLeftArrow
{\renewcommand{\arraystretch}{1.2}\begin{tabular}{c}
Men's rest room \\
Thru doors on right, on your right
\end{tabular}}
\end{tabular}
\end{center}
\vspace*{1ex plus 1fill}
}
\pagestyle{empty}
\begin{document}
\jemWallI\clearpage
\jemWallI\clearpage
\jemWallI\clearpage
\jemWallI\clearpage
\jemWallI\clearpage
\jemWallI\clearpage
\jemWallII\clearpage
\jemWallII\clearpage
\jemWallII\clearpage
\jemWallII\clearpage
\jemWallII\clearpage
\jemWallII\clearpage
\toSte\clearpage
\toSte\clearpage
\toJem\clearpage
\mac\clearpage
\mac
\end{document}