% WPStyle2002.tex
%
% 
%
% Source: internet
%
% Typeset by Volker Kuhlmann, 22 Aug 2003.
% 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	200mm
\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	10em
		\labelsep	0em
		\labelwidth	9em
		\rightmargin	3em
		\topsep		0em
		\partopsep	0em
		\itemsep	\parskip
		\parsep		0em
		\let\makelabel\descriptionlabel
	}%
}{%
	\end{list}%
}


\begin{document}

Each year the Washington Post's Style Invitational asks readers to take
any word from the dictionary, alter it by adding, subtracting, or
changing only one letter and supply a new definition.

Here are the 2002 top entries:

\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 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.
\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 WPStyle2002.tex
