-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
38 lines (29 loc) · 1.19 KB
/
thesis.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
\documentclass[12pt]{report}
% Preamble: Contains packages and user-defined commands and settings
\input{Preamble/preamble}
\begin{document}
\include{trangbia/trangbia}
\include{loicamon/loicamon}
\tableofcontents
\listoffigures
\listoftables
\include{Chuong1/chuong1}
\include{Chuong2/chuong2}
\include{Chuong3/chuong3}
\include{Chuong4/chuong4}
\begin{spacing}{0.9}
% To use the conventional natbib style referencing
% Bibliography style previews: http://nodonn.tipido.net/bibstyle.php
% Reference styles: http://sites.stat.psu.edu/~surajit/present/bib.htm
\bibliographystyle{apalike}
%\bibliographystyle{unsrt} % Use for unsorted references
\bibliographystyle{plainnat} % use this to have URLs listed in References
\cleardoublepage
\bibliography{Reference/references} % Path to your References.bib file
% If you would like to use BibLaTeX for your references, pass `custombib' as
% an option in the document class. The location of 'reference.bib' should be
% specified in the preamble.tex file in the custombib section.
% Comment out the lines related to natbib above and uncomment the following line.
%\printbibliography[heading=bibintoc, title={References}]
\end{spacing}
\end{document}