Skip to content

Commit e8708f2

Browse files
docs(handbook): 增加链接
1 parent 5c41393 commit e8708f2

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

Diff for: handbook/chapters/ch2-template-usage.tex

+6-5
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,11 @@ \subsection{主体内容文件夹}
8282
\item 补充在\texttt{misc/}\isGraduateTF{、\texttt{references/}}{}文件夹中的其他内容。
8383
\end{enumerate}
8484

85-
更棒的是,我们可以通过修改配置一键生成支持盲审的论文版本——一次写作,
85+
更棒的是,我们可以\hyperref[sec:blind]{通过修改配置一键生成支持盲审的论文版本}——一次写作,
8686
多种格式!
8787

8888
\section{个人信息录入}
89+
\label{sec:BITSetup}
8990

9091
\texttt{main.tex} 中,我们可以看到如下的代码:
9192
\begin{lstlisting}[language=TeX]
@@ -99,6 +100,7 @@ \section{个人信息录入}
99100
author = 张三,
100101
major = 材料科学与工程,
101102
school = 材料学院,
103+
keywords = {…;…},
102104
% ...
103105
},
104106
% ...
@@ -117,10 +119,7 @@ \section{个人信息录入}
117119

118120
\section{摘要和关键字}
119121

120-
摘要内容,放置在 \texttt{chapters/} 文件夹中的 \texttt{\isGraduateTF{}{0\_}abstract.tex} 文件中。
121-
其中,摘要的关键字可在 \texttt{main.tex} 中「信息录入」的部分进行配置。
122-
123-
中英文摘要通过如下方式进行书写:
122+
中英文摘要在 \texttt{chapters/} 文件夹中的 \texttt{\isGraduateTF{}{0\_}abstract.tex} 编写:
124123

125124
\begin{lstlisting}[language=TeX]
126125
\begin{abstract}
@@ -132,6 +131,7 @@ \section{摘要和关键字}
132131
\end{abstractEn}
133132
\end{lstlisting}
134133

134+
至于摘要后的关键字,可编辑 \texttt{main.tex},在\hyperref[sec:BITSetup]{「信息录入」}中配置 \texttt{info/keywords}、\texttt{info/keywordsEn}。
135135

136136
\section{论文主体}
137137

@@ -224,6 +224,7 @@ \subsubsection{文献引用}
224224
\end{enumerate}
225225

226226
\section{生成盲审版论文}
227+
\label{sec:blind}
227228

228229
提交论文用于匿名评阅(又名盲审或盲评)时,需要“隐去论文作者和导师姓名,以及致谢、论文成果等与作者有关的信息”。
229230
% 以上引文源于《北京理工大学关于本科毕业设计(论文)评阅的规定(试行)》(2023年4月修订)。

0 commit comments

Comments
 (0)