1
0

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 <noreply@anthropic.com>
This commit is contained in:
2026-07-28 15:30:29 -07:00
parent 28760d5622
commit 756ed13429

13
README
View File

@@ -17,19 +17,20 @@ Services.
Requirements Requirements
============= =============
Because this document uses OpenType and TrueType fonts, it requires Because this document uses OpenType and TrueType fonts and produces
XeTeX rather than standard LaTeX. It is supported by Overleaf tagged, accessible PDF/UA-2 output, it requires LuaLaTeX rather than
(https://overleaf.com/) although it is not the default. More details standard LaTeX. It is supported by Overleaf (https://overleaf.com/)
on XeTeX are available here: https://tug.org/xetex/ 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: On Debian or Ubuntu, install the following packages:
* latexmk * latexmk
* texlive-xetex * texlive-luatex
* texlive-latex-recommended * texlive-latex-recommended
* texlive-latex-extra * texlive-latex-extra
apt install latexmk texlive-xetex texlive-latex-recommended \ apt install latexmk texlive-luatex texlive-latex-recommended \
texlive-latex-extra texlive-latex-extra
On other systems, installing a full TeX Live distribution should On other systems, installing a full TeX Live distribution should