56 lines
1.1 KiB
TeX
56 lines
1.1 KiB
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{Purpose}
|
|
|
|
\subsection{Goals \& Objectives}
|
|
|
|
\subsection{Prerequisites} % Also include assumptions about what has been installed (in the case of software) and what skills the user already has.
|
|
|
|
\section{Content}
|
|
|
|
\subsection{Procedures} % Duplicate this as needed for each type of procedure
|
|
|
|
\section{Documentation} % What needs to be done to prove competences
|
|
|
|
\subsection{Required Readings}
|
|
|
|
\subsection{Required Practical Training}
|
|
|
|
\subsection{Required Tests/Quizzes}
|
|
|
|
\section{Additional Information}
|
|
|
|
\subsection{References}
|
|
|
|
\subsection{For More Information…}
|
|
|
|
|
|
\end{document} |