\documentclass[12pt, a4paper, oneside]{./StyleFiles/OstimRapor}
\input{./FormalSections/00_Initialize}
\title{\ttitle}
\begin{document}\sloppy
\input{./FormalSections/01_TitlePage}
\pagenumbering{roman}
\setcounter{page}{1}
\input{./FormalSections/02_Approval}
\input{./FormalSections/03_Notification}
\input{./FormalSections/04_OriginalityReport}
\input{FormalSections/05_EthicalStatement}
\input{FormalSections/06_Dedication}
\input{./FormalSections/07_Acknowledgements}
\input{./FormalSections/08_Abstract_Turkish}
\input{./FormalSections/09_Abstract_English}
\addtotoc{İÇİNDEKİLER}
\tableofcontents
\clearpage
\addtotoc{TABLOLAR LİSTESİ}
\listoftables
\clearpage
\addtotoc{ŞEKİLLER LİSTESİ}
\listoffigures
\clearpage
\input{./FormalSections/10_Abbreviations}
\mainmatter
\pagestyle{fancy}
\fancyhf{}
\fancyfoot[C]{\footnotesize\thepage}
\renewcommand{\headrulewidth}{0pt}
\renewcommand{\footrulewidth}{0pt}
\pagenumbering{arabic}
\setcounter{page}{1}
\input{./MainSections/11_Introduction}
\input{./MainSections/12_Background}
\input{./MainSections/13_RelatedWork}
\input{./MainSections/14_Method}
\input{./MainSections/15_Results}
\input{./MainSections/16_Conclusion}
\renewcommand\bibsection{\centering\section*{\large KAYNAKLAR}}
\makeatletter
\renewcommand*{\@biblabel}[1]{[#1]\hspace{1cm}}
\makeatother
\bibliographystyle{IEEEtran}
\bibliography{references}
\clearpage
\input{FormalSections/CV}
\input{Appendices/AppendixA}
\end{document}