Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove , et al. etc. for pub.bib in blindPeerReview mode #411

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

YDX-2147483647
Copy link
Collaborator

Fixes #410

这个做法在biblatexbiblatex-gb7714-2015的手册里有,并不是很hack。

测试例子

templates/graduate-thesis/main.tex:设置盲审模式,显示3个作者(国标要求只显示1个,但想显示自己)。

-\documentclass[type=master,twoside]{bithesis}
+\documentclass[type=master,twoside,blindPeerReview=true]{bithesis} % 或者false

 \BITSetup{
@@ -90,7 +90,7 @@
     % 一般来说,如果你在全部文献中最低排在第四位,建议你将两个值都设置为 4。
     % 更详细的说明请见手册。
     maxbibnames = 3,
-    minbibnames = 1,
+    minbibnames = 3,
   },

templates/graduate-thesis/reference/pub.bib:多加些作者。

 @article{myCiteKey,
   title = {交联型与线形水性聚氨酯的形状记忆性能比较},
-  author = {张三 and 李杰 and 罗运军},
+  author = {张三 and 李杰 and 罗运军 and 汪淼},
   author+an = {1:myself="\Author"},
@@ -80,7 +80,7 @@
 }

 @book{dummy:2,
-  author = "John Doe and San Zhang",
+  author = "John Doe and San Zhang and White Ice and AAA",
   author+an = {2:myself="\AuthorEn[2]"},

之前

关盲审:
图片
开盲审:
图片

之后

关盲审:
图片
开盲审:
图片

@fky2015 fky2015 added this pull request to the merge queue Mar 14, 2024
Merged via the queue into BITNP:main with commit e6e2dd1 Mar 14, 2024
3 checks passed
@YDX-2147483647 YDX-2147483647 deleted the et-al branch March 14, 2024 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: 盲审时文献列表中有多余的“等”或“et al.”
2 participants