IEEEtran 的使用及 bibtex的文献类型

主要参考 How to use the IEEEtran Bibtex style : https://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/bibtex

1. IEEEtran.bst is invoked using the normal LATEX bibliography commands:

  • \bibliographystyle{IEEEtran}
  • \bibliography{IEEEabrv,mybibfile}

2. bibtex的文献类型:  

  • @article条目为期刊或杂志上的一篇文章。

         不可少域author, title, journal, year, 可省略域volume,language, number, pages, month, note,url.

@article{name,
 author = {a and b},
 title = {title},
 journal = {journal name},
 volume = {42},
 number = {1},
 year = {2008},
 issn = {0110-0101},
 pages = {1--8},
 doi = {http://doi.xxx.org},
 publisher = {ACM},
 address = {New York, NY, USA},
 };

 

  • @book条目为有确定出版社的书籍。

    不可少域author或editor, title, publisher, year.  可省略域volume或number, series, address, edition, month, url, note.

@book{IEEEexample:book_typical,

author = "B. D. Cullity",

title = "Introduction to Magnetic Materials",

publisher = "Addison-Wesley",

address = "Reading, MA", year = "1972"

}

 

  • @Inbook为引用书记的一部分,比如某一本书的 chapter 或者 pages

  不可缺少author 或者 editor, title, publisher, year,

  可省略edition, series, address, month, volume, number, chapter, type, pages, language, note, url.

  • @booklet条目为印制的有封皮的作品,但没有出版社或赞助机构的名称。

      不可少域title.  可省略域author, howpublished, address, month, year, note.

 

  • @conference与下面的@inproceedings相同。

 

 

  • @incollection条目为一本书中有自己题目的一部分。

    不可少域author, title, booktitle, publisher, year.
    可省略域editor, volume或number,series, type, chapter, pages,address, edition, month, note.

 

  • @inproceedings条目为会议论文集中的一篇文章。

    不可少域author, title, booktitle, year.
    可省略域editor, volume或number, series, pages, address, month,
                organization, publisher, note.

@InProceedings{b07name,
    author = {a and b},
    title = {title},
    booktitle = {Proceedings of the conference},
    address = {Sydney, Australia},
    month = Nov,
    year = 2008,
    pages = {1-2},
    affiliation = {Uni-name, Country},
    URL = {http://url/}
};

 

  • @manual条目为科技文档。

    不可少域title.
    可省略域author, organization, address, edition, month, year, note.

 

  • @mastersthesis条目为硕士论文。

    不可少域author, title, school, year.
    可省略域type, address, month, note.

 

  • @misc条目为不属于其它任何类型的作品。

    不可少域没有。
      可省略域author, title, howpublished, month, year, note.

@misc{name,
    author = "a",
    title = "title",
    howpublished = "Website",
    year = {2008},
    note = {\url{https://www.mysite.org}}
};

 

  • @phdthesis条目为博士论文。

    不可少域author, title, school, year.
    可省略域type, address, month, note.

 

 

  • @techreport条目为学校或其它研究机构印制的报告。

    不可少域author, title, institution, year.
    可省略域type, number, address, month, note.

@techreport{name,
 author = {a and b}
 title = {title},
 institution = {institution rpt no.}
 year = {2008}
};

 

  • @unpublished条目为有作者和标题的还未出版的作品。

    不可少域author, title, note.
    可省略域month, year.
在每项条目中还可以有可省略域key和crossref.

  • 4
    点赞
  • 12
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
\bibliographystyle{IEEEtran} 是一种引用样式,用于在 LaTeX 文档中生成符合 IEEE 出版规范的参考文献列表。它定义了参考文献的格式和排版方式。 这个命令应该在你的 LaTeX 文档中的 \end{document} 之前使用,以确保参考文献的正确生成。它需要在 \bibliography{} 命令之前使用。 \bibliographystyle{IEEEtran} 还需要与 \bibliography{} 命令一起使用,\bibliography{} 用于指定你的 bib 文件的名称,其中包含引用的详细信息。 具体而言,你需要在你的 LaTeX 文档的同一个目录下创建一个 .bib 文件,并在其中列出你想引用的所有参考文献的详细信息。然后在文档中使用 \cite{} 命令来引用这些参考文献,大括号内的内容应该是你在 .bib 文件中为每个文献指定的唯一名称。 请注意,要正确生成参考文献列表,通常需要在编译 LaTeX 文档的过程中多次运行 latexbibtex 和 latex 命令。这样,LaTeX 才能正确地将引用信息插入到参考文献列表中。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* *2* *3* [LaTex使用技巧13:使用bib插入IEEE格式的参考文献](https://blog.csdn.net/subtitle_/article/details/129314180)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 100%"] [ .reference_list ]

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值