注意:版权所有,转载请注明出处

使用LaTeX写作,很重要的一个部分就是参考文献的制作,LaTeX使用bibtex管理文章的参考文献,bibtex即是一种工具,又是一种格式的代表,它要求使用*.bib格式的文件,你可以把自己用到的参考文献按照特定的格式写到bib文件中,大概写出来样子如下图:

这些文件都是普通的文本文件,可以用手一个一个输入,但是显然有点麻烦的。所以最好还是使用工具,推荐一款免费工具,JabRef,可以满足使用要求

1.关于多个作者的姓名如何正确分开

一般来说,如果一篇文章有多个作者,作者直接用and 连接,作者姓名按照first name last name或者first name middle name last name来写即可,如果一个作者名字不是这种形式,那么需要用花括号把作者的last name 括起来,以便bibtex程序能够正确识别作者姓名。

例如: San Zhang and Si Li and Ma Zi Wang    G{\”o}del      Jose {Dos Santos}

2.常见的参考文献类型以及域(field)类型

LaTeX primer 第35页中,有详细的关于参考文献类型以及每种类型要求的必填的域以及一些可选择的域。感兴趣可以看一下。

  • 参考文献类型
    @article :An article from a journal or magazine
    @book: A book with an explicit publisher
    @booklet: A work that is printed and bound, but without a named publisher or sponsoring institution
    @conference: The same as inproceedings
    @inbook: A part of a book, which may be a chapter (or section or whatever) and/or a range of pages
    @incollection: A part of a book having its own title
    @inproceedings: An article in a conference proceedings
    @manual: Technical documentation
    @mastersthesis: A Master's thesis
    @misc: Use this type when nothing else fits
    @phdthesis: A PhD thesis
    @proceedings: The proceedings of a conference
    @techreport: A report published by a school or other institution, usually numbered within a series
    @unpublished: A document having an author and title, but not formally published
  • 域类型
    address
         Usually the address of the publisher or other type of institution. For major publishing houses, van Leunen recommends omitting the information entirely. For small publishers, on the other hand, you can help the reader by giving the complete address.
    annote
          An annotation. It is not used by the standard bibliography styles, but may be used by others that produce an annotated bibliography.
    author
    The name(s) of the author(s), in the format described in the LaTeX book.
    booktitle
    Title of a book, part of which is being cited. See the LaTeX book for how to type titles. For book entries, use the title field instead.
    chapter
    A chapter (or section or whatever) number.
    crossref
    The database key of the entry being cross referenced. Any fields that are missing from the current record are inherited from the field being cross referenced.
    edition
    The edition of a book---for example, ``Second''. This should be an ordinal, and should have the first letter capitalized, as shown here; the standard styles convert to lower case when necessary.
    editor
    Name(s) of editor(s), typed as indicated in the LaTeX book. If there is also an author field, then the editor field gives the editor of the book or collection in which the reference appears.
    howpublished
    How something strange has been published. The first word should be capitalized.
    institution
    The sponsoring institution of a technical report.
    journal
    A journal name. Abbreviations are provided for many journals.
    key
    Used for alphabetizing, cross referencing, and creating a label when the ``author'' information is missing. This field should not be confused with the key that appears in the cite command and at the beginning of the database entry.
    month
    The month in which the work was published or, for an unpublished work, in which it was written. You should use the standard three-letter abbreviation, as described in Appendix B.1.3 of the LaTeX book.
    note
    Any additional information that can help the reader. The first word should be capitalized.
    number
    The number of a journal, magazine, technical report, or of a work in a series. An issue of a journal or magazine is usually identified by its volume and number; the organization that issues a technical report usually gives it a number; and sometimes books are given numbers in a named series.
    organization
    The organization that sponsors a conference or that publishes a manual.
    pages
    One or more page numbers or range of numbers, such as 42--111 or 7,41,73--97 or 43+ (the `+' in this last example indicates pages following that don't form a simple range). To make it easier to maintain Scribe-compatible databases, the standard styles convert a single dash (as in 7-33) to the double dash used in TeX to denote number ranges (as in 7--33).
    publisher
    The publisher's name.
    school
    The name of the school where a thesis was written.
    series
    The name of a series or set of books. When citing an entire book, the the title field gives its title and an optional series field gives the name of a series or multi-volume set in which the book is published.
    title
    The work's title, typed as explained in the LaTeX book.
    type
    The type of a technical report---for example, ``Research Note''.
    volume
    The volume of a journal or multi-volume book.
    year
    The year of publication or, for an unpublished work, the year it was written. Generally it should consist of four numerals, such as 1984, although the standard styles can handle any year whose last four nonpunctuation characters are numerals, such as `\hbox{(about 1984)}'.

    3.其他注意事项

    (1)title中的字母大小写对最终输出是没有影响的,大小写等格式由bibliographystyle决定,因此如果想要保持title中某些字母的大写,需要用花括号把字母括起来。

    如:title = "Proof of the {R}iemann {H}ypothesis"

       (2)如果一篇文章还未发表,需要在note这个域加入说明,如,写上preprint,提供url等.

    参考文章

    1,与参考文献书写有关的一些知识,https://web.archive.org/web/20130620150431/http://amath.colorado.edu/documentation/LaTeX/reference/faq/bibstyles.html

    2,关于参考文献中名字如何写的文章,http://nwalsh.com/tex/texhelp/bibtx-23.html

    3,对如何写参考文献的一些建议,http://www.math.uiuc.edu/~hildebr/tex/bibliographies0.html

    4,一些如何写参考文献的具体操作,http://www.math.uiuc.edu/~hildebr/tex/bibliographies.html

  • LaTeX中参考文献管理以及注意事项的更多相关文章

    1. The usage method of reference with bibtex in Latex【latex中参考文献的使用方法】

      如何在latex中以Bibtex文件方式引用参考文献? 以IEEEtran模板为例: 1.制作bibtex参考文献库.方法如下: ①建立myreference.bib文件: ②在Google scho ...

    2. paper 48: Latex中如何制作参考文献

      文章写到现在,最后一步就要大功告成了!reference,let's go! 一.用Google来做Latex的bib文件 1. 打开scholar.google.com 2. 定制   Schola ...

    3. LaTeX中用BibTex管理参考文献

      BibTeX 是一种用来规范参考文献列表的一种文献管理软件,定义了一种比较通用的管理文献的格式, 用于协调LaTeX的参考文献处理. BibTeX 使用数据库的的方式来管理参考文献. BibTeX 文 ...

    4. Latex中关于参考文献的一些经验

      又到了继春节后的又一个投稿高峰,在Latex中写参考文献时经常会出现这样那样的问题,而且出版社不同比如IEEE与Elaver,需要引入的包也有不同.在search解决方案时,发现一篇有用的博文,转载一 ...

    5. 一个LaTeX 中文文档的简单而实用的模板

      网上找的一个latex中文模板,感觉很简单,在我机器上有点小问题,完善记录一下. %要运行该模板,LaTex需要安装CJK库以支持汉字. %字体大小为12像素,文档类型为article %如果你要写论 ...

    6. EndNote是一款着名的参考文献管理软件

      EndNote是一款着名的参考文献管理软件,我们可以通过该软件创建个人参考文献库,此外对公司DCC.法务和专 利部门十分的有用,甚至对我们写SOP 也有些帮忙,并且该软件可以在其中加入文本.图像.表格 ...

    7. Latex: 保持参考文献大小写

      参考: BibTeX loses capitals when creating .bbl file Latex: 保持参考文献大小写 在排版时,BibTeX会根据参考文献的格式将除了title中的第一 ...

    8. LaTeX中的数学公式

      因为想在过年之前把论文写出来(虽然现在看来似乎痴人说梦),用word写PDE的公式简直是自己找虐,就想说自己研究一下LaTex,用起来发现这东西写格式性的文档真心甩word几个陈景润啊,出来的公式不仅 ...

    9. Endnote在latex中的应用的两种方法

      从endnote中向latex文档批量插入参考文献的两种方法 一.若是latex模板中参考文献编写的命令是: \begin{thebibliography} \bibitem{lab1}LIU M L ...

    随机推荐

    1. 2.RABBITMQ 入门 - WINDOWS - 生产和消费消息 一个完整案例

      关于安装和配置,见上一篇 1.RABBITMQ 入门 - WINDOWS - 获取,安装,配置 公司有需求,要求使用winform开发这个东西(消息中间件),另外还要求开发一个日志中间件,但是也是要求 ...

    2. matlab中find 函数如何使用

      find函数用于返回所需要元素的所在位置 (位置的判定:在矩阵中,第一列开始,自上而下,依次为1,2,3...,然后再从第二列,第三列依次往后数) 举例: ①find(A)返回矩阵A中非零元素所在位置 ...

    3. Memento 模式

      Memento 模式的关键就是要在不破坏封装行的前提下,捕获并保存一个类的内部状态,这样就可以利用该保存的状态实施恢复操作. /////////Originator.h//////////////// ...

    4. Windows+Git+TortoiseGit+COPSSH安装图文教程 转载

      准备工作: 1. Git-1.8.1.2-preview20130201.exe 下载地址: https://code.google.com/p/msysgit/downloads/list 2. C ...

    5. winform C#屏幕右下角弹出消息框并自动消失

      ①弹出信息框后慢慢下降消失 在主窗体中新增按钮重命名为btnShowAndDisappearMessages,在click事件中写如下代码: private void btnShowAndDisapp ...

    6. java 优化

      代码优化,一个很重要的课题.可能有些人觉得没用,一些细小的地方有什么好修改的,改与不改对于代码的运行效率有什么影响呢?这个问题我是这么考虑的,就像大海里面的鲸鱼一样,它吃一条小虾米有用吗?没用,但是, ...

    7. java执行机制

      java代码编译是由Java源码编译器来完成,流程图如下所示: Java字节码的执行是由JVM执行引擎来完成,流程图如下所示: Java代码编译和执行的整个过程包含了以下三个重要的机制: Java源码 ...

    8. flash player over linux

      flashplayer官方网址:https://get.adobe.com/cn/flashplayer/ flash插件安装方法一(适用于ubuntu等linux系统):               ...

    9. Xsd: Xml序列化、反序列化的利器

      下面讲述根据xml生成对应序列化反序列化类的过程,xml需要首先转化为xsd,然后再生成为实体类.其中,XSD是XML Schema Definition的缩写. 1.制作xml文件:   <? ...

    10. Quartz1.8.5例子(六)

      /* * Copyright 2005 - 2009 Terracotta, Inc. * * Licensed under the Apache License, Version 2.0 (the ...