diff --git a/01_intro.Rmd b/01_intro.Rmd index 1f3e438..fdc16eb 100644 --- a/01_intro.Rmd +++ b/01_intro.Rmd @@ -20,6 +20,10 @@ \parskip 4pt \setlength{\textfloatsep}{10pt plus 1.0pt minus 2.0pt} +\AtEndDocument{ + \input{declaration.tex} +} + # Einführung {#intro} Die vorliegende Master-Arbeit entstand 2017-2018 am Institut für Ur- und Frühgeschichte der Christian-Albrechts-Universität zu Kiel unter Betreuung von Priv.-Doz. Dr. Oliver Nakoinz und Dr. Martin Hinz. Sie ist open source und voll reproduzierbar. diff --git a/06_appendix.Rmd b/06_appendix.Rmd index 6465c53..1d524ee 100644 --- a/06_appendix.Rmd +++ b/06_appendix.Rmd @@ -3,4 +3,5 @@ output: html_document editor_options: chunk_output_type: console --- -# Anhang + +# Abbildungen diff --git a/_output.yml b/_output.yml index 15eb55e..8a506cc 100644 --- a/_output.yml +++ b/_output.yml @@ -5,4 +5,3 @@ bookdown::pdf_book: includes: in_header: preamble.tex before_body: frontpage.tex - after_body: declaration.tex diff --git a/preamble.tex b/preamble.tex index 0656d6b..110bd95 100644 --- a/preamble.tex +++ b/preamble.tex @@ -12,8 +12,8 @@ % move all figures and tables to the end of the document \usepackage[nomarkers,nolists,notables]{endfloat} \AtBeginFigures{\setcounter{chapter}{0}} -\renewcommand{\figuresection}{Abbildungen} -\AtBeginFigures{\addcontentsline{toc}{section}{Abbildungen}} +% \renewcommand{\figuresection}{Abbildungen} +% \AtBeginFigures{\addcontentsline{toc}{section}{Abbildungen}} % fancy headers \usepackage{fancyhdr} \pagestyle{fancy}