Fixing Lukasz's bugs.
This commit is contained in:
@@ -64,6 +64,7 @@
|
||||
|
||||
%-------------------------------------------------------------The next statement creates the title page.
|
||||
% \frame[noframenumbering]{\titlepage}
|
||||
\setBGColor{DarkGray}
|
||||
\begin{frame}[plain,noframenumbering]
|
||||
% \vspace{15pt} % good enough to not interfere with the background
|
||||
\vspace{1.5cm} % same height as the default
|
||||
@@ -76,6 +77,7 @@
|
||||
|
||||
%-------------------------------------------------------------Slide
|
||||
\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
|
||||
\frametitle{Περιεχόμενα}
|
||||
% \tableofcontents[hideallsubsections]
|
||||
@@ -612,14 +614,14 @@ spy using outlines={
|
||||
\vspace{0.5cm}
|
||||
\begin{figure}
|
||||
\centering
|
||||
\begin{subfigure}{0.4\textwidth}
|
||||
\begin{subfigure}{0.45\textwidth}
|
||||
\centering
|
||||
\includegraphics[height=3cm]{lib/logos/logo_bb.png}
|
||||
\includegraphics[width=.7\textwidth]{lib/logos/logo_bb.png}
|
||||
\end{subfigure}
|
||||
\qquad
|
||||
\begin{subfigure}{0.4\textwidth}
|
||||
\begin{subfigure}{0.45\textwidth}
|
||||
\centering
|
||||
\includegraphics[height=3cm]{lib/logos/secdep_logo.png}
|
||||
\includegraphics[width=.5\textwidth]{lib/logos/gradCloud.png}
|
||||
\end{subfigure}
|
||||
\end{figure}
|
||||
\end{columns}
|
||||
@@ -627,17 +629,17 @@ spy using outlines={
|
||||
%-------------------------------------------------------------%
|
||||
|
||||
%-------------------------------------------------------------Slide
|
||||
\setLayout{titlepage}
|
||||
\setBGColor{DarkGray}
|
||||
% \frame[plain,noframenumbering]{\titlepage} % both needed to remove numbering
|
||||
\begin{frame}[plain,noframenumbering]
|
||||
% \vspace{15pt} % good enough to not interfere with the background
|
||||
\vspace{1.5cm} % same height as the default
|
||||
\begin{columns} % by default it is not exactly in the middle
|
||||
\column{\textwidth}
|
||||
\titlepage
|
||||
\end{columns}
|
||||
\end{frame}
|
||||
% \setLayout{titlepage}
|
||||
% \setBGColor{DarkGray}
|
||||
% % \frame[plain,noframenumbering]{\titlepage} % both needed to remove numbering
|
||||
% \begin{frame}[plain,noframenumbering]
|
||||
% % \vspace{15pt} % good enough to not interfere with the background
|
||||
% \vspace{1.5cm} % same height as the default
|
||||
% \begin{columns} % by default it is not exactly in the middle
|
||||
% \column{\textwidth}
|
||||
% \titlepage
|
||||
% \end{columns}
|
||||
% \end{frame}
|
||||
%-------------------------------------------------------------%
|
||||
|
||||
\end{document}
|
||||
|
||||
BIN
lib/logos/gradCloud.png
Normal file
BIN
lib/logos/gradCloud.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 80 KiB |
BIN
lib/logos/gradCloud2.png
Normal file
BIN
lib/logos/gradCloud2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 163 KiB |
Reference in New Issue
Block a user