-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathmain.tex
34 lines (25 loc) · 940 Bytes
/
main.tex
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
\documentclass[titlepage]{book}
\usepackage[utf8]{inputenc}
\include{preamble}
\begin{document}
\maketitle
\frontmatter
\tableofcontents
\chapter*{Acknowledgment}
I would like to thank Varun Gudibanda and Trajan Hammonds for giving
me the inspiration for writing these solutions by hyping up Real Analysis.
They also contributed to some solutions in chapter 1 and 2.
I would also like to thank Stephen Abbott for writing a fantastic introductory text to Real Analysis.
If he ever reads this, he's probably wondering why someone would write solutions to his text if it already
exists, but I hope he's happy to know someone learned a lot while doing it.
\mainmatter
\include{chapters/chapter1}
\include{chapters/chapter2}
\include{chapters/chapter3}
\include{chapters/chapter4}
\include{chapters/chapter5}
\include{chapters/chapter6}
\include{chapters/chapter7}
\include{chapters/chapter8}
\include{chapters/appendix}
\end{document}