-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMAT257.tex
39 lines (33 loc) · 850 Bytes
/
MAT257.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
35
36
37
38
39
% TODO: cleanup
\documentclass[letterpaper,11pt,twocolumn]{article}
\input{macro/packages.tex}
\input{macro/symbols.tex}
\input{macro/hyperref.tex}
\input{macro/useless.tex}
\input{macro/marks.tex}
\makeindex
\begin{document}
\dosecttoc
\maketitle
\tableofcontents
\overfullrule=2cm
\include{content/keywords}
\include{content/basic}
\include{content/linear_algebra}
\include{content/topology}
\include{content/measure_theory}
\include{content/calculus_general}
\include{content/calculus_differential}
\include{content/calculus_integral}
\include{content/calculus_chg_of_vars}
\include{content/manifold}
\include{content/tensors}
\include{content/differential_forms}
\include{content/extra}
\include{content/lectures}
% \include{content/test1}
% \include{content/todo}
% \include{content/copyright}
%\printglossaries
%\printindex
\end{document}