work on slides
This commit is contained in:
parent
10cd2f9bc9
commit
ae9e451bf3
14 changed files with 621 additions and 55 deletions
beamer/lc-beamer
|
@ -9,7 +9,7 @@ EXAMPLE_PDF = example.pdf
|
|||
|
||||
CACHE_DIR := $(shell pwd)/.latex-cache
|
||||
|
||||
COMPILE_TEX := latexmk -lualatex -output-directory="$(CACHE_DIR)"
|
||||
COMPILE_TEX := latexmk -lualatex -latexoption="-shell-escape" -output-directory="$(CACHE_DIR)"
|
||||
|
||||
.PHONY: install uninstall example all clean
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue