diff --git a/Makefile b/Makefile index 54539af..a8fccbc 100644 --- a/Makefile +++ b/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 diff --git a/theses/BP_cs/BP.typ b/theses/bp_cs/bp.typ similarity index 99% rename from theses/BP_cs/BP.typ rename to theses/bp_cs/bp.typ index 843f4ed..d287c11 100644 --- a/theses/BP_cs/BP.typ +++ b/theses/bp_cs/bp.typ @@ -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ě diff --git a/theses/BP_cs/citace.bib b/theses/bp_cs/citace.bib similarity index 100% rename from theses/BP_cs/citace.bib rename to theses/bp_cs/citace.bib diff --git a/theses/BP_cs/zadani.pdf b/theses/bp_cs/zadani.pdf similarity index 100% rename from theses/BP_cs/zadani.pdf rename to theses/bp_cs/zadani.pdf diff --git a/theses/DP_cs/citace.bib b/theses/dp_cs/citace.bib similarity index 100% rename from theses/DP_cs/citace.bib rename to theses/dp_cs/citace.bib diff --git a/theses/DP_cs/DP.typ b/theses/dp_cs/dp.typ similarity index 99% rename from theses/DP_cs/DP.typ rename to theses/dp_cs/dp.typ index e604fbb..8cd0471 100644 --- a/theses/DP_cs/DP.typ +++ b/theses/dp_cs/dp.typ @@ -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ě diff --git a/theses/DP_cs/zadani.pdf b/theses/dp_cs/zadani.pdf similarity index 100% rename from theses/DP_cs/zadani.pdf rename to theses/dp_cs/zadani.pdf