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

文献引用——作者超过三位的用et al 代替的解决方法 #2

Open
yoonadbx opened this issue Apr 21, 2021 · 1 comment
Open

Comments

@yoonadbx
Copy link

yoonadbx commented Apr 21, 2021

环境:win 10; texlive; xelatex
1、win控制台输入 latex makebst
2、参照 https://blog.csdn.net/kebu12345678/article/details/79585703 回答72个问题生成bst格式的文件,不要被吓到觉得麻烦,很快就解决了
3、输入语句:kpsewhich 【your-bibtex-file】.bst 找到bst文件位置
4、将生成bst文件转移到包含论文tex的文件夹内
5、删除bbl文件,重新编译

@yoonadbx
Copy link
Author

其中第二点的问题重点的关注如下:
`NUMBER OF AUTHORS IN BIBLIOGRAPHY:
(*) All authors included in listing
(l) Limited authors (et al replaces missing names)
Select:

\ans=l
You have selected: Limited authors
Maximum number of authors (1-99)

\num=3
You have selected maximum 3 authors
Minimum number (before et al given) (1-3)

\num=3
You have selected minimum 3 authors

AUTHORS IN CITATIONS:
(*) One author et al for three or more authors
(m) Some other truncation scheme
Select:

\ans=
You have selected: One author et al`

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

No branches or pull requests

1 participant