better ignores
This commit is contained in:
15
Thesis.cls
15
Thesis.cls
@@ -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]{
|
||||
|
||||
Reference in New Issue
Block a user