
Fall 2022-Spring 2023 October University for Modern Sciences and Arts CS GP Thesis Bsc Template
Forfatter
Ayman Ezzat
Sidst opdateret
et år siden
Licens
Creative Commons CC BY 4.0
Resumé
Template for Bachelor thesis of CS at MSA University

%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}
\degree{Bachelor of computer science }
\school{Faculty of Computer Science}
\university{October University for Modern Sciences and Arts (MSA)}
\degreeyear{July 2023}
\advisor{Dr. ABC, Dr XYZ}
\prevdegrees{} %(M.Sc.)
\field{SE 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 from ....}
\input{Appendices}
%\input{Chapter_8}
%\input{Chapter_9}
%-----------------------------------------------------------------------------
\clearpage
\addcontentsline{toc}{chapter}{Bibliography}
\bibliography{dissertationbib}
\end{document}