latex使用bibliography

您所在的位置:网站首页 如何使用reference latex使用bibliography

latex使用bibliography

2024-07-13 20:48| 来源: 网络整理| 查看: 265

文章目录 latex使用bibliography1. 如何使用参考文献2. .bib文件中的常见类型3. 如何在.tex文件中使用4. 如何编译参考内容

latex使用bibliography

在使用latex的过程中,不可避免的要使用到参考文献。

1. 如何使用参考文献

在latex中使用参考文献分三步

使用\bibliographystyle确定参考文献的风格。将参考文献写入.bib文件中,例如reference.bib。在.tex文件中使用\bibliography命令导入参考文献,例如\bibliography{reference} 2. .bib文件中的常见类型

@article:期刊杂志的论文

必要域: author, title, journal, year.

可选域: volume, number, pages, month, note.

@book:公开出版的图书

必要域: author/editor, title, publisher, year.

可选域: volume/number, series, address, edition, month, note.

@booklet:无出版商或作者的图书

必要域: title.

可选域: author, howpublished, address, month, year, note.

@inbook:书籍的一部分章节

必要域: author/editor, title, chapter and/or pages, publisher, year.

可选域: volume/number, series, type, address, edition, month, note.

@incollection:书籍中带独立标题的章节

必要域: author, title, booktitle, publisher, year.

可选域: editor, volume/number, series, type, chapter, pages, address, edition, month, note.

@conference :会议论文,等价于 inproceedings

必要域: author, title, booktitle, year.

可选域: editor, volume/number, series, pages, address, month, organization, publisher, note.

@inproceedings:会议论文集中的一篇

必要域: author, title, booktitle, year.

可选域: editor, volume/number, series, pages, address, month, organization, publisher, note.

@manual:技术文档

必要域: title.

可选域: author, organization, address, edition, month, year, note.

@mastersthesis:硕士论文

必要域: author, title, school, year.

可选域: type, address, month, note.

@misc:其他

必要域: none

可选域: author, title, howpublished, month, year, note.

@phdthesis:博士论文

必要域: author, title, year, school.

可选域: address, month, keywords, note.

@proceedings:会议论文集

必要域: title, year.

可选域: editor, volume/number, series, address, month, organization, publisher, note.

@techreport:教育,商业机构的技术报告

必要域: author, title, institution, year.

可选域: type, number, address, month, note.

@unpublished:未出版的论文,图书

必要域: author, title, note.

可选域: month, year.

这里主要参考内容[1]。

3. 如何在.tex文件中使用

很简单,一般而言.bib文件中一篇参考文献大致格式如下:

@article{finnilaQuantumAnnealingNew1994, title = {Quantum annealing: {A} new method for minimizing multidimensional functions}, volume = {219}, issn = {0009-2614}, shorttitle = {Quantum annealing}, url = {http://www.sciencedirect.com/science/article/pii/0009261494001170}, doi = {10.1016/0009-2614(94)00117-0}, abstract = {Quantum annealing is a new method for finding extrema of multidimensional functions. Based on an extension of classical, simulated annealing, this approach appears robust with respect to avoiding local minima. Further, unlike some of its predecessors, it does not require an approximation to a wavefunction. We apply the technique to the problem of finding the lowest energy configurations of Lennard-Jones clusters of up to 19 particles (roughly 105 local minima). This early success suggests that this method may complement the widely implemented technique of simulated annealing.}, language = {en}, number = {5}, urldate = {2021-01-09}, journal = {Chemical Physics Letters}, author = {Finnila, A. B. and Gomez, M. A. and Sebenik, C. and Stenson, C. and Doll, J. D.}, month = mar, year = {1994}, pages = {343--348}, file = {ScienceDirect Snapshot:/home/sheffieldwang/paper/storage/LBJEN2QA/0009261494001170.html:text/html}, }

使用命令

\cite{finnilaQuantumAnnealingNew1994}

即可,即这个参考文献第一行的内容。

4. 如何编译

以xelatex为例,需要编译四次,假如有个test.tex,需要四次编译

xelatex test.tex bib text.aux xelatex test.tex xelatex test.tex

这样生成的pdf里就能看到参考文献了。

参考内容

[1]【Latex】bib的格式及文献类型



【本文地址】


今日新闻


推荐新闻


CopyRight 2018-2019 办公设备维修网 版权所有 豫ICP备15022753号-3