Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flofriday/mkhomework
Templates for my LaTeX homeworks and a script to automate the creation.
https://github.com/flofriday/mkhomework
Last synced: 1 day ago
JSON representation
Templates for my LaTeX homeworks and a script to automate the creation.
- Host: GitHub
- URL: https://github.com/flofriday/mkhomework
- Owner: flofriday
- License: mit
- Created: 2020-09-06T19:40:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-02T08:05:44.000Z (almost 4 years ago)
- Last Synced: 2023-03-05T01:47:59.078Z (almost 2 years ago)
- Language: Go
- Size: 674 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkhomework
Templates for my LaTeX homeworks and a script to automate the creation.![Screenshot](screenshot.png)
## Examples
In the example folder are LaTeX file and rendered PDFs.## Install it
### Unix (Linux and macOS)
1) You need to have go installed
2) Run `bash install.sh`
3) DoneTo uninstall it run `bash uninstall.sh` (this won't remove go from your system).
### Windows
I don't quite know how to do this on Windows, but you could use
WSL and follow the steps from the Unix description.