From b3ff24598a7ec8b7d0c5c0525c723fb336d1bca0 Mon Sep 17 00:00:00 2001 From: nevrome Date: Thu, 9 Aug 2018 15:49:03 +0200 Subject: [PATCH] =?UTF-8?q?Versuch,=20Abbildungen=20und=20Erkl=C3=A4rung?= =?UTF-8?q?=20am=20Ende=20richtig=20anzuordnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01_intro.Rmd | 4 ++++ 06_appendix.Rmd | 3 ++- _output.yml | 1 - preamble.tex | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) 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}