This page collects the most often used BibTeX skeletons, following the guidelines summarized in BibTeX guidelines. They help not to forget filling any important field.
@article{ ,
author = {},
title = {},
journal = {},
volume = {},
number = {},
year = {},
issn = {},
pages = {},
doi = {},
publisher = {},
}
{Family, First and Family, Second}doi should be in the following format: 10.1234/123456@incollection{ ,
author = {},
title = {},
editor = {},
booktitle = {},
OPTseries = {},
OPTvolume = {},
year = {},
publisher = {},
pages = {},
doi = {},
}
pages = {1-10} for a 10-pages-long paper, instead omit the pages line from the entry.TACAS'99 is not a series.doi should be in the following format: 10.1234/123456@incollection{ ,
author = {},
title = {},
editor = {},
booktitle = {},
series = {Lecture Notes in Computer Science},
volume = {},
year = {},
publisher = {Springer},
pages = {},
doi = {},
}
booktitle should be something like Computer Aided Verification or Tools and Algorithms for the Construction and Analysis of Systems. See the following examples:
doi should be in the following format: 10.1234/123456@phdthesis{ ,
author = {},
title = {},
school = {},
year = {},
OPTisbn = {},
url = {},
}
url.@mastersthesis{ ,
author = {},
title = {},
school = {},
year = {},
OPTtype = {M.Sc. Thesis},
url = {},
}
@mastersthesis entries are shown as MA Thesis, use type to fix this.@book{ ,
author = {},
title = {},
publisher = {},
address = {},
year = {},
isbn = {},
}