Skip to content
Snippets Groups Projects
Commit bd1b023b authored by Jan Wille's avatar Jan Wille
Browse files

landscape page example

parent a5caed6f
Branches
Tags
1 merge request!7Example
...@@ -157,6 +157,9 @@ ...@@ -157,6 +157,9 @@
\end{tabular} \end{tabular}
\end{table} \end{table}
\clearpage
\KOMAoptions{paper=landscape,pagesize} % rotate page to landscape mode (because why not XD)
\recalctypearea
\chapter{attachment} \chapter{attachment}
% manually include a PDF as not numbered section % manually include a PDF as not numbered section
\textbf{\Large{Messprotokoll oder so}} % just so it'S not empty \textbf{\Large{Messprotokoll oder so}} % just so it'S not empty
...@@ -165,6 +168,12 @@ ...@@ -165,6 +168,12 @@
\chaptermark{Messprotokoll} % change headmark \chaptermark{Messprotokoll} % change headmark
%\includepdf[pages=-,pagecommand={},width=\paperwidth]{temp.pdf} % comment in to include pdf %\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 \printbibliography
\noindent\begin{minipage}{\textwidth} % prevent automatic pagebreaks \noindent\begin{minipage}{\textwidth} % prevent automatic pagebreaks
\listoffigures \listoffigures
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment