mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-24 05:01:03 +02:00
scripts: sphinx-pre-install: add required ctex dependency
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>
This commit is contained in:
committed by
Jonathan Corbet
parent
b36064425a
commit
7baab96589
@@ -78,6 +78,7 @@ my %texlive = (
|
|||||||
'ucs.sty' => 'texlive-ucs',
|
'ucs.sty' => 'texlive-ucs',
|
||||||
'upquote.sty' => 'texlive-upquote',
|
'upquote.sty' => 'texlive-upquote',
|
||||||
'wrapfig.sty' => 'texlive-wrapfig',
|
'wrapfig.sty' => 'texlive-wrapfig',
|
||||||
|
'ctexhook.sty' => 'texlive-ctex',
|
||||||
);
|
);
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user