-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
83 lines (61 loc) · 2.07 KB
/
main.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
%-----------------------------------------------------------Header Starts--------------------------------------
\documentclass[12pt, oneside]{book}
\usepackage[a4paper,lmargin=35mm,rmargin=25mm,tmargin=25mm,bmargin=25mm]{geometry}
\usepackage{graphicx}
\usepackage{caption}
\usepackage{subcaption}
\usepackage{amsmath}
\usepackage[hidelinks]{hyperref}
\usepackage{footnote}
\usepackage{fancyhdr}
\usepackage[explicit]{titlesec}
\usepackage{cite}
\usepackage{tabularx}
\usepackage[dvipsnames]{xcolor}
\usepackage{sectsty}
\usepackage{subfiles}
\usepackage{lscape}
\usepackage{array}
\usepackage{placeins}
\usepackage{mfirstuc}
\usepackage[utf8]{inputenc}
\usepackage{lastpage}
\usepackage[english]{babel}
\usepackage[justification=centering]{caption}
\usepackage{notoccite}
\addto\captionsenglish{\renewcommand{\chaptername}{CHAPTER}}
\renewcommand{\headrulewidth}{0pt}
\chaptertitlefont{\large \color{black} \centering \uppercase}
\chapternumberfont{\vspace{-2cm} \large \color{black} \centering}
\sectionfont{\normalsize \color{black}}
\newcolumntype{b}{>{\hsize=.8\hsize \centering\arraybackslash}X}
\newcolumntype{s}{>{\hsize=.4\hsize \centering\arraybackslash}X}
\newcolumntype{m}{>{\hsize=.5\hsize \centering\arraybackslash}X}
%-----------------------------------------------------------Header Ends--------------------------------------
\begin{document}
%-----------a blank page
%\shipout\null
%-----------a blank page
\subfile{title_pages.tex}
\subfile{declaration.tex}
\subfile{approval.tex}
\subfile{dedication.tex}
\subfile{acknowledgements.tex}
\subfile{abstract.tex}
\tableofcontents
\listoffigures
\subfile{Introduction.tex}
\subfile{literature_review.tex}
%\subfile{Experimental.tex}
%\subfile{results_xrd.tex}
%\subfile{results_dsc.tex}
%\subfile{results_sem.tex}
%\subfile{results_tem.tex}
%\subfile{results_xps.tex}
%\subfile{results_uv.tex}
%\subfile{results_magnetic.tex}
\subfile{conclusions.tex}
\subfile{futurework.tex}
\bibliographystyle{unsrt}
\bibliography{introduction}
\end{document}