% biblequotes.tex
%
% Source: Email from someone
%
% Typeset by Volker Kuhlmann, 26 Sep 1998.
% 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
\textwidth	140mm
\topmargin	30mm
\headheight	0mm
\headsep	0mm
\textheight	235mm
\footskip	12mm
\pagestyle	{plain}
\thispagestyle	{empty}
\parindent	0em
\parskip	2ex plus.5ex minus.5ex
%\sloppy
%\raggedright
%
\adjmargins{210mm}	% 210mm for A4 paper


%% Define any required macros
%



\begin{document}

A pastor went out one Saturday to visit his church members. At one 
house it was obvious that someone was home, but nobody came to the 
door even though the pastor knocked several times. Finally, the pastor
took out his card and wrote ``\textsf{Revelations 3:20}'' on the back
of it, and stuck it in the door.

{\advance\hsize -3em\relax\slshape
	[%\textsf{Revelations 3:20}:
	Behold, I stand at the door and knock. If anyone hears my voice
	and opens the door, I will come in to him and dine with him and
	he with me.]
\hangindent 3em\hangafter 0\par}

The next day, the card turned up in the collection plate. Below the 
pastor's message was the notation ``\textsf{Genesis 3:10}''.

{\advance\hsize -3em\relax\slshape
	[%\textsf{Genesis 3:10}:
	I heard your voice in the garden, and I was afraid, because I
	was naked; and I hid myself.]
\hangindent 3em\hangafter 0\par}

\end{document}
