\documentclass[12pt,a4paper]{report}
\input{preferences}
\input{preambles}
\begin{document}
% Preliminary pages
\input{preliminary_pages/00_title_page.tex}
\input{preliminary_pages/01_approval_page.tex}
\ifthenelse{\equal{\Acknowledgments}{yes}}{
\input{preliminary_pages/02_acknowledgments.tex}
}{}
\input{preliminary_pages/03_abstract.tex}
\input{preliminary_pages/04_ozet.tex}
\ifthenelse{\equal{\Dedication}{yes}}{
\input{preliminary_pages/05_dedication.tex}
}{}
\ifthenelse{\equal{\Preface}{yes}}{
\input{preliminary_pages/06_preface.tex}
}{}
\input{preliminary_pages/07_table_of_contents.tex}
\input{preliminary_pages/08_list_of_figures.tex}
\input{preliminary_pages/09_list_of_tables.tex}
%\input{preliminary_pages/10_list_of_symbols.tex}
%\input{preliminary_pages/11_english_turkish_dictionary.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%
%%% START OF THE TEXT %%%
%%%%%%%%%%%%%%%%%%%%%%%%%
% Example chapters and sections
\chapter{Introduction}
% Do not remove this line. This line must be placed once immediately after
% the first chapter.
\pagenumbering{arabic}
\section{Example Section 1}
\blindtext[2]
\blindtext[2]
\section{Example Section 2}
\blindtext[5]
\section{Example Section 3}
\subsection{Example Subsection 1}
\blindtext[5]
\subsection{Example Subsection 2}
\blindtext[5]
\subsection{Example Subsection 3}
\blindtext[1]
\subsubsection{Example Subsubsection 1}
\blindtext[5]
\section{Example Section 4}
\blindtext[5]
\chapter{Body}
\blindtext[20]
\chapter{Conclusion}
\blindtext[10]
% Guide of usage of basic LaTeX commands
\chapter{Guide}
\input{chapters/guide.tex}
%%%%%%%%%%%%%%%%%%%%%%%
%%% END OF THE TEXT %%%
%%%%%%%%%%%%%%%%%%%%%%%
% Reference Material
\printbibliography[heading=bibintoc, title={REFERENCES}]
\ifthenelse{\equal{\NumberOfAppendices}{1}}{
\begin{thesisappendices}
\input{chapters/appendices/appendix_a.tex}
\end{thesisappendices}
}{}
\ifthenelse{\equal{\NumberOfAppendices}{2}}{
\begin{thesisappendices}
\input{chapters/appendices/appendix_a.tex}
\input{chapters/appendices/appendix_b.tex}
\end{thesisappendices}
}{}
\ifthenelse{\equal{\NumberOfAppendices}{3}}{
\begin{thesisappendices}
\input{chapters/appendices/appendix_a.tex}
\input{chapters/appendices/appendix_b.tex}
\input{chapters/appendices/appendix_c.tex}
\end{thesisappendices}
}{}
\ifthenelse{\equal{\NumberOfAppendices}{4}}{
\begin{thesisappendices}
\input{chapters/appendices/appendix_a.tex}
\input{chapters/appendices/appendix_b.tex}
\input{chapters/appendices/appendix_c.tex}
\input{chapters/appendices/appendix_d.tex}
\end{thesisappendices}
}{}
\end{document}

PDF Preview
Create an account to compile and preview