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