Allow the use of tab characters in minted blocks
This commit is contained in:
parent
3edf8638bd
commit
1c7f0f81ad
2
Makefile
2
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
|
||||
|
Reference in New Issue
Block a user