initial commit

This commit is contained in:
2026-06-13 22:17:41 +09:00
commit f021bcc3ad
21 changed files with 6410 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
all: report.pdf
%.tex: %.md
pandoc --from markdown --to latex --template=./template.tex -s -o $@ $^
%.pdf: %.tex
lualatex --output-directory=./out $^