Skip to content

Commit 445c114

Browse files
docs: 更新pub.bib相关文档和注释
- 更正对`\Author`编号的解释 - 配合 BITNP/BIThesis-wiki#525
1 parent 2869f29 commit 445c114

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

bithesis-doc.tex

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1919,13 +1919,17 @@ \subsection{后置部分}
19191919
\end{itemize}
19201920
\end{itemize}
19211921

1922+
注意「第n作者」的n取决于 |\Author| 的参数——目前无法自动读取 |.bib| 文件中 |author+an| 字段标注的位置。
1923+
19221924
使用示例:
19231925
\begin{itemize}
1924-
\item |\Author| 输出作者姓名(普通)或|第n作者|(盲审),具体编号取决于 |.bib| 文件中 |author+an| 字段标注的位置
1926+
\item |\Author| 输出作者姓名(普通)或|第一作者|(盲审)。
19251927
\item |\Author[][][第一发明人]| 输出作者姓名(普通)或|第一发明人|(盲审)。
19261928
\item |\AuthorEn[2]| 输出作者姓名(普通)或|Second Author|(盲审)。
19271929
\item |\Author[][][共同二作]| 输出作者姓名(普通)或|共同二作|(盲审)。
19281930
\end{itemize}
1931+
1932+
此外,可用\FAQ{pub-author-an}生成代码。
19291933
\end{function}
19301934

19311935
\begin{function}[label=env.acknowledgements]{acknowledgements}

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
% This file has no copyright assigned and is placed in the Public Domain.
44
%%
55

6-
% 1. 在 `./reference/pub.bib` 中添加数据。
7-
% 2. 在下方 `\addpubs` 添加该文献(参考下方示例)。
6+
% ==== 攻读学位期间发表论文与研究成果清单 ====
7+
% 1. 在 `../reference/pub.bib` 中添加数据。
8+
% 2. 在本文件下方 `\addpubs` 添加该文献(参考下方示例)。
89

910
% **注意:如果发现渲染出来的文献编号不正确,请同时使用以下两个方式解决:**
1011
% 1. 请清除缓存重新编译,比如`latexmk -gg`,详见 https://bithesis.bitnp.net/faq/clean.html 。
@@ -13,7 +14,7 @@
1314
\begin{publications}
1415

1516
% **默认情况下,这里的内容将按照学校要求,以发表时间排序。**
16-
% - 如果想要按照引用顺序排序,可以开启 `publications/sorting` 选项
17+
% - 如果想要按照引用顺序排序,可在`main.tex`设置`publications/sorting = false`
1718
% - 如果想要微调,详见 https://bithesis.bitnp.net/faq/bib-sort.html#sortkey 。
1819
% 更多信息请参考「bithesis.pdf」手册。
1920
\addpubs{myCiteKey,myCiteKey2,dummy:1,dummy:2}

templates/graduate-thesis/reference/pub.bib

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@
55
66
% ==== 攻读学位期间发表论文与研究成果清单 ====
77
% 以下内容存放个人的攻读学位期间发表论文与研究成果清单中的文献。
8-
% 详细用法请参考 `./misc/pub.tex` 中的注释。
8+
% 请先参考`../misc/pub.tex`中的注释。
99
10-
% 以下语句 `author+an = {1:myself="\Author"}` 用于指定论文作者的位置。
11-
% 其中,
10+
% 字段`author+an = {…}`标注论文作者的位置,可使用以下网页生成代码。
11+
% https://bithesis.bitnp.net/faq/pub-author-an.html
12+
%
13+
% 例如`author+an = {1:myself="\Author"}`表示:
1214
% - `1` 表示论文作者的位置,即论文作者的位置是第 1 个。
1315
% - `myself` 为固定标记不需要修改
1416
% - `\Author` 是一个 LaTeX 命令,会替换为作者的中文名,并在盲审模式下默认替换为「第一作者」。
15-
17+
%
1618
% 比如,若论文作者为「李四、张三、王五」,则应该写成:
1719
% `author+an = {2:myself="\Author[2]"}`
1820
% 再比如,若论文作者为「李四、张三、王五、赵六」(你是共同二作),则应该写成:
1921
% `author+an = {2:myself="\Author[][][共同二作]"}`
20-
% **\Author 的具体用法请参考手册**。
21-
% https://bithesis.bitnp.net/faq/bib-author.html
2222
23-
% `annotation = {}` 一句用于指定条目的补充内容
23+
% 字段`annotation = {…}`指定条目的补充内容
2424
2525
% **注意:如果你的参考文献同时出现在「攻读学位期间发表论文与研究成果清单」和「参考文献」中,
2626
% 请将条目分别添加进入 main.bib 与 pub.bib 文件中,并修改它们的key以避免重名;切勿重复使用。**

0 commit comments

Comments
 (0)