concat of code

This commit is contained in:
2025-10-23 10:42:21 +02:00
parent 37cc92aa1d
commit 98070acac0
4 changed files with 98 additions and 0 deletions

View File

@@ -11,6 +11,8 @@ $(BUILDDIR):
mkdir -p paper/$(BUILDDIR)
pdf: $(BUILDDIR)
@echo "Concatenating source code..."
@bash paper/concat_code.sh
@cd $(SRCDIR) && \
$(LATEXMK) -pdf -jobname=$(JOBNAME) \
-interaction=nonstopmode -file-line-error \