Skip to content

Commit 7200ebd

Browse files
docs(handbook): Clean obsolete codes, add manual \clearpage
1 parent 5685220 commit 7200ebd

File tree

4 files changed

+8
-19
lines changed

4 files changed

+8
-19
lines changed

handbook/chapters/ch0-quick-start.tex

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ \subsection{编译生成 PDF}
6666
\label{fig:texstudio-compile-and-view}
6767
\end{figure}
6868

69+
\clearpage
6970
\section{方法二:在 Overleaf(浏览器)上编译生成 PDF}
7071
\label{sec:overleaf-compile}
7172

handbook/chapters/ch2-template-usage.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ \subsection{「攻读学位期间发表论文与研究成果清单」}
185185
}{}
186186
\subsection{交叉引用}
187187

188-
\subsubsection{公式和图标引用}
188+
\subsubsection{公式和图表引用}
189189

190190
交叉引用的前提是需要在定义章节、公式和图表的时候都对其进行命名标签
191191
(即\label{sec:labelName} 命令),在实际使用过程中通过标签进行引用。根据引用
@@ -196,15 +196,15 @@ \subsubsection{公式和图标引用}
196196
\caption{章节设置关键字} % title of Table
197197
\label{tab:setSection} % label of Table
198198
\begin{tabular}{cl}
199-
\hline
199+
\toprule
200200
章节级别 & 关键字 \\
201-
\hline
201+
\midrule
202202
章 & \verb|\chapter| \\
203203
节 & \verb|\section | \\
204204
子节 & \verb|\subsection |\\
205205
表格名称 & \verb|\caption{标题名称}| \\
206206
引用标签 & \verb|\label{引用名称}| \\
207-
\hline
207+
\bottomrule
208208
\end{tabular}
209209
\end{table}
210210

handbook/chapters/ch3-latex-syntax.tex

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ \subsection{公式及术语表}
2929
\end{equation}
3030
\end{lstlisting}
3131

32+
\clearpage
3233
\subsection{长公式排版}
3334

3435

@@ -261,7 +262,7 @@ \section{表格的例子}
261262
\begin{tabular}{cl}
262263
\toprule
263264
Parameters & Physical meaning \\
264-
\midrule % \hline
265+
\midrule
265266
$C_{L\alpha}$ & Lift curve slope \\
266267
$a_{1}$ & Controls the shape of the stall curve \\
267268
$\alpha^{\star}$ & The break point at which $X=0.5$ \\

handbook/main.tex

+1-14
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@
2323
\usepackage{float}
2424
\usepackage{caption}
2525
\usepackage{dirtree}
26-
\usepackage[utf8]{inputenc}
2726
\usepackage{upgreek}
28-
\usepackage{xltxtra}
29-
\usepackage{subfigure}
30-
\usepackage{threeparttablex}
31-
% \usepackage{tabularray}
32-
% \usepackage[nosep]{enumitem}
27+
\usepackage{subcaption}
3328

3429
\usepackage{relsize}
3530
\makeatletter
@@ -105,18 +100,10 @@
105100

106101
\input{chapters/cover.tex}
107102

108-
% \input{preface.tex}
109-
110103
\frontmatter
111104

112105
\MakeTOC
113106

114-
% 插图目录
115-
% \listoffigures
116-
% 表格目录
117-
% \listoftables
118-
%
119-
120107
\mainmatter
121108

122109
\input{chapters/ch0-quick-start.tex}

0 commit comments

Comments
 (0)