% GoToWorkNaked.tex
%
% Source: Internet
%
% Typeset by Volker Kuhlmann, 3 Feb 2000.
% Typeset with LaTeX 2e.
% Does not require non-standard macro-packages.
% 1 page.
%


\documentclass[12pt,twoside]{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
	}


% Define page layout
%
\oddsidemargin	30mm
\textwidth	138mm
\topmargin	25mm
\headheight	0mm
\headsep	0mm
\textheight	260mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	1.8ex plus.5ex minus.5ex
%
\adjmargins{210mm}	% 210mm for A4 paper



\begin{document}

\begin{center}\LARGE\bfseries
\advance\leftskip -5mm\advance\rightskip -9mm
	Top 11 Reasons To Go To Work Naked
\end{center}

\begin{enumerate}
\item
	Your boss is always yelling ``I wanna see your arse in here by
	8:00!''.
\item
	Can take advantage of computer monitor radiation to work on
	your tan.
\item
	Inventive way to finally meet that hottie in Human Resources.
\item
	``I'd love to chip in, but I left my wallet in my pants.''
\item
	To stop those creepy guys in Marketing from looking down your
	blouse.
\item
	You want to see if it's like the dream.
\item
	So that, with a little help from Muzak, you can add ``Exotic
	Dancer'' to your exaggerated CV.
\item
	People stop stealing your pens after they've seen where you
	keep them.
\item
	Diverts attention from the fact that you also came to work
	stoned.
\item
	Gives ``bad hair day'' a whole new meaning.
\item
	No one steals your chair.
\end{enumerate}

\end{document}

%% EOF GoToWorkNaked.tex

