From f8ebdfe1f884e30ec25692060ccf3bb203ff1b0d Mon Sep 17 00:00:00 2001 From: Matej-Zucha-TUL Date: Tue, 7 Oct 2025 18:19:39 +0200 Subject: [PATCH] Add makeshift command to run BP and DP example using the --root hack --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Makefile b/Makefile index 640016e..54539af 100644 --- a/Makefile +++ b/Makefile @@ -6,6 +6,14 @@ view_example: documentation.pdf watch_documentation: typst watch --font-path template/fonts documentation.typ & xdg-open documentation.pdf +.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 + +.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 + .PHONY: documentation documentation: documentation.pdf