% LawyerBrain.tex
%
% Source:
%	Otago Daily Times (New Zealand)
%
% Typeset by Volker Kuhlmann, 16 November 1997.
% 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{helvetic}\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	125mm
\topmargin	20mm
\headheight	0mm
\headsep	0mm
\textheight	250mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	1.5ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%
\newenvironment{dialogue}{%
	\begin{list}{}{%
		\def\makelabel##1{##1\hfil}%
		\leftmargin	0mm
		\labelwidth	28mm
		\leftmargin	\labelwidth
		\labelsep	0mm
		\rightmargin	0mm
		\topsep		0ex
		\partopsep	.1ex
		\itemsep	0.3ex
		\parsep		0ex
		}%
}{%
	\end{list}
}
\newcommand\lawyer{\item[Layer:]}
\newcommand\pathologist{\item[Pathologist:]}
	



\begin{document}

Genuine Lawyer Joke: From a Californian trial report published in the
\emph{New York Times} comes the following exchange.

\begin{dialogue}

\lawyer
	``Before you signed the death certificate, had you taken the
	pulse?''

\pathologist
	``No.''

\lawyer
	``Did you listen to the heart?''

\pathologist
	``No.''

\lawyer
	``So, when you signed the death certificate you weren't sure he
	was dead, were you?''

\pathologist
	``Well, let me put it this way. The man's brain was sitting in
	a jar on my desk. But I guess he could be out there practising
	law somewhere.''

\end{dialogue}

\emph{(Otago Daily Times)}

\end{document}

%% EOF LawyerBrain.tex

