[no message]
This commit is contained in:
@@ -1339,6 +1339,7 @@ migration and rollback attacks). Από την άλλη, όσον αφορά τ
|
|||||||
\renewcommand{\arraystretch}{1}
|
\renewcommand{\arraystretch}{1}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
% Same result but with 23 warning about wrong hline usage
|
||||||
% \begin{table}[!ht]
|
% \begin{table}[!ht]
|
||||||
% \caption{Κατηγοριοποίηση απειλών στην εικονικοποίηση}
|
% \caption{Κατηγοριοποίηση απειλών στην εικονικοποίηση}
|
||||||
% \renewcommand{\arraystretch}{1.5}
|
% \renewcommand{\arraystretch}{1.5}
|
||||||
@@ -1408,7 +1409,7 @@ migration and rollback attacks). Από την άλλη, όσον αφορά τ
|
|||||||
\begin{center}
|
\begin{center}
|
||||||
\begin{figure}[!ht]
|
\begin{figure}[!ht]
|
||||||
\centering
|
\centering
|
||||||
\includegraphics[width = .93\textwidth]{Figures/Enisa/enisaThreats.jpg}
|
\includegraphics[width = .9\textwidth]{Figures/Enisa/enisaThreats.jpg}
|
||||||
\captionof{figure}{Πιθανά σημεία εμφάνισης τρωτοτήτων και οι απειλές που τους αντιστοιχούν}
|
\captionof{figure}{Πιθανά σημεία εμφάνισης τρωτοτήτων και οι απειλές που τους αντιστοιχούν}
|
||||||
\label{fig:virtualizationThreats.png}
|
\label{fig:virtualizationThreats.png}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|||||||
@@ -264,7 +264,7 @@ python3 secdep.py --provider aws --listimages --print
|
|||||||
λίστα με τις διαθέσιμες εικόνες που μπορεί να χρησιμοποιήσει ο χρήστης για την
|
λίστα με τις διαθέσιμες εικόνες που μπορεί να χρησιμοποιήσει ο χρήστης για την
|
||||||
δημιουργία εικονικών μηχανών. Έπειτα, με την επιλογή μιας από αυτές, θα
|
δημιουργία εικονικών μηχανών. Έπειτα, με την επιλογή μιας από αυτές, θα
|
||||||
εμφανιστούν πληροφορίες σχετικά με την εικόνα που επιλέχθηκε οι οποίες θα είναι
|
εμφανιστούν πληροφορίες σχετικά με την εικόνα που επιλέχθηκε οι οποίες θα είναι
|
||||||
της μορφής που απεικονίζεται στο \ref{lst:secdep_image_info}.
|
της μορφής που απεικονίζεται παρακάτω.
|
||||||
|
|
||||||
\clearpage
|
\clearpage
|
||||||
|
|
||||||
@@ -272,8 +272,6 @@ python3 secdep.py --provider aws --listimages --print
|
|||||||
\begin{bashcode}
|
\begin{bashcode}
|
||||||
<NodeImage: id=ami-0eb2c4104acb437b2, name=debian-10-amd64-20221224-1239, driver=Amazon EC2 ...>
|
<NodeImage: id=ami-0eb2c4104acb437b2, name=debian-10-amd64-20221224-1239, driver=Amazon EC2 ...>
|
||||||
\end{bashcode}
|
\end{bashcode}
|
||||||
\caption{Πληροφορίες σχετικά με την εικόνα που επιλέχθηκε}
|
|
||||||
\label{lst:secdep_image_info}
|
|
||||||
\vspace*{-10pt}
|
\vspace*{-10pt}
|
||||||
\end{listing}
|
\end{listing}
|
||||||
|
|
||||||
@@ -297,8 +295,6 @@ python3 secdep.py --provider aws --listsizes --print
|
|||||||
\begin{bashcode}
|
\begin{bashcode}
|
||||||
<NodeSize: id=t3.micro, name=t3.micro, ram=1024, disk=0, bandwidth=0, price=0.0204, driver=Amazon EC2 ...>
|
<NodeSize: id=t3.micro, name=t3.micro, ram=1024, disk=0, bandwidth=0, price=0.0204, driver=Amazon EC2 ...>
|
||||||
\end{bashcode}
|
\end{bashcode}
|
||||||
\caption{Πληροφορίες σχετικά με το μέγεθος που επιλέχθηκε}
|
|
||||||
\label{lst:secdep_size_info}
|
|
||||||
\vspace*{-10pt}
|
\vspace*{-10pt}
|
||||||
\end{listing}
|
\end{listing}
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,6 @@
|
|||||||
\catcode`\'=\active
|
\catcode`\'=\active
|
||||||
\def'{’}
|
\def'{’}
|
||||||
|
|
||||||
% \usepackage[titles]{tocloft}
|
|
||||||
|
|
||||||
% Table configuration packages
|
% Table configuration packages
|
||||||
% Extending the array and tabular environments, Enhanced support for graphics
|
% Extending the array and tabular environments, Enhanced support for graphics
|
||||||
\usepackage{array,graphicx}
|
\usepackage{array,graphicx}
|
||||||
@@ -32,6 +30,7 @@
|
|||||||
\usepackage{tcolorbox}
|
\usepackage{tcolorbox}
|
||||||
% LaTeX support for the Text Companion fonts
|
% LaTeX support for the Text Companion fonts
|
||||||
\usepackage{textcomp}
|
\usepackage{textcomp}
|
||||||
|
% Make landscape pages display as landscape
|
||||||
\usepackage{pdflscape}
|
\usepackage{pdflscape}
|
||||||
|
|
||||||
% Select alternative section titles (Better chapter, section and subsection titles)
|
% Select alternative section titles (Better chapter, section and subsection titles)
|
||||||
@@ -42,10 +41,11 @@
|
|||||||
\titleformat{\subsection}[hang]{\normalsize\bfseries}{\thesubsection}{0.5em}{}
|
\titleformat{\subsection}[hang]{\normalsize\bfseries}{\thesubsection}{0.5em}{}
|
||||||
\titleformat{\subsubsection}[hang]{\normalsize\bfseries}{\thesubsubsection}{0.5em}{}
|
\titleformat{\subsubsection}[hang]{\normalsize\bfseries}{\thesubsubsection}{0.5em}{}
|
||||||
\titlespacing{\chapter}{-5pt}{-0.9cm}{1cm} % How low the chapter title is
|
\titlespacing{\chapter}{-5pt}{-0.9cm}{1cm} % How low the chapter title is
|
||||||
% Better formatting of the chapter names in the table of contents
|
|
||||||
\usepackage{titletoc}
|
|
||||||
% \newcommand{\chaptitlefont}[1]{{\bfseries\Large #1}}
|
|
||||||
|
|
||||||
|
% Better formatting of the chapter names in the table of contents
|
||||||
|
% \usepackage{titletoc}
|
||||||
|
% \newcommand{\chaptitlefont}[1]{{\bfseries\Large #1}}
|
||||||
|
% Bellow caused invidible overfull hbox
|
||||||
% Bellow is the same as the default settings but with : between the number and the title
|
% Bellow is the same as the default settings but with : between the number and the title
|
||||||
% \titlecontents{chapter}% level to be modified
|
% \titlecontents{chapter}% level to be modified
|
||||||
% [0pt]{\addvspace{0.3cm}}%
|
% [0pt]{\addvspace{0.3cm}}%
|
||||||
@@ -67,9 +67,8 @@
|
|||||||
\usepackage{footnote} % For footcite in tables
|
\usepackage{footnote} % For footcite in tables
|
||||||
% A range of footnote options
|
% A range of footnote options
|
||||||
\usepackage[bottom]{footmisc} % For footcite to be at the bottom of the page
|
\usepackage[bottom]{footmisc} % For footcite to be at the bottom of the page
|
||||||
% \fancyhfinit{\mdseries\rmfamily} % Header font
|
|
||||||
|
|
||||||
% Fix caption font
|
% Fix caption font but not "Σχήμα" and "Πίνακας"
|
||||||
\usepackage{caption}
|
\usepackage{caption}
|
||||||
\DeclareCaptionFont{myfont}{\selectlanguage{greek}\selectfont}
|
\DeclareCaptionFont{myfont}{\selectlanguage{greek}\selectfont}
|
||||||
\captionsetup{textfont=myfont}
|
\captionsetup{textfont=myfont}
|
||||||
@@ -84,91 +83,31 @@
|
|||||||
\DefineBibliographyStrings{greek}{
|
\DefineBibliographyStrings{greek}{
|
||||||
backrefpage={\textgreek{Αναφορά: σελίδα}},
|
backrefpage={\textgreek{Αναφορά: σελίδα}},
|
||||||
backrefpages={\textgreek{Αναφορά: σελίδες}},
|
backrefpages={\textgreek{Αναφορά: σελίδες}},
|
||||||
urlseen = {\textgreek{Ανακτήθηκε}},
|
urlseen = {\textgreek{Επίσκεψη}},
|
||||||
}
|
}
|
||||||
|
|
||||||
%%% Print url and doi in a new line when on the bibliography page
|
% https://tex.stackexchange.com/questions/29802/biblatex-and-new-line-for-doi-url-and-eprint
|
||||||
|
% Print url and doi in a new line when on the bibliography page
|
||||||
\newbibmacro*{bbx:parunit}{%
|
\newbibmacro*{bbx:parunit}{%
|
||||||
\ifbibliography
|
\ifbibliography
|
||||||
{\setunit{\bibpagerefpunct}\newblock
|
{\setunit{\bibpagerefpunct}\newblock
|
||||||
\usebibmacro{pageref}%
|
\usebibmacro{pageref}%
|
||||||
\clearlist{pageref}%
|
\clearlist{pageref}%
|
||||||
\setunit{\par\nobreak}}
|
\setunit{\par\nobreak}}
|
||||||
% \setunit{\adddot\par\nobreak}}
|
|
||||||
{}}
|
{}}
|
||||||
|
|
||||||
% \renewbibmacro*{doi+eprint+url}{%
|
|
||||||
% \usebibmacro{bbx:parunit}% Added
|
|
||||||
% \iftoggle{bbx:doi}
|
|
||||||
% {\printfield{doi}}
|
|
||||||
% {}%
|
|
||||||
% \iftoggle{bbx:eprint}
|
|
||||||
% {\usebibmacro{eprint}}
|
|
||||||
% {}%
|
|
||||||
% \iftoggle{bbx:url}
|
|
||||||
% {\usebibmacro{url+urldate}}
|
|
||||||
% {}}
|
|
||||||
|
|
||||||
% \renewbibmacro*{eprint}{%
|
|
||||||
% \usebibmacro{bbx:parunit}% Added
|
|
||||||
% \iffieldundef{eprinttype}
|
|
||||||
% {\printfield{eprint}}
|
|
||||||
% {\printfield[eprint:\strfield{eprinttype}]{eprint}}}
|
|
||||||
|
|
||||||
\renewbibmacro*{url+urldate}{%
|
\renewbibmacro*{url+urldate}{%
|
||||||
\usebibmacro{bbx:parunit}% Added
|
\usebibmacro{bbx:parunit}% Added
|
||||||
\printfield{url}
|
\printfield{url}
|
||||||
|
|
||||||
\printurldate
|
\printurldate
|
||||||
%\iffieldundef{urlyear}
|
% Space here is needed for the access date to be printed in a new line. Unfortunately it also adds a space in the footfullcite
|
||||||
% {}
|
|
||||||
% {\setunit*{\addspace}
|
|
||||||
% \printtext[urldate]{\printurldate}
|
|
||||||
% {\printurldate}
|
|
||||||
% }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
% \renewbibmacro*{urldate}{%
|
|
||||||
% \usebibmacro{bbx:parunit}% Added
|
|
||||||
% \printfield{doi}%
|
|
||||||
% \iffieldundef{urlyear}
|
|
||||||
% {}
|
|
||||||
% %{\setunit*{\addspace}%
|
|
||||||
% % \printtext[urldate]{\printurldate}
|
|
||||||
% {\\\printurldate}
|
|
||||||
% }
|
|
||||||
% }
|
|
||||||
|
|
||||||
% Add date seen bellow everything to not have overfull warning
|
|
||||||
% \DeclareFieldFormat{urldate}{\mkbibparens{\bibstring{urlseen}\space#1}}
|
|
||||||
|
|
||||||
\DeclareFieldFormat[inproceedings]{pages}{#1} % to not have "Στο σελίδες" in inproceedings
|
\DeclareFieldFormat[inproceedings]{pages}{#1} % to not have "Στο σελίδες" in inproceedings
|
||||||
|
|
||||||
%%%
|
|
||||||
|
|
||||||
%%%%
|
|
||||||
|
|
||||||
% \newbibmacro*{cite:ibid}{%
|
|
||||||
% \printtext{%
|
|
||||||
% \bibhyperlink{cite\csuse{cbx@lastcite@\thefield{entrykey}}}{%
|
|
||||||
% \bibstring[\mkibid]{ibidem}}}%
|
|
||||||
% \ifloccit
|
|
||||||
% {\global\toggletrue{cbx:loccit}}
|
|
||||||
% {}}
|
|
||||||
%
|
|
||||||
% \renewbibmacro*{cite:ibid}{%
|
|
||||||
% \printtext{%
|
|
||||||
% \bibhyperlink{cite\csuse{cbx@lastcite@\thefield{entrykey}}}{%
|
|
||||||
% \ifloccit
|
|
||||||
% {\bibstring[\mkibid]{ibidem}%
|
|
||||||
% \global\toggletrue{cbx:loccit}}
|
|
||||||
% {\bibstring[\mkibid]{idem\thefield{gender}}}}}}
|
|
||||||
|
|
||||||
%%%%
|
|
||||||
|
|
||||||
\renewcommand{\listoflistingscaption}{Κατάλογος Εντολών}
|
\renewcommand{\listoflistingscaption}{Κατάλογος Εντολών}
|
||||||
\renewcommand{\listingscaption}{Οδηγία}
|
\renewcommand{\listingscaption}{\textgreek{Εντολή}}
|
||||||
|
|
||||||
\newminted{bash}{style=sas,breaklines,frame=lines}
|
\newminted{bash}{style=sas,breaklines,frame=lines}
|
||||||
|
|
||||||
@@ -181,7 +120,7 @@
|
|||||||
% Make sure to load hyperref last of your loaded packages, and that hypertexnames is true so
|
% Make sure to load hyperref last of your loaded packages, and that hypertexnames is true so
|
||||||
% that bibliography backreferences work properly.
|
% that bibliography backreferences work properly.
|
||||||
\AtEndPreamble{\RequirePackage{hyperref}}
|
\AtEndPreamble{\RequirePackage{hyperref}}
|
||||||
\hypersetup{hypertexnames=true, urlcolor=black, colorlinks=false, pdfborder = {0 0 0}} % Colours hyperlinks in blue
|
\hypersetup{hypertexnames=true, urlcolor=black, colorlinks=false, pdfborder = {0 0 0}} % Colours hyperlinks in black
|
||||||
% Define enumerated description lists
|
% Define enumerated description lists
|
||||||
% Control layout of itemize, enumerate, description
|
% Control layout of itemize, enumerate, description
|
||||||
\usepackage{enumitem}
|
\usepackage{enumitem}
|
||||||
|
|||||||
33
Thesis.cls
33
Thesis.cls
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
\usepackage{polyglossia}
|
\usepackage{polyglossia}
|
||||||
\usepackage{fontspec}
|
\usepackage{fontspec}
|
||||||
% \defaultfontfeatures{Ligatures=TeX}
|
% \defaultfontfeatures{Ligatures=TeX} % probably default behaviour
|
||||||
\setmainfont{CMU Serif}
|
\setmainfont{CMU Serif}
|
||||||
\setsansfont{CMU Sans Serif}
|
\setsansfont{CMU Sans Serif}
|
||||||
\setmonofont{CMU Typewriter Text}
|
\setmonofont{CMU Typewriter Text}
|
||||||
@@ -60,28 +60,19 @@
|
|||||||
\onehalfspacing
|
\onehalfspacing
|
||||||
\setlength{\parindent}{20pt} % Changed from 0pt
|
\setlength{\parindent}{20pt} % Changed from 0pt
|
||||||
\setlength{\parskip}{2.0ex plus0.5ex minus0.2ex}
|
\setlength{\parskip}{2.0ex plus0.5ex minus0.2ex}
|
||||||
% \usepackage{vmargin,showframe}
|
|
||||||
% \setmarginsrb { 0.9in} % left margin % changed from 1.5in
|
|
||||||
% { 0.6in} % top margin
|
|
||||||
% { 0.8in} % right margin % changed from 1.0in
|
|
||||||
% { 0.8in} % bottom margin
|
|
||||||
% { 20pt} % head height
|
|
||||||
% {0.25in} % head sep
|
|
||||||
% { 9pt} % foot height
|
|
||||||
% { 0.3in} % foot sep
|
|
||||||
|
|
||||||
\usepackage{geometry}
|
\usepackage{geometry}
|
||||||
\geometry{
|
\geometry{
|
||||||
a4paper,
|
a4paper,
|
||||||
% showframe,
|
% showframe,
|
||||||
left=0.9in,
|
left=0.9in, % left margin % changed from 1.5in
|
||||||
top=0.6in,
|
top=0.6in, % top margin
|
||||||
right=0.8in,
|
right=0.8in, % right margin % changed from 1.0in
|
||||||
bottom=0.8in,
|
bottom=0.8in, % bottom margin
|
||||||
headheight=20pt,
|
headheight=20pt, % head height
|
||||||
headsep=0.25in,
|
headsep=0.25in, % head sep
|
||||||
foot=9pt,
|
foot=9pt, % foot height
|
||||||
footskip=0.3in,
|
footskip=0.3in, % foot sep
|
||||||
includeheadfoot
|
includeheadfoot
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -117,7 +108,8 @@
|
|||||||
\newtheorem{definition}[theorem]{Definition}
|
\newtheorem{definition}[theorem]{Definition}
|
||||||
\theoremstyle{remark}
|
\theoremstyle{remark}
|
||||||
\newtheorem{remark}[theorem]{Remark}
|
\newtheorem{remark}[theorem]{Remark}
|
||||||
\usepackage[centerlast,small,sc]{caption}
|
% \usepackage[centerlast,small,sc]{caption} % caused small caps in caption category
|
||||||
|
\usepackage{caption}
|
||||||
\setlength{\captionmargin}{20pt}
|
\setlength{\captionmargin}{20pt}
|
||||||
\renewcommand{\topfraction}{0.85}
|
\renewcommand{\topfraction}{0.85}
|
||||||
\renewcommand{\bottomfraction}{.85}
|
\renewcommand{\bottomfraction}{.85}
|
||||||
@@ -194,9 +186,10 @@
|
|||||||
{Επιβλέπων Καθηγητής:}
|
{Επιβλέπων Καθηγητής:}
|
||||||
\href{https://www.icsd.aegean.gr/profile.php?member=2112}{Δρ. Κρητικός Κυριάκος}\\
|
\href{https://www.icsd.aegean.gr/profile.php?member=2112}{Δρ. Κρητικός Κυριάκος}\\
|
||||||
{Αναπληρωτής Καθηγητής Τμήματος ΜΠΕΣ}\\
|
{Αναπληρωτής Καθηγητής Τμήματος ΜΠΕΣ}\\
|
||||||
|
\vspace{10pt}
|
||||||
{Μέλη εξεταστικής επιτροπής:}
|
{Μέλη εξεταστικής επιτροπής:}
|
||||||
\vfill
|
\vfill
|
||||||
\href{https://www.icsd.aegean.gr/profile.php?member=one}{κάποιος,}
|
\href{https://www.icsd.aegean.gr/profile.php?member=one}{κάποιος,}\hskip 3em
|
||||||
\href{https://www.icsd.aegean.gr/profile.php?member=two}{κάποιος άλλος}
|
\href{https://www.icsd.aegean.gr/profile.php?member=two}{κάποιος άλλος}
|
||||||
}
|
}
|
||||||
{Supervising Proffessor's name and committee member's names}
|
{Supervising Proffessor's name and committee member's names}
|
||||||
|
|||||||
@@ -5,8 +5,10 @@
|
|||||||
% Set up the document
|
% Set up the document
|
||||||
\documentclass[a4paper, 12pt, oneside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
|
\documentclass[a4paper, 12pt, oneside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
|
||||||
|
|
||||||
% \documentclass[draft, a4paper, 12pt, oneside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
|
% For testing purposes
|
||||||
|
% \documentclass[draft, a4paper, 12pt, oneside]{Thesis}
|
||||||
% \overfullrule=5pt
|
% \overfullrule=5pt
|
||||||
|
|
||||||
% \renewcommand\bfdefault{b}
|
% \renewcommand\bfdefault{b}
|
||||||
|
|
||||||
\input{SettingsAndPackages/formatsAndDefs} % Include settings and custom commands
|
\input{SettingsAndPackages/formatsAndDefs} % Include settings and custom commands
|
||||||
|
|||||||
Reference in New Issue
Block a user