2018-06-06 17:50:27 +02:00
\documentclass [
2022-03-15 12:56:57 +01:00
%parspace, % Add vertical space between paragraphs
%noindent, % No indentation of first lines in each paragraph
%nohyp, % No hyphenation of words
%twoside, % Double sided format
%draft, % Quicker draft compilation without rendering images
%final, % Set final to hide todos
2022-04-30 14:10:26 +02:00
]{ elteikthesis} [2022/04/30]
2018-06-06 17:50:27 +02:00
2021-09-20 15:01:13 +02:00
% The minted package is also supported for source highlighting
2022-03-15 12:56:57 +01:00
% See minted-intregration.tex for example
2021-08-21 14:14:17 +02:00
%\usepackage[newfloat]{minted}
2019-06-09 14:53:48 +02:00
% Document's metadata
2022-03-15 14:16:15 +01:00
\title { Title of the thesis} % title
2022-03-15 12:56:57 +01:00
\date { 2022} % year of defense
2018-06-07 07:29:32 +02:00
2019-06-09 14:53:48 +02:00
% Author's metadata
2022-03-15 14:16:15 +01:00
\author { John Smith}
\degree { Computer Science BSc}
2018-06-07 07:29:32 +02:00
2019-06-09 14:53:48 +02:00
% Superivsor(s)' metadata
2022-03-15 14:16:15 +01:00
\supervisor { John Doe} % internal supervisor's name
\affiliation { Assistant Lecturer} % internal supervisor's affiliation
%\extsupervisor{Jane Doe} % external supervisor's name
%\extaffiliation{Senior Developer} % external supervisor's affiliation
2018-06-07 07:29:32 +02:00
2019-06-09 14:53:48 +02:00
% University's metadata
2022-03-15 14:16:15 +01:00
\university { Eötvös Loránd University} % university's name
\faculty { Faculty of Informatics} % faculty's name
\department { Dept. of Software Technology and Methodology} % department's name
2022-03-15 12:56:57 +01:00
\city { Budapest} % city
2019-06-09 14:53:48 +02:00
\logo { elte_ cimer_ szines} % logo
2018-06-06 17:50:27 +02:00
2019-06-09 14:53:48 +02:00
% Add bibliography file
2022-04-30 14:10:26 +02:00
\addbibresource { elteikthesis.bib}
2019-04-30 10:53:45 +02:00
2019-06-09 14:53:48 +02:00
% The document
2018-06-06 17:50:27 +02:00
\begin { document}
2020-02-27 16:46:41 +01:00
2019-06-09 14:53:48 +02:00
% Set document language
2022-03-15 14:16:15 +01:00
%\documentlang{hungarian}
\documentlang { english}
2018-06-06 17:50:27 +02:00
2019-06-09 14:53:48 +02:00
% List of todos (not in the final document)
2020-11-23 20:35:02 +01:00
%\listoftodos[\todolabel]
2019-04-30 10:53:45 +02:00
2019-06-09 20:33:16 +02:00
% Title page (mandatory)
2018-06-06 17:50:27 +02:00
\maketitle
2022-04-30 14:37:20 +02:00
% Topic declaration page (mandatory) - can also be attached instead
%\includepdf{topicdeclaration.pdf}
2018-06-06 17:50:27 +02:00
2019-06-09 14:53:48 +02:00
% Table of contents (mandatory)
2018-06-06 17:50:27 +02:00
\tableofcontents
\cleardoublepage
2019-06-09 14:53:48 +02:00
% Main content
2022-03-15 14:16:15 +01:00
\input { samples_ en/intro.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-03-15 14:16:15 +01:00
\input { samples_ en/user.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-03-15 14:16:15 +01:00
\input { samples_ en/impl.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-03-15 14:16:15 +01:00
\input { samples_ en/sum.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-04-30 13:33:06 +02:00
% Acknowledgements (optional) - in case your thesis received funding or would like to express special thanks to someone
\chapter * { \acklabel }
\addcontentsline { toc} { chapter} { \acklabel }
In case your thesis received financial support from a project or the university, it is usually required to indicate the proper attribution in the thesis itself. Special thanks can also be expressed towards teachers, fellow students and colleagues who helped you in the process of creating your thesis.
2019-06-09 14:53:48 +02:00
% Appendices (optional) - useful for detailed information in long tables, many and/or large figures, etc.
2019-06-08 07:22:33 +02:00
\appendix
2022-03-15 14:16:15 +01:00
\input { samples_ en/sim.tex}
2019-06-08 07:22:33 +02:00
\cleardoublepage
2019-06-09 14:53:48 +02:00
% Bibliography (mandatory)
2021-05-22 13:19:08 +02:00
\phantomsection
2019-04-30 10:53:45 +02:00
\addcontentsline { toc} { chapter} { \biblabel }
\printbibliography [title=\biblabel]
2018-06-06 17:50:27 +02:00
\cleardoublepage
2019-06-09 14:53:48 +02:00
% List of figures (optional) - useful over 3-5 figures
2021-05-22 13:19:08 +02:00
\phantomsection
2019-04-30 10:53:45 +02:00
\addcontentsline { toc} { chapter} { \lstfigurelabel }
2018-06-06 17:50:27 +02:00
\listoffigures
\cleardoublepage
2019-06-09 14:53:48 +02:00
% List of tables (optional) - useful over 3-5 tables
2021-05-22 13:19:08 +02:00
\phantomsection
2019-04-30 10:53:45 +02:00
\addcontentsline { toc} { chapter} { \lsttablelabel }
2018-06-06 17:50:27 +02:00
\listoftables
\cleardoublepage
2022-03-15 14:16:15 +01:00
% List of algorithms (optional) - useful over 3-5 algorithms
2021-07-04 22:26:20 +02:00
\phantomsection
\addcontentsline { toc} { chapter} { \lstalgorithmlabel }
\listofalgorithms
\cleardoublepage
2019-06-09 14:53:48 +02:00
% List of codes (optional) - useful over 3-5 code samples
2021-05-22 13:19:08 +02:00
\phantomsection
2019-04-30 10:53:45 +02:00
\addcontentsline { toc} { chapter} { \lstcodelabel }
2018-06-06 17:50:27 +02:00
\lstlistoflistings
2019-06-08 07:50:34 +02:00
\cleardoublepage
2019-06-09 14:53:48 +02:00
% List of symbols (optional)
2019-06-08 07:50:34 +02:00
%\printnomenclature
2018-06-06 17:50:27 +02:00
\end { document}