-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
77 lines (59 loc) · 1.79 KB
/
main.tex
File metadata and controls
77 lines (59 loc) · 1.79 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
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
\documentclass{article}
% ========================================
% Template Load
% ========================================
\def\pub{false} % true for publication, false for draft
\newcommand*{\template}{template}
\input{\template/preamble/preamble_article.tex}
% ========================================
% LOCAL MACROS AND SYMBOLS
% ========================================
% \newcommand{cmd}{def}
% ========================================
% TITLE and AUTHORS
% ========================================
\title{
Book Review:
\\
Practical Methods for Optimal Control and Estimation Using Nonlinear Programming (Second edition)
}
\author{
Myeongseok Ryu
\thanks{Myeongseok Ryu and Kyunghwan Choi are with the School of Mechanical and Robotics Engineering, Gwangju Institute of Science and Technology, 61005 Gwangju, Republic of Korea {\tt\small dding\_98@gm.gist.ac.kr, khchoi@gist.ac.kr}}%
,
Kyunghwan Choi
\footnotemark[1]
}
\date{
% 20\textsuperscript{th} March 2025
\today
\\
Version 0.0
}
\begin{document}
\maketitle
\begin{abstract}
Who am I?
\end{abstract}
\tableofcontents
% ========================================
% INTRODUCTION
% ========================================
\input{chapters/introduction.tex}
Cite like \cite{Khalil:2002aa}.
% ========================================
% SECTION
% ========================================
\input{chapters/section.tex}
% ========================================
% Conclusion
% ========================================
\input{chapters/conclusion.tex}
% ========================================
% Appendix
% ========================================
\begin{appendices}
\end{appendices}
\bibliographystyle{ieeetr}
\bibliography{\template/refs}
\end{document}