next up previous
Next: Sections Up: The Latex Source File Previous: The Latex Source File

Beginning and Ending

The beginning of the document should look like this:

  \documentclass[10pt,letterpaper]{article}

  \usepackage{palatino,url}

  \usepackage[left=2cm,top=3cm,bottom=2cm,right=2cm,nohead,nofoot]{geometry}

  \begin{document}

  \title{The Title Of This Document}

  \author{Authors Name}

  \date{\today}

  \maketitle

  \begin{abstract}
  Breif summary of the documents content.
  \end{abstract}

and the end of the document should look like this:

  \indent \end{document}



Troy Johnson 2004-01-12