-
Notifications
You must be signed in to change notification settings - Fork 4
/
Calculus_On_Manifolds.tex
66 lines (52 loc) · 2.04 KB
/
Calculus_On_Manifolds.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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
\documentclass[12pt]{book}
\usepackage{ManifoldsBook}
% temp cmds
\let\B\F
\newcommand{\wrong}[1]{\textcolor{red}{#1}}
\usepackage{pdfpages}
\begin{document}
% Cover and others
\pagenumbering{Roman}
\input{./chapter/Cover.tex}
\input{./chapter/Title.tex}
\input{./chapter/CopyRight.tex}
\large % Global Font cmd
\input{./chapter/Forward.tex}
\input{./chapter/Preface.tex}
\input{./chapter/Table_of_Contents.tex}
% Book's Body
\chapter{Functions on Euclidean Space}
\input{./chapter/chapter_01/NORM AND INNER PRODUCT.tex}
\input{./chapter/chapter_01/SUBSETS OF EUCLIDEAN SPACE.tex}
\input{./chapter/chapter_01/FUNCTIONS AND CONTINUITY.tex}
\chapter{Differentiation}
\input{./chapter/chapter_02/BASIC DEFINITIONS.tex}
\input{./chapter/chapter_02/BASIC THEOREMS.tex}
\input{./chapter/chapter_02/PARTIAL DERIVATIVES.tex}
\input{./chapter/chapter_02/DERIVATIVES.tex}
\input{./chapter/chapter_02/INVERSE FUNCTIONS.tex}
\input{./chapter/chapter_02/IMPLICIT FUNCTIONS.tex}
\input{./chapter/chapter_02/NOTATION.tex}
\chapter{Integration}
\input{./chapter/chapter_03/BASIC DEFINITIONS.tex}
\input{./chapter/chapter_03/MEASURE ZERO AND CONTENT ZERO.tex}
\input{./chapter/chapter_03/INTEGRABLE FUNCTIONS.tex}
\input{./chapter/chapter_03/FUBINI'S THEOREM.tex}
\input{./chapter/chapter_03/PARTITIONS OF UNITY.tex}
\input{./chapter/chapter_03/CHANGE OF VARIABLE.tex}
\chapter{Integration on Chains}
\input{./chapter/chapter_04/ALGEBRAIC PRELIMINARIES.tex}
\input{./chapter/chapter_04/FIELDS AND FORMS.tex}
\input{./chapter/chapter_04/GEOMETRIC PRELIMINARIES.tex}
\input{./chapter/chapter_04/THE FUNDAMENTAL THEOREM OF CALCULUS.tex}
\chapter{Integration on Manifolds}
\input{./chapter/chapter_05/MANIFOLDS.tex}
\input{./chapter/chapter_05/FIELDS AND FORMS ON MANIFOLDS.tex}
\input{./chapter/chapter_05/STOKES' THEOREM ON MANIFOLDS.tex}
\input{./chapter/chapter_05/THE VOLUME ELEMENT.tex}
\input{./chapter/chapter_05/THE CLASSICAL THEOREMS.tex}
% Acknowledgments and others
\input{./chapter/Bibliography.tex}
\input{./chapter/Index.tex}
\input{./chapter/Addenda.tex}
\end{document}