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
|
# The `mcmthesis` Class
This class is designed for the MCM/ICM.
This work is released under the [LaTeX Project Public
License](http://www.latex-project.org/lppl.txt), v1.3c or later.
## Installation
This work consists of the file mcmthesis.dtx,
figures/, and
code/,
and the derived files mcmthesis.cls,
mcmthesis-demo.tex,
README,
LICENSE,
mcmthesis.pdf and
mcmthesis-demo.pdf.
To install this class, you should
compile `mcmthesis.dtx` with `xetex mcmthesis.dtx`,
compile `mcmthesis.dtx` with `xelatex mcmthesis.dtx` twice,
compile `mcmthesis-demo.tex` with `xelatex mcmthesis-demo.tex` twice,
rename `README.tex` and `LICENSE.tex` respectively to
`README` and `LICENSE`,
move `mcmthesis.cls` to `TEXMF/tex/latex/mcmthesis/`,
move `mcmthesis.dtx` to `TEXMF/source/latex/mcmthesis/`,
move other files to `TEXMF/doc/latex/mcmthesis/` and then
run `texhash`.
## Author
[Zhaoli Wang][zhaoli]
Email: 343083553@qq.com
[Liam Huang][liam-ctan]
Email: liamhuang0205+mcmthesis@gmail.com
## Project Page
If you are interested in the process of development you may observe
<https://github.com/Liam0205/mcmthesis>
[zhaoli]: http://www.latexstudio.net/
[liam-ctan]: http://www.ctan.org/author/huang-l
|