Skip to content

anionDev/latex-template-cheatsheet

 
 

Repository files navigation

LaTeX templates for cheatsheets

Summary

Generating cheatsheets for any topic easily.

Feel free to contribute to this project!

Example

See the itforensics-cheatsheet-document to see an example.

Getting started

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:

  1. Target-folder for the document-repository
  2. Document-name of the cheatsheet
  3. Author-name of the cheatsheet
  4. URL where the document will be maintained (optional)

Requirements

To get the steps described above working the following commands must be available on your system:

License

This repository is licensed under the terms of the MIT-license, see License.txt.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 60.8%
  • TeX 39.2%