Both the EN and NL version of are now generated from the same base latex file

This commit is contained in:
2023-08-30 20:45:59 +02:00
parent 0e9af4f540
commit 55765e71a1
25 changed files with 319 additions and 356 deletions

View File

@@ -1,2 +1,4 @@
#!/bin/bash
cd tool && cargo run && cd .. && latexmk -shell-escape -lualatex
cd tool && cargo run && cd ..
latexmk -shell-escape -lualatex main.en.tex
latexmk -shell-escape -lualatex main.nl.tex