diff options
Diffstat (limited to 'doc/README.md')
-rw-r--r-- | doc/README.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/README.md b/doc/README.md new file mode 100644 index 0000000..760d64a --- /dev/null +++ b/doc/README.md @@ -0,0 +1,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`. + |