Skip to content

Commit a10cebb

Browse files
2 parents f9f672d + e1785b6 commit a10cebb

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

README.md

+38
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ LaTeX Template for Southeast University Machine Learning Assignment
1111
> - GitHub Project Site: https://tvj.one/ml-tex
1212
> - CTAN: https://ctan.org/pkg/seu-ml-assign
1313
> - Website: https://seu-ml-assign.github.io
14+
1415
## Class and Options
1516
This project provides the `seu-ml-assign` class.
1617

@@ -28,6 +29,43 @@ This project provides the `seu-ml-assign` class.
2829
## Commands and Usage
2930
Please refer to the [documentation](seu-ml-assign-doc.pdf).
3031

32+
The main higher level commands provided in this template are `\problem[<points>]{title}` and `\subproblem{title}`.
33+
34+
## Publication
35+
This project has been contained in [**CTAN**](https://ctan.org/pkg/seu-ml-assign), and so is in **TeX Live**.
36+
37+
<details><summary>Install on TeX Live</summary>
38+
<p>
39+
40+
```bash
41+
tlmgr install seu-ml-assign
42+
```
43+
44+
</p>
45+
</details>
46+
47+
<details><summary>Install via GitHub Project</summary>
48+
<p>
49+
50+
```bash
51+
git clone https://github.com/Teddy-van-Jerry/SEU-ML-Assign_LaTeX_Template.git
52+
```
53+
54+
</p>
55+
</details>
56+
57+
<details><summary>Install from CTAN</summary>
58+
<p>
59+
60+
Go to https://ctan.org/pkg/seu-ml-assign to download the package.
61+
62+
</p>
63+
</details>
64+
65+
## Issues
66+
Please go to [issues](https://github.com/Teddy-van-Jerry/SEU-ML-Assign_LaTeX_Template/issues) to report them if any.
67+
68+
3169
## TODOs
3270
- [x] Class Definition
3371
- [x] Example `tex` File

0 commit comments

Comments
 (0)