summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cquthesis/README.md
blob: 32637c86b89da59ef420a794b4b53c2decdf3bcc (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
47
48
49
50
51
52
53
54
55
# About CQUThesis
CQUThesis stands for Chongqing University Thesis Template for LaTeX, bearing the ability to support bachelor, master, doctor dissertations with grace and speed.

# Installing
* To create the package file, run:
```
	latex cquthesis.ins
```
* To finish the installation you have to move the following files into a directory searched by TeX:(The recommended directory is TEXMF/tex/latex/cquthesis)

   cquthesis.cls
   cquthesis.cfg
   cqunumerical.bst

* To produce the documentation please run these command:
```
  xelatex cquthesis.dtx
  makeindex -s gind.ist -o cquthesis.ind cquthesis.idx
  makeindex -s gglo.ist -o cquthesis.gls cquthesis.glo
  xelatex cquthesis.dtx
  xelatex cquthesis.dtx
```

* Run these command will get you a typeseting example:
```
  xelatex main.tex
  bibtex main.tex
  xelatex main.tex
  xelatex main.tex
```
* For further info, please go to: https://github.com/nanmu42/CQUThesis

Happy TeXing!

# Acknowledgements
The author would like to acknowledge these contributors for their efforts and, essentially, beautiful mind:

* [The CTeX Community](https://github.com/CTeX-org/ctex-kit)
* [XUE, Ruini](https://github.com/xueruini/thuthesis)
* [USTC TeX User Group](https://github.com/ustctug/gbt-7714-20155)

# Question, Contribution and Contact
Feel free to raise any question, and any possible contribution is highly appreciated.
Submit a issue at [Github](https://github.com/nanmu42/CQUThesis).
Write in English or Chinese is needed. Thank you.

# About the Author
Zhennan Li (i at nanmu dot me) proudly presents this work for you.

# License
This whole project may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 of this license or (at your option) any later version. The latest version of this license is in: 

http://www.latex-project.org/lppl.txt

and version 1.3 or later is part of all distributions of LaTeX version 2005/12/01 or later.