added multikey type

This commit is contained in:
Hartmut Seichter 2023-11-08 20:42:15 +01:00
parent f35aa9e2ef
commit 35fbc4ff8c
5 changed files with 124 additions and 61 deletions

8
test/simple/Makefile Normal file
View file

@ -0,0 +1,8 @@
table.pdf:
@echo "creating english version ..."
python ../../coursebuilder -s schema.yaml -m mod.cg.yaml -l en -f name id | pandoc -o table.pdf
all: table.pdf
clean:
rm table.pdf