33 lines
894 B
TeX
33 lines
894 B
TeX
\documentclass[12pt,letterpaper]{report}
|
|
\usepackage{init}
|
|
|
|
\newcommand{\dist}{\text{dist}}
|
|
\author{Alexander J. Clarke}
|
|
\title{Real Analysis Theorems and Definitions}
|
|
\begin{document}
|
|
\maketitle
|
|
\clearpage
|
|
\begin{center}
|
|
\thispagestyle{empty}
|
|
\vspace*{\fill}
|
|
All theorems, corollaries, lemmas, remarks, and asides are direct quotes from\\
|
|
|
|
\textit{Introduction to Real Analysis, 4th Edition, by Robert G. Bartle and Donald R. Sherbert}
|
|
\vspace*{\fill}
|
|
\end{center}
|
|
\tableofcontents
|
|
|
|
\import{chapter-1/}{chapter-1.tex}
|
|
\import{chapter-2/}{chapter-2.tex}
|
|
\import{chapter-3/}{chapter-3.tex}
|
|
\import{chapter-4/}{chapter-4.tex}
|
|
\import{chapter-5/}{chapter-5.tex}
|
|
\import{chapter-6/}{chapter-6.tex}
|
|
\import{chapter-7/}{chapter-7.tex}
|
|
\import{chapter-8/}{chapter-8.tex}
|
|
\import{chapter-9/}{chapter-9.tex}
|
|
\import{chapter-10/}{chapter-10.tex}
|
|
\import{chapter-11/}{chapter-11.tex}
|
|
|
|
\end{document}
|