chore: move cheatsheet generation to subfolder

This commit is contained in:
Oliver Ladner 2024-10-17 16:13:06 +02:00
commit 138471d0ae
10 changed files with 303 additions and 301 deletions

View file

@ -1,7 +0,0 @@
#!/usr/bin/env bash
# Renders MARKDOWN.md to PDF with Pandoc
# Packages required:
# - pandoc
# - basictex (brew install --cask basictex)
pandoc --standalone --from=markdown+yaml_metadata_block --template=tmpl.tex \
--metadata-file=vars.yml --pdf-engine=xelatex -o CHEATSHEET.pdf CHEATSHEET.md