how to use

This commit is contained in:
Robert Jeutter 2022-02-10 22:15:41 +01:00
parent 6f1e40d052
commit 001c255dea

View File

@ -3,4 +3,14 @@ This little package helps you create small cheatsheets for about everything.
Take a look at my [Informatik](https://github.com/wieerwill/informatik) Repo where it is used quite often. Take a look at my [Informatik](https://github.com/wieerwill/informatik) Repo where it is used quite often.
This work is under development, you can use it as you like. Help and Ideas are welcome. This work is under development, you can use it as you like. Help and Ideas are welcome.
## How to use
To use the package, just import it at the top of your LaTex file before `\begin{document}`. Like this:
```tex
\usepackage{cheatsheet}
```
You can see a working example right in this repository:
- as [PDF](sample.pdf)
- and [source tex](sample.tex)