Skip to content

Commit 0fd8034

Browse files
docs: 改进「攻读学位期间发表论文与研究成果清单」相关文档
1 parent e8708f2 commit 0fd8034

File tree

4 files changed

+32
-17
lines changed

4 files changed

+32
-17
lines changed

bithesis-doc.tex

+22-6
Original file line numberDiff line numberDiff line change
@@ -1844,17 +1844,33 @@ \subsection{后置部分}
18441844

18451845
\textit{通常在「攻读学位期间发表论文与研究成果清单」的 |.bib| 文件中使用。}
18461846
\begin{itemize}
1847-
\item 在普通模式下,输出作者姓名。
1847+
\item 普通模式:
18481848

1849-
(作者姓名由用户在 |info/author| 中配置。)
1849+
\begin{itemize}
1850+
\item 默认输出作者姓名。
1851+
1852+
(作者姓名由用户在 |info/author| 中配置。)
18501853

1851-
\item 如果指定了覆盖普通模式下内容,则输出覆盖内容。
1854+
\item 如果指定了覆盖普通模式下内容,则输出覆盖内容。
1855+
\end{itemize}
18521856

1853-
\item 在盲审模式下,输出「第n作者」。
1857+
\item 盲审模式:
1858+
1859+
\begin{itemize}
1860+
\item 默认输出「第n作者」。
18541861

1855-
(具体情况:|\Author| 输出中文,如|第一作者|;|\AuthorEn| 输出英文,如 |First Author|。)
1862+
(具体情况:|\Author| 输出中文,如|第一作者|;|\AuthorEn| 输出英文,如 |First Author|。)
18561863

1857-
\item 如果指定了覆盖盲审模式下内容,则输出覆盖内容。
1864+
\item 如果指定了覆盖盲审模式下内容,则输出覆盖内容。
1865+
\end{itemize}
1866+
\end{itemize}
1867+
1868+
使用示例:
1869+
\begin{itemize}
1870+
\item |\Author| 输出作者姓名(普通)或|第n作者|(盲审),具体编号取决于 |.bib| 文件中 |author+an| 字段标注的位置。
1871+
\item |\Author[][][第一发明人]| 输出作者姓名(普通)或|第一发明人|(盲审)。
1872+
\item |\AuthorEn[2]| 输出作者姓名(普通)或|Second Author|(盲审)。
1873+
\item |\Author[][][共同二作]| 输出作者姓名(普通)或|共同二作|(盲审)。
18581874
\end{itemize}
18591875
\end{function}
18601876

handbook/chapters/ch2-example-pub.bib

-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
@article{zhang2021,
22
author = {张三 and 李四 and 王五},
33
title = {论文标题},
4-
journal = {期刊名},
5-
year = {2021},
6-
volume = {1},
7-
pages = {1--10},
84
author+an = {1:myself="\Author"},
95
}

handbook/chapters/ch2-template-usage.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ \section{其他部分}
169169
时,就已经知道了如何编写这些部分的内容了。
170170

171171
\isGraduateTF{
172-
需要特殊注意的是,「成果清单」中的成果是通过引用 \texttt{pub.bib}
173-
中的文献来生成的。因此,如果你需要在「成果清单」中添加
174-
新的成果,那么你需要首先在 \texttt{pub.bib} 中添加新的文献条目。%
172+
\subsection{「攻读学位期间发表论文与研究成果清单」}
173+
这部分用 \texttt{pub.bib} 记录文献,用 \texttt{4\_pub.tex} 列出清单。
174+
增添成果需首先在 \texttt{pub.bib} 中添加新的文献条目。%
175175
%
176176
而如果你想要在盲审模式中隐藏自己的名字,那么你需要
177177
根据 pub.bib 中的示例以及注释说明,为每个文献条目添加并设置
@@ -181,7 +181,7 @@ \section{其他部分}
181181
通过设置 \texttt{author+an} 字段,我们可以在盲审模式打开时,
182182
将自己的名字自动替换为「第一作者」。
183183
%
184-
更具体的用法,可以参考 \texttt{pub.bib} 的注释内容或者 \texttt{bithesis.pdf} 中的说明。
184+
此外,如需调整排序、分组、手动列表等,请参考 \texttt{pub.bib}\texttt{4\_pub.tex} 等中的注释或者 \texttt{bithesis.pdf} 中的说明。
185185
}{}
186186
\subsection{交叉引用}
187187

templates/graduate-thesis/misc/4_pub.tex

+6-3
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,19 @@
3636
% 如果想要分为多个列表,可以使用以下的命令。
3737
% 主要针对博士生。
3838
% \pubsection{文章}
39-
%
4039
% \printbibliography[heading=none,type=article,category=mypub,resetnumbers=true]{}
4140
%
4241
% \pubsection{一些书}
43-
%
4442
% \printbibliography[heading=none,type=book,category=mypub,resetnumbers=true,notkeyword=dummy]{}
4543
%
4644
% \pubsection{另一些书}
47-
%
4845
% \printbibliography[heading=none,type=book,category=mypub,keyword=dummy,resetnumbers=true]{}
46+
%
47+
% 关于 \printbibliography 的筛选参数:
48+
% 0. 请保留“category=mypub”。(这样只列出成果,不列出正文参考文献。)
49+
% 1. 设置“type=…”,每次只输出某一类型。
50+
% 2. 若需继续细分,请在 pub.bib 的条目里记录“keywords = {…, …}”,然后在此用“keyword=…”筛选。
51+
% 3. 如果还有要求,可用notkeyword、subtype等筛选方法,请参考 biblatex 手册。
4952

5053
% 以下内容提供了一个可以同时和 \printbibliography 共存的自定义列表格式。
5154
% \zihao{5} % 字号改为五号

0 commit comments

Comments
 (0)