% WPStyle.tex
%
% Washington Post's Style Invitational (?)
% New words after modifying one letter.
% Also see: WPStyle2002.tex
%
% Source: internet
%
% Typeset by Volker Kuhlmann, 22 Aug 2003, 4 Feb 2004.
% Typeset with LaTeX 2e.
% Does not require non-standard macro-packages.
% 1 page (landscape).
%


\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	25mm
\textwidth	160mm
\topmargin	20mm
\headheight	0mm
\headsep	0mm
\textheight	255mm
\footskip	0mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	3ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper
%
\fboxrule	0.6mm
\fboxsep	8mm


%% Define any required macros
%
%\renewcommand\labelitemi{\bfseries}
\renewcommand\descriptionlabel[1]{%
	\hspace\labelsep\normalfont\bfseries #1:\hss}
\renewenvironment{description}{%
	\begin{list}{}{%
		\leftmargin	10.4em
		\labelsep	0em
		\labelwidth	9.4em
		\rightmargin	2.0em
		\topsep		0em
		\partopsep	0em
		\itemsep	0.8\parskip
		\parsep		0em
		\let\makelabel\descriptionlabel
	}%
}{%
	\end{list}%
}


\begin{document}

%Each year the Washington Post's Style Invitational asks readers to ...
%...
% Here are the 2002 top entries:
% this is probably a collection from a number of years now

Take any word from the dictionary, alter it by adding, subtracting, or
changing only one letter and supply a new definition.

\begin{description}
	\item[Intaxication]
		Euphoria at getting a tax refund, which lasts until you
		realize it was your money to start with.

	\item[Foreploy]
		Any misrepresentation about yourself for the purpose of
		getting sex.
		%getting laid. ??

	\item[Sarchasm]
		The gulf between the author of sarcastic wit and the
		person who doesn't get it.

	\item[Hipatitis]
		Terminal coolness.

	\item[Osteopornosis]
		A degenerate disease.

	\item[Glibido]
		All talk and no action.

	\item[Reintarnation]
		Coming back to life as a hillbilly.

	\item[Bozone] (n.)
		The substance surrounding stupid people that stops
		bright ideas from penetrating. The bozone layer,
		unfortunately, shows little sign of breaking down in
		the near future.

	\item[Cashtration] (n.)
		The act of buying a house, which renders the subject
		financially impotent for an indefinite period.

	\item[Giraffiti]
		Vandalism spray-painted very, very high.

	\item[Inoculatte]
		To take coffee intravenously when you are running late.

	\item[Karmageddon]
		It's like, when everybody is sending off all these
		really bad vibes, right? And then, like, the Earth
		explodes and it's like, a serious bummer.

	\item[Dopeler]
		The tendency of stupid ideas to seem smarter when they
		come at you rapidly.

	\item[Beelzebug] (n.)
		Satan in the form of a mosquito that gets into your
		bedroom at three in the morning and cannot be cast out.

	\item[Caterpallor] (n.)
		The color you turn after finding half a grub in the
		fruit you're eating.

	\item[Decafalon] (n.)
		The grueling event of getting through the day consuming
		only things that are good for you.

	\item[Arachnoleptic fit] (n.)
		%The frantic dance performed just after you've
		%accidentally walked through a spider web.
		The frantic dance performed just after accidentally
		walking through a spider web.
%\end{description}
%
%And the winner of the Washington Post's Style Invitational:
%
%\begin{description}
	\item[Ignoranus]
		A person who's both stupid \emph{and} an asshole.
\end{description}


\end{document}

%% EOF WPStyle.tex
