% disbelief.tex
%
% Typesetting: Volker Kuhlmann, 23 Oct 1995.
% Typeset with LaTeX 2e.
%


\documentclass[12pt]{article}


% 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
	\relax
	}


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

\adjmargins{210mm}


\begin{document}

\Large
Tell a man there are 300 billion stars in the universe and he'll
believe you. Tell him a bench has wet paint on it and he'll have to
touch it to be sure.

\end{document}
