Add presentation
This commit is contained in:
parent
e62cee544c
commit
dffc258999
2 changed files with 407 additions and 0 deletions
5
Makefile
5
Makefile
|
@ -17,6 +17,11 @@ build:
|
|||
|
||||
buildall: images build
|
||||
|
||||
presbuild:
|
||||
$(shell mkdir -p $(OUTPUT_DIR))
|
||||
lualatex --output-directory $(OUTPUT_DIR) presentation.tex
|
||||
|
||||
|
||||
images/generated/%.pdf: images/svg/%.svg
|
||||
@echo build $@
|
||||
inkscape --export-type=pdf -o $@ $<
|
||||
|
|
Reference in a new issue