SNOUG-Vel/BUILD.md

29 lines
365 B
Markdown
Raw Normal View History

2022-08-23 12:15:31 -06:00
# Dependencies
* Requires LaTeX.
* Minted syntax highlighting requires python-pygments to be installed.
```
2022-08-26 15:59:47 -06:00
apt install texlive-latex-recommended texlive-xetex \
texlive-humanities \
python3-pygments \
fonts-gemunu-libre fonts-linuxlibertine \
biber
2022-08-23 12:15:31 -06:00
```
# Build
Run the build script to make a PDF:
```
make
```
To clean:
```
make clean
```