File tree Expand file tree Collapse file tree 3 files changed +16
-11
lines changed
templates/graduate-thesis Expand file tree Collapse file tree 3 files changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -1919,13 +1919,17 @@ \subsection{后置部分}
1919
1919
\end {itemize }
1920
1920
\end {itemize }
1921
1921
1922
+ 注意「第n作者」的n取决于 |\Author | 的参数——目前无法自动读取 |.bib| 文件中 |author+an| 字段标注的位置。
1923
+
1922
1924
使用示例:
1923
1925
\begin {itemize }
1924
- \item |\Author | 输出作者姓名(普通)或|第n作者 |(盲审),具体编号取决于 |.bib| 文件中 |author+an| 字段标注的位置 。
1926
+ \item |\Author | 输出作者姓名(普通)或|第一作者 |(盲审)。
1925
1927
\item |\Author [][][第一发明人]| 输出作者姓名(普通)或|第一发明人|(盲审)。
1926
1928
\item |\AuthorEn [2]| 输出作者姓名(普通)或|Second Author|(盲审)。
1927
1929
\item |\Author [][][共同二作]| 输出作者姓名(普通)或|共同二作|(盲审)。
1928
1930
\end {itemize }
1931
+
1932
+ 此外,可用\FAQ {pub-author-an}生成代码。
1929
1933
\end {function }
1930
1934
1931
1935
\begin {function }[label=env.acknowledgements]{acknowledgements}
Original file line number Diff line number Diff line change 3
3
% This file has no copyright assigned and is placed in the Public Domain.
4
4
% %
5
5
6
- % 1. 在 `./reference/pub.bib` 中添加数据。
7
- % 2. 在下方 `\addpubs` 添加该文献(参考下方示例)。
6
+ % ==== 攻读学位期间发表论文与研究成果清单 ====
7
+ % 1. 在 `../reference/pub.bib` 中添加数据。
8
+ % 2. 在本文件下方 `\addpubs` 添加该文献(参考下方示例)。
8
9
9
10
% **注意:如果发现渲染出来的文献编号不正确,请同时使用以下两个方式解决:**
10
11
% 1. 请清除缓存重新编译,比如`latexmk -gg`,详见 https://bithesis.bitnp.net/faq/clean.html 。
13
14
\begin {publications }
14
15
15
16
% **默认情况下,这里的内容将按照学校要求,以发表时间排序。**
16
- % - 如果想要按照引用顺序排序,可以开启 ` publications/sorting` 选项 。
17
+ % - 如果想要按照引用顺序排序,可在`main.tex`设置` publications/sorting = false` 。
17
18
% - 如果想要微调,详见 https://bithesis.bitnp.net/faq/bib-sort.html#sortkey 。
18
19
% 更多信息请参考「bithesis.pdf」手册。
19
20
\addpubs {myCiteKey,myCiteKey2,dummy:1,dummy:2}
Original file line number Diff line number Diff line change 5
5
6
6
% ==== 攻读学位期间发表论文与研究成果清单 ====
7
7
% 以下内容存放个人的攻读学位期间发表论文与研究成果清单中的文献。
8
- % 详细用法请参考 `. /misc/pub.tex` 中的注释。
8
+ % 请先参考`.. /misc/pub.tex`中的注释。
9
9
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"}`表示:
12
14
% - `1` 表示论文作者的位置,即论文作者的位置是第 1 个。
13
15
% - `myself` 为固定标记不需要修改
14
16
% - `\Author` 是一个 LaTeX 命令,会替换为作者的中文名,并在盲审模式下默认替换为「第一作者」。
15
-
17
+ %
16
18
% 比如,若论文作者为「李四、张三、王五」,则应该写成:
17
19
% `author+an = {2:myself="\Author[2]"}`
18
20
% 再比如,若论文作者为「李四、张三、王五、赵六」(你是共同二作),则应该写成:
19
21
% `author+an = {2:myself="\Author[][][共同二作]"}`
20
- % **\Author 的具体用法请参考手册**。
21
- % https://bithesis.bitnp.net/faq/bib-author.html
22
22
23
- % `annotation = {}` 一句用于指定条目的补充内容 。
23
+ % 字段 `annotation = {…}`指定条目的补充内容 。
24
24
25
25
% **注意:如果你的参考文献同时出现在「攻读学位期间发表论文与研究成果清单」和「参考文献」中,
26
26
% 请将条目分别添加进入 main.bib 与 pub.bib 文件中,并修改它们的key以避免重名;切勿重复使用。**
You can’t perform that action at this time.
0 commit comments