From ec626ef9b7cd9addb7fa0bf2c62088f0ce9ba3eb Mon Sep 17 00:00:00 2001 From: Martin Stancsics Date: Tue, 27 Aug 2024 11:17:36 +0200 Subject: [PATCH] Separate appendices from main text --- src/paper/dissertation.tex | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/paper/dissertation.tex b/src/paper/dissertation.tex index f636ff6..af428d2 100644 --- a/src/paper/dissertation.tex +++ b/src/paper/dissertation.tex @@ -62,7 +62,6 @@ \Crefname{assumption}{Assumption}{Assumptions} \AtBeginEnvironment{subappendices}{% - \addcontentsline{toc}{chapter}{Appendices} \counterwithin{figure}{section} \counterwithin{table}{section} \counterwithin{definition}{section} @@ -167,6 +166,11 @@ \chapter{Introduction} \label{ch:theory} \input{src/paper/theory/body.tex} \begin{subappendices} + \chapter*{ + Appendices\\\vspace{0.4cm}% + \large{to \Cref{ch:theory}: ``The value of being indispensable''} + } + \addcontentsline{toc}{chapter}{Appendices} \input{src/paper/theory/appendix.tex} \end{subappendices} @@ -174,6 +178,11 @@ \chapter{Hybrid platforms and bargaining power} \label{ch:application} \input{src/paper/application/body.tex} \begin{subappendices} + \chapter*{ + Appendices\\\vspace{0.4cm}% + \large{to \Cref{ch:application}: ``Hybrid platforms and bargaining power''} + } + \addcontentsline{toc}{chapter}{Appendices} \input{src/paper/application/appendix.tex} \end{subappendices} @@ -185,6 +194,11 @@ \chapter{Hybrid platforms and bargaining power} \label{ch:experiment} \input{src/paper/experiment/body.tex} \begin{subappendices} + \chapter*{ + Appendices\\\vspace{0.4cm}% + \large{to \Cref{ch:experiment}: ``Characterizing Multiplayer Free-Form Bargaining''} + } + \addcontentsline{toc}{chapter}{Appendices} \input{src/paper/experiment/appendix.tex} \end{subappendices}