File tree 4 files changed +8
-19
lines changed
4 files changed +8
-19
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ \subsection{编译生成 PDF}
66
66
\label {fig:texstudio-compile-and-view }
67
67
\end {figure }
68
68
69
+ \clearpage
69
70
\section {方法二:在 Overleaf(浏览器)上编译生成 PDF }
70
71
\label {sec:overleaf-compile }
71
72
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ \subsection{「攻读学位期间发表论文与研究成果清单」}
185
185
}{}
186
186
\subsection {交叉引用 }
187
187
188
- \subsubsection {公式和图标引用 }
188
+ \subsubsection {公式和图表引用 }
189
189
190
190
交叉引用的前提是需要在定义章节、公式和图表的时候都对其进行命名标签
191
191
(即\label {sec:labelName } 命令),在实际使用过程中通过标签进行引用。根据引用
@@ -196,15 +196,15 @@ \subsubsection{公式和图标引用}
196
196
\caption {章节设置关键字} % title of Table
197
197
\label {tab:setSection } % label of Table
198
198
\begin {tabular }{cl}
199
- \hline
199
+ \toprule
200
200
章节级别 & 关键字 \\
201
- \hline
201
+ \midrule
202
202
章 & \verb |\chapter | \\
203
203
节 & \verb |\section | \\
204
204
子节 & \verb |\subsection |\\
205
205
表格名称 & \verb |\caption{标题名称} | \\
206
206
引用标签 & \verb |\label{引用名称} | \\
207
- \hline
207
+ \bottomrule
208
208
\end {tabular }
209
209
\end {table }
210
210
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ \subsection{公式及术语表}
29
29
\end{equation}
30
30
\end {lstlisting }
31
31
32
+ \clearpage
32
33
\subsection {长公式排版 }
33
34
34
35
@@ -261,7 +262,7 @@ \section{表格的例子}
261
262
\begin {tabular }{cl}
262
263
\toprule
263
264
Parameters & Physical meaning \\
264
- \midrule % \hline
265
+ \midrule
265
266
$ C_{L\alpha }$ & Lift curve slope \\
266
267
$ a_{1}$ & Controls the shape of the stall curve \\
267
268
$ \alpha ^{\star }$ & The break point at which $ X=0.5 $ \\
Original file line number Diff line number Diff line change 23
23
\usepackage {float }
24
24
\usepackage {caption }
25
25
\usepackage {dirtree }
26
- \usepackage [utf8 ]{inputenc }
27
26
\usepackage {upgreek }
28
- \usepackage {xltxtra }
29
- \usepackage {subfigure }
30
- \usepackage {threeparttablex }
31
- % \usepackage{tabularray}
32
- % \usepackage[nosep]{enumitem}
27
+ \usepackage {subcaption }
33
28
34
29
\usepackage {relsize }
35
30
\makeatletter
105
100
106
101
\input {chapters/cover.tex }
107
102
108
- % \input{preface.tex}
109
-
110
103
\frontmatter
111
104
112
105
\MakeTOC
113
106
114
- % 插图目录
115
- % \listoffigures
116
- % 表格目录
117
- % \listoftables
118
- %
119
-
120
107
\mainmatter
121
108
122
109
\input {chapters/ch0-quick-start.tex }
You can’t perform that action at this time.
0 commit comments