-
Notifications
You must be signed in to change notification settings - Fork 28
/
bookpartial.tex
125 lines (109 loc) · 2.18 KB
/
bookpartial.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
\documentclass[b5paper]{book}
\usepackage[
b5paper,
margin=2cm,
%showframe
]{geometry}
\setlength\parindent{0em}
\setlength\parskip{1em}
\raggedbottom
%----------%
% SETTINGS %
%----------%
\input{settings}
%----------%
% DOCUMENT %
%----------%
\begin{document}
% Cover
\input{figures/cover/cover}
% Rights, lefts, etc.
\makeatletter
\def\input@path{{./pre_content/}}
\makeatother
\input{rights}
\newpage
% Contents?
HERE BE TABLE
%\tableofcontents
\newpage
% Chapters
\setcounter{chapter}{-1}
% Introduction
\makeatletter
\def\input@path{{./chapters/intro/}}
\makeatother
\input{preface}
% \input{math_symbols_sets}
% \input{relations_functions}
% \input{linear_functions}
% \input{polynomials}
% \input{exponentials_logarithms}
% \input{combinatorics}
% \input{conic_sections}
% \input{trigonomentry}
% \input{complex_numbers}
% \input{exercises}
\newpage
% Calculus in 1D
\makeatletter
\def\input@path{{./chapters/calculus_1D/}}
\makeatother
% \input{preface}
% \input{sequences}
% \input{function_limits}
% \input{derivatives}
% \input{integrals}
% \input{analysis}
% \input{taylor_series}
% \input{exercises}
\newpage
% Linear algebra (intuitive)
\makeatletter
\def\input@path{{./chapters/linear_algebra_intuitive/}}
\makeatother
\input{preface}
\input{vectors}
% \input{linear_trans}
% \input{matrices}
% \input{linear_systems}
% \input{eigenvectors}
% \input{decompositions}
% \input{function_spaces}
% \input{covectors}
% \input{braket_notation}
% \input{quaternions}
% \input{real_life_examples}
% \input{exercises}
% \newpage
% % Linear algebra (Rigorous)
% \makeatletter
% \def\input@path{{./chapters/linear_algebra_rigorous/}}
% \makeatother
% \input{preface}
% \input{fields}
% \input{vectors}
% \input{exercises}
% \newpage
% % Differential equations
% \makeatletter
% \def\input@path{{./chapters/differential_equations/}}
% \makeatother
% \input{preface}
% \input{exercises}
% \newpage
% % Fourier series and transforms
% \makeatletter
% \def\input@path{{./chapters/fourier/}}
% \makeatother
% \input{preface}
% \input{exercises}
% \newpage
% % Symmetry groups
% \makeatletter
% \def\input@path{{./chapters/groups/}}
% \makeatother
% \input{preface}
% \input{exercises}
% \newpage
\end{document}