summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/cquthesis/README.md
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-06-11 23:07:59 +0000
committerKarl Berry <karl@freefriends.org>2016-06-11 23:07:59 +0000
commit05fd0dcbb7c348f3e41ed7d500a2e2cf64f7c4b4 (patch)
tree7a20c14f00aaaafeddbff95a81fedc959289b16f /Master/texmf-dist/doc/latex/cquthesis/README.md
parent876b86d0b964599f049d2ae7d670b73308961d4a (diff)
cquthesis (11jun16)
git-svn-id: svn://tug.org/texlive/trunk@41372 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/cquthesis/README.md')
-rw-r--r--Master/texmf-dist/doc/latex/cquthesis/README.md55
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/cquthesis/README.md b/Master/texmf-dist/doc/latex/cquthesis/README.md
new file mode 100644
index 00000000000..32637c86b89
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/cquthesis/README.md
@@ -0,0 +1,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. \ No newline at end of file