%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% YOBU Bilgisayar Muhendisligi Bitirme ve Tasarim Tezi Sablonu
% Author: Cagri Arisoy
%
% Last Updated: 13/10/2024
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% THIS TEMPLATE IS THE MOST
% CURRENT. SEE THE FILES README.TXT AND NEWCHANGES.TXT
% FOR MORE INFORMATION.
\documentclass[12pt,a4paper]{report}
\usepackage{yobuconfig}
\usepackage{setspace}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{times}
% Page margins
%\geometry{left=3cm, right=2.5cm, top=3cm, bottom=3cm}
\usepackage[T1]{fontenc}
\DeclareGraphicsExtensions{.png}
\graphicspath{ {./graphic/} }
% Line spacing
\onehalfspacing
\begin{document}
\include{data/titlepage}
\include{data/abstract}
\include{data/acknowledgements}
\include{data/lists}
\include{data/nomenclature}
\include{data/chapter1}
\include{data/chapter2}
\include{data/chapter3}
\include{data/chapter4}
%fix spacing in bibliography, if any...
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\let\oldbibitem\bibitem
\renewcommand{\bibitem}{\setlength{\itemsep}{0pt}\oldbibitem}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%The bibliography style declared is the IEEE format. If
%you require a different style, see the document
%bibstyles.pdf included in this package. This file,
%hosted by the University of Vienna, shows several
%bibliography styles and examples of in-text citation
%and a references page.
\bibliographystyle{plain}
\phantomsection
\addcontentsline{toc}{chapter}{KAYNAKLAR}
\renewcommand{\bibname}{{\normalsize\rm \textbf{KAYNAKLAR}}}
%This file is a .bib database that contains the sources.
%This removes the dependency on the previous file
%bibliography.tex.
\bibliography{data/myReference}
%This next line includes appendices. The file
%appendix.tex contains commands pointing to
%the appendix files; be sure to change these
%pointers if you end up changing the filenames.
%Leave this commented if you will not need
%appendix material.
\include{data/appendices}
\include{data/resume}
\end{document}