diff --git a/thesis-presentation/beamer-tuke-thesis-presentation.pdf b/thesis-presentation/beamer-tuke-thesis-presentation.pdf index 77f10f7..c23c44f 100644 Binary files a/thesis-presentation/beamer-tuke-thesis-presentation.pdf and b/thesis-presentation/beamer-tuke-thesis-presentation.pdf differ diff --git a/thesis-presentation/beamer-tuke-thesis-presentation.tex b/thesis-presentation/beamer-tuke-thesis-presentation.tex index 94697de..cfe7f0b 100644 --- a/thesis-presentation/beamer-tuke-thesis-presentation.tex +++ b/thesis-presentation/beamer-tuke-thesis-presentation.tex @@ -8,6 +8,8 @@ \usepackage{textpos} \usepackage{graphbox} +\DeclareGraphicsExtensions{.pdf,.png} + % % Choose how your presentation looks. % @@ -84,7 +86,8 @@ \begin{figure}[htp] \centering % \includegraphics[width=.25\linewidth]{arrow-up}\hfill - \includegraphics[height=5cm]{analog-power-meter}\hspace{1cm} + \includegraphics[height=5cm]{analog-power-meter} + \hspace{1cm} \includegraphics[height=5cm]{digital-plug-meter} % \caption{default} % \label{fig:figure3} @@ -100,10 +103,10 @@ \subsection{Návrh} \label{sub:Návrh} +\def \myGraphicsHeight {2.25cm} \begin{frame}{Návrh riešenia} \begin{figure}[htp] \centering - \def \myGraphicsHeight {2.25cm} \includegraphics[align=c,height=\myGraphicsHeight]{digital-plug-meter} {\Huge +} \includegraphics[align=c,height=\myGraphicsHeight]{logo-wifi} @@ -114,6 +117,20 @@ +\subsection{Vizualizácia} +\label{sub:Vizualizácia} + +\def \myGraphicsHeight {.55\paperheight} +\begin{frame}{Vizualizácia návrhu} + \begin{figure}[htp] + \centering + \includegraphics[height=\myGraphicsHeight]{visualisation} + % \hspace{1cm} + \includegraphics[height=\myGraphicsHeight]{enclosure} + \end{figure} +\end{frame} + + \section{Záver} \begin{frame}{Otázky?} diff --git a/thesis-presentation/figures/enclosure.pdf b/thesis-presentation/figures/enclosure.pdf new file mode 100644 index 0000000..f5791ec Binary files /dev/null and b/thesis-presentation/figures/enclosure.pdf differ diff --git a/thesis-presentation/figures/visualisation.png b/thesis-presentation/figures/visualisation.png new file mode 100644 index 0000000..8a7f6f0 Binary files /dev/null and b/thesis-presentation/figures/visualisation.png differ