From 756ed13429be9a51a177cff4d29c818ae41648fc Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Tue, 28 Jul 2026 15:30:29 -0700 Subject: [PATCH] README: require LuaLaTeX rather than XeTeX The Requirements section still described the XeTeX toolchain from before the switch to lualatex in 2d28230. Co-Authored-By: Claude Sonnet 4.6 --- README | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README b/README index 4cc9784..90f12ea 100644 --- a/README +++ b/README @@ -17,19 +17,20 @@ Services. Requirements ============= -Because this document uses OpenType and TrueType fonts, it requires -XeTeX rather than standard LaTeX. It is supported by Overleaf -(https://overleaf.com/) although it is not the default. More details -on XeTeX are available here: https://tug.org/xetex/ +Because this document uses OpenType and TrueType fonts and produces +tagged, accessible PDF/UA-2 output, it requires LuaLaTeX rather than +standard LaTeX. It is supported by Overleaf (https://overleaf.com/) +although it is not the default. More details on LuaTeX are available +here: https://www.luatex.org/ On Debian or Ubuntu, install the following packages: * latexmk -* texlive-xetex +* texlive-luatex * texlive-latex-recommended * texlive-latex-extra - apt install latexmk texlive-xetex texlive-latex-recommended \ + apt install latexmk texlive-luatex texlive-latex-recommended \ texlive-latex-extra On other systems, installing a full TeX Live distribution should