forked from liuskywalkerjskd/Control-Note
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain_zh.tex
More file actions
76 lines (56 loc) · 1.48 KB
/
Copy pathmain_zh.tex
File metadata and controls
76 lines (56 loc) · 1.48 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
\documentclass{ctexart}
\usepackage{graphicx}
\usepackage[hidelinks]{hyperref}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{silence}
\WarningFilter{fontspec}{does not contain requested Script "CJK"}
\usepackage{geometry}
\usepackage{booktabs}
\usepackage{enumitem}
\usepackage{float}
\usepackage{textcomp}
\usepackage{mdframed}
\usepackage[justification=centering]{caption}
\graphicspath{{figures_zh/}}
\geometry{a4paper, margin=1in}
\title{控制理论实用指南}
\author{Skywalker Liu\\
\href{mailto:ltx2499323877@outlook.com}{\texttt{ltx2499323877@outlook.com}} \quad\\
\quad
\href{https://github.com/liuskywalkerjskd}{\texttt{github.com/liuskywalkerjskd}}}
\date{2025年10月}
\begin{document}
\maketitle
\newpage
\tableofcontents
\newpage
\input{sections_zh/01_introduction}
\newpage
\input{sections_zh/00_two_numbers}
\newpage
% --- 第二部分:理论主线 ---
\input{sections_zh/02_digital_signal_processing}
\newpage
\input{sections_zh/03_system_description}
\newpage
\input{sections_zh/04_classical_control}
\newpage
\input{sections_zh/05_discretization}
\newpage
\input{sections_zh/06_modern_control}
\newpage
\input{sections_zh/06a_nonlinear_control}
\newpage
% --- 第三部分:实践与实现 ---
\input{sections_zh/04b_multi_loop_architecture}
\newpage
\input{sections_zh/05c_debugging_cookbook}
\newpage
\input{sections_zh/07_future_prospects}
\newpage
% --- 附录 ---
\input{sections_zh/08_appendix}
\newpage
\input{sections_zh/06b_attitude_rotation}
\end{document}