Skip to content
Snippets Groups Projects
Commit feba1397 authored by Franz Bethke's avatar Franz Bethke
Browse files

Use landscape pages in main document

parent 740614f9
Branches
No related merge requests found
......@@ -17,6 +17,7 @@
\usepackage{ifthen, tikz, xstring, calc, pgfopts} % required for tikz-uml
\usepackage{../tikz-uml}
\usepackage{geometry}
\usepackage{pdflscape}
%\geometry{scale = 0.5} %for class diagram???
%%% GLOSSARY %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
......
\documentclass[../mainDocument.tex]{subfiles}
\begin{document}
\section{Architektur und Integrationstests}
\subsection{Odroid}
\includegraphics[width=\textwidth]{Odroid}
\subsection{Systemarchitektur}
\includegraphics[width=\textwidth]{Systemarchitektur}
\subsection{Odroid}
\begin{landscape}
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.45]{Odroid}
\end{center}
\caption{Odriod-System}
\label{fig:odriod-sys}
\end{figure}
\begin{figure}[h]
\begin{center}
\includegraphics[scale=0.5]{Systemarchitektur}
\end{center}
\caption{Odriod-System}
\label{fig:hardware-sys}
\end{figure}
\end{landscape}
\subsection{Object Oriented Analysis}
......@@ -182,4 +199,4 @@
\end{umlpackage}
\end{tikzpicture}
\end{document}
\ No newline at end of file
\end{document}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment