Fixing Lukasz's bugs.

This commit is contained in:
2024-03-03 19:20:23 +02:00
parent 46876acde2
commit 9755c32033
3 changed files with 17 additions and 15 deletions

View File

@@ -64,6 +64,7 @@
%-------------------------------------------------------------The next statement creates the title page. %-------------------------------------------------------------The next statement creates the title page.
% \frame[noframenumbering]{\titlepage} % \frame[noframenumbering]{\titlepage}
\setBGColor{DarkGray}
\begin{frame}[plain,noframenumbering] \begin{frame}[plain,noframenumbering]
% \vspace{15pt} % good enough to not interfere with the background % \vspace{15pt} % good enough to not interfere with the background
\vspace{1.5cm} % same height as the default \vspace{1.5cm} % same height as the default
@@ -76,6 +77,7 @@
%-------------------------------------------------------------Slide %-------------------------------------------------------------Slide
\setLayout{vertical} % This command define the layout. 'vertical' can be replace with 'horizontal', 'blank, 'mainpoint', 'titlepage' \setLayout{vertical} % This command define the layout. 'vertical' can be replace with 'horizontal', 'blank, 'mainpoint', 'titlepage'
\setBGColor{UFGBlue}
\begin{frame}[allowframebreaks] % allowframebreaks is used to split the content in multiple slides \begin{frame}[allowframebreaks] % allowframebreaks is used to split the content in multiple slides
\frametitle{Περιεχόμενα} \frametitle{Περιεχόμενα}
% \tableofcontents[hideallsubsections] % \tableofcontents[hideallsubsections]
@@ -612,14 +614,14 @@ spy using outlines={
\vspace{0.5cm} \vspace{0.5cm}
\begin{figure} \begin{figure}
\centering \centering
\begin{subfigure}{0.4\textwidth} \begin{subfigure}{0.45\textwidth}
\centering \centering
\includegraphics[height=3cm]{lib/logos/logo_bb.png} \includegraphics[width=.7\textwidth]{lib/logos/logo_bb.png}
\end{subfigure} \end{subfigure}
\qquad \qquad
\begin{subfigure}{0.4\textwidth} \begin{subfigure}{0.45\textwidth}
\centering \centering
\includegraphics[height=3cm]{lib/logos/secdep_logo.png} \includegraphics[width=.5\textwidth]{lib/logos/gradCloud.png}
\end{subfigure} \end{subfigure}
\end{figure} \end{figure}
\end{columns} \end{columns}
@@ -627,17 +629,17 @@ spy using outlines={
%-------------------------------------------------------------% %-------------------------------------------------------------%
%-------------------------------------------------------------Slide %-------------------------------------------------------------Slide
\setLayout{titlepage} % \setLayout{titlepage}
\setBGColor{DarkGray} % \setBGColor{DarkGray}
% \frame[plain,noframenumbering]{\titlepage} % both needed to remove numbering % % \frame[plain,noframenumbering]{\titlepage} % both needed to remove numbering
\begin{frame}[plain,noframenumbering] % \begin{frame}[plain,noframenumbering]
% \vspace{15pt} % good enough to not interfere with the background % % \vspace{15pt} % good enough to not interfere with the background
\vspace{1.5cm} % same height as the default % \vspace{1.5cm} % same height as the default
\begin{columns} % by default it is not exactly in the middle % \begin{columns} % by default it is not exactly in the middle
\column{\textwidth} % \column{\textwidth}
\titlepage % \titlepage
\end{columns} % \end{columns}
\end{frame} % \end{frame}
%-------------------------------------------------------------% %-------------------------------------------------------------%
\end{document} \end{document}

BIN
lib/logos/gradCloud.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

BIN
lib/logos/gradCloud2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 163 KiB