Allow the use of tab characters in minted blocks

This commit is contained in:
Jip J. Dekker 2021-05-26 18:21:15 +10:00
parent 3edf8638bd
commit 1c7f0f81ad
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3

View File

@ -13,7 +13,7 @@ $(BUILDDIR)/.sync:
pipenv sync
%.pdf: %.tex FORCE
pipenv run ./latexrun --latex-cmd=$(LATEX) --latex-args="-shell-escape" --bibtex-cmd=$(BIBTEX) -O $(BUILDDIR) $<
pipenv run ./latexrun --latex-cmd=$(LATEX) --latex-args="-shell-escape --8bit" --bibtex-cmd=$(BIBTEX) -O $(BUILDDIR) $<
update:
pipenv lock