Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LaTeX Template HsH
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jan Wille
LaTeX Template HsH
Commits
5ee71d81
Commit
5ee71d81
authored
1 year ago
by
Jan Wille
Browse files
Options
Downloads
Patches
Plain Diff
more detailed bib example
parent
5cacb31b
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
bib/project_bibliography.bib
+189
-98
189 additions, 98 deletions
bib/project_bibliography.bib
with
189 additions
and
98 deletions
bib/project_bibliography.bib
+
189
−
98
View file @
5ee71d81
...
...
@@ -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
=
{}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment