Références de citation LaTeX - Format de référence BibTex complet

Tous les types de formats de référence sont organisés ici, veuillez déclarer la source pour la réimpression! ! !

Type de référence + exemples Description
@article {RN01,
  author = {Peter Adams}, 
  title = {Le titre de l'ouvrage},
  journal = {Le nom de la revue},
  year = 1993,
  number = 2,
  pages = {201-213},
  month = 7,
  note = {Une note facultative}, 
  volume = 4
}
Journal des articles
  • Champs obligatoires: auteur, titre, revue, année.
  • Champs optionnels: volume, nombre, pages, mois, note.
@book {RN02,
  author = {Peter Babington}, 
  title = {Le titre de l'oeuvre},
  publisher = {Le nom de l'éditeur},
  year = 1993,
  volume = 4,
  series = 10,
  address = {The address} ,
  edition = 3,
  month = 7,
  note = {Une note facultative},
  isbn = {3257227892}
}
Publier des livres publiquement
  • Champs obligatoires: auteur / éditeur, titre, éditeur, année.
  • 可选 域: volume / numéro, série, adresse, édition, mois, note.
@booklet {RN03,
  title = {Le titre de l'ouvrage},
  author = {Peter Caxton}, 
  howpublished = {Comment il a été publié},
  address = {L'adresse de l'éditeur},
  mois = 7,
  année = 1993,
  note = {Une note facultative}
}
Livres sans éditeurs ni auteurs
  • Champ obligatoire: titre.
  • 可选 域: auteur, comment publié, adresse, mois, année, note.
@conference {RN04,
  author = {Peter Draper}, 
  title = {Le titre de l'oeuvre},
  booktitle = {Le titre du livre},
  year = 1993,
  editor = {The editor},
  volume = 4,
  series = 5 ,
  pages = 213,
  adresse = {L'adresse de l'éditeur},
  mois = 7,
  organisation = {L'organisation},
  publisher = {L'éditeur},
  note = {Une note facultative}  
}
Équivalent aux procédures en cours
  • Champs obligatoires: auteur, titre, titre du livre, année.
  • 可选 域: éditeur, volume / numéro, série, pages, adresse, mois, organisation, éditeur, note.
@inbook{RN05,
  author = {Peter Eston}, 
  title = {The title of the work},
  chapter = 8,
  pages = {201-213},
  publisher = {The name of the publisher},
  year = 1993,
  volume = 4,
  series = 5,
  address = {The address of the publisher},
  edition = 3,
  month = 7,
  note = {An optional note}
}
书籍的一部分内容
  • 必要域: author/editor, title, chapter and/or pages, publisher, year.
  • 可选域: volume/number, series, type, address, edition, month, note.
@incollection{RN06,
  author = {Peter Farindon}, 
  title = {The title of the chapter},
  booktitle = {The title of the book},
  publisher = {The name of the publisher},
  year = 1993,
  editor = {The editor},
  volume = 4,
  series = 5,
  chapter = 8,
  pages = {201-213},
  address = {The address of the publisher},
  edition = 3,
  month = 7,
  note = {An optional note}
}
书籍中带独立标题的章节
  • 必要域: author, title, booktitle, publisher, chapter, year.
  • 可选域: editor, volume/number, series, type, chapter, pages, address, edition, month, note.
@manual{RN07,
  title = {The title of the work},
  author = {Peter Gainsford}, 
  organization = {The organization},
  address = {The address of the publisher},
  edition = 3,
  month = 7,
  year = 1993,
  note = {An optional note}
}
技术文档
  • 必要域: title.
  • 可选域: author, organization, address, edition, month, year, note.
@mastersthesis{RN08,
  author = {Peter Harwood}, 
  title = {The title of the work},
  school = {The school of the thesis},
  year = 1993,
  address = {The address of the publisher},
  month = 7,
  note = {An optional note}
}
硕士论文
  • 必要域: author, title, school, year.
  • 可选域: type, address, month, note.
@misc{RN09,
  author = {Peter Isley}, 
  title = {The title of the work},
  howpublished = {How it was published (e.g., URL link)},
  month = 7,
  year = 1993,
  note = {An optional note}
}
其他(如超链接, URL link的例子:{\url{https://www.google.com}})
  • 必要域: title
  • 可选域: author, howpublished, month, year, note.

举例如下

@misc{RN08,

   title = { {LinkedIn}},

   organization = {\url{https://www.linkedin.com/}},

   note = {accessed on January 1, 2021},

}

灵活一点,有些域可以替换的。只要编译过后显示的是想要的格式就行了。

@phdthesis{RN10,
  author = {Peter Joslin}, 
  title = {The title of the work},
  school = {The school of the thesis},
  year = 1993,
  address = {The address of the publisher},
  month = 7,
  note = {An optional note}
}
博士论文
  • 必要域: author, title, year, school.
  • 可选域: address, month, keywords, note.

@inproceedings{RN11,
  title = {The title of the work},
  year = 1993,
  editor = {Peter Kidwelly},
  volume = 4,
  series = 5,

  page = 100-102,
  address = {The address of the publisher},
  month = 7,
  organization = {The organization},
  publisher = {The name of the publisher},
  note = {An optional note}
}

会议论文(集)
  • 必要域: title, page, publisher, volume/number, year.
  • 可选域: editor, volume/number, series, address, month, organization, note.
@techreport{RN12,
  author = {Peter Lambert}, 
  title = {The title of the work},
  institution = {The institution that published},
  year = 1993,
  number = 2,
  address = {The address of the publisher},
  month = 7,
  note = {An optional note}
}
教育,商业机构的技术报告
  • 必要域: author, title, institution, year.
  • 可选域: type, number, address, month, note.
@unpublished{RN13,
  author = {Peter Marcheford}, 
  title = {The title of the work},
  note = {An optional note},
  month = 7,
  year = 1993
}
未出版的论文,图书
  • 必要域: author, title, note.
  • 可选域: month, year.

 

 

 

Je suppose que tu aimes

Origine blog.csdn.net/Ryan_lee9410/article/details/106055787
conseillé
Classement