-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathCM_chs.tex
125 lines (92 loc) · 3.31 KB
/
CM_chs.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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
\documentclass{inkbook}
\usepackage{asymptote}
\hypersetup{colorlinks,
linkcolor=black,
filecolor=black,
urlcolor=blue,
citecolor=black,
pdftitle={《经典力学》讲稿},
pdfauthor={张大鹏},
pdfsubject={经典力学, 分析力学},
pdfkeywords={经典力学, 分析力学},
pdfproducer={XeLaTeX},
pdfborder=0 0 1}
\newcommand{\ds}{\displaystyle}
\newcommand{\eps}{\varepsilon}
\newcommand{\mbf}{\boldsymbol}
\newcommand{\mrm}[1]{\boldsymbol{\mathnormal{#1}}}
\newcommand{\bnb}{\mbf{\nabla}}
\newcommand{\pl}{\partial}
\newcommand{\arcosh}{\mathrm{arcosh}\,}
\newcommand{\sn}{\mathrm{sn}\,}
\newcommand{\cn}{\mathrm{cn}\,}
\newcommand{\tn}{\mathrm{tn}\,}
\newcommand{\dn}{\mathrm{dn}\,}
\newcommand{\am}{\mathrm{am}\,}
\newcommand{\mathd}{\mathrm{d}}
\newcommand{\mathe}{\mathrm{e}}
\newcommand{\mathi}{\mathrm{i}}
\newcommand{\mathj}{\mathrm{j}}
\newcommand{\mathk}{\mathrm{k}}
\renewcommand{\vec}{\overrightarrow}
\renewcommand{\bf}{\heiti}
\renewcommand{\bfseries}{\heiti}
\newcommand{\ddt}{\dfrac{\mathd}{\mathd t}}
\newcommand{\difOp}[1]{\dfrac{\mathd}{\mathd #1}}
\newcommand{\dif}[2]{\dfrac{\mathd #1}{\mathd #2}}
\newcommand{\pldif}[2]{\dfrac{\pl #1}{\pl #2}}
\newcommand{\trans}{\mathrm{T}}
\renewcommand{\Re}{\mathrm{Re}\,}
\renewcommand{\Im}{\mathrm{Im}\,}
\newtheorem{example}{例}[chapter]
\newtheorem{question}{题}[section]
\newtheorem*{solution}{解}
\newblocktheorem[section]{theorem}{定理}
\newblocktheorem{law}{定律}
\renewcommand*{\proofname}{\normalfont\heiti\color{black}证明}
\title{《经典力学》讲义}
\author{整理:张大鹏\thanks{基于徐晓华2010年的《经典力学》讲义整理,有修改和删节。所有插图均为重新绘制。}\\ Email:\url{[email protected]}}
%\date{}
\begin{document}
\begin{asydef}
texpreamble("\usepackage{xeCJK}");
texpreamble("\setCJKmainfont{SimSun}");
usepackage("amsmath");
usepackage("amssymb");
usepackage("siunitx");
import graph;
import math;
\end{asydef}
\maketitle
\frontmatter
\tableofcontents
\cleardoublepage
\mainmatter
\part[矢量力学]{矢量力学\ (Vectorial Mechanics)}
\input{chapter/vectorial-mechanics/Kinematics.tex}%第一章——牛顿力学
\input{chapter/vectorial-mechanics/Dynamics.tex}
\part[分析力学]{分析力学\ (Analytical Mechanics)}
\input{chapter/analytical-mechanics/Constraint.tex}
\input{chapter/chapter2}%第二章——拉格朗日力学
\input{chapter/chapter4}%第三章——两体问题
\input{chapter/chapter5}%第四章——多自由度微振动与阻尼
\input{chapter/chapter6}%第五章——刚体
\input{chapter/chapter8}%第六章——撞击运动理论
\input{chapter/chapter7}%第七章——非惯性系
\input{chapter/chapter3}%第八章——哈密顿力学
\input{chapter/chapter9}%第九章——积分变分原理
\input{chapter/chapter10}%第十章——正则变换、HJ方程
\appendix
\input{chapter/exercise}%附录——金尚年《经典力学》
\input{chapter/exercise2}%附录——理论力学习题集
\input{chapter/appendixA.tex}%附录——椭圆函数理论
\backmatter
\titleformat{\chapter}[hang]{\heiti\LARGE}{}{0mm}{\hspace{-0.4cm}\mybackmatter}
\addcontentsline{toc}{chapter}{\listfigurename}{%
\let\oldnumberline\numberline%
\renewcommand{\numberline}{\figurename~\oldnumberline}%
\listoffigures
}
%参考文献
\input{chapter/bibliography.tex}
\end{document}