1
1
# About CQUThesis
2
+ [ ![ CTAN release] ( https://img.shields.io/ctan/v/cquthesis.svg?label=CTAN )] ( https://www.ctan.org/pkg/cquthesis )
3
+ [ ![ GitHub release] ( https://img.shields.io/github/release/nanmu42/cquthesis.svg?label=Github )] ( https://github.com/nanmu42/CQUThesis/releases/latest )
4
+ [ ![ GitHub commits] ( https://img.shields.io/github/commits-since/nanmu42/CQUThesis/v1.14.svg )] ( https://github.com/nanmu42/CQUThesis/commits/master )
5
+
2
6
CQUThesis stands for Chongqing University Thesis Template for LaTeX, bearing the ability to support bachelor, master, doctor dissertations with grace and speed.
3
7
4
- # Installing
5
- * To create the package file, run:
6
- ```
7
- latex cquthesis.ins
8
- ```
9
- * 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)
8
+ ![ CQUThesis-Poster] ( https://cloud.githubusercontent.com/assets/8143068/15363773/68c6b380-1d4c-11e6-9627-4d892facb333.png )
10
9
11
- cquthesis.cls
12
- cquthesis.cfg
13
- cqunumerical.bst
10
+ # Deployment
11
+ ## Download
12
+ Version | Link | Description
13
+ --- | --- | ---
14
+ Dev. |[ Click Here] ( https://github.com/nanmu42/cquthesis/zipball/master ) | Recommend with new features and bug fixes
15
+ Pre-release | [ Github Link] ( https://github.com/nanmu42/CQUThesis/releases ) | Accumulation of commits from Dev.
16
+ Release |[ CTAN Page] ( https://www.ctan.org/pkg/cquthesis ) | Scheduled updates for CTAN, MikTeX and TeX Live
14
17
15
- * To produce the documentation please run these command:
18
+ ## Installation
19
+ Unzip all files to a new folder as your future work folder:
20
+ * Windows users may easily double-click on ` makewin.bat ` ;
21
+ * Linux or Mac users may start the terminal:
16
22
```
17
- xelatex cquthesis.dtx
18
- makeindex -s gind.ist -o cquthesis.ind cquthesis.idx
19
- makeindex -s gglo.ist -o cquthesis.gls cquthesis.glo
20
- xelatex cquthesis.dtx
21
- xelatex cquthesis.dtx
23
+ cd path/to/cquthesis
24
+ make thesis
22
25
```
26
+ If everything goes smoothly, CQUThesis is ready for work, with typeseting example named ` main.pdf ` in your work folder.
23
27
24
- * Run these command will get you a typeseting example:
25
- ```
26
- xelatex main.tex
27
- bibtex main.tex
28
- xelatex main.tex
29
- xelatex main.tex
30
- ```
31
- * For further info, please go to: https://github.com/nanmu42/CQUThesis
28
+ # Question, Contribution and Contact
29
+ Feel free to raise any question, and any possible contribution is highly appreciated.
30
+ * [ Github Issues] ( https://github.com/nanmu42/CQUThesis/issues ) ;
31
+ * Join [ CQU TeX QQ Group] ( http://jq.qq.com/?_wv=1027&k=2HvYu95 )
32
32
33
- Happy TeXing!
33
+ Writing in English or Chinese is needed.
34
34
35
35
# Acknowledgements
36
36
The author would like to acknowledge these contributors for their efforts and, essentially, beautiful mind:
@@ -39,11 +39,6 @@ The author would like to acknowledge these contributors for their efforts and, e
39
39
* [ XUE, Ruini] ( https://github.com/xueruini/thuthesis )
40
40
* [ USTC TeX User Group] ( https://github.com/ustctug/gbt-7714-2015 )
41
41
42
- # Question, Contribution and Contact
43
- Feel free to raise any question, and any possible contribution is highly appreciated.
44
- Submit a issue at [ Github] ( https://github.com/nanmu42/CQUThesis ) .
45
- Write in English or Chinese is needed. Thank you.
46
-
47
42
# About the Author
48
43
Zhennan Li (i at nanmu dot me) proudly presents this work for you.
49
44
0 commit comments