1. 几个文件类型:
tex---就是tex文件,这个地球人都知道,是文章所在的主要文件
bib---参考文献所在的文件
bst---参考文献样式文件
.tex 文件的最后加上\bibliography{xxx}, xxx是bib文件同名,在\bibliography中不需要加载扩展名。
2. 模版:
3. 编译生成.bbl文件:
分成4步
1. Run latex: LaTeX finds the references that are cited in the .tex file
and the declaration of the bibliography style file (.bst) and
bibliography database (.bib) and records them in the .aux file.
2. Run bibtex: BibTeX reads the .aux file to determine what cited entries
to pull from what .bib files, formats and sorts the cited references
according to the rules

本文介绍了如何在LaTeX中利用Bibtex生成参考文献,包括涉及的文件类型(tex, bib, bst)及其作用,以及编译生成.bbl文件的四步过程:首先运行LaTeX,接着运行Bibtex处理bib文件,然后再次运行LaTeX两次,以完成交叉引用的解析。Bibtex允许存储和复用参考文献,提高论文写作效率。"
112691539,10595257,Yii2.0框架下PHP对接钉钉注册回调,"['PHP', '框架', 'Yii2.0', '钉钉SDK', 'CRM系统']
最低0.47元/天 解锁文章
1万+

被折叠的 条评论
为什么被折叠?



