work on slides

This commit is contained in:
Michael Sippel 2024-09-23 23:06:05 +02:00
parent 10cd2f9bc9
commit ae9e451bf3
14 changed files with 621 additions and 55 deletions
beamer/lc-beamer

View file

@ -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