summaryrefslogtreecommitdiff
path: root/macros/xetex/latex/hduthesis/examples/hduthesis-bc.tex
blob: 28785c887753a80d0a69422d3568b169448ff89b (plain)
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
\documentclass[I-agree]{hduthesis}

\setmathfont{STIX Two Math}
\setCJKmainfont{Songti SC}[AutoFakeSlant]
\setCJKsansfont{STHeiti}[AutoFakeBold = 2]
\tikzset{ > = stealth }
\usetikzlibrary{positioning,shapes.geometric}

\DocInfo
  {
    title      = 杭州电子科技大学学位论文 \hologo{LaTeX} 模板/毕业论文,
    department = 理学院,
    major      = 物理学,
    class      = 英才班,
    stdntid    = C668668E,
    author     = 申智能,
    supervisor = 李智能,
    bibsource  = reference
  }

\begin{document}

\maketitle

\input{cha/abstract.tex}

\pagestyle{fancy}
\frontmatter
\tableofcontents
\mainmatter

\input{cha/cha1.tex}
\input{cha/cha2.tex}
\input{cha/cha3.tex}
\input{cha/cha4.tex}
\input{cha/cha5.tex}
\input{cha/cha6.tex}
\input{cha/cha7.tex}
\input{cha/thanks.tex}
\printbibliography

\appendix
\chapter*{附录}
\addcontentsline{toc}{chapter}{附录}

\end{document}