-
Notifications
You must be signed in to change notification settings - Fork 0
/
slambook-ru.tex
108 lines (89 loc) · 2.34 KB
/
slambook-ru.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
% !Mode:: "TeX:UTF-8"
\documentclass[a4paper,9pt,openleft]{book}
\input{latex/package}
\input{latex/option}
\input{latex/hack}
% suggested format in Springer
%i.Title page
%ii.Author details and Springer copyright page
%iii.Dedication page
%iv.Acknowledgments
%v.Preface
%vi.Table of contents
%vii.Introduction
%\includecomment{English}
\includecomment{Russian}
\excludecomment{English}
%\excludecomment{Russian}
\begin{document}
%% Title page
\begin{English}
\title{Introduction to Visual SLAM\\From Theory to Practice}
\end{English}
\begin{Russian}
\title{Введение в визуальный SLAM:\\от теории к практике}
\end{Russian}
\author{Xiang Gao and Tao Zhang}
\date{\today}
\frontmatter
\maketitle
%% Author info & copy right
%% dedication page
\clearpage
\begin{English}
\begin{center}
\thispagestyle{empty}
\vspace*{\fill}
\usefont{T1}{LobsterTwo-LF}{bx}{it}
\Large \emph{To my beloved Lilian and Shenghan}
\vspace*{\fill}
\end{center}
\end{English}
\begin{Russian}
\begin{center}
\thispagestyle{empty}
\vspace*{\fill}
% \usefont{T1}{LobsterTwo-LF}{bx}{it}
\Large \emph{Моим любимым Lilian и Shenghan}
\vspace*{\fill}
\end{center}
\end{Russian}
%% ack
% \include{chapters/acknowledge} % RU
%% preface
% \include{chapters/preface} % RU
\tableofcontents
\mainmatter
\addtocontents{toc}{\protect\setcounter{tocdepth}{2}}
\hypersetup{bookmarksdepth=2}
\part{Fundamental Knowledge}
\include{chapters/whatSlam} % TODO
% \include{chapters/rigidBody}
% \include{chapters/lieGroup}
% \include{chapters/cameraModel}
% \include{chapters/nonlinearOptimization}
%\part{SLAM Technologies}
%\include{chapters/vo1}
%\include{chapters/vo2}
%\include{chapters/backend1}
%\include{chapters/backend2}
%\include{chapters/loopclosure}
%\include{chapters/mapping}
%\include{chapters/designTracker}
%\include{chapters/state-of-the-art}
% Незадействованные на Китайском языке
% chapters/3dmotion
% chapters/preface-en
% chapters/prelog-version2
% chapters/ROS
\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}