-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmain.tex
30 lines (22 loc) · 838 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
\documentclass[titlepage,12pt]{book}
\usepackage[utf8]{inputenc}
\include{preamble}
\begin{document}
\maketitle
\frontmatter
\chapter*{Preface}
Huge thanks to the \href{https://discord.com/invite/math}{math discord} for answering my questions! I don't know how I'd manage without them \heart
\par
If you don't find your exercise here check \href{https://linearalgebras.com/solution-understanding-analysis.html}{linearalgebras.com} or (god forbid) \href{https://www.chegg.com/homework-help/understanding-analysis-2nd-edition-solutions-9781493927111}{chegg}.
\par
\tableofcontents
\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}
\end{document}