Skip to content
Snippets Groups Projects
Commit 5ee71d81 authored by Jan Wille's avatar Jan Wille
Browse files

more detailed bib example

parent 5cacb31b
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@
edition = {2},
publisher = {Westermann},
isbn = {9-783142-450353},
language = {GER},
language = {GER}
}
@manual{laboranleitung:physik,
author = {Fachschaft Physik},
......@@ -36,67 +36,147 @@
}
%-----------------------Templates--------------------------------------------------------
% A single-volume book with one or more authors
@book{1,
% required fields: { author, title, year/date }
@book{z_book-key,
author = {},
title = {},
date = {},
year = {},
edition = {},
publisher = {},
doi = {},
isbn = {},
url = {},
urldate = {},
language = {},
location = {},
origlanguage = {},
editor = {},
editora = {},
editorb = {},
editorc = {},
translator = {},
annotator = {},
commentator = {},
introduction = {},
foreword = {},
afterword = {},
subtitle = {},
titleaddon = {},
maintitle = {},
mainsubtitle = {},
maintitleaddon = {},
volume = {},
part = {},
edition = {},
volumes = {},
series = {},
abstract = {},
number = {},
note = {},
publisher = {},
location = {},
pages = {},
pagetotal = {},
url = {},
urldate = {}
addendum = {},
pubstate = {}
}
% article in a journal, magazine, newspaper, or other periodical
@article{2,
% required fields: { author, title, year/date }
@article{z_article-key,
author = {},
title = {},
journaltitle= {},
date = {},
year = {},
journalsubtitle= {},
issuetitle = {},
series = {},
doi = {},
issn = {},
url = {},
urldate = {},
language = {},
origlanguage = {},
translator = {},
annotator = {},
commentator = {},
subtitle = {},
titleaddon = {},
editor = {},
editora = {},
editorb = {},
editorc = {},
journalsubtitle = {},
journaltitleaddon = {},
issuetitle = {},
issuesubtitle = {},
issuetitleaddon = {},
series = {},
volume = {},
number = {},
issue = {},
month = {},
pages = {},
url = {},
urldate = {}
version = {},
note = {},
addendum = {},
pubstate = {}
}
% technical report/paper, published by a university
@report{3,
% technical or other documentation, not necessarily in printed form
% required fields: { author/editor, title, year/date }
@manual{z_manual-key,
author = {},
editor = {},
title = {},
type = {},
institution = {},
date = {},
year = {},
date = {},
doi = {},
isbn = {},
url = {},
urldate = {},
language = {},
subtitle = {},
titleaddon = {},
edition = {},
type = {},
number = {},
version = {},
language = {}
note = {},
organization = {},
publisher = {},
pagetotal = {},
addendum = {},
pubstate = {}
}
% Technical or other documentation, not necessarily in printed form
@manual{4,
% article in a conference proceedings
% required fields: { author, title, booktitle, year/date }
@inproceedings{z_inproceedings-key,
author = {},
editor = {},
title = {},
date = {},
booktitle = {},
year = {},
date = {},
editor = {},
subtitle = {},
titleaddon = {},
eventtitle = {},
eventtitleaddon = {},
eventdate = {},
series = {},
number = {},
organization = {},
publisher = {},
location = {},
isbn = {},
doi = {},
pages = {},
addendum = {},
pubstate = {},
url = {},
urldate = {},
language = {}
}
% web sites which are intrinsically online resources
@online{5,
% technical report/paper, published by a university
% required fields: { author, title, type, institution, year/date }
@report{z_report-key,
author = {},
title = {},
version = {},
type = {},
institution = {},
date = {},
year = {},
url = {},
......@@ -104,7 +184,7 @@
language = {}
}
% a Thesis
@phdthesis{6,
@phdthesis{z_phdthesis-key,
author = {},
title = {},
school = {},
......@@ -112,5 +192,16 @@
year = {},
address = {},
month = {},
note = {},
note = {}
}
% web sites which are intrinsically online resources
% required fields: { author/editor, title, year/date, doi/eprint/url }
@online{z_online-key,
author = {},
title = {},
date = {},
year = {},
url = {},
urldate = {},
language = {}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment