diff options
| author | Luke Hsiao <luke@hsiao.dev> | 2021-06-06 07:49:38 -0600 |
|---|---|---|
| committer | Luke Hsiao <luke@hsiao.dev> | 2021-06-06 07:51:26 -0600 |
| commit | 580d7f6598dad93efe42dc389c1a96847babe5ab (patch) | |
| tree | 7baf638f49cfef1c4e0dbc5b6a844db68a770b21 /Makefile | |
| parent | f5cc54855d9635c31b66b1831d80447bcd298319 (diff) | |
| download | av-instructions-580d7f6598dad93efe42dc389c1a96847babe5ab.tar.gz av-instructions-580d7f6598dad93efe42dc389c1a96847babe5ab.tar.zst av-instructions-580d7f6598dad93efe42dc389c1a96847babe5ab.zip | |
content: add note on live transcription
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ all: build/cheatsheet.pdf build/cheatsheet.pdf: cheatsheet.tex $(wildcard src/*.tex) $(wildcard src/**/*.tex) $(wildcard *.sty) $(wildcard *.bib) $(wildcard fig/*.*) - mkdir -p build && tectonic --print -o build $< + mkdir -p build && tectonic -o build $< fmt: cheatsheet.bib bibtex-tidy --align 0 --duplicates --curly --wrap 100 --numeric --remove-empty-fields --sort --sort-fields --space 4 --trailing-commas --no-backup $< |
