chore: move cheatsheet generation to subfolder
This commit is contained in:
parent
42e3b7e139
commit
138471d0ae
10 changed files with 303 additions and 301 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue