% LaTeX Template for a short article
% 
% To use:
%
% Copy into a new file, replace all
% [BRACKETED UPPER CASE TEXT]
% with your own, then run the latex command on it.
% Use dvips to print the .dvi output
\documentclass{article}
\usepackage{pslatex}

\author{[YOUR NAME]\\
        [YOUR TITLE]\\
\texttt{[YOUR EMAIL]}
}

\title{[TITLE OF YOUR ARTICLE]}

\begin{document}

\maketitle

\pagestyle{headings}

\section{[FIRST SECTION HEADER]}

[TEXT OF ARTICLE.

SEPARATE PARAGRAPHS WITH BLANK LINES.

INSERT SECTION HEADERS LIKE THIS:

\section{Conclusion}

MAKE BOLD TEXT LIKE \textbf{THIS}, and italicized text like \it{THIS}.]

\end{document}
