note about latex build

This commit is contained in:
Stephen Diehl 2015-11-21 09:55:41 -05:00
parent 0ecbb87423
commit c536b30c9a

View File

@ -68,6 +68,13 @@ $ cabal sandbox init
$ cabal install --only-dependencies
$ cabal exec bash
$ make
```
To make the generate the pdf, the LaTeX packages must be installed on the
system.
```bash
$ sudo apt-get install texlive-xetex texlive-latex-extra
$ make pdf
```