-
Notifications
You must be signed in to change notification settings - Fork 22
/
example.tex
49 lines (39 loc) · 1.04 KB
/
example.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
%!TEX TS-program = xelatex
% vim: set fenc=utf-8
% -*- coding: UTF-8; -*-
%!TEX encoding = UTF-8 Unicode
\documentclass[master]{cugthesis}
\usepackage{ttools}
\cugthesistitle{中国地质大学研究生学位论文 \LaTeXe{} 模板}{\cugthesis\ \LaTeXe{} Template}
\cugthesisauthor{王震宇}{Zhenyu Wang}
\studentid{1201711347}
\cugthesismajor{计算机科学与技术}{Computer Science}
\cugthesisdegree{}{Computer}
\cugthesisteacher{蔡之华}{Zhihua Cai}
\educatingunit{计算机学院}
\cugthesisdate{2018}{3}
\cugabstract{中文摘要}{English Abstract}
\cugkeywords{关键字}{Keywords}
\begin{document}
\makefrontpages
% 你的正文
\chapter{这是第一章}
% 更多内容
\section{这是一级标题}
% 更多内容
\subsection{这是二级标题}
% 更多内容
\begin{equation}
a = b+c
\label{eq:eq1}
\end{equation}
这是公式(\ref{eq:eq1})
这是公式\eqref{eq:eq1}
\backmatter
\chapter{致谢}
% 致谢内容
%\cugthesisbib{参考文献数据库文件名}
\appendix
\chapter{这是附录A}
% 这里是附录内容
\end{document}