We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
环境: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文件,重新编译
The text was updated successfully, but these errors were encountered:
其中第二点的问题重点的关注如下: `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`
Sorry, something went wrong.
修改了main.tex, 解决了文献引用中作者超过三位的用et al的问题 (OChicken#2)
ac6e313
No branches or pull requests
环境: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文件,重新编译
The text was updated successfully, but these errors were encountered: