45 lines
739 B
TeX
45 lines
739 B
TeX
\documentclass[10pt,letterpaper,openany]{article}
|
|
\usepackage[utf8]{inputenc}
|
|
\usepackage{amsmath}
|
|
\usepackage{amsfonts}
|
|
\usepackage{amssymb}
|
|
\usepackage{makeidx}
|
|
\usepackage{graphicx}
|
|
\usepackage{lmodern}
|
|
\usepackage{fourier}
|
|
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
|
|
\author{Kenneth John Odle}
|
|
|
|
\begin{document}
|
|
|
|
\title{Technical Writing Template}
|
|
|
|
\maketitle
|
|
|
|
\vspace{-10mm}
|
|
\begin{center}
|
|
\begin{footnotesize}
|
|
\copyright{}\the\year{} \author{Kenneth John Odle}
|
|
\end{footnotesize}
|
|
\end{center}
|
|
|
|
\tableofcontents
|
|
|
|
|
|
|
|
\section{Introduction}
|
|
|
|
\subsection{Goal \& Objectives}
|
|
|
|
\subsection{Prerequisites}
|
|
|
|
\section{Content}
|
|
|
|
\subsection{Check}
|
|
|
|
\subsection{References}
|
|
|
|
\subsection{For More Information…}
|
|
|
|
|
|
\end{document} |