%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Bachelor's & Master's Thesis Template %%
%% Copyleft by Dawid Weiss & Marta Szachniuk %%
%% Faculty of Automatic Control, Robotics, and Electrical Engineering %%
%% Poznan University of Technology, 2023 %%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Szkielet dla pracy inżynierskiej/magisterskiej pisanej w języku polskim.
\documentclass[polish,bachelor,a4paper,oneside]{ppcreefthesis}
% Template for an engineering/master's thesis written in English.
% \documentclass[english,bachelor,a4paper,oneside]{ppcreefthesis}
\usepackage[utf8]{inputenc}
\usepackage[OT4]{fontenc}
%--------------------------------------
% Strona tytułowa \ Front page
%--------------------------------------
% Autorzy pracy, jeśli jest ich więcej niż jeden
% wstaw między nimi separator \and
% Authors of the thesis, if there is more than one
% insert a separator between them \and
\author{%
Imię Nazwisko \album{12345} \and
Imię Nazwisko \album{54321} \and
Imię Nazwisko \album{13579} }
\authortitle{} % Do not change.
\title{Temat pracy dyplomowej}
% Promotor pracy
% Your supervisor comes here.
\ppsupervisor{prof.~dr hab.~inż.~Imię Nazwisko}
\ppinstitute{Instytut Robotyki i Inteligencji Maszynowej \\
Zakład Sterowania i Elektroniki Przemysłowej}
% Rok złożenia pracy
% Year of final submission (not graduation!)
\ppyear{2023}
\begin{document}
% Pierwsza strona zaczyna się tutaj
% Front matter starts here
\frontmatter\pagestyle{empty}%
\maketitle\cleardoublepage%
%--------------------------------------
% Miejsce na kartę pracy dyplomowej - opcjonalnie, nie jest wymagane
%--------------------------------------
\thispagestyle{empty}\vspace*{\fill}%
\begin{center}Tutaj będzie skan karty pracy dyplomowej. \end{center}%
\vfill\cleardoublepage%
%--------------------------------------
%--------------------------------------
% Spis treści
%--------------------------------------
\pagenumbering{Roman}
\pagestyle{ppfcmthesis}
\tableofcontents*
\cleardoublepage % Zaczynamy od nieparzystej strony
%--------------------------------------
% Rozdziały
%--------------------------------------
%Najwygodniej jeśli każdy rozdział znajduje się w oddzielnym pliku
\mainmatter%
\input{chapters/01-wstep.tex}
\input{chapters/02-teoria.tex}
\input{chapters/03-praca-wlasna.tex}
\input{chapters/04-zakonczenie.tex}
%--------------------------------------
% Literatura
%--------------------------------------
\bibliographystyle{plain}{\raggedright\sloppy\small\bibliography{bibliografia}}
%--------------------------------------
% Dodatki
%--------------------------------------
\cleardoublepage\appendix%
\newpage
\input{chapters/zalacznik.tex}
%--------------------------------------
% Informacja o prawach autorskich
%--------------------------------------
\ppcolophon
\end{document}