% PowerElectronicsRules.tex
%
% Source:
%	Paper on the wall of the power electronics lab (which is next
%	door from me).
%	Compiled by C. Mosling, 23 July 1998.
%	Signed with: And the list is ongoing. CRM
%
% Typeset by Volker Kuhlmann, 18, 24 April 1999.
% 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{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	23mm
\textwidth	165mm
\topmargin	20mm
\headheight	0mm
\headsep	0mm
\textheight	250mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	1.8ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%
\makeatletter
\newcommand\Eenumerate[1]{%
	\ifnum\@enumdepth>\thr@@ \@toodeep
	\else \advance \@enumdepth \@ne
	  \edef\@enumctr{enum\romannumeral\the\@enumdepth}%
	  \expandafter \list \csname label\@enumctr\endcsname
	    {\usecounter\@enumctr \def\makelabel##1{\hss\llap{##1}}#1}%
	\fi
}
\let\endEenumerate=\endlist
\newcommand\listshort{\topsep\z@\partopsep\z@\itemsep\z@\parsep\z@
			\parskip\z@}
\newenvironment{enumerateshort}{\Eenumerate{\listshort}}{\endEenumerate}
\makeatother




\begin{document}

\begin{center}
\LARGE\bfseries
	Power Electronics Rules to Live By
\end{center}

Some of these are by first-hand experience\ldots

\vspace{\parskip}

\begin{enumerateshort}
\item
	Remember---The spiral binder on your notebook \textsc{is
	conductive}\ldots
\item
	After calling the fire department, the bathroom is along the
	way out the front door.
\item
	Remember when your mother said to keep some clean underwear
	around\ldots
\item
	Avoid touching high-voltage connections. High voltage cooking
	is a slow and slothful process.
\item
	\ldots\ and anything over 200\,V is acceptable for cooking a
	hotdog. It has been found that applying more than 600\,V is
	actually faster than the microwave.
\item
	It is not wise to sneeze on high voltage equipment, numb-nuts.
\item
	Remember this phrase, it might come in handy: ``May I have
	another fuse, please''.
\item
	If you heard the \emph{boom}, you are still alive.
\item
	And no, it didn't go dark because you are dead. You brought the
	lights down, dummy.
\item
	Maybe there aren't many power engineers because they don't
	\textsc{live long}.
\item
	Power engineering is Darwin's law in action: The weak and the
	stupid\ldots
\item
	Famous last words (of southern persuasion): ``Hey ya'll, watch
	this!''
\item
	The less fusing you use, the better the chance of obtaining
	nuclear fission.
\item
	Don't work with anyone who boasts that he can feel the
	difference between 230\,V\textsc{ac} and 480\,V\textsc{ac}.
\item
	Handing your boss a charged-up electrolytic cap will put the
	career meter in the negative range.
\item
	\ldots\ but you'll be the envy of all your still-employed
	cohorts.
\end{enumerateshort}

(This was in the lab next door. They must have an interesting
lab-life\ldots)

\end{document}

%% EOF PowerElectronicsRules.tex
