Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# SEU-ML-Assign LaTeX Template
LaTeX Template for Southeast University Machine Learning Assignment

***


CTANGitHubDocumentationSampleIssuesTVJ TeXOverleaf

***

> - 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).