-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdissertation.tex
More file actions
34 lines (26 loc) · 803 Bytes
/
dissertation.tex
File metadata and controls
34 lines (26 loc) · 803 Bytes
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
\documentclass[thesis]{thesis-gwu}[2018/07/30]
\usepackage{dissertation_packages}
\addbibresource{library.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%
% CUSTOM MACROS
%%%%%%%%%%%%%%%%%%%%%%%%%
\input{dissertation_macros}
\input{tex/frontmatter}
% \includeonly{tex/shape_reconstruction}
%% DOCUMENT AREA
\begin{document}
\include{tex/introduction}
\include{tex/system_model}
\include{tex/reachability_orbit_transfer}
\include{tex/se3_control}
\include{tex/shape_reconstruction}
\include{tex/conclusion}
\appendix
\include{tex/appendix/hat_map}
\include{tex/appendix/trace}
\include{tex/appendix/inertial_eoms_derivation}
\include{tex/appendix/relative_eoms_derivation}
\include{tex/appendix/se3_control_appendix}
\include{tex/appendix/polyhedron_algorithms}
\printbibliography[heading=bibintoc]
\end{document}