% Viagra.tex
%
% Source:
%    Tim Mitchell
%
% Typeset by Volker Kuhlmann, 9 Nov 1999.
% 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{helvet}\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	20mm
\textwidth	170mm
\topmargin	20mm
\headheight	0mm
\headsep	0mm
\textheight	260mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	1.8ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%
\makeatletter
\newcommand\Eenumerate[1]{%
	\ifnum\@enumdepth>\thr@@ \@toodeep
	\else \advance \@enumdepth \@ne
	  \edef\@enumctr{enum\romannumeral\the\@enumdepth}%
	  \expandafter \list \csname label\@enumctr\endcsname
	    {\usecounter\@enumctr \def\makelabel##1{\hss\llap{##1}}#1}%
	\fi
	\renewcommand\labelenumi{(\theenumi)}%
}
\let\endEenumerate=\endlist
\newcommand\listshort{\topsep\z@\partopsep\z@\parsep\z@}
\newenvironment{enumerateshort}{\Eenumerate{\listshort}}{\endEenumerate}
\makeatother




\begin{document}

\begin{center}\LARGE\bfseries
	Viagra --- Top 10
\end{center}

\begin{enumerate}
\item
	Always make sure you swallow Viagra pills quickly---or you'll
	get a stiff neck.
\item
	Men taking iron tablets are warned that taking Viagra may cause
	them to spin around and point north.
\item
	While unloading a boat load of Viagra at Port Adelaide, a box
	full fell into the Port River.  Now the drawbridge won't go
	down.
\item
	Have you heard of the new hot beverage. ``Viagraccino''---one
	cup and you're up all night.
\item
	Beware of the Viagra computer virus.  It turns your floppy disk
	into a hard drive.
\item
	There's no need to stake tomatoes any more.  Just dissolve
	Viagra in their water and they stand straight and tall.
\item
	Viagra is like Disneyland---one hour wait for a two minute
	ride.
\item
	What's the difference between Niagara and Viagra?
	Niagara Falls.
\item
	A Viagra delivery truck was hijacked.  Police are looking for
	four hardened criminals who will face a stiff penalty under the
	penal code.
\item
	The nurses at the local resthome think Viagra is terrific. 
	They give it to the old boys every night and it stops them
	rolling out of bed.
\end{enumerate}

\end{document}

%% EOF Viagra.tex

