Add makeshift command to run BP and DP example using the --root hack
This commit is contained in:
8
Makefile
8
Makefile
@@ -6,6 +6,14 @@ view_example: documentation.pdf
|
|||||||
watch_documentation:
|
watch_documentation:
|
||||||
typst watch --font-path template/fonts documentation.typ & xdg-open documentation.pdf
|
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
|
.PHONY: documentation
|
||||||
documentation: documentation.pdf
|
documentation: documentation.pdf
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user