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
{\huge{\textgreek{\textbf{Abstract}}} \par}
\bigskip
\bigskip
{\normalsize School of Engineering \par}
{\normalsize Department of Information and Communication Systems Engineering \par}
\bigskip
{\normalsize Undergraduate Studies \par}
\bigskip
{\normalsize \textbf{Container Engine and Operating System Hardening in Linux Environments} \par}
\medskip
\bigskip
{\normalsize of Cholidis Konstantinos \par}
\bigskip
\end{center}
@@ -347,7 +346,6 @@
}
\renewcommand\listoffigures{
\btypeout{Λίστα Εικόνων}
\addtotoc{Λίστα Εικόνων}
\begin{spacing}{1}{
\setlength{\parskip}{1pt}
\if@twocolumn
@@ -381,6 +379,16 @@
\cleardoublepage
}\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{Συντομογραφίες}
\usepackage{longtable}
\newcommand\listofsymbols[2]{
@@ -392,6 +400,7 @@
\begin{longtable}[c]{#1}#2\end{longtable}\par
\cleardoublepage
}
\newcommand\listconstants{Φυσικές Σταθερές}
\usepackage{longtable}
\newcommand\listofconstants[2]{

View File

@@ -61,8 +61,9 @@ Dennis Ritchie (1941 - 2011)
%% ----------------------------------------------------------------
% The Abstract Page
\input{Abstract/abstract} % Include the abstract page
\mbox{}
\vspace{-8pt}
\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)
% The Acknowledgements page, for thanking everyone
\mbox{}
\vspace{-35pt}
\acknowledgements{
\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"
\addtotoc{Λίστα Σχημάτων}
\listoffigures % Write out the List of Figures
%% ----------------------------------------------------------------