% glass-of-milk.tex
%
% The Glass of Milk by the Keyboard
%
% Source: suse-linux-e mailing list
%
% Typeset by Volker Kuhlmann, 16 Apr 2000.
% 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	30mm
\oddsidemargin	17mm
\textwidth	180mm
\topmargin	20mm
\headheight	0mm
\headsep	0mm
\textheight	260mm
\footskip	0mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%
\renewenvironment{description}{%
	\def\item[##1]{\ifvmode\else\null\\\fi
		\rule{0ex}{3ex}\textbf{##1}\rightskip0ex plus2em &}%
	\begin{tabular}{@{}p{65mm}l}%
}{%
	\\\end{tabular}%
}


\begin{document}

\begin{center}\Large\sffamily
	The Glass of Milk by the Keyboard
\end{center}

\begin{description}
\item[Optimist]
    The glass is half full

\item[Pessimist]
    The glass is half empty

\item[Futurist]
    The milk's in the wrong half of the glass

\item[Pascal programmer]
    Well, what type of milk is it?

\item[C Programmer]
    No thanks; I drink straight from the jug

\item[Assembly programmer]
    No thanks; I drink straight from the cow

\item[Basic Programmer]
    No thanks; I'm still breast feeding

\item[MIS COBOL Programmer]
    I'LL DRINK IT IF YOU GIVE ME UNTIL NEXT YEAR

\item[Fuzzy logic guy]
    I may or may not have drunk some part of that milk

\item[Prolog Programmer]
    I know I drank it --- just don't ask me how

\item[Non-Procedural Language Programmer]
    I drank it when nobody was looking

\item[UI Designer]
    What's that crap in my glass?

\item[Pentium User]
    I drank (Glass $*$ 0.49999999\ldots) but don't hold me to that

\item[Windows User]
    Where's my straw?

\item[Mac User]
    Where's my pump?

\item[UNIX User]
    Nahhh\ldots\ too easy

\item[Multimedia author or Shareware game author]
    That glass is free; the next one you have to pay for

\item[Security Consultant]
    Where'd the rest of the milk go?

\item[CIA]
    What makes you think that's milk???

\item[NSA]
    We know what it really is

\item[Copy Protection Crazies]
    Somebody drank half my milk and didn't pay for it!

\item[Free Software Foundation]
    The milk is the cow's contribution to all mankind!

\item[Bill Gates]
    Not enough market share to be Microsoft Milk\texttrademark
\end{description}

\end{document}

%% EOF glass-of-milk.tex

