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 12:56:57 +01:00
\title { Dolgozat címe} % title
\date { 2022} % year of defense
2018-06-07 07:29:32 +02:00
2019-06-09 14:53:48 +02:00
% Author's metadata
2018-06-06 17:50:27 +02:00
\author { Hallgató Hanga}
\degree { programtervező informatikus BSc}
2018-06-07 07:29:32 +02:00
2019-06-09 14:53:48 +02:00
% Superivsor(s)' metadata
2022-03-15 12:56:57 +01:00
\supervisor { Témavezető Tamás} % internal supervisor's name
\affiliation { egyetemi tanársegéd} % internal supervisor's affiliation
%\extsupervisor{Külső Kornél} % external supervisor's name
%\extaffiliation{informatikai igazgató} % 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 12:56:57 +01:00
\university { Eötvös Loránd Tudományegyetem} % university's name
\faculty { Informatikai Kar} % faculty's name
\department { Programozáselmélet és Szoftvertechnológiai\\ Tanszék} % department's name
\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-12 02:31:09 +01:00
\documentlang { hungarian}
2018-06-07 07:29:32 +02:00
%\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{temabejelento.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_ hu/intro.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-03-15 14:16:15 +01:00
\input { samples_ hu/user.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-03-15 14:16:15 +01:00
\input { samples_ hu/impl.tex}
2018-06-06 17:50:27 +02:00
\cleardoublepage
2022-03-15 14:16:15 +01:00
\input { samples_ hu/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 }
Amennyiben a szakdolgozati / diplomamunka projekted pénzügyi támogatást kapott egy projektből vagy az egyetemtől, jellemzően kötelező feltüntetni a dolgozatban is. A dolgozat elkészítéséhez segítséget nyújtó oktatók, hallgatótársak, kollégák felé is nyilvánítható külön köszönet.
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_ hu/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}