-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNotesOnLQG.tex
57 lines (43 loc) · 1.3 KB
/
NotesOnLQG.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
%!BIB program=biber
\documentclass[11pt]{ctexbook}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%需先运行latexmk -xelatex 或 xelatex+biber+xelatex*2 %
%后运行makeindex NotesOnLQG.nlo -s nomencl.ist -o NotesOnLQG.nls,然后再运行一遍xelatex %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{amsxtra}
\usepackage{mathrsfs}
% \usepackage{natbib}
% \usepackage{doi}
\usepackage{upgreek}
\input{mystyle.tex}
\geometry{
a4paper,
centering
% scale=0.75
}
\title{圈量子引力简介}
\author{王英洁}
% \bibliographystyle
% \bibliographystyle{plain}
% \bibliographystyle{spbasic}
\addbibresource{bib/lqg.bib}
\includeonly{chapters/canonicalgravity,chapters/ap_canonicalgravity}
\begin{document}
\maketitle
\tableofcontents
\printnomenclature
\include{chapters/intro}
\include{chapters/canonicalgravity}
\include{chapters/lqg_pre}
\include{chapters/lqg_kin}
\include{chapters/lqg_constrain}
\include{chapters/lqg_application}
\include{chapters/spinfoam}
% \include{chapters/fermion.tex}
\appendix
\include{chapters/ap_canonicalgravity}
% \bibliography{bib/ustc}
\printbibliography[heading=bibintoc]
\end{document}