Browse Source

debug

master
zeus 1 year ago
parent
commit
19ca1e61f3
  1. 72
      xelatex/install/usr/share/swarmlab.io/sec/docs/main.tex

72
xelatex/install/usr/share/swarmlab.io/sec/docs/main.tex

@ -1,4 +1,6 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Masters/Doctoral Thesis
% LaTeX Template
% Version 2.5 (27/8/17)
%
% This template was downloaded from:
@ -16,8 +18,7 @@
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%--------------------------------------------------------
%-----------------------------------------------------------------------------------------
%----------------------------------------------------------------------------------------
% PACKAGES AND OTHER DOCUMENT CONFIGURATIONS
%----------------------------------------------------------------------------------------
@ -71,8 +72,53 @@ headsepline, % Uncomment to get a line under the header
%\usepackage[backend=bibtex,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
\usepackage[backend=biber,style=authoryear,natbib=true]{biblatex} % Use the bibtex backend with the authoryear citation style (which resembles APA)
% run biber kai 2 fores compile
\addbibresource{metaptyxiako.bib} % The filename of the bibliography
\usepackage{listings}
\definecolor{codegreen}{rgb}{0,0.6,0}
\definecolor{codegray}{rgb}{0.5,0.5,0.5}
\definecolor{codepurple}{rgb}{0.58,0,0.82}
\definecolor{backcolour}{rgb}{0.95,0.95,0.92}
\lstdefinestyle{mystyle}{
backgroundcolor=\color{backcolour},
commentstyle=\color{codegreen},
keywordstyle=\color{magenta},
numberstyle=\tiny\color{codegray},
stringstyle=\color{codepurple},
basicstyle=\ttfamily\footnotesize,
breakatwhitespace=false,
breaklines=true,
captionpos=b,
keepspaces=true,
numbers=none,
%numbers=left,
numbersep=5pt,
showspaces=false,
showstringspaces=false,
showtabs=false,
tabsize=2
}
\addbibresource{example.bib} % The filename of the bibliography
\lstset{style=mystyle}
%\lstset{
% basicstyle=\ttfamily\small,
% inputencoding=utf8,
% extendedchars=false,
% columns=fullflexible,keepspaces,
% breaklines=true,
% tabsize=2,
% numbers=none,
% numberstyle=\tiny\color{gray},
% keywordstyle=\color{blue},
% commentstyle=\color{green},
% stringstyle=\color{mauve},
% breakatwhitespace=true,
% %morecomment=[l]{;}, %<--- added
% texcl=true %<--- added
%}
\usepackage[autostyle=true]{csquotes} % Required to generate language-dependent quotes in the bibliography
@ -90,11 +136,13 @@ headsepline, % Uncomment to get a line under the header
%showframe, % Uncomment to show how the type block is set on the page
}
%----------------------------------------------------------------------------------------
% THESIS INFORMATION
%----------------------------------------------------------------------------------------
\thesistitle{Thesis Title1} % Your thesis title, this is used in the title and abstract, print it elsewhere with \ttitle
\thesistitle{reinforcement learning} % Your thesis title, this is used in the title and abstract, print it elsewhere with \ttitle
\supervisor{Dr. James \textsc{Smith}} % Your supervisor's name, this is used in the title page, print it elsewhere with \supname
\examiner{} % Your examiner's name, this is not currently used anywhere in the template, print it elsewhere with \examname
\degree{Δίπλωμα Μεταπτυχιακών Σπουδών (Δ.Μ.Σ.)} % Your degree name, this is used in the title page and abstract, print it elsewhere with \degreename
@ -119,6 +167,7 @@ headsepline, % Uncomment to get a line under the header
{\setlength\itemindent{15pt} \item[-] #1}
}
% Translate list
% \def\abbrevname{Λίστα συντομογραφιών}%
@ -236,6 +285,8 @@ The acknowledgments and the people to thank go here, don't forget to include you
\listoftables % Prints the list of tables
%----------------------------------------------------------------------------------------
% ABBREVIATIONS
%----------------------------------------------------------------------------------------
@ -276,6 +327,9 @@ $\omega$ & angular frequency & \si{\radian} \\
\end{symbols}
\addcontentsline{toc}{chapter}{List Of Source Code Listings}
\lstlistoflistings
%----------------------------------------------------------------------------------------
% DEDICATION
%----------------------------------------------------------------------------------------
@ -294,12 +348,7 @@ $\omega$ & angular frequency & \si{\radian} \\
% Uncomment the lines as you write the chapters
% include text
\include{Chapters/Chapter1}
%\include{Chapters/Chapter2}
%\include{Chapters/Chapter3}
%\include{Chapters/Chapter4}
%\include{Chapters/Chapter5}
\include{Chapters/Chapter1.tex}
%----------------------------------------------------------------------------------------
% THESIS CONTENT - APPENDICES
%----------------------------------------------------------------------------------------
@ -309,9 +358,8 @@ $\omega$ & angular frequency & \si{\radian} \\
% Include the appendices of the thesis as separate files from the Appendices folder
% Uncomment the lines as you write the Appendices
%tolis
\include{Appendices/AppendixA}
%\include{Appendices/AppendixB}
%\include{Appendices/AppendixC}
%----------------------------------------------------------------------------------------
% BIBLIOGRAPHY

Loading…
Cancel
Save