Add shared card schemas layouts and renderer

This commit is contained in:
mpabi
2026-07-15 08:41:20 +02:00
commit 65299458ed
19 changed files with 7786 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
.PHONY: check render-example pdf-example
PYTHON ?= python3
EXAMPLE_CARD := examples/card
EXAMPLE_TEX_DIR := $(EXAMPLE_CARD)/build/tex
render-example:
$(PYTHON) tools/render_card.py $(EXAMPLE_CARD)
pdf-example: render-example
cd $(EXAMPLE_TEX_DIR) && latexmk -pdf -interaction=nonstopmode -halt-on-error main.tex
check:
$(PYTHON) scripts/check_repository.py