#15 cleaned up file structure #16 improved list of references

This commit is contained in:
Dominik Becker 2018-06-29 20:07:51 +02:00
parent de68954d66
commit afeabc336e
4 changed files with 81 additions and 53 deletions

View File

@ -0,0 +1,41 @@
%!TEX root = ../main.tex
\addchap{Quellenverzeichnis}
\defbibheading{book}{\section*{Monographien}}
\defbibheading{article}{\section*{Beiträge in Zeitungen und Zeitschriften}}
\defbibheading{incollection}{\section*{Beiträge in Sammelbänden}}
\defbibheading{paper}{\section*{Papers}}
\defbibfilter{paper}{
type=inproceedings or
type=thesis
}
\defbibheading{online}{\section*{Internetquellen}}
\defbibheading{jurisdiction}{\section*{Rechtsprechung}}
\defbibheading{company}{\section*{Unternehmensunterlagen}}
\defbibheading{uncited}{\section*{Unzitierte Quellen}}
\defbibcheck{uncited}{
\ifciteseen
{\skipentry}
{}
}
\setlength\bibitemsep{1.5\itemsep}
\setlength{\bibhang}{2em}
\renewcommand{\baselinestretch}{1.50}\normalsize
\begingroup
\sloppy
\printbibliography[heading=book,type=book]
\printbibliography[heading=article,type=article]
\printbibliography[heading=incollection,type=incollection]
\printbibliography[heading=paper,filter=paper]
\printbibliography[heading=online,type=online]
\printbibliography[heading=jurisdiction,keyword=jurisdiction]
\printbibliography[heading=company,keyword=company]
%\printbibliography[heading=uncited,check=uncited]
%\nocite{*}
\endgroup

View File

@ -1,4 +1,4 @@
%!TEX root = ../main.tex %!TEX root = ./main.tex
\documentclass[ \documentclass[
paper=A4, paper=A4,
@ -9,7 +9,8 @@
draft=false, draft=false,
headings=small, headings=small,
oneside, oneside,
final final,
numbers=noenddot
]{scrbook} ]{scrbook}
% Seitenränder % Seitenränder
@ -94,7 +95,7 @@
% Zitate und Quellenverzeichnis % Zitate und Quellenverzeichnis
\usepackage[ \usepackage[
style=authoryear, style=authoryear-ibid,
giveninits=false, giveninits=false,
natbib=true, natbib=true,
urldate=long, urldate=long,
@ -105,7 +106,9 @@
maxbibnames=99, maxbibnames=99,
backend=biber, backend=biber,
autocite=footnote, autocite=footnote,
uniquelist=false uniquelist=false,
ibidpage=true,
citetracker=true
]{biblatex} ]{biblatex}
\bibliography{library/library} \bibliography{library/library}
\DeclareLabeldate{ \DeclareLabeldate{
@ -152,3 +155,6 @@
% Fußnoten durchnummerieren % Fußnoten durchnummerieren
\usepackage{chngcntr} \usepackage{chngcntr}
\counterwithout{footnote}{chapter} \counterwithout{footnote}{chapter}
% UTF8-Zeichen für math-Umgebung
\usepackage{amsmath}

View File

@ -1,27 +0,0 @@
%!TEX root = ../main.tex
\addchap{Quellenverzeichnis}
\defbibheading{mono}{\section*{Monographien}}
\defbibheading{mag}{\section*{Aufsätze in Sammelbänden und Zeitschriften}}
\defbibheading{art}{\section*{Zeitungsartikel}}
\defbibheading{web}{\section*{Internetquellen}}
\defbibheading{leg}{\section*{Rechtsprechung}}
\defbibheading{comp}{\section*{Unternehmensunterlagen/Gesprächsnotizen}}
\setlength\bibitemsep{1.5\itemsep}
\setlength{\bibhang}{2em}
\renewcommand{\baselinestretch}{1.50}\normalsize
\begingroup
\sloppy
\printbibliography[heading=mono,keyword=mono]
\printbibliography[heading=mag,keyword=mag]
\printbibliography[heading=web,keyword=web]
\printbibliography[heading=art,keyword=art]
\printbibliography[heading=leg,keyword=leg]
\printbibliography[heading=comp,keyword=comp]
\endgroup

View File

@ -12,47 +12,51 @@
\newcommand{\studiengruppe}{Studiengruppe} \newcommand{\studiengruppe}{Studiengruppe}
\newcommand{\institution}{Institution} \newcommand{\institution}{Institution}
% Config % config
\input{config/config.tex} \input{config.tex}
\begin{document} \begin{document}
%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%
%% Deckblatt %% %% document title page %%
%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%
\input{additionals/title.tex} \input{additionals/title.tex}
%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%
%% Verzeichnisse %% %% indexes %%
%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%
\pagenumbering{Roman} \pagenumbering{Roman}
% Sperrvermerk - einkommentieren falls erforderlich % disclosure statement - uncomment if needed
% \input{additionals/disclosure.tex} % \input{additionals/disclosure.tex}
% \newpage % \newpage
% Inhaltsverzeichnis % executive summary - uncomment if needed
% \input{additionals/executive_summary.tex}
% \newpage
% table of contents
\tableofcontents \tableofcontents
\newpage \newpage
% Abkürzungsverzeichnis % acronyms
\input{additionals/acronyms.tex} \input{additionals/acronyms.tex}
\newpage \newpage
% Abbildungsverzeichnis % list of figures
\listoffigures \listoffigures
\newpage \newpage
% Tabellenverzeichnis % list of tables
\listoftables \listoftables
\newpage \newpage
% Listingverzeichnis % list of listings
\listoflistings \listoflistings
\newpage \newpage
%%%%%%%%%%%% %%%%%%%%%%%%%
%% Inhalt %% %% content %%
%%%%%%%%%%%% %%%%%%%%%%%%%
\pagenumbering{arabic} \pagenumbering{arabic}
% insert chapter files here like this: % insert chapter files here like this:
@ -60,13 +64,17 @@
% \newpage % \newpage
%%%%%%%%%%%%% %%%%%%%%%%%%%
%% Schluss %% %% closing %%
%%%%%%%%%%%%% %%%%%%%%%%%%%
% Quellenverzeichnis % list of references
\input{config/references.tex} \input{additionals/references.tex}
\newpage \newpage
% Ehrenwörtliche Erklärung % appendix - uncomment if needed
% \input{additionals/appendix.tex}
% \newpage
% affirmation
\input{additionals/affirmation.tex} \input{additionals/affirmation.tex}
\end{document} \end{document}