Advertisement
argui

Master_AIA_Template

Mar 18th, 2024
444
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 2.22 KB | None | 0 0
  1. \documentclass[twoside,openright,12pt,A4paper]{book}
  2. \usepackage[includeheadfoot,a4paper,inner=3.81cm,outer=2.54cm,top=2.54cm,bottom=2.54cm,pdftex]{geometry}
  3. %%==============
  4. \usepackage{umacthesis}
  5. \usepackage{indentfirst}
  6. %\usepackage[printonlyused]{acronym}
  7. %%==============
  8. \newlength{\blankofApprovedby}
  9. \newlength{\blankofDate}
  10. \newpage
  11. %%==============
  12. \onehalfspacing
  13. %%==============
  14. \input{Acronyms}
  15.  
  16. \begin{document}
  17. \input{Cover}
  18. \input{Accessary}
  19. %%==============
  20. \pagenumbering{roman}
  21. \pagestyle{umpreliminary}
  22. %%==============
  23. \cleardoublepage
  24. \input{Index}
  25. \thispagestyle{umpreliminary}
  26. %%==============
  27. \cleardoublepage
  28. \input{Acknowledgements}
  29. \thispagestyle{umpreliminary}
  30. %%==============
  31. \cleardoublepage
  32. \pagenumbering{arabic}
  33. \pagestyle{umplain}
  34. %%==============
  35. \newgeometry{includehead, inner=3.81cm,outer=2.54cm,top=2.54cm,bottom=2.54cm}
  36. %%==============
  37. %\theoremstyle{definition}
  38. %\newtheorem{defn}{Definition}[section]
  39. %\newtheorem{conj}{Conjecture}[section]
  40. %\newtheorem{exmp}{Example}[section]
  41. %\theoremstyle{theorem}
  42. %\newtheorem{thm}{Theorem}[section]
  43. %\newtheorem{lem}[thm]{Lemma}
  44. %\newtheorem{prop}[thm]{Proposition}
  45. %\newtheorem*{cor}{Corollary}
  46. %%==============
  47. \newcommand{\norm}[1]{\left\lVert#1\right\rVert}
  48. %%==============
  49. \doublespacing
  50. \makeatletter
  51. \renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
  52.     \thispagestyle{umempty}
  53.     \global\@topnum\z@
  54.     \@afterindentfalse
  55.     \secdef\@chapter\@schapter}
  56. \makeatother
  57. %%==============
  58. \thispagestyle{umempty}
  59. %%==============
  60. \input{Chapter/chapter1}
  61. \input{Chapter/chapter2}
  62. \input{Chapter/chapter3}
  63. \input{Chapter/chapter4}
  64. \input{Chapter/chapter5}
  65. \input{Chapter/chapter6}
  66. %%==============
  67. \small\singlespacing\clearpage\phantomsection
  68. \addcontentsline{toc}{chapter}{BIBLIOGRAPHY}
  69. \renewcommand\bibname{BIBLIOGRAPHY}
  70. \bibliography{Reference}
  71. \bibliographystyle{ieeetr}
  72. %%==============
  73. \appendix
  74. \renewcommand{\appendixname}{Appendix}
  75. \titlecontents{chapter}[0pt]{\normalsize}{\MakeUppercase{Appendix} \thecontentslabel: }{}{\titlerule*[1em]{.}\contentspage\hspace*{0pt}}[]
  76. \input{Chapter/appendix1}
  77. \input{Chapter/appendix2}
  78. %%==============
  79. \input{Chapter/publications}
  80. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement