ESLSCA Graduation Thesis
Auteur
School of Computing - ESLSCA Egypt
Last Updated
il y a un an
License
Creative Commons CC BY 4.0
Résumé
ESLSCA School of Computing Graduation Project's Thesis for B.Sc. Template
%05-04-2010
%\documentclass [11pt,final,twoside]{tsukuthesis} %double sides print
\documentclass [11pt,final]{tsukuthesis} %single side print
\usepackage{graphicx}
\usepackage[numbers, square, comma, sort&compress]{natbib}
\def\newblock{\hskip .11em plus .33em minus .07em}
\usepackage{array}
\usepackage{tabularx}
\usepackage{float}
\usepackage{IEEEtrantools}
\usepackage{setspace}
\usepackage{rotating}
\usepackage{multirow}
\usepackage{amsmath}
\usepackage{fancyhdr}
\usepackage[table]{xcolor}
\usepackage{listings}
\setlength\parindent{0.25in}
\pagestyle{fancy}
%double sides print
%\renewcommand{\chaptermark}[1]{\markboth{\chaptername \ \thechapter.\ #1}{}}
%\renewcommand{\sectionmark}[1]{\markright{\thesection.\ #1}{}}
%\fancyhead[LO]{\leftmark}
%\fancyhead[RE]{\rightmark}
%\fancyhead[LE,RO]{\thepage}
%\fancyfoot[CE,CO]{}
%single side print
\renewcommand{\chaptermark}[1]{\markboth{\chaptername \ \thechapter.\ #1}{}}
\fancyhead[LO]{\leftmark}
\fancyhead[RO]{\thepage}
\fancyfoot[CO]{}
\bibliographystyle{IEEEtran}
\setlength{\headheight}{15.2pt}
\clubpenalty=10000
\widowpenalty=10000
\newcommand{\parag}{\par \vspace{10pt}}
\newcommand\tabcaption{\def\@captype{table}\caption}
\setcounter{secnumdepth}{4}
\title{This is my title}
\author{My Name\\My Teammate}
\degree{Computing \& Digital Technology }
\school{School Of Computing \& Digital Tech}
\university{ESLSCA University}
\degreeyear{July 2024}
\advisor{Dr. ABC\\Dr. XYZ}
\prevdegrees{} %(M.Sc.)
\field{Media Informatics and Mixed Reality Program}
\country{Egypt}
\makeindex
\begin{document}
\pagenumbering{roman}
\maketitle % (first page - Western style)
%\maketitlenew % (first page - Univ. of Tsukuba style) <- replace it with official word template
\cleardoublepage
%\copyrightpage
%\input{Dedicate}
\input{Abstract}
\input{Acknowledgments}
\pagenumbering{arabic}
\tableofcontents
\listoftables
\listoffigures
\input{Chapter_1}
\input{Chapter_2}
\input{Chapter_3}
\input{Chapter_4}
\input{Chapter_5}
\input{Chapter_6}
\input{Chapter_7}
\appendix
\chapter{Collected Materials}
\input{Appendices}
%\input{Chapter_8}
%\input{Chapter_9}
%-----------------------------------------------------------------------------
\clearpage
\addcontentsline{toc}{chapter}{References or Bibliography}
\bibliography{dissertationbib}
\end{document}