From 6d92987ff816212ba86ba38a882d4ae39c9d3a06 Mon Sep 17 00:00:00 2001
From: Jonas Franz <jonas.franz@incloud.de>
Date: Sat, 19 Feb 2022 19:09:59 +0100
Subject: [PATCH] Integrate results

---
 classicthesis-config.tex | 2 ++
 thesis.tex               | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/classicthesis-config.tex b/classicthesis-config.tex
index 876522b..c86922f 100644
--- a/classicthesis-config.tex
+++ b/classicthesis-config.tex
@@ -113,6 +113,8 @@
 \usepackage{xspace} % to get the spacing after macros right
 \usepackage{mparhack} % get marginpar right
 \usepackage{subfig}
+\usepackage{longtable}
+\newcommand*\rot{\rotatebox{90}}
 %\usepackage{fixltx2e} % fixes some LaTeX stuff --> since 2015 in the LaTeX kernel (see below)
 % \usepackage[latest]{latexrelease} % emulate newer kernel version if older is detected
 \PassOptionsToPackage{printonlyused,smaller}{acronym}
diff --git a/thesis.tex b/thesis.tex
index c8856c7..1241446 100644
--- a/thesis.tex
+++ b/thesis.tex
@@ -111,6 +111,8 @@
 %\renewcommand{\thechapter}{\alph{chapter}}
 \cleardoublepage
 \part{Appendix}
+\chapter{Testergebnisse}
+\input{results/main/metrics.tex}
 %*************************************************************************
 % Other Stuff in the Back
 %*************************************************************************