-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy paththesis.tex
More file actions
36 lines (28 loc) · 878 Bytes
/
thesis.tex
File metadata and controls
36 lines (28 loc) · 878 Bytes
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
\documentclass[a4paper,11pt,twoside]{report}
\input{preamble/preamble.tex}
\begin{document}
% Preface
\input{frontmatter/frontmatter.tex}
% Main Chapters
\input{mainmatter/introduction.tex}
\input{mainmatter/deep_learning.tex}
\input{mainmatter/human_identification.tex}
\input{mainmatter/noisy_labels.tex}
\input{mainmatter/multi_domain.tex}
\input{mainmatter/person_search.tex}
\input{mainmatter/conclusions.tex}
% Appendix
% \clearpage
% \appendix
% \input{Appendix/APX} % Appendix A - F
% Bibliography
\begin{singlespace}
\clearpage \beforebibliography
\lhead[\thepage]{\fancyplain{}{\footnotesize \rightmark}}
\chead[\fancyplain{}{}]{\fancyplain{}{}} \rhead[\fancyplain{}{
\footnotesize\leftmark}]{\fancyplain{}{\thepage}} \lfoot[]{} \cfoot[]{} \rfoot[]{}
\bibliographystyle{IEEEtran}
\small
\bibliography{backmatter/references}
\end{singlespace}
\end{document}