From: David Griffith Date: Fri, 5 Apr 2019 13:02:05 +0000 (-0700) Subject: Mention in README.md the need for the iftex package and how to get it. X-Git-Url: https://jxself.org/git/?p=ibg.git;a=commitdiff_plain Mention in README.md the need for the iftex package and how to get it. --- diff --git a/README.md b/README.md index 28fad2b..eadb3a6 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,17 @@ guide from a command prompt, like this: make html -For building the PDF version, you need a reasonably recent installation of -TeX Live. Release 2014 will do. You will also need the Emerald font -package from https://www.ctan.org/tex-archive/fonts/emerald/. This cannot -be installed with `tlmgr`, nor does it seem to be packaged by the usual -Linux or BSD distributions. Scripts for installing and uninstalling -Emerald are provided in the `tools` directory. When you're ready, type +For building the PDF version, you need a reasonably recent installation +of TeX Live. Release 2014 will do. You will also need the iftex +package, which may or may not be automatically installed. For Debian +and Debian-derived systems, the "texlive-generic-extra" package will +take care of this. + +You will also need the Emerald font package from +https://www.ctan.org/tex-archive/fonts/emerald/. This cannot be +installed with `tlmgr`, nor does it seem to be packaged by the usual +Linux or BSD distributions. Scripts for installing and uninstalling +Emerald are provided in the `tools` directory. When you're ready, type this: make latexpdf