technical-writing/tech-writ-temp.tex

47 lines
860 B
TeX
Raw Permalink Normal View History

2024-08-01 13:57:43 +00:00
\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}
2024-08-01 14:04:15 +00:00
\title{Technical Writing Template}
\maketitle
2024-08-02 01:36:25 +00:00
\vspace{-10mm}
\begin{center}
\begin{footnotesize}
\copyright{}\the\year{} \author{Kenneth John Odle}
\end{footnotesize}
\end{center}
2024-08-01 14:04:15 +00:00
\tableofcontents
\section{Introduction}
\subsection{Goal \& Objectives}
\subsection{Prerequisites}
Be sure that this section also includes assumptions about what has been installed and what skills the user already has.
2024-08-01 14:04:15 +00:00
\section{Content}
\subsection{Check}
\subsection{References}
\subsection{For More Information…}
2024-08-01 13:57:43 +00:00
\end{document}