% rain2.tex
%
% Typesetting: Volker Kuhlmann, 22 August 1996.
% Typeset with LaTeX 2e.
% From a backpacker in Te Anau, New Zealand.
%


\documentclass[12pt]{article}


% 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
	\relax
	}


\oddsidemargin	35mm
\textwidth	128mm
\topmargin	30mm
\textheight	150mm
\headheight	0mm
\headsep	0mm
\pagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
\sloppy
\raggedright

\adjmargins{210mm} % Paper width


\begin{document}

\begin{center}
\Huge
\textbf{{%
	Rain%
}}
\end{center}

\Large
\begin{verse}
It rained and rained and rained and rained\\
The average fall was well maintained\\
And when the tracks were simply bogs\\
It started raining cats and dogs

After a drought of half an hour\\
We had a most refreshing shower\\
And then the most curious thing of all\\
A gentle rain began to fall

Next day was also fairly dry\\
Save for the deluge from the sky\\
Which wetted the party to the skin\\
And after that the rain set in.\\
\end{verse}
\mbox{}\hfill Anonymous Fiordland Tramper, 1984

\end{document}
