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
2023-04-10 13:27:51 +02:00
]{ elteikthesis} [2023/04/10]
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
2023-04-11 14:01:45 +02:00
% See elteikthesis_minted.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
2023-04-10 13:27:51 +02:00
\date { 2023} % 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
% 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
2023-12-03 17:01:17 +01:00
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.
2023-12-03 16:43:00 +01:00
%\appendix
%\input{samples_en/sim.tex}
2023-12-03 18:07:28 +01:00
\cleardoublepage
2019-06-08 07:22:33 +02:00
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 }
2023-12-03 17:01:17 +01:00
\begin { thebibliography} { 0}
2023-12-03 18:07:28 +01:00
2023-12-03 17:01:17 +01:00
\bibitem { dahl1972structured}
\textbf { Dahl, O. J. and Dijkstra, E. W. and Hoare, C. A. R.h} :\\
Structured Programming\\
\textbf { Academic Press Ltd.} , (1972), ISBN: 0-12-200550-3
\bibitem { cormen2009algorithms}
\textbf { Cormen, Thomas H. and Leiserson, Charles E. and Rivest, Ronald L. and Stein, Clifford} :\\
Introduction to Algorithms, Third Edition\\
\textbf { The MIT Press} , (2009), ISBN: 0262033844, 9780262033848
\bibitem { dijkstra1979goto}
\textbf { Dijkstra, E.} :\\
Classics in Software Engineering\\
\textbf { Yourdon Press} , (1979), ISBN: 0-917072-14-6
\bibitem { krasner1988mvc}
\textbf { Krasner, Glenn E. and Pope, Stephen T.} :\\
A Cookbook for Using the Model-View-Controller User Interface Paradigm in Smalltalk-80\\
\textbf { J. Object Oriented Program.} , (1972), ISBN: 0-12-200550-3
\end { thebibliography}
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
2023-12-03 16:43:00 +01:00
%\phantomsection
%\addcontentsline{toc}{chapter}{\lstfigurelabel}
%\listoffigures
%\cleardoublepage
2018-06-06 17:50:27 +02:00
2019-06-09 14:53:48 +02:00
% List of tables (optional) - useful over 3-5 tables
2023-12-03 16:43:00 +01:00
%\phantomsection
%\addcontentsline{toc}{chapter}{\lsttablelabel}
%\listoftables
%\cleardoublepage
2018-06-06 17:50:27 +02:00
2022-03-15 14:16:15 +01:00
% List of algorithms (optional) - useful over 3-5 algorithms
2023-12-03 16:43:00 +01:00
%\phantomsection
%\addcontentsline{toc}{chapter}{\lstalgorithmlabel}
%\listofalgorithms
%\cleardoublepage
2021-07-04 22:26:20 +02:00
2019-06-09 14:53:48 +02:00
% List of codes (optional) - useful over 3-5 code samples
2023-12-03 16:43:00 +01:00
%\phantomsection
%\addcontentsline{toc}{chapter}{\lstcodelabel}
%\lstlistoflistings
%\cleardoublepage
2019-06-08 07:50:34 +02:00
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}