Added questions slide

This commit is contained in:
Andreas Tsouchlos 2023-01-26 15:49:44 +01:00
parent 56cb023318
commit 6af1545a88
2 changed files with 21 additions and 0 deletions

View File

@ -226,6 +226,7 @@
\input{sections/decoding_algorithms.tex}
\input{sections/examination_results.tex}
\input{sections/forthcoming_examination.tex}
\input{sections/question_slide.tex}
\begin{frame}[allowframebreaks]
\frametitle{Bibliography}

View File

@ -0,0 +1,20 @@
\begin{frame}[t]
\frametitle{Questions}
\begin{minipage}[c]{0.65\textwidth}
\centering
\LARGE Thank you for your attention!\\ Any questions?
\end{minipage}%
\begin{minipage}[c]{0.35\textwidth}
\centering
\begin{figure}[H]
\centering
\begin{tikzpicture}[every node/.style={scale=14}]
\node at (0, 0) {\textcolor{KITblue}{?}};
\end{tikzpicture}
\end{figure}
\end{minipage}
\end{frame}