This commit is contained in:
2024-03-04 03:32:27 +02:00
parent 6fa40613f1
commit 9eb64d1d10
8 changed files with 5 additions and 7 deletions

View File

@@ -64,7 +64,6 @@
%-------------------------------------------------------------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
@@ -77,7 +76,6 @@
%-------------------------------------------------------------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]
@@ -634,7 +632,7 @@ spy using outlines={
\centering \centering
\begin{subfigure}{0.45\textwidth} \begin{subfigure}{0.45\textwidth}
\centering \centering
\includegraphics[width=.7\textwidth]{lib/logos/logo_bb.png} \includegraphics[width=.7\textwidth]{lib/logos/logo_bb.jpg}
\end{subfigure} \end{subfigure}
\qquad \qquad
\begin{subfigure}{0.45\textwidth} \begin{subfigure}{0.45\textwidth}

View File

@@ -31,12 +31,12 @@
} }
\newcommand{\setLogos}[2]{ \newcommand{\setLogos}[2]{
\pgfdeclareimage[height=18mm]{logo1_title}{#1} \pgfdeclareimage[height=15mm]{logo1_title}{#1} % Aegean logo in title page
\pgfdeclareimage[height=12mm]{logo2_small}{#2} \pgfdeclareimage[height=12mm]{logo2_small}{#2} % SecDep logo in horizontal layout
\pgfdeclareimage[width=20mm]{logo2_medium}{#2} \pgfdeclareimage[width=20mm]{logo2_medium}{#2} % SecDep logo in vertical layout
% set UFG logo % set UFG logo
\pgfdeclareimage[height=25mm]{logo3}{lib/logos/secdep_logo.png} \pgfdeclareimage[height=25mm]{logo3}{lib/logos/secdep_logo.png} % SecDep logo in title page
} }
\newcommand{\setDefaultConfig}{ \newcommand{\setDefaultConfig}{

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 176 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

BIN
lib/logos/logo_bb.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View File

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB