UCCS MAE 4000 Report Template
Author
Brandon Runnels
Last Updated
8 years ago
License
Creative Commons CC BY 4.0
Abstract
MAE 4000 Report Template
MAE 4000 Report Template
%
% MAE 4000 Report Template
%
\documentclass[11pt]{article}
\usepackage{amsmath}
\usepackage[margin=1in]{geometry}
\title{
MAE 4000 Report 1: %TODO - don't forget to put in the correct report number
Sample Report Title %TODO - insert the name of your report here
}
\author{
Brandon S. Runnels %TODO - put your name here
}
\date{
August 8, 2016 %TODO - put in the correct date.
}
\begin{document}
\maketitle
%TODO - write your report here
You can put sentences on different lines.
As long as there is not a blank line between them, they will get formatted as the same paragraph.
This line will get put into the next paragraph because it is separated from the above lines by a blank line.
(Notice how indentation is handled automatically, even though you don't see it in the source file.)
\section{An example section title}
You can use the section, subsection, and subsubsection commands to create numbered headings in your report.
\subsection{Here's an example of a subsection}
Notice how the numbering is handled automatically.
\end{document}