add presentation base

This commit is contained in:
2025-12-01 22:33:16 +01:00
committed by Ondřej Mekina
parent d9392b0fa2
commit 07a7170fb8
9 changed files with 262 additions and 78 deletions

View File

@@ -108,6 +108,9 @@ $(BUILD_DIR)/documentation.pdf: documentation.typ $(TEMPLATE_SRCS) | $(BUILD_DIR
# == THESES EXAMPLES ==
$(BUILD_DIR)/presentation_%.typ: theses/presentation_%.typ | $(BUILD_DIR)
ln -f $< $@
$(BUILD_DIR)/subs_%.txt: theses/%.typ | $(BUILD_DIR)
awk 'BEGIN{RS=""; ORS="\n\n"} NR>2{print}' $< > $@