From 8d550526b269f558672e254a25ca0b4856ee0507 Mon Sep 17 00:00:00 2001 From: David Griffith Date: Fri, 5 Apr 2019 06:02:05 -0700 Subject: [PATCH] Mention in README.md the need for the iftex package and how to get it. --- README.md | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) 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 -- 2.31.1