Section I Pre Algebra
1 Fractions.......................... Page #
2 Order of Operations..... Page #
3 Negative Numbers
Section 2 Algebra
4 Inequalities
etc
Below is my example code. I think this is an MWE. I have taken out unnecessary code. Any help would be appreciated.
Code: Select all
\documentclass[12pt,openany]{book}
\usepackage{amsmath,amssymb,amsfonts} % Typical maths resource packages
\usepackage{multicol}
\usepackage{enumitem}
\usepackage[font=small,labelsep=none]{caption}
\usepackage{cancel}
\input{longdiv(2).tex}
\makeindex
\title{Praxis 1: A study Guide }
\author{Math 1 \\ Math 2 \\
{\small\em \copyright \ Draft date \today }}
\date{ }
\begin{document}
\maketitle
\addcontentsline{toc}{chapter}{Contents}
\pagenumbering{roman}
\tableofcontents
\pagestyle{headings}
\pagenumbering{arabic}
\chapter{Pre-Algebra}
\include{ch2}
\include{ch3}
\include{ch4}
\end{document}