Code: Select all
% LaTeX Book Template - using defaults
\documentclass[openany]{book}
\usepackage{latexsym}
\usepackage{enumerate}
\usepackage{amsmath, amsthm, amssymb}
\usepackage{graphics}
\usepackage{makeidx}
\newtheorem{ex}{$^{\text{ex}}$}
\newtheorem{note}{$^{\text{note}}$}
\newtheorem{thm}{Theorem}
\newtheorem{lem}{Lemma}
\newtheorem{col}{Corollary}
\newtheorem{defn}{Definition}[chapter]
\renewcommand{\contentsname}{Table of Contents}
\makeindex
% Set the beginning of a LaTeX document
\begin{document}