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–4
columns supported) - custom section styles with colored boxes
- preconfigured environments:
recipe
for step-by-step solution strategieswarning
for 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_cheatsheet
Edit your content in content/content.tex
, then build:
pdflatex -shell-escape main.tex
The -shell-escape
flag is required for minted
(syntax highlighting).
- A LaTeX distribution (e.g. TeX Live, MiKTeX)
pdflatex
(orlatexmk
if 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.