-
https://github.com/mohuangrui/ucasthesis/issues/17
1. 英文姓名缩写后面的 点 '.' 必须保留,但是 BST 里却都删除了,这是错误的,比如 **Webb J.** 变成了错误的 **Webb J**
2. 英文姓在前面的时候,必须加逗号, 比如 **WEBB, James** 而非 **WEBB James**
3. 期刊名称应该…
-
我想把 GBT 7714-2015 的附录作为测试用的 bib 文件,最好跟 Google Scholar 一样吧,(据我所了解大部分人会用google scholar 导出 bibtex)不知道有没有什么自动方法?
-
I'm using Org 9.0, it seems the `bibliographystyle` link is not parsed correctly and `\bibliographystyle` command is missing in the resulting tex file. It used to work before updating to Org 9.0.
-
引用的参考文献如果缺失某些信息,会出现[出版社不详],[出版者不详],[S.1.]等类似的内容
-
http://bbs.ustc.edu.cn/cgi/bbscon?bn=TeX&fn=M56F0C45D&num=7998
`\cite[定理 2]{AAA2001}`正常情况下应该显示 `[10, 定理2]`,实际显示效果为 `[10] 定理2`