2024-04-02 15:29:11

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] scripts/sphinx-pre-install: fix Arch xelatex dependency

Li Hua <[email protected]> writes:

> On Arch Linux, xelatex is installed in the texlive-xetex package.
>
> Signed-off-by: Li Hua <[email protected]>
> ---
> scripts/sphinx-pre-install | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/sphinx-pre-install b/scripts/sphinx-pre-install
> index 4c781617f..c559e43b2 100755
> --- a/scripts/sphinx-pre-install
> +++ b/scripts/sphinx-pre-install
> @@ -560,7 +560,7 @@ sub give_arch_linux_hints()
> "virtualenv" => "python-virtualenv",
> "dot" => "graphviz",
> "convert" => "imagemagick",
> - "xelatex" => "texlive-bin",
> + "xelatex" => "texlive-xetex",
> "latexmk" => "texlive-core",
> "rsvg-convert" => "extra/librsvg",
> );

This email shows as having been copied to the mailing lists, but does
not appear to have actually arrived there. It's trivial, so I'll apply
it anyway, but you will want to get a handle on what is keeping your
emails off the lists.

Thanks,

jon