20
0

Fix dependency list to match the LuaLaTeX build

The Makefile has built with lualatex since the tagged PDF work in
2841ae9, but the README still told people to install texlive-xetex.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-08-13 16:41:41 -07:00
parent f2d871cbd7
commit 3cc4c8ffa9

View File

@@ -33,11 +33,11 @@ the repository and sending patches by email:
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 provide