]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
scripts: sphinx-pre-install: add required ctex dependency
authorMauro Carvalho Chehab <mchehab@kernel.org>
Mon, 3 Jan 2022 21:01:57 +0000 (22:01 +0100)
committerPaolo Pisati <paolo.pisati@canonical.com>
Fri, 28 Jan 2022 10:03:43 +0000 (11:03 +0100)
BugLink: https://bugs.launchpad.net/bugs/1959376
commit 7baab965896eaeea60a54b8fe742feea2f79060f upstream.

After a change meant to fix support for oriental characters
(Chinese, Japanese, Korean), ctex stylesheet is now a requirement
for PDF output.

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Link: https://lore.kernel.org/r/165aa6167f21e3892a6e308688c93c756e94f4e0.1641243581.git.mchehab@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
scripts/sphinx-pre-install

index 288e86a9d1e583e52840e46b258745af0da152ee..46aaab414098ad68248ade5758dd2744ec3e76ea 100755 (executable)
@@ -78,6 +78,7 @@ my %texlive = (
        'ucs.sty'            => 'texlive-ucs',
        'upquote.sty'        => 'texlive-upquote',
        'wrapfig.sty'        => 'texlive-wrapfig',
+       'ctexhook.sty'       => 'texlive-ctex',
 );
 
 #