From e7d3d9fbc4658716dbbaa4b87428562744576881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20L=C3=B6ffler?= Date: Mon, 18 Nov 2024 12:05:32 +0100 Subject: [PATCH] mention contributors building --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c139a3f..ff807bc 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,19 @@ While contributors keep the copyright to their work, they agree to publish the t ### Local builds -The paper should build using `latexmk -pdflatex paper.tex` after creating the necessary images using +Creating the necessary images: ``` cd group_composition_plot ./create_paper_plots.sh cd - ``` + +Build the contributors from the yaml metadata: +``` +python3 contributors.py +``` + +Finally, build the paper: +``` +latexmk -pdflatex paper.tex +```