Make formatting more like template
This commit is contained in:
parent
5d4aa4e9c1
commit
786aa4c0fb
|
@ -9,8 +9,6 @@
|
|||
% fonts
|
||||
fontsize=12pt,
|
||||
parskip=half,
|
||||
% structure
|
||||
bibliography=totoc, % add bibliography to toc
|
||||
}
|
||||
|
||||
% hyphenation
|
||||
|
@ -41,6 +39,10 @@
|
|||
style=geschichtsfrkl, % implements my citation requirements almost perfectly
|
||||
]{biblatex}
|
||||
\addbibresource{bibliography.bib}
|
||||
\defbibheading{quellenheading}{\section*{Quellen}}
|
||||
|
||||
% unnumbered chapter shown in TOC
|
||||
\newcommand{\unnumberedchapter}[1]{\chapter*{#1}\addcontentsline{toc}{chapter}{#1}}
|
||||
|
||||
\subject{Seminararbeit}
|
||||
\title{Albert Göring}
|
||||
|
@ -49,22 +51,17 @@
|
|||
\date{\DTMdisplaydate{2021}{01}{01}{-1}}
|
||||
|
||||
\begin{document}
|
||||
\pagenumbering{gobble}
|
||||
\maketitle
|
||||
|
||||
% toc
|
||||
\phantomsection
|
||||
|
||||
% no page numbers on toc pages
|
||||
\pagestyle{empty}
|
||||
\renewcommand*{\chapterpagestyle}{empty}
|
||||
\tableofcontents
|
||||
\clearpage
|
||||
\pagestyle{plain}
|
||||
\renewcommand*{\chapterpagestyle}{plain}
|
||||
|
||||
% main
|
||||
\onehalfspacing
|
||||
|
||||
\pagenumbering{arabic}
|
||||
\chapter{Einleitung}
|
||||
|
||||
\lipsum
|
||||
|
@ -89,10 +86,12 @@
|
|||
\singlespacing
|
||||
|
||||
% bibliography
|
||||
\printbibliography
|
||||
\unnumberedchapter{Quellen- und Literaturverzeichnis}
|
||||
\nocite{*} % FIXME: remove once I actually cite something
|
||||
\printbibliography[keyword=Quelle, heading=quellenheading]
|
||||
\printbibliography[notkeyword=Quelle, heading=subbibliography]
|
||||
|
||||
\chapter*{Eigenständigkeitserklärung}
|
||||
\addcontentsline{toc}{chapter}{Eigenständigkeitserklärung}
|
||||
|
||||
\lipsum
|
||||
|
||||
|
|
Reference in a new issue