diff --git a/elteikthesis.cls b/elteikthesis.cls index 3afec10..b1671be 100644 --- a/elteikthesis.cls +++ b/elteikthesis.cls @@ -113,6 +113,7 @@ \newcommand{\lstcodelabel}{Forráskódjegyzék} \newcommand{\lstnomencl}{Jelölésjegyzék} \newcommand{\todolabel}{Teendők listája} + \newcommand{\acklabel}{Köszönyetnyilvánítás} \newcommand{\declarationplaceholder}{Az eredeti szakdolgozati / diplomamunka témabejelentő helye.} } @@ -137,6 +138,7 @@ \newcommand{\lstcodelabel}{List of Codes} \newcommand{\lstnomencl}{List of Symbols} \newcommand{\todolabel}{Todo list} + \newcommand{\acklabel}{Acknowledgements} \newcommand{\declarationplaceholder}{This page should be the original Thesis Topic Declaration.} } diff --git a/thesis_en.pdf b/thesis_en.pdf index 0457cf1..c56e9b5 100644 Binary files a/thesis_en.pdf and b/thesis_en.pdf differ diff --git a/thesis_en.tex b/thesis_en.tex index 4f716fe..88080ad 100644 --- a/thesis_en.tex +++ b/thesis_en.tex @@ -66,6 +66,11 @@ \input{samples_en/sum.tex} \cleardoublepage +% 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. + % Appendices (optional) - useful for detailed information in long tables, many and/or large figures, etc. \appendix \input{samples_en/sim.tex} diff --git a/thesis_hu.pdf b/thesis_hu.pdf index e390283..4697e48 100644 Binary files a/thesis_hu.pdf and b/thesis_hu.pdf differ diff --git a/thesis_hu.tex b/thesis_hu.tex index 7eac5c4..19a211f 100644 --- a/thesis_hu.tex +++ b/thesis_hu.tex @@ -66,6 +66,11 @@ \input{samples_hu/sum.tex} \cleardoublepage +% 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. + % Appendices (optional) - useful for detailed information in long tables, many and/or large figures, etc. \appendix \input{samples_hu/sim.tex}