blob: 7e0a52f89a90b2c75373fcc956f4010af802ba73 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
\documentclass[11pt]{book}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{makeidx}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage{makeidx}
\author{B. Burwell and A. Morash}
\title{MPX--OS User Manual}
\date{Fall 2013}
\makeindex
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\mainmatter
\include{overview_of_comhan}
\include{summary_of_commands}
\include{description_of_commands}
\include{summary_of_errors}
\printindex
\backmatter
\end{document}
|