Richtlinie AK-Seminar Bonn umgesetzt

This commit is contained in:
2024-09-27 14:23:10 +02:00
parent bbadfb84d8
commit 88ca83802a
3 changed files with 209 additions and 23 deletions

View File

@ -29,28 +29,10 @@
%\newfontfamily\hebrewfont[Script=Hebrew,Contextuals=Alternate]{SBL_Hbrw.ttf} % So brauche ich die Schrift nicht zu installieren, sondern nur die Fontdatei von https://www.sbl-site.org/educational/BiblicalFonts_SBLHebrew.aspx im Dokumentverzeichnis ablegen
%\newcommand{\heb}[1]{\texthebrew{#1}}
% Literatur
\usepackage[
backend=biber,
style=alphabetic-verb,
ibidtracker=constrict,
idemtracker=constrict,
autopunct=false,
url=false,
urldate=short,
autocite=footnote,
sorting=nyt
]{biblatex}
\DefineBibliographyStrings{german}{andothers = {et al.}}
% Richtlinie AK Seminar Bonn
\input{Richtlinie-AK-Seminar-Bonn}
% Einbinden der Literaturdatenbank
\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
\DeclareFieldFormat{postnote}{#1} % Entfernt das "S." bei einfachen Seitenangaben
\DeclareFieldFormat{multipostnote}{#1} % Entfernt das "S." bei mehreren Seitenangaben
% Fußnoten nicht ausgeben
% z.B. für Handouts
@ -58,6 +40,13 @@
%\renewcommand*{\footnotemark}[1]{}
%\renewcommand{\footnotetext}[1]{}
% Filter für Literatur- und Quellenverzeichnis
\defbibfilter{gedruckt}{%
type=book or
type=article or
type=report%
}
\begin{document}
\titlehead{\begin{center}
\large{\textbf{
@ -98,5 +87,12 @@
% Anhang
\appendix
\renewcommand*{\thesection}{\Alph{section}}
\printbibliography[heading=bibintoc]
\section{Literatur- und Quellenverzeichnis}
% Archivmaterial
\printbibliography[type={misc,unpublished}, title={Quellen}]
% Gedruckte Quellen
\printbibliography[filter=gedruckt, title={Literatur}]
% Online-Quellen
\printbibliography[type=online, title={Onlinequellen}]
\end{document}