File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ LaTeX Template for Southeast University Machine Learning Assignment
11
11
> - GitHub Project Site: https://tvj.one/ml-tex
12
12
> - CTAN: https://ctan.org/pkg/seu-ml-assign
13
13
> - Website: https://seu-ml-assign.github.io
14
+
14
15
## Class and Options
15
16
This project provides the ` seu-ml-assign ` class.
16
17
@@ -28,6 +29,43 @@ This project provides the `seu-ml-assign` class.
28
29
## Commands and Usage
29
30
Please refer to the [ documentation] ( seu-ml-assign-doc.pdf ) .
30
31
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
+
31
69
## TODOs
32
70
- [x] Class Definition
33
71
- [x] Example ` tex ` File
You can’t perform that action at this time.
0 commit comments