Module: Bibtex::EntryType
- Defined in:
- lib/bibtex/entry.rb
Overview
Different types of entries
Constant Summary collapse
- Book =
'book'
- Article =
'article'
- Booklet =
'booklet'
- Conference =
'conference'
- InBook =
'inbook'
- InCollection =
'incollection'
- InProceedings =
'inproceedings'
- Manual =
'manual'
- MastersThesis =
'mastersthesis'
- Misc =
'misc'
- PhDThesis =
'phdthesis'
- Proceedings =
'proceedings'
- TechReport =
'techreport'
- Unpublished =
'unpublished'