Skip to content

Commit 7baab96

Browse files
mchehabJonathan Corbet
authored andcommitted
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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]> Link: https://lore.kernel.org/r/165aa6167f21e3892a6e308688c93c756e94f4e0.1641243581.git.mchehab@kernel.org Signed-off-by: Jonathan Corbet <[email protected]>
1 parent b360644 commit 7baab96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/sphinx-pre-install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ my %texlive = (
7878
'ucs.sty' => 'texlive-ucs',
7979
'upquote.sty' => 'texlive-upquote',
8080
'wrapfig.sty' => 'texlive-wrapfig',
81+
'ctexhook.sty' => 'texlive-ctex',
8182
);
8283

8384
#

0 commit comments

Comments
 (0)