forked from gaoxiang12/slam-in-ad-en
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsad-en.tex
executable file
·66 lines (50 loc) · 1.21 KB
/
sad-en.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
% !Mode:: "TeX:UTF-8"
\documentclass[fontsize=11pt,a4paper,openleft,pagesize=auto]{book}
\input{latex/package}
\input{latex/option}
\input{latex/hack}
\begin{document}
% Title page
\title{SLAM in Robotics and Autonumous Driving}
\author{Xiang Gao}
\date{Last update: \today}
\frontmatter
\maketitle
% section starts from 1
%\makeatletter
%\@addtoreset{equation}{section}
%\makeatother
% Author info & copy right
% dedication page
\clearpage
\begin{center}
\thispagestyle{empty}
\vspace*{\fill}
\usefont{T1}{LobsterTwo-LF}{bx}{it}
\Large \emph{To my beloved Lilian and Shenghan}
\vspace*{\fill}
\end{center}
\tableofcontents
\thispagestyle{empty}
\include{chapters/front-matter}
\thispagestyle{empty}
\mainmatter
% 1. background
\include{chapters/background}
% 2. math basics
\include{chapters/math-basics}
% 3. inertial navigation
\include{chapters/inertial-navigation}
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\hypersetup{bookmarksdepth=2}
\appendix
\addtocontents{toc}{\protect\setcounter{tocdepth}{0}}
\hypersetup{bookmarksdepth=2}
%\input{chapters/gaussian-distribution}
%\input{chapters/matrix-derivatives}
\backmatter
\small
\bibliographystyle{ieeetr}
\bibliography{ref}
\newpage
\end{document}