Generating cheatsheets for any topic easily.
Feel free to contribute to this project!
See the itforensics-cheatsheet-document to see an example.
Run the following commands to create a new cheatsheet:
git clone https://github.com/anionDev/latex-template-cheatsheet.git
cd latex-template-cheatsheet
python CreateNewTemplate.py .. MyChetsheet "John Doe" "https://example.com/documents/MyChetsheet/issues"
You can build your document using the command arara document.tex
.
The arguments expected by CreateNewTemplate.py
have the following meaning:
- Target-folder for the document-repository
- Document-name of the cheatsheet
- Author-name of the cheatsheet
- URL where the document will be maintained (optional)
To get the steps described above working the following commands must be available on your system:
- git
- python
- pdflatex (contained in TeX-distributions like TeX Live)
- arara (contained in TeX-distributions like TeX Live)
This repository is licensed under the terms of the MIT-license, see License.txt
.