blob: 126c963d030a91544fc5a4c31611e4d24a53ddcb (
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
|
# 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, mcmthesis.ins,
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 copy `mcmthesis.cls` to
`TEXMF/tex/latex/mcmthesis/`, copy `mcmthesis.dtx` and `mcmthesis.ins`
to `TEXMF/source/latex/mcmthesis/` and copy other files to
`TEXMF/doc/latex/mcmthesis/` and then run `texhash`.
## Author
[Zhaoli Wang][zhaoli]
[Liam Huang][liam-ctan]
Email: liamhuang0205+mcmthesis@gmail.com
If you are interested in the process of development you may observe
<https://github.com/LiamHuang0205/mcmthesis>
[zhaoli]: http://www.latexstudio.net/
[liam-ctan]: http://www.ctan.org/author/huang-l
|