From 3cc4c8ffa9128286545b2f663cccf03271c8bbf9 Mon Sep 17 00:00:00 2001 From: Benjamin Mako Hill Date: Thu, 13 Aug 2026 16:41:41 -0700 Subject: [PATCH] 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) --- slides_template/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/slides_template/README b/slides_template/README index 1d15054..a28e56d 100644 --- a/slides_template/README +++ b/slides_template/README @@ -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