From 1c7f0f81ad436d17a8561686a572a071ef128022 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Wed, 26 May 2021 18:21:15 +1000 Subject: [PATCH] Allow the use of tab characters in minted blocks --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f7418cb..bb1457a 100644 --- a/Makefile +++ b/Makefile @@ -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