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:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-10-26 12:33:59 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-11-05 16:25:41 +0300
commit4ec563fcff7ea97a4daf63a78051cefbfe450d83 (patch)
treec9fc3a044ba673317a440c3faacbdd88f929bc7c /sphinx/templates
parent8dbb799cb16ab99f58079af344a254d8233a5fff (diff)
Close #6762: latex: Allow to load additonal LaTeX packages
Diffstat (limited to 'sphinx/templates')
-rw-r--r--sphinx/templates/latex/latex.tex_t1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/templates/latex/latex.tex_t b/sphinx/templates/latex/latex.tex_t
index 2beac82c9..a0a5a26b1 100644
--- a/sphinx/templates/latex/latex.tex_t
+++ b/sphinx/templates/latex/latex.tex_t
@@ -35,6 +35,7 @@
<%= sphinxsetup %>
<%= fvset %>
<%= geometry %>
+<%= extrapackages %>
<%- for name, option in packages %>
<%- if option %>