revision 1, almost done

This commit is contained in:
2026-05-18 22:43:11 +02:00
parent ada154a107
commit c4b94c7f8f
9 changed files with 489 additions and 227 deletions
+2
View File
@@ -18,6 +18,8 @@ pdf: index.pdf Supplements.pdf
docx: $(DOCX_DOCS)
docx-main: index.docx
export QUARTO_R := /opt/R/4.5.3/bin/R
# Pattern rules for either format
%.pdf: %.qmd
OUTPUT_FORMAT=pdf/tex $(QUARTO) render $< --to pdf $(PROFILE_FLAG)