Made DP and BP lowercase
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
Reference in New Issue
Block a user