Biblatex durch Biber ersetzt mit alphabetic-verb als styling
Literatur entsprechend angepasst
This commit is contained in:
@ -30,11 +30,22 @@
|
||||
%\newcommand{\heb}[1]{\texthebrew{#1}}
|
||||
|
||||
% Literatur
|
||||
\usepackage[backend=bibtex, style=verbose-inote, sorting=nyt]{biblatex}
|
||||
\usepackage[
|
||||
backend=biber,
|
||||
style=alphabetic-verb,
|
||||
url=false,
|
||||
urldate=short,
|
||||
autocite=footnote,
|
||||
sorting=nyt
|
||||
]{biblatex}
|
||||
\DefineBibliographyStrings{german}{andothers = {et al.}}
|
||||
\addbibresource{literatur.bib}
|
||||
\renewcommand*{\mkbibnamefamily}[1]{\textsc{#1}}
|
||||
\renewcommand*{\labelnamepunct}{\addcolon\addspace}
|
||||
\usepackage{etoolbox}
|
||||
\apptocmd{\UrlBreaks}{\do\f\do\m}{}{}
|
||||
\setcounter{biburllcpenalty}{9000}% Kleinbuchstaben
|
||||
\setcounter{biburlucpenalty}{9000}% Großbuchstabe
|
||||
|
||||
% Fußnoten nicht ausgeben
|
||||
% z.B. für Handouts
|
||||
|
@ -1,24 +1,33 @@
|
||||
@Book{ELB2013,
|
||||
title = {{Elberfelder Bibel}},
|
||||
label = {{Elberfelder Bibel}},
|
||||
publisher = {SCM R. Brockhaus, Witten},
|
||||
year = {2013},
|
||||
address = {Witten},
|
||||
edition = {5. Gesamtauflage 2013, Textstand 28},
|
||||
isbn = {978-3417253412},
|
||||
pagetotal = {1730},
|
||||
subtitle = {Mit Erklärungen und zahlreichen farbigen Fotos zur Welt der Bibel},
|
||||
title = {{Elberfelder Bibel}},
|
||||
label = {ELB},
|
||||
publisher = {SCM R. Brockhaus, Witten},
|
||||
year = {2013},
|
||||
address = {Witten},
|
||||
edition = {5. Gesamtauflage 2013, Textstand 28},
|
||||
isbn = {978-3417253412},
|
||||
pagetotal = {1730},
|
||||
subtitle = {Mit Erklärungen und zahlreichen farbigen Fotos zur Welt der Bibel},
|
||||
}
|
||||
|
||||
@Book{LUT2023,
|
||||
author = {{Stuttgarter Erklärungsbibel 2023}},
|
||||
publisher = {Deutsche Bibelgesellschaft, Stuttgart},
|
||||
year = {2023},
|
||||
address = {Stuttgart},
|
||||
edition = {Gebundene Ausgabe},
|
||||
isbn = {978-3438033338},
|
||||
pagetotal = {2160},
|
||||
subtitle = {},
|
||||
author = {{Stuttgarter Erklärungsbibel 2023}},
|
||||
label = {LUT},
|
||||
publisher = {Deutsche Bibelgesellschaft, Stuttgart},
|
||||
year = {2023},
|
||||
address = {Stuttgart},
|
||||
edition = {Gebundene Ausgabe},
|
||||
isbn = {978-3438033338},
|
||||
pagetotal = {2160},
|
||||
subtitle = {},
|
||||
}
|
||||
|
||||
@online{WiBiLexJohannisbrotbaum,
|
||||
author = {Riede, Peter},
|
||||
title = {Johannisbrotbaum},
|
||||
url = {https://bibelwissenschaft.de/stichwort/22680/},
|
||||
year = {2017},
|
||||
urldate = {2024-06-22},
|
||||
}
|
||||
|
||||
@Comment{jabref-meta: databaseType:bibtex;}
|
||||
|
Reference in New Issue
Block a user