Rev 390 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
\documentclass[letterpaper,12pt]{report}
%% Packages to include
\usepackage{url} % support for URLs
\usepackage[dvipdfm]{hyperref} % support for links in pdf
\usepackage{setspace} % support to set spacing
%\usepackage[left=3cm,top=3cm,right=3cm,nohead,nofoot]{geometry} % set margins
%% Page Spacing
\onehalfspacing
%\doubespacing
%% Double Spacing (use above methods if possible)
\parskip 1ex
%\renewcommand{\baselinestretch}{1.33}
%% Font to use
\usepackage{pslatex}
%\usepackage{cmbright}
%\usepackage{concrete}
%\usepackage{palatino}
%\usepackage{ae}
%\usepackage{pxfonts}
%\usepackage{txfonts}
\begin{document}
%% Generate Title Page
\title{Title Part 1:\linebreak
Sub Title}
\author{Ira W. Snyder}
\date{\today}
\maketitle
\section*{Unnumbered Section}
\section{Numbered Section}
This is a paragraph of text. Blah blah blah. \cite{www:ira}
%% Choose Bibliography style
%\bibliographystyle{acm}
\bibliographystyle{plain}
%% Generate Bibliography
\bibliography{template}
\end{document}
% vim: set ts=4 sts=4 sw=4 expandtab nocindent noautoindent textwidth=80: