From bd1b023b3089201697e4c3f1641838ada12c3768 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Fri, 30 Oct 2020 15:25:14 +0100
Subject: [PATCH] landscape page example

---
 project.tex | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/project.tex b/project.tex
index 2e5c126..074c7ec 100644
--- a/project.tex
+++ b/project.tex
@@ -157,6 +157,9 @@
 		\end{tabular}
 	\end{table}
 
+\clearpage
+\KOMAoptions{paper=landscape,pagesize} % rotate page to landscape mode (because why not XD)
+\recalctypearea
 \chapter{attachment}
 % manually include a PDF as not numbered section
 \textbf{\Large{Messprotokoll oder so}} % just so it'S not empty
@@ -165,6 +168,12 @@
 \chaptermark{Messprotokoll}	% change headmark
 %\includepdf[pages=-,pagecommand={},width=\paperwidth]{temp.pdf} % comment in to include pdf
 
+As you can see its also posible to have some pages sideways. Just keep in mind you might need to adapt the margins
+
+\newpage
+\KOMAoptions{paper=portrait,pagesize} % and back
+\recalctypearea
+
 \printbibliography
 \noindent\begin{minipage}{\textwidth} % prevent automatic pagebreaks
 	\listoffigures
-- 
GitLab