Skip to content

Commit

Permalink
mention contributors building
Browse files Browse the repository at this point in the history
  • Loading branch information
knarrff committed Nov 18, 2024
1 parent b8dc5ac commit e7d3d9f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit e7d3d9f

Please sign in to comment.