% !TeX spellcheck = en_GB
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% Engineer thesis LaTeX template %
% compliant with the SZJK regulations %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% (c) Krzysztof Simiński, 2018-2025 %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% The latest version of the templates is %
% available at %
% github.com/ksiminski/polsl-aei-theses %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%
% This LaTeX project formats the final thesis
% with compliance to the SZJK regulations.
% Please to not change formatting (fonts, margins,
% bolds, italics, etc).
%
% You can compile the project in several ways.
%
% 1. pdfLaTeX compilation
%
% pdflatex main
% bibtex main
% pdflatex main
% pdflatex main
%
%
% 2. XeLaTeX compilation
%
% Compilation with the XeLaTeX engine inserts Calibri font
% in the title page. Of course the font has to be installed.
%
% xelatex main
% bibtex main
% xelatex main
% xelatex main
%
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% If you have any questions, remarks, just send me an email: %
% krzysztof.siminski(at)polsl.pl %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% We would like to improve the LaTeX templates
% of final theses. By answering the questions
% in the survey whose address your can find below
% you help us to do so. The survey is completely
% anonimous. Thank you!
%
% https://docs.google.com/forms/d/e/1FAIpQLScyllVxNKzKFHfILDfdbwC-jvT8YL0RSTFs-s27UGw9CKn-fQ/viewform?usp=sf_link
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% CUSTOMISATION OF THE THESIS %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Please customise your thesis with the macros below.
% TODO
% author:
\newcommand{\FirstNameAuthor}{First Names}
\newcommand{\SurnameAuthor}{Surname}
\newcommand{\IdAuthor}{$\langle$student id$\rangle$} % (remove $\langle$ and $\rangle)
% coauthor:
%\newcommand{\FirstNameCoauthor}{First Names} % If there is a coauthor, put the first names here.
%\newcommand{\SurnameCoauthor}{Surname} % If there is a coauthor, put the surnames here.
%\newcommand{\IdCoauthor}{$\langle$student id$\rangle$} % If there is a coauthor, put the student id here (remove $\langle$ and $\rangle)
% If there is no coathor, leave the definitions empty like below. If a coauthor exists, comment the lines below.
\newcommand{\FirstNameCoauthor}{} % If there is only one author, leave the definitions empty.
\newcommand{\SurnameCoauthor}{} % If there is only one author, leave the definitions empty.
\newcommand{\IdCoauthor}{} % If there is only one author, leave the definitions empty.
%%%%%%%%%%
\newcommand{\Supervisor}{$\langle$title first name surname$\rangle$} % supervisor (remove $\langle$ and $\rangle)
\newcommand{\Title}{Thesis title in English}
\newcommand{\TitleAlt}{Thesis title in Polish}
\newcommand{\Program}{Automation and Electronic Systems}
\newcommand{\Specialisation}{$\langle$Automation / Electronic Systems$\rangle$} % your specialisation (remove $\langle$ and $\rangle)
\newcommand{\Departament}{$\langle$insert appropriate department name$\rangle$} % your supervisor's departament (remove $\langle$ and $\rangle)
% If you have a consultant for your thesis, put their name below ...
\newcommand{\Consultant}{(only if applicable, otherwise delete this line) $\langle$title first name surname$\rangle$} % (remove $\langle$ and $\rangle)
% ... else leave the braces empty:
%\newcommand{\Consultant}{} % no consultant
% end of thesis customisation
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% %
% END OF CUSTOMISATION %
% %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{config/settings.tex} % Do not modify!
\input{config/my-settings.tex} % Put your settings, packages, macros here.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%\kslistofremarks
\frontmatter
\input{config/titlepage.tex} % Please to not modify the titlepage.tex file!
\cleardoublepage
\rmfamily\normalfont
\pagestyle{empty}
%%% Let's start the thesis %%%%
% TODO
\input{chapters/00.tex} % editorials
%%%%%%%%%%%%%%%%%% Table of contents %%%%%%%%%%%%%%%%%%%%%%
% Add \thispagestyle{empty} to the toc file (main.toc), because \pagestyle{empty} doesn't work if the TOC has multiple pages
\addtocontents{toc}{\protect\thispagestyle{empty}}
\tableofcontents
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setcounter{pagesWithoutNumbers}{\value{page}}
\mainmatter
\pagestyle{empty}
\cleardoublepage
\pagestyle{PageNumbersChapterTitles}
%%%%%%%%%%%%%% body of the thesis %%%%%%%%%%%%%%%%%
% TODO
\input{chapters/01.tex}
% TODO
\input{chapters/02.tex}
% TODO
\input{chapters/03.tex}
% TODO
\input{chapters/04.tex}
% TODO
\input{chapters/05.tex}
% TODO
\input{chapters/06.tex}
% TODO
\input{chapters/07.tex}
\backmatter
\cleardoublepage
\phantomsection
%\bibliographystyle{plplain} % bibtex
%\bibliography{biblio} % bibtex
\addcontentsline{toc}{chapter}{Bibliography}
\printbibliography % biblatex
\begin{appendices}
% TODO
\input{chapters/08.tex}
% TODO
\input{chapters/09.tex}
% TODO
\input{chapters/10.tex}
\listoffigures
\addcontentsline{toc}{chapter}{List of figures}
\listoftables
\addcontentsline{toc}{chapter}{List of tables}
\end{appendices}
\end{document}
%% Finis coronat opus.

PDF Preview
Create an account to compile and preview