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
|
||||
|
@@ -20,8 +20,8 @@
|
||||
),
|
||||
keywords: (cs: ("Ukázka", "Klíčových", "Slov", "Česky"), en: ("Example", "Keywords", "In", "English")),
|
||||
acknowledgement: (cs: "Lorem ipsum dolor sit amet."),
|
||||
assignment: "theses/BP_cs/zadani.pdf",
|
||||
citations: "theses/BP_cs/citace.bib",
|
||||
assignment: "theses/bp_cs/zadani.pdf",
|
||||
citations: "theses/bp_cs/citace.bib",
|
||||
)
|
||||
|
||||
= Co najdete v této šabloně
|
@@ -19,8 +19,8 @@
|
||||
),
|
||||
keywords: (cs: ("Ukázka", "Klíčových", "Slov", "Česky"), en: ("Example", "Keywords", "In", "English")),
|
||||
acknowledgement: (cs: "Lorem ipsum dolor sit amet."),
|
||||
assignment: "theses/DP_cs/zadani.pdf",
|
||||
citations: "theses/DP_cs/citace.bib",
|
||||
assignment: "theses/dp_cs/zadani.pdf",
|
||||
citations: "theses/dp_cs/citace.bib",
|
||||
)
|
||||
|
||||
= Co najdete v této šabloně
|
Reference in New Issue
Block a user