\documentclass[twoside,a4paper,12pt]{article}
\input{tex/00_preambule.tex}
% ---TU WPISZ IMIĘ I NAZWISKO -----
\author{Imię Nazwisko}
% --- TU WPISZ TYTUŁ PRACY
\title{Tytuł po polsku}
\setTitleang{Tytuł po angielsku}
% --- TU WPISZ KIERUNEK STUDIÓW
\setMajor{Zarządzanie i Inżynieria Produkcji}
\setDepartment{Katedra Zarzadzania Strategicznego}
\setFaculty{Wydział Zarządzania}
\setSupervisor{dr inż. Katarzyna Gdowska / dr inż. Roger Ksiażek}
\begin{document}
\pagestyle{empty}
\renewcommand\refname{Bibliografia}
\maketitle
\pagestyle{plain}
\linespread{1.3}
\selectfont
\newpage
\pagenumbering{roman}
\tableofcontents
\newpage
\pagenumbering{arabic}
\include{tex/10_introduction}
\include{tex/20_first_chapter}
\include{tex/30_second_chapter}
\include{tex/40_third_chapter}
\include{tex/99_conclusion}
\addcontentsline{toc}{section}{\refname}
\bibliography{references.bib}
\bibliographystyle{ieeetr}
\end{document}