-
Notifications
You must be signed in to change notification settings - Fork 0
/
compile_ch3.tex
37 lines (32 loc) · 895 Bytes
/
compile_ch3.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
% \documentclass{report}
\documentclass[a4paper,custombib,11pt,customfont,numbered,print]{PhDThesisPSnPDF}
\setcounter{secnumdepth}{4}
\usepackage{color}
\usepackage{ifpdf}
\usepackage{geometry}
\include{preamble}
\include{defs}
\usepackage{xcolor}
\usepackage[english]{babel}% Recommended
\usepackage[utf8]{inputenc} % allow utf-8 input
\usepackage{csquotes}% Recommended
% \usepackage[toc,page]{appendix}
\usepackage[backend=biber,
style=ieee,
isbn=false,
url=true,
doi=false]{biblatex}
\addbibresource{MyLibrary.bib}
\AtEveryBibitem{%
\clearfield{note}%
}
\begin{document}
\input{dtcwt_scat/main}
% \printbibheading
% \section*{References}
\printbibliography[heading=bibintoc, title={References}]
\cleardoublepage\makeatletter\@openrightfalse\makeatother
\begin{appendices}
\input{dtcwt_scat/appendix}
\end{appendices}
\end{document}