From 580d7f6598dad93efe42dc389c1a96847babe5ab Mon Sep 17 00:00:00 2001 From: Luke Hsiao Date: Sun, 6 Jun 2021 07:49:38 -0600 Subject: content: add note on live transcription --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 0088b67..f8526ed 100644 --- a/Makefile +++ b/Makefile @@ -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 $< -- cgit v1.2.3