Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjfbu <jfbu@free.fr>2021-01-28 23:03:17 +0300
committerjfbu <jfbu@free.fr>2021-01-28 23:21:01 +0300
commita68a05533dfc1a40622b44ddfc6fab31cb4cb7fb (patch)
treecc8dc3b09d9535e9d4e2220d5b19fd1a815c367f /sphinx/texinputs
parent7f63c5442eb19c2cf52cf00679bb5666a7a4acef (diff)
Fix #8072: Directive hlist not implemented in LaTeX
Adds ``multicol`` LaTeX package requirement, but it is a required part of any latex distribution.
Diffstat (limited to 'sphinx/texinputs')
-rw-r--r--sphinx/texinputs/sphinx.sty2
1 files changed, 2 insertions, 0 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty
index f406b1089..cd4671e7c 100644
--- a/sphinx/texinputs/sphinx.sty
+++ b/sphinx/texinputs/sphinx.sty
@@ -239,6 +239,8 @@
\ltx@ifundefined{@removefromreset}
{\RequirePackage{remreset}}
{}% avoid warning
+% To support hlist directive
+\RequirePackage{multicol}
% to make pdf with correct encoded bookmarks in Japanese
% this should precede the hyperref package
\ifx\kanjiskip\@undefined