% notice.tex
%
% Fun notice.
%
% Text: John Crequer.
% Typesetting: Volker Kuhlmann, 15 Sep 1995, 21 Nov 1996.
% Typeset with LaTeX 2e.
%


\documentclass[12pt]{article}


%% Use PostScript font
\usepackage{helvet}	\AtBeginDocument{\sffamily}
 
 
% 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
	}


\oddsidemargin	30mm
\textwidth	150mm
\topmargin	30mm
\textheight	150mm
\headheight	0mm
\headsep	0mm
\pagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
\sloppy
\raggedright

\adjmargins{210mm}


\begin{document}

\begin{center}
\Huge
\fontsize{30mm}{36mm}\selectfont
\textbf{\textsc{%
	Notice%
}}
\end{center}
\vspace{3mm}

\Large
\fontsize{15mm}{18mm}\selectfont
You may notice, 
after noticing this notice, 
that this notice was hardly worth noticing.

\Huge  % prevent font size warning at \end{document}
\end{document}
