-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
52 lines (44 loc) · 1.36 KB
/
main.tex
File metadata and controls
52 lines (44 loc) · 1.36 KB
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
\documentclass[11pt,oneside]{book}
% Preamble
\input{preamble/packages}
\input{preamble/formatting}
\input{preamble/commands}
\begin{document}
\frontmatter
\input{frontmatter/titlepage}
\input{frontmatter/dedication}
\tableofcontents
\input{frontmatter/license}
\input{frontmatter/preface}
\mainmatter
% Part I (Foundations)
\part{Foundations}
\input{part1-foundations/complex-plane}
\input{part1-foundations/emts-framework}
\input{part1-foundations/polar-representation}
\input{part1-foundations/hermitian-operators}
\input{part1-foundations/fundamental-forces}
% Part II (Framework Mechanics)
\part{Framework and Mechanics}
\input{part2-framework-mechanics/standard-model}
\input{part2-framework-mechanics/mapping-reality}
\input{part2-framework-mechanics/quantum-properties}
% Part III (Implementation)
\part{Implementation}
\input{part3-implementation/entanglement}
\input{part3-implementation/feynman-diagrams}
\input{part3-implementation/periodic-table}
\input{part3-implementation/chemical-activation}
\input{part3-implementation/celestial-mechanics}
% Part IV (Future)
\part{Future Directions}
\input{part4-future/philosophy}
\input{part4-future/theory-of-everything}
\input{part4-future/dark-matter}
\input{part4-future/critical-assessment}
\backmatter
\input{backmatter/conclusion}
\nocite{*}
\bibliographystyle{plain}
\bibliography{bibliography/references}
\end{document}