Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[twoside,openright,12pt,A4paper]{book}
- \usepackage[includeheadfoot,a4paper,inner=3.81cm,outer=2.54cm,top=2.54cm,bottom=2.54cm,pdftex]{geometry}
- %%==============
- \usepackage{umacthesis}
- \usepackage{indentfirst}
- %\usepackage[printonlyused]{acronym}
- %%==============
- \newlength{\blankofApprovedby}
- \newlength{\blankofDate}
- \newpage
- %%==============
- \onehalfspacing
- %%==============
- \input{Acronyms}
- \begin{document}
- \input{Cover}
- \input{Accessary}
- %%==============
- \pagenumbering{roman}
- \pagestyle{umpreliminary}
- %%==============
- \cleardoublepage
- \input{Index}
- \thispagestyle{umpreliminary}
- %%==============
- \cleardoublepage
- \input{Acknowledgements}
- \thispagestyle{umpreliminary}
- %%==============
- \cleardoublepage
- \pagenumbering{arabic}
- \pagestyle{umplain}
- %%==============
- \newgeometry{includehead, inner=3.81cm,outer=2.54cm,top=2.54cm,bottom=2.54cm}
- %%==============
- %\theoremstyle{definition}
- %\newtheorem{defn}{Definition}[section]
- %\newtheorem{conj}{Conjecture}[section]
- %\newtheorem{exmp}{Example}[section]
- %\theoremstyle{theorem}
- %\newtheorem{thm}{Theorem}[section]
- %\newtheorem{lem}[thm]{Lemma}
- %\newtheorem{prop}[thm]{Proposition}
- %\newtheorem*{cor}{Corollary}
- %%==============
- \newcommand{\norm}[1]{\left\lVert#1\right\rVert}
- %%==============
- \doublespacing
- \makeatletter
- \renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
- \thispagestyle{umempty}
- \global\@topnum\z@
- \@afterindentfalse
- \secdef\@chapter\@schapter}
- \makeatother
- %%==============
- \thispagestyle{umempty}
- %%==============
- \input{Chapter/chapter1}
- \input{Chapter/chapter2}
- \input{Chapter/chapter3}
- \input{Chapter/chapter4}
- \input{Chapter/chapter5}
- \input{Chapter/chapter6}
- %%==============
- \small\singlespacing\clearpage\phantomsection
- \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
- \renewcommand\bibname{BIBLIOGRAPHY}
- \bibliography{Reference}
- \bibliographystyle{ieeetr}
- %%==============
- \appendix
- \renewcommand{\appendixname}{Appendix}
- \titlecontents{chapter}[0pt]{\normalsize}{\MakeUppercase{Appendix} \thecontentslabel: }{}{\titlerule*[1em]{.}\contentspage\hspace*{0pt}}[]
- \input{Chapter/appendix1}
- \input{Chapter/appendix2}
- %%==============
- \input{Chapter/publications}
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement