Notice! This document is currently in
Archived
status.
The content of this document may be incorrect or outdated.
The content of this document may be incorrect or outdated.
Print this article Edit this article
LaTeX: Sample Template for a Report
The following is a template for a report using LaTeX. If you don't know how to use LaTeX, you can search the Knowledge Base for more documents about it.
\documentclass[]{report} % 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}
\chapter{\TeX} % chapter 1
\section{Introduction} % section 1.1
\subsection{History} % subsection 1.1.1
\chapter{\LaTeX} % chapter 2
\section{Introduction} % section 2.1
\subsection{Usage} % subsection 2.1.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 12:02 pm GMT-4
by
admin
JumpURL: https://eng.purdue.edu/jump/1d4ca