%rem101: LaTeX file for Remsen 101 seating chart, jmb 11/98

\documentclass[12pt]{article}

\special{papersize=11in,8.5in}
\pagestyle{empty}
\parindent 0in
	%These next two lines for PDF edition ONLY; comment out for LaTeX
%\pdfpagewidth 11in
%\pdfpageheight 8.5in

\oddsidemargin -0.5in
\textwidth 10.0in

\topmargin -0.5in
\headheight 0in
\headsep 0in
\textheight 7.5in

	%Special macros
\newcommand{\seat}[1]{\framebox[8mm]{\rule[-2mm]{0mm}{7mm}#1}}
\newcommand{\rowlab}[1]{\makebox[5mm]{\textbf{#1}}}
\newcommand{\interrow}{\vspace{4mm} \par}
    %Rows with even seats, on West side
\newcommand{\urow}{\seat{18} \seat{16} \seat{14} \seat{12} \seat{10}
	\seat{8} \seat{6} \seat{4} \seat{2}}
\newcommand{\vrow}{\seat{22} \seat{20} \urow}
\newcommand{\wrow}{\seat{26} \seat{24} \vrow}
    %Rows with odd seats, on East side
\newcommand{\xrow}{\seat{1} \seat{3} \seat{5} \seat{7} \seat{9} \seat{11}
	\seat{13} \seat{15} \seat{17}}
\newcommand{\yrow}{\xrow\ \seat{19} \seat{21}}
\newcommand{\zrow}{\yrow\ \seat{23} \seat{25}}

\begin{document}
\textbf{{\Large Remsen 101 Seating Layout}} \hfill
File \texttt{rem101}, Revision B, jmb 11/98
\par Johns Hopkins University
\vspace{5mm}

There are \textbf{192} seats.  All of them are \textbf{right-handed}.
There are a few extra movable chairs at the back.

With \textbf{alternate seating}, there is space for \textbf{102} people
(or 101 if one allows for the broken seats).

Every third seat is labeled.  There is no row I.
\smallskip

* Several seats in row J have \textbf{broken tables}.
\vspace{5mm}

\hspace{1.5cm} \textbf{EVEN} NUMBERS ARE ON THIS SIDE (WEST)
\hspace{2.5cm} \textbf{ODD} NUMBERS ARE ON THIS SIDE (EAST)
\vspace{5mm}

\seat{8*} \seat{6} \seat{4*} \seat{2*} \rowlab{J}
\hspace{16.1cm} \rowlab{J} \seat{1} \seat{3*} \seat{5} \seat{7}
\interrow
\vrow\ \rowlab{H} \hspace{3cm} \rowlab{H} \yrow
\interrow
\wrow\ \rowlab{G} \zrow
\interrow
\wrow\ \rowlab{F} \zrow
\interrow
\wrow\ \rowlab{E} \zrow
\interrow
\hspace{8mm} \seat{24} \vrow\ \rowlab{D} \yrow\ \seat{23}
\interrow
\hspace{17mm} \vrow\ \rowlab{C} \yrow
\interrow
\hspace{26mm} \seat{20} \urow\ \rowlab{B} \xrow\ \seat{19}
\interrow
\hspace{35mm} \urow\ \rowlab{A} \xrow
\vspace{1cm}

\hspace{8cm} \framebox[8cm]{\rule[-2mm]{0mm}{7mm} BENCH}
\end{document}
