Skip to content

Commit

Permalink
doc(handbook): 生成盲评版论文
Browse files Browse the repository at this point in the history
Resolves #533
  • Loading branch information
YDX-2147483647 authored and fky2015 committed Jun 19, 2024
1 parent 286fa70 commit 24a7e5d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
\documentclass[type=bachelor, blindPeerReview=true]{bithesis}
% 或 \documentclass[type=bachelor_english, blindPeerReview=true]{bithesis}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
\documentclass[type=master, blindPeerReview=true]{bithesis}
11 changes: 11 additions & 0 deletions the-graduates-handbook/chapters/ch2-template-usage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -223,4 +223,15 @@ \subsubsection{文献引用}
\item 在正文中使用 \verb|\cite{key}| 或 \verb|\parencite{key}| 等命令引用文献。
\end{enumerate}

\section{生成盲审版论文}

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

此时请编辑 \texttt{main.tex},给开头 \verb|\documentclass| 加上 \verb|blindPeerReview=true| 选项。
修改后如下:
\isGraduateTF{
\lstinputlisting[language=TeX]{chapters/ch2-example-master-blind.tex}
}{
\lstinputlisting[language=TeX]{chapters/ch2-example-bachelor-blind.tex}
}

0 comments on commit 24a7e5d

Please sign in to comment.