This commit is contained in:
Stefan Kebekus
2025-08-25 10:03:49 +02:00
parent 6b89c1e913
commit 43984f0f7b
6 changed files with 727 additions and 302 deletions

5
deploy.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
latexmk --pdf LineareAlgebra2.tex
cp LineareAlgebra2.pdf public/LineareAlgebra2.pdf