From ee6d03c8d61cf52c81775fb7e466d82c34e435f8 Mon Sep 17 00:00:00 2001 From: AFg6K7h4fhy2 <127630341+AFg6K7h4fhy2@users.noreply.github.com> Date: Wed, 16 Oct 2024 20:12:02 -0400 Subject: [PATCH] render and add download for pdf --- website/_quarto.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/_quarto.yml b/website/_quarto.yml index ebbfe69..9252e1a 100644 --- a/website/_quarto.yml +++ b/website/_quarto.yml @@ -45,6 +45,8 @@ book: - appendix/glossary.qmd - appendix/trends.qmd - appendix/additional_remarks.qmd + downloads: + - pdf bibliography: references.bib @@ -60,3 +62,6 @@ format: site-url: "https://AFg6K7h4fhy2.github.io/Genetic-Evolution-Tournament/" pdf: documentclass: scrreprt + pdf-engine: xelatex + toc: true + number-sections: true