A compact, multi-column LaTeX template for writing your own cheatsheets, lecture notes, or quick references.
Designed to squeeze the maximum amount of useful information onto a few pages without looking like garbage.
- robust multi-column layout (
2–4columns supported) - custom section styles with colored boxes
- preconfigured environments:
recipefor step-by-step solution strategieswarningfor important theorems / pitfalls
- syntax-highlighted code listings with
minted - compact mode (
\compactmodetrue) to shrink formulas and lists even more - footnotes, math, tables, and other standard LaTeX goodies
Clone this repo as a starting point for your own cheatsheet:
git clone https://git.0210010.xyz/ethRW/cheatsheet_template my_cheatsheet
cd my_cheatsheetEdit your content in content/content.tex, then build:
pdflatex -shell-escape main.texThe -shell-escape flag is required for minted (syntax highlighting).
- A LaTeX distribution (e.g. TeX Live, MiKTeX)
pdflatex(orlatexmkif you prefer automated builds)- Python with Pygments (for
minted)
This template is released under the MIT License. Do whatever you want with it, but don’t sue me if it breaks.
