-
Notifications
You must be signed in to change notification settings - Fork 0
/
doctorblind.tex
62 lines (42 loc) · 1.44 KB
/
doctorblind.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
58
59
60
61
62
\documentclass[
doctor,
truefont, % just turn it on when using Windows
%nofont, % remember to manally set the fonts
pdflinks,
%colorlinks,
%compact,
]{setup/xjtuthesisblind}
\graphicspath{{figures/}}
\renewcommand{\vec}{}
\usepackage[section]{algorithm}
\usepackage{algorithmic}
\usepackage{hyperref}
\usepackage{tikz}
\usetikzlibrary{arrows}
\usepackage{pdfpages}
\begin{document}
% 请修改 metablind.tex 中的论文元信息
\input{info/metablind.tex}
\xjtuchead \xjtuehead \xjtucinfopage \xjtueinfopage \xjtutoc \xjtutoe \clearpage
% 主要符号表,可以没有
\input{body/denotation.tex}
\xjtucontent
% 绪论
\input{body/01_introduction.tex}
% 以同样方法添加更多章节
\input{body/02_telegraph.tex}
\input{body/03_qzkLiegroup.tex}
\input{body/04_symplecticWR.tex}
\input{body/05_conclusion.tex}
\xjtuendcontent
\xjtuspchapter{致\quad 谢}{致\quad 谢}{Acknowledgements}
\input{body/acknowledgementsblind.tex}
% 将你要引用的文献的 BibTeX 放入 bibliography.bib \xjtubib{reference/mythesis}
% 将你要引用的文献的 BibTeX 放入 bibliography.bib \xjtubib{reference/mythesis}
% from Hui其中chinesebst是我自己生成的参考文献风格,比较符合中国人的习惯参考文
% 献plain,unsrt,alpha,abbrev,chinesebst,GBT7714-2005NLang,GBT7714-2005AYLang
\input{backmatterblind.tex}
% \xjtuacademicintegrity
\cleardoublepage
\includepdf[offset=0 18mm]{info/shengming.pdf}
\end{document}