% bell.tex
%
% Ringing the bell
%
% Source: 
%	Okiwi Bay Lodge, Marlborough, New Zealand
%	Sign next to the brass bell in the lounge/dining room
%
% Typeset by Volker Kuhlmann, 14 Apr 1997.
% Typeset with LaTeX 2e.
% Does not require non-standard macro-packages.
% 1 page.
%


\documentclass[12pt,twoside]{article}


%% Load any desired fonts
%
%\usepackage{palatino}					% PostScript Palatino
%\usepackage{newcent}					% PostScript NewCentury
%\usepackage{helvetic}\AtBeginDocument{\sffamily}	% PostScript Helvetica


% Mirrors \oddsidemargin onto \evensidemargin for twoside documents,
% and takes care of TeX's 1in/1in origin offset.
% Takes paper width as argument.
\newcommand\adjmargins[1]{%
	\evensidemargin=#1
	\advance\evensidemargin-\textwidth
	\advance\evensidemargin-\oddsidemargin
	\advance\oddsidemargin-1in
	\advance\evensidemargin-1in
	\advance\topmargin-1in
	}


% Define page layout
%
\oddsidemargin	25mm
\textwidth	160mm
\topmargin	25mm
\headheight	0mm
\headsep	0mm
\textheight	240mm
\footskip	0mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%
\renewcommand\labelenumi{\theenumi )}
\renewcommand\labelenumii{\theenumii )}
	



\begin{document}

\begin{center}
\Huge\scshape
	Rules of this Bell
\end{center}

\AtEndDocument{\vspace{5mm}\scriptsize
	\mbox{}\hfill
	Okiwi Bay Lodge, Marlborough, New Zealand
}

\Large

\begin{enumerate}

\item
	This Bell shall only be rung by the management
\item
	Exceptions to rule ``1''
	\begin{enumerate}
	\item
		New Year's Eve: The Bell may be used by the youngest
		person present to ring in the new year
	\item
		In extreme emergency, i.e.\ fire or earthquake, the bell
		may be rung by anyone to attract attention
	\end{enumerate}
\item
	He/she who rings the Bell in jest\\
	must buy a round for all the rest
\end{enumerate}

\end{document}
