aboutsummaryrefslogtreecommitdiff
path: root/doc/README.md
blob: 760d64a811b34c0303ae8169dac720797be9d25a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
### Instructions for building PDF of GEMMA manual

The following commands will generate a PDF of the GEMMA manual from
the Latex:

```bash
pdflatex manual
bibtex manual
pdflatex manual
pdflatex manual
```

To run these commands, you will need a TeX distribution such as
[TexLive](https://www.tug.org/texlive) that includes commands
`pdflatex` and `bibtex`.