Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddy-van-jerry/seu-ml-assign_latex_template
LaTeX Template for Southeast University Machine Learning Assignment
https://github.com/teddy-van-jerry/seu-ml-assign_latex_template
assignment class ctan exercise latex latex-template
Last synced: 23 days ago
JSON representation
LaTeX Template for Southeast University Machine Learning Assignment
- Host: GitHub
- URL: https://github.com/teddy-van-jerry/seu-ml-assign_latex_template
- Owner: Teddy-van-Jerry
- License: mit
- Created: 2022-03-18T10:49:15.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-15T13:55:42.000Z (over 2 years ago)
- Last Synced: 2023-03-25T12:31:40.394Z (almost 2 years ago)
- Topics: assignment, class, ctan, exercise, latex, latex-template
- Language: TeX
- Homepage: https://ctan.org/pkg/seu-ml-assign
- Size: 1.71 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SEU-ML-Assign LaTeX Template
LaTeX Template for Southeast University Machine Learning Assignment***
CTAN • GitHub • Documentation • Sample • Issues • TVJ TeX • Overleaf***
> - GitHub Project Site: https://tvj.one/ml-tex
> - CTAN: https://ctan.org/pkg/seu-ml-assign
> - Website: https://seu-ml-assign.github.io## Class and Options
This project provides the `seu-ml-assign` class.| Option | Explanation | Default |
| - | - | :-: |
| `solution` | Write solutions (for students). | • |
| `problem` | Write problem sets (for instructors). ||
| `oneside` | One-sided document. | • |
| `twoside` | Two-sided document. ||
| `9pt` | Set font size as 9 points. ||
| `10pt` | Set font size as 10 points. | • |
| `11pt` | Set font size as 11 points. ||
| `12pt` | Set font size as 12 points. ||## Commands and Usage
Please refer to the [documentation](seu-ml-assign-doc.pdf).The main higher level commands provided in this template are `\problem[]{title}` and `\subproblem{title}`.
## Publication
This project has been contained in [**CTAN**](https://ctan.org/pkg/seu-ml-assign), and so is in **TeX Live** and **MikTeX**.Install on TeX Live
```bash
tlmgr install seu-ml-assign
```
Install via GitHub Project
```bash
git clone https://github.com/Teddy-van-Jerry/SEU-ML-Assign_LaTeX_Template.git
```
Install from CTAN
Go to https://ctan.org/pkg/seu-ml-assign to download the package.
## Issues
Please go to [issues](https://github.com/Teddy-van-Jerry/SEU-ML-Assign_LaTeX_Template/issues) to report them if any.## TODOs
- [x] Class Definition
- [x] Example `tex` File
- [x] Class Documentation
- [x] Class Website
- [x] Submission to CTAN
- [ ] Demonstration Video
- [ ] More Flexible Usage## License
This project is licensed under the [MIT License](LICENSE).