\documentclass{article}
\usepackage[superscript]{cite} % remove to use brackets instead of superscripts in citations
\usepackage{graphicx}
\usepackage{relsize,setspace} % used by latex(describe( ))
\usepackage{url} % may be used in bibliography
\usepackage{fancyhdr}
\pagestyle{fancy}
\usepackage[pdftex,bookmarks,pdfpagemode=UseOutlines,
pdfauthor={Frank E Harrell Jr},
pdftitle={Bayesian Analysis Plan}]{hyperref}
% removed colorlinks after bookmarks
\newcommand{\code}[1]{\texttt{\smaller #1}}
\newcommand{\R}{{\normalfont\textsf{R}}{}}
\parskip 1.25ex
\parindent 0ex
\textwidth 6.75in
\textheight 9.25in
\topmargin -.875in
\oddsidemargin -.125in
\evensidemargin -.125in
\newcommand{\fig}[1]{\centerline{\includegraphics{#1}}}
\DeclareGraphicsExtensions{.pdf, .jpg, .png}
\setkeys{Gin}{width=0.85\textwidth}
\title{Bayesian Analysis and Monitoring Plan for a Clinical Trial}
\author{Frank E Harrell Jr PhD \\ \smaller Department of Biostatistics \\ Vanderbilt University School of Medicine \\
\texttt{f.harrell@vanderbilt.edu}}
\date{\today}
\begin{document}
\maketitle
\section{Background}
The paper by Oettle \emph{et al.}~\cite{oet07adj} provided evidence
for efficacy of gemcitabine in improving disease-free survival for
. . .
The results are shown in the figure below.\footnote{Knots
were placed at 0.3, 0.5, 0.7, 1, 1.5, 3, and 4
years. Ordinary least squares was used to fit this cumulative hazard
function. Simulations that follow are based on this fitted survival
curve, by drawing random standard exponentially-distributed random variables
and solving for time $t$ so that the fitted spline function equals
the exponential random variable.}
\fig{gem}
\bibliography{feh}
\bibliographystyle{abbrv}
\end{document}