From b40e17c8679487669378b67b1566c10d50162425 Mon Sep 17 00:00:00 2001 From: "Y.D.X." <73375426+YDX-2147483647@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:09:35 +0800 Subject: [PATCH] =?UTF-8?q?doc:=20=E6=94=B9=E8=BF=9B=E3=80=8C=E6=94=BB?= =?UTF-8?q?=E8=AF=BB=E5=AD=A6=E4=BD=8D=E6=9C=9F=E9=97=B4=E5=8F=91=E8=A1=A8?= =?UTF-8?q?=E8=AE=BA=E6=96=87=E4=B8=8E=E7=A0=94=E7=A9=B6=E6=88=90=E6=9E=9C?= =?UTF-8?q?=E6=B8=85=E5=8D=95=E3=80=8D=E7=9B=B8=E5=85=B3=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bithesis-doc.tex | 28 +++++++++++++++++++----- handbook/chapters/ch2-example-pub.bib | 4 ---- handbook/chapters/ch2-template-usage.tex | 8 +++---- templates/graduate-thesis/misc/4_pub.tex | 9 +++++--- 4 files changed, 32 insertions(+), 17 deletions(-) diff --git a/bithesis-doc.tex b/bithesis-doc.tex index 7bf8295c..ce9bb5d4 100644 --- a/bithesis-doc.tex +++ b/bithesis-doc.tex @@ -1844,17 +1844,33 @@ \subsection{后置部分} \textit{通常在「攻读学位期间发表论文与研究成果清单」的 |.bib| 文件中使用。} \begin{itemize} - \item 在普通模式下,输出作者姓名。 + \item 普通模式: - (作者姓名由用户在 |info/author| 中配置。) + \begin{itemize} + \item 默认输出作者姓名。 + + (作者姓名由用户在 |info/author| 中配置。) - \item 如果指定了覆盖普通模式下内容,则输出覆盖内容。 + \item 如果指定了覆盖普通模式下内容,则输出覆盖内容。 + \end{itemize} - \item 在盲审模式下,输出「第n作者」。 + \item 盲审模式: + + \begin{itemize} + \item 默认输出「第n作者」。 - (具体情况:|\Author| 输出中文,如|第一作者|;|\AuthorEn| 输出英文,如 |First Author|。) + (具体情况:|\Author| 输出中文,如|第一作者|;|\AuthorEn| 输出英文,如 |First Author|。) - \item 如果指定了覆盖盲审模式下内容,则输出覆盖内容。 + \item 如果指定了覆盖盲审模式下内容,则输出覆盖内容。 + \end{itemize} +\end{itemize} + +使用示例: +\begin{itemize} + \item |\Author| 输出作者姓名(普通)或|第n作者|(盲审),具体编号取决于 |.bib| 文件中 |author+an| 字段标注的位置。 + \item |\Author[][][第一发明人]| 输出作者姓名(普通)或|第一发明人|(盲审)。 + \item |\AuthorEn[2]| 输出作者姓名(普通)或|Second Author|(盲审)。 + \item |\Author[][][共同二作]| 输出作者姓名(普通)或|共同二作|(盲审)。 \end{itemize} \end{function} diff --git a/handbook/chapters/ch2-example-pub.bib b/handbook/chapters/ch2-example-pub.bib index 72ae6a3d..bbd10429 100644 --- a/handbook/chapters/ch2-example-pub.bib +++ b/handbook/chapters/ch2-example-pub.bib @@ -1,9 +1,5 @@ @article{zhang2021, author = {张三 and 李四 and 王五}, title = {论文标题}, - journal = {期刊名}, - year = {2021}, - volume = {1}, - pages = {1--10}, author+an = {1:myself="\Author"}, } diff --git a/handbook/chapters/ch2-template-usage.tex b/handbook/chapters/ch2-template-usage.tex index 9a51087e..359e1889 100644 --- a/handbook/chapters/ch2-template-usage.tex +++ b/handbook/chapters/ch2-template-usage.tex @@ -169,9 +169,9 @@ \section{其他部分} 时,就已经知道了如何编写这些部分的内容了。 \isGraduateTF{ -需要特殊注意的是,「成果清单」中的成果是通过引用 \texttt{pub.bib} -中的文献来生成的。因此,如果你需要在「成果清单」中添加 -新的成果,那么你需要首先在 \texttt{pub.bib} 中添加新的文献条目。% +\subsection{「攻读学位期间发表论文与研究成果清单」} +这部分用 \texttt{pub.bib} 记录文献,用 \texttt{4\_pub.tex} 列出清单。 +增添成果需首先在 \texttt{pub.bib} 中添加新的文献条目。% % 而如果你想要在盲审模式中隐藏自己的名字,那么你需要 根据 pub.bib 中的示例以及注释说明,为每个文献条目添加并设置 @@ -181,7 +181,7 @@ \section{其他部分} 通过设置 \texttt{author+an} 字段,我们可以在盲审模式打开时, 将自己的名字自动替换为「第一作者」。 % -更具体的用法,可以参考 \texttt{pub.bib} 的注释内容或者 \texttt{bithesis.pdf} 中的说明。 +此外,如需调整排序、分组、手动列表等,请参考 \texttt{pub.bib}、\texttt{4\_pub.tex} 等中的注释或者 \texttt{bithesis.pdf} 中的说明。 }{} \subsection{交叉引用} diff --git a/templates/graduate-thesis/misc/4_pub.tex b/templates/graduate-thesis/misc/4_pub.tex index d0459359..303811fa 100644 --- a/templates/graduate-thesis/misc/4_pub.tex +++ b/templates/graduate-thesis/misc/4_pub.tex @@ -36,16 +36,19 @@ % 如果想要分为多个列表,可以使用以下的命令。 % 主要针对博士生。 % \pubsection{文章} - % % \printbibliography[heading=none,type=article,category=mypub,resetnumbers=true]{} % % \pubsection{一些书} - % % \printbibliography[heading=none,type=book,category=mypub,resetnumbers=true,notkeyword=dummy]{} % % \pubsection{另一些书} - % % \printbibliography[heading=none,type=book,category=mypub,keyword=dummy,resetnumbers=true]{} + % + % 关于 \printbibliography 的筛选参数: + % 0. 请保留“category=mypub”。(这样只列出成果,不列出正文参考文献。) + % 1. 设置“type=…”,每次只输出某一类型。 + % 2. 若需继续细分,请在 pub.bib 的条目里记录“keywords = {…, …}”,然后在此用“keyword=…”筛选。 + % 3. 如果还有要求,可用notkeyword、subtype等筛选方法,请参考 biblatex 手册。 % 以下内容提供了一个可以同时和 \printbibliography 共存的自定义列表格式。 % \zihao{5} % 字号改为五号