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