%%% Original credit: Laurens Stoop % %%% This is a bib file. In here, you add all the used bibliography and (using BibTeX) LaTeX will automatically create nice citations and an bibliography. % This is straight forward! Just copy the kind of thing you have and it will work % Note that you don't have to name your article 'article', the name should be something you can remember in order to cite it. The name or cite-id is the first argument after the opening bracket. % For a nice matrix of allowed fields, see: % https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management#biblatex % Every type allows an 'url' and/or 'doi', but it's not required. @article{article, author = {Peter Adams and Hugh Adamsson and Gary Elliot Macklemore}, title = {The title of the work}, journal = {The name of the journal}, year = 1993, number = 2, pages = {201-213}, month = 7, note = {An optional note}, volume = 4 } @mastersthesis{mastersthesis, author = {Peter Harwood}, title = {The title of the work}, school = {The school where the thesis was written}, year = 1993, address = {The address of the publisher}, month = 7, note = {An optional note} } @misc{misc, author = {Peter Isley}, title = {The title of the work}, howpublished = {How it was published}, month = 7, year = 1993, note = {An optional note} } %howpublished = {pdf} %url = %note = {} @phdthesis{phdthesis, author = {Peter Joslin}, title = {The title of the work}, school = {The school where the thesis was written}, year = 1993, address = {The address of the publisher}, month = 7, note = {An optional note} } @book{book, author = {Peter Babington}, title = {The title of the work}, publisher = {The name of the publisher}, year = 1993, volume = 4, series = 10, address = {The address}, edition = 3, month = 7, note = {An optional note}, isbn = {3257227892} } @booklet{booklet, title = {The title of the work}, author = {Peter Caxton}, howpublished = {How it was published}, address = {The address of the publisher}, month = 7, year = 1993, note = {An optional note} } @conference{conference, author = {Peter Draper}, title = {The title of the work}, booktitle = {The title of the book}, year = 1993, editor = {The editor}, volume = 4, series = 5, pages = 213, address = {The address of the publisher}, month = 7, organization = {The organization}, publisher = {The publisher}, note = {An optional note} } @inbook{inbook, 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} } @incollection{incollection, author = {Peter Farindon}, title = {The title of the work}, 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} } @manual{manual, 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} } @proceedings{proceedings, title = {The title of the work}, year = 1993, editor = {Peter Kidwelly}, volume = 4, series = 5, address = {The address of the publisher}, month = 7, organization = {The organization}, publisher = {The name of the publisher}, note = {An optional note} } @techreport{techreport, 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} } @unpublished{unpublished, author = {Peter Marcheford}, title = {The title of the work}, note = {An optional note}, month = 7, year = 1993 } @reference{reference, editor = {Peter Nigel}, title = {The title of the work}, note = {An optional note}, month = 7, year = 1993 }