better ignores

This commit is contained in:
2024-01-12 02:14:02 +02:00
parent acd2e271b3
commit 5b4a8ed332
2 changed files with 17 additions and 4 deletions

View File

@@ -306,14 +306,13 @@
\bigskip \bigskip
{\huge{\textgreek{\textbf{Abstract}}} \par} {\huge{\textgreek{\textbf{Abstract}}} \par}
\bigskip \bigskip
\bigskip
{\normalsize School of Engineering \par} {\normalsize School of Engineering \par}
{\normalsize Department of Information and Communication Systems Engineering \par} {\normalsize Department of Information and Communication Systems Engineering \par}
\bigskip \bigskip
{\normalsize Undergraduate Studies \par} {\normalsize Undergraduate Studies \par}
\bigskip \bigskip
{\normalsize \textbf{Container Engine and Operating System Hardening in Linux Environments} \par} {\normalsize \textbf{Container Engine and Operating System Hardening in Linux Environments} \par}
\medskip \bigskip
{\normalsize of Cholidis Konstantinos \par} {\normalsize of Cholidis Konstantinos \par}
\bigskip \bigskip
\end{center} \end{center}
@@ -347,7 +346,6 @@
} }
\renewcommand\listoffigures{ \renewcommand\listoffigures{
\btypeout{Λίστα Εικόνων} \btypeout{Λίστα Εικόνων}
\addtotoc{Λίστα Εικόνων}
\begin{spacing}{1}{ \begin{spacing}{1}{
\setlength{\parskip}{1pt} \setlength{\parskip}{1pt}
\if@twocolumn \if@twocolumn
@@ -381,6 +379,16 @@
\cleardoublepage \cleardoublepage
}\end{spacing} }\end{spacing}
} }
% Adjusts the listoflistings title at the same height as the rest
\usepackage{etoolbox}
\let\l@listing\l@figure
\let\listoflistings\listoffigures
\patchcmd{\listoflistings}{lof}{lol}{}{}
\patchcmd{\listoflistings}{\listfigurename}{\listoflistingscaption}{}{}
\patchcmd{\listoflistings}{\listfigurename}{\listoflistingscaption}{}{}
\patchcmd{\listoflistings}{\listfigurename}{\listoflistingscaption}{}{}
\newcommand\listsymbolname{Συντομογραφίες} \newcommand\listsymbolname{Συντομογραφίες}
\usepackage{longtable} \usepackage{longtable}
\newcommand\listofsymbols[2]{ \newcommand\listofsymbols[2]{
@@ -392,6 +400,7 @@
\begin{longtable}[c]{#1}#2\end{longtable}\par \begin{longtable}[c]{#1}#2\end{longtable}\par
\cleardoublepage \cleardoublepage
} }
\newcommand\listconstants{Φυσικές Σταθερές} \newcommand\listconstants{Φυσικές Σταθερές}
\usepackage{longtable} \usepackage{longtable}
\newcommand\listofconstants[2]{ \newcommand\listofconstants[2]{

View File

@@ -61,8 +61,9 @@ Dennis Ritchie (1941 - 2011)
%% ---------------------------------------------------------------- %% ----------------------------------------------------------------
% The Abstract Page % The Abstract Page
\input{Abstract/abstract} % Include the abstract page \input{Abstract/abstract} % Include the abstract page
\mbox{}
\vspace{-8pt}
\input{Abstract/abstractenglish} % Include the abstract page in english \input{Abstract/abstractenglish} % Include the abstract page in english
%% ---------------------------------------------------------------- %% ----------------------------------------------------------------
@@ -70,6 +71,8 @@ Dennis Ritchie (1941 - 2011)
\setstretch{1.3} % Reset the line-spacing to 1.3 for body text (if it has changed) \setstretch{1.3} % Reset the line-spacing to 1.3 for body text (if it has changed)
% The Acknowledgements page, for thanking everyone % The Acknowledgements page, for thanking everyone
\mbox{}
\vspace{-35pt}
\acknowledgements{ \acknowledgements{
\addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics \addtocontents{toc}{\vspace{1em}} % Add a gap in the Contents, for aesthetics
@@ -99,6 +102,7 @@ Dennis Ritchie (1941 - 2011)
%% ---------------------------------------------------------------- %% ----------------------------------------------------------------
\lhead{\textgreek{Κατάλογος Σχημάτων}} % Set the left side page header to "List if Figures" \lhead{\textgreek{Κατάλογος Σχημάτων}} % Set the left side page header to "List if Figures"
\addtotoc{Λίστα Σχημάτων}
\listoffigures % Write out the List of Figures \listoffigures % Write out the List of Figures
%% ---------------------------------------------------------------- %% ----------------------------------------------------------------