FAQ:

What are the common entry types in bibtex? What are the mandatpory and optional fields they need.

Answer:

Here's a list of some entry types:

@Article{
   author = {},
   title = {},
   journal = {},
   year = {},
%  volume = {},
%  number = {}, 
%  pages = {},
%  month = {}, 
}

@Book{
   author = {}, % or 
   editor = {}, 
   title = {}, 
   publisher = {}, 
   year = {}, 
%  volume = {}, % or 
%  number = {}, 
%  series = {}, 
%  address = {}, 
%  edition = {}, 
%  month = {}, 
}

@Booklet{
   title = {},
%  author = {},
%  howpublished = {}, 
%  address = {}, 
%  month = {}, 
%  year = {}, 
}

@InBook{
   author = {}, % or 
   editor = {},
   title = {}, 
   chapter = {}, % and/or
   pages = {}, 
   publisher = {}, 
   type = {}, 
   year = {},
%  volume = {}, % or 
%  number = {}, 
%  series = {}, 
%  address = {}, 
%  edition = {}, 
%  month = {},
}

@InCollection{
   author = {}, 
   title = {}, 
   booktitle = {}, 
   publisher = {}, 
   year = {}, 
%  editor = {},
%  volume = {}, % or
%  number = {},
%  type = {}, 
%  series = {},
%  edition = {},
%  chapter = {},
%  pages = {},
%  address = {},
%  month = {},
}

@InProceedings{
   author = {},
   title = {},
   booktitle = {},
   year = {},
%  editor = {},
%  volume = {}, % or 
%  number = {},
%  organization = {},
%  series = {},
%  pages = {},
%  publisher = {},
%  address = {},
%  month = {},
}

@Manual{
   title = {}, 
%  author = {},
%  organization = {},
%  address = {},
%  edition = {},
%  month = {},
%  year = {},
}

@MastersThesis{
   author = {},
   title = {},
   school = {},
   year = {}, 
%  address = {},
%  month = {},
%  type = {},
}

@Misc{
% one of the optional fields is mandatory 
%   author = {},
%   title = {},
%   howpublished = {},
%   month = {},
%   year = {},
}

@PhdThesis{
   author = {},
   title = {},
   school = {},
   year = {}, 
%  address = {},
%  month = {},
%  type = {},
}

@Proceedings{
   title = {},
   year = {}, 
%  editor = {},
%  publisher = {}, 
%  volume = {}, % or 
%  number = {}, 
%  organization = {},
%  series = {}, 
%  address = {},
%  month = {},
}

@TechReport{
   author = {},
   title = {}, 
   institution = {},
   year = {}, 
%  type = {}, 
%  number = {}, 
%  address = {}, 
%  month = {},
}

@Unpublished{
   author = {},
   title = {},
   note = {}, 
%  month = {}, 
%  year = {},
}

Unless marked otherwise the following fields are optional:
  • abstract
  • annote
  • crossref
  • keywords
  • key
  • note
  • url
  • howpublished

Back to: LaTeXFAQ

-- MichaelDaum -- 10 Nov 2004

This topic: Support > Nats > NatsFAQs > LaTeXFAQ > BibtexEntryTypes
Topic revision: 17 Oct 2012, UnknownUser
 
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback