Made DP and BP lowercase

This commit is contained in:
2025-10-07 19:13:30 +02:00
parent f8ebdfe1f8
commit 211bdc54db
7 changed files with 6 additions and 6 deletions

View File

@@ -8,11 +8,11 @@ watch_documentation:
.PHONY: watch_bp_cs
watch_bp_cs:
typst watch --root . --font-path template/fonts theses/BP_cs/BP.typ bp.pdf & xdg-open bp.pdf
typst watch --root . --font-path template/fonts theses/bp_cs/bp.typ bp.pdf & xdg-open bp.pdf
.PHONY: watch_dp_cs
watch_dp_cs:
typst watch --root . --font-path template/fonts theses/DP_cs/DP.typ dp.pdf & xdg-open dp.pdf
typst watch --root . --font-path template/fonts theses/dp_cs/dp.typ dp.pdf & xdg-open dp.pdf
.PHONY: documentation
documentation: documentation.pdf