Fix libraries

This commit is contained in:
2026-04-22 17:41:23 +02:00
parent c48ac0d394
commit 7222852a27
14 changed files with 1306 additions and 5 deletions

11
lib/latex-common/Makefile Normal file
View File

@@ -0,0 +1,11 @@
SRCS=$(shell find examples -type f -name "*.tex")
PDFS=$(shell echo $(SRCS:.tex=.pdf) | sed -e "s/examples\\///g")
all: $(PDFS)
%.pdf: examples/%.tex
latexmk $<
clean:
rm -rf build