% ----------------------------------------------------------------- %
% ITU LaTeX Undergraduate Interim Report Template %
% %
% Version 1.0 %
% ----------------------------------------------------------------- %
% ----------------------------------------------------------------- %
% Prepared by S. Baris Ozturk %
% Based on the Thesis Template of ITU Informatics Institute %
% %
% Informatics Institute, ITU Ayazaga Campus %
% Maslak-34469, İstanbul, Turkey %
% http://www.be.itu.edu.tr %
% ----------------------------------------------------------------- %
% ----------------------------------------------------------------- %
% Updated voluntarily by %
% S. Baris Ozturk : ozturksb@itu.edu.tr OR salihbaris@gmail.com %
% E. Baris Ondes : ondes@itu.edu.tr OR ondesalt@pm.me %
% Tamer Sener : senerta@itu.edu.tr OR tamersener@pm.me %
% Berkan Kacmaz : kacmazb@itu.edu.tr OR kacmazberkan0@gmail.com%
% O. Ozgun Altunkaya: altunkayao@itu.edu.tr OR ozgun@pm.me %
% ----------------------------------------------------------------- %
% ----------------------------------------------------------------- %
% Please visit the following page for the current version: %
% https://github.com/ondes/Template-Latex-ITU-Interim-Report %
% ----------------------------------------------------------------- %
% ----------------------------------------------------------------- %
% documentclass arguments: %
% [onluarkali,tekyonlu],[turkce,ingilizce], %
% [lisans], %
% [elektrikelektronik] %
% Sample use: \documentclass[onluarkali,ingilizce,lisans, %
% elektrikelektronik]{interimreport_itu} %
% onluarkali: twoside %
% tekyonlu: oneside %
% turkce: turkish %
% ingilizce: english %
% elektrikelektronik: electrical and electronics %
% ----------------------------------------------------------------- %
\documentclass[onluarkali,ingilizce,lisans,elektrikelektronik]{interimreport_itu}
% ----------------------------------------------------------------- %
% Pay attention to letter case. The structure is case sensitive %
% {Student Name}{SURNAME} means first letter of name is capital %
% and that all letters of surname are capital. %
% ----------------------------------------------------------------- %
% ----------------------------------------------------------------- %
% No titles, only Name and SURNAME must be written. %
% ----------------------------------------------------------------- %
\yazar{Student Name}{SURNAME}
\ogrencino{101010101}
% ----------------------------------------------------------------- %
% For below, the first argument for Turkish, the second is for %
% English. %
% ----------------------------------------------------------------- %
% ----------------------------------------------------------------- %
% Only the first letters of words must be capital. %
% ----------------------------------------------------------------- %
\anabilimdali{Elektrik Mühendisliği Anabilim Dalı}{Department of Electrical Engineering}
\programi{Elektrik Mühendisliği Programı}{Electrical Engineering Programme}
% ----------------------------------------------------------------- %
% The interim report submission date in upper and lower case letters%
% ----------------------------------------------------------------- %
\tarihKucuk{Ara Rapor Tarihi}{Month and Year}
% ----------------------------------------------------------------- %
% Thesis title Turkish or English %
% ----------------------------------------------------------------- %
\baslik{TEZ BAŞLIĞI BURAYA GELİR}
{GEREKLİ İSE İKİNCİ SATIR}
{GEREKLİ İSE ÜÇÜNCÜ SATIR, ÜÇ SATIRA SIĞDIRINIZ}
\title{THESIS TITLE HERE} % First letters can be capitalized
{SECOND LINE IF NECESSARY}
{THIRD LINE IF NECESSARY, FIT TITLE IN THREE LINES}
% ----------------------------------------------------------------- %
% Packages and definitions to be used are given in the following %
% ----------------------------------------------------------------- %
\input{defs}
\begin{document}
% ----------------------------------------------------------------- %
% Also form the below files. All corresponding inputs should point %
% to a file. They are provided inside the archive. %
% ----------------------------------------------------------------- %
\input{chapter_01}
\input{chapter_02}
\input{chapter_03}
\input{chapter_04}
\input{chapter_05}
\input{chapter_06}
\input{chapter_07}
\input{chapter_08}
% ----------------------------------------------------------------- %
% Form thesis_bib.bib to contain your references in bibtex format %
% use \cite command for citing your references. %
% ----------------------------------------------------------------- %
\bibliographystyle{thesis_itubib} % Designed .bst file
\bibliography{thesis_bib} % .bib file
% ----------------------------------------------------------------- %
% Appendix files. appendices_cover is the appendix title page. %
% If Appendix not available, comment all the related commands below %
% ----------------------------------------------------------------- %
\eklerkapak{}
\input{appendices_cover}
% ----------------------------------------------------------------- %
% \eklerbolum{x} forms and appendix of x chapters. %
% ----------------------------------------------------------------- %
\eklerbolum{0}
\input{appendices}
% ----------------------------------------------------------------- %
% Additional pages can be added to the below section %
% ----------------------------------------------------------------- %
\end{document}
% ----------------------------------------------------------------- %
% About this template: iletisim@be.itu.edu.tr %
% Updated by : %
% E. Baris Ondes: ondes@itu.edu.tr OR ondesalt@pm.me %
% Tamer Sener : senerta@itu.edu.tr OR tamsener@gmail.com %
% Berkan Kacmaz : kacmazb@itu.edu.tr OR kacmazberkan0@gmail.com %
% S. Baris Ozturk : ozturksb@itu.edu.tr OR salihbaris@gmail.com %
% ----------------------------------------------------------------- %