forked from nominhanggai/szaboqc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
34 lines (25 loc) · 746 Bytes
/
main.tex
File metadata and controls
34 lines (25 loc) · 746 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
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[UTF8,scheme=chinese,heading]{ctexbook}
%\linespread{1.2}
\input{structure}
\begin{document}
%\include{./Chaps/preface}
\include{./Chaps/progess}
\tableofcontents % Print the table of contents itself
\setcounter{page}{0}
%注意替换\ts -> \mathscr{S}, \cs _> a^\dagger, \sch -> Schr\''odinger, \hs 为\mathscr{H}, \vs -> \mathscr{V}, 算子 -> 算符. \ht
%
\include{./Chaps/Chap1}
\include{./Chaps/Chap2}
\include{./Chaps/Chap3}
\include{./Chaps/Chap4}
\include{./Chaps/Chap5}
\include{./Chaps/Chap6}
\include{./Chaps/Chap7}
\appendix
\include{./Chaps/AppendixA}
\include{./Chaps/AppendixB}
\include{./Chaps/AppendixC}
\include{./Chaps/AppendixD}
\end{document}