A collection of LaTeX-based cheat sheets for productivity tools and shortcuts.
Install a LaTeX distribution and ensure latexmk is available:
- Linux: TeX Live (e.g.,
sudo apt install texlive-full) ortexlive-latex-extra latexmk - macOS: MacTeX (or BasicTeX) —
latexmkis included; if needed:brew install latexmk - Windows: MiKTeX (enable on-the-fly package installation)
Verify tools:
latexmk -v
pdflatex --versionRun from the repository root.
- Build all PDFs:
latexmk- Build a specific document:
latexmk src/productivity-cheatsheet-mac.tex
latexmk src/vim_cheat_sheet.tex- Clean artifacts (keep PDFs):
latexmk -c- Full clean (remove PDFs):
latexmk -CPDFs are written to build/ (configured in latexmkrc).