From bbf8cac8c022deefd9cb523a4733956b458c692a Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Thu, 16 Feb 2017 09:34:34 -0600 Subject: [PATCH] readme: Add instructions for building PDFs --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39881505..ecabf33f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,13 @@ Building XEPs To build a single XEP as HTML simply run: - make xep-xxxx + make xep-xxxx.html + +To build PDFs, you'll need to install [TeXML](http://getfo.org/texml/) (probably +in a Python 2 virtual environment). +You can then build PDFs with: + + make xep-xxxx.pdf To change the output directory, set the variable `OUTDIR`, eg.