Notice! This document is currently in Archived status.
The content of this document may be incorrect or outdated.

Print this article Edit this article

LaTeX Article Template

\documentclass[]{article}  % list options between brackets
\usepackage{} % list packages between braces

% type user-defined commands here

\begin{document}

\title{\TeX\ and \LaTeX} % type title between braces
\author{Tom Scavo} % type author(s) between braces
\date{October 27, 1995} % type date between braces
\maketitle

\begin{abstract}
A brief introduction to \TeX\ and \LaTeX
\end{abstract}

\section{\TeX} % section 1
\subsection{History} % subsection 1.1

\section{\LaTeX} % section 2
\subsection{Usage} % subsection 2.1

\begin{thebibliography}{9}
% type bibliography here
\end{thebibliography}

\end{document}

Last Modified: Dec 19, 2016 11:12 am US/Eastern
Created: Aug 22, 2007 11:49 am GMT-4 by admin
JumpURL: