Skip to content

A collection of LaTeX-based cheat sheets for productivity tools and shortcuts, including macOS/Windows productivity guides and Vim command references.

Notifications You must be signed in to change notification settings

atarantino/cheatsheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeX Cheat Sheets

A collection of LaTeX-based cheat sheets for productivity tools and shortcuts.

Available Cheat Sheets

Prerequisites

Install a LaTeX distribution and ensure latexmk is available:

  • Linux: TeX Live (e.g., sudo apt install texlive-full) or texlive-latex-extra latexmk
  • macOS: MacTeX (or BasicTeX) — latexmk is included; if needed: brew install latexmk
  • Windows: MiKTeX (enable on-the-fly package installation)

Verify tools:

latexmk -v
pdflatex --version

Build

Run 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 -C

PDFs are written to build/ (configured in latexmkrc).

About

A collection of LaTeX-based cheat sheets for productivity tools and shortcuts, including macOS/Windows productivity guides and Vim command references.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •