From 9000e516d8f509e582d63e42c385ec83d301b3b5 2013-02-21 18:04:36 From: Jonathan Frederic Date: 2013-02-21 18:04:36 Subject: [PATCH] Sphinx templates draw underlaying data from Sphinx classes. --- diff --git a/templates/tex/latex_sphinx_base.tplx b/templates/tex/latex_sphinx_base.tplx index 6a859a1..618986d 100644 --- a/templates/tex/latex_sphinx_base.tplx +++ b/templates/tex/latex_sphinx_base.tplx @@ -42,6 +42,7 @@ \renewcommand{\releasename}{Release} %(releasename)s} \makeindex %(makeindex)s +((* block sphinxstyle *))((* endblock sphinxstyle *)) ((* endblock header *)) ((* block body *)) diff --git a/templates/tex/latex_sphinx_howto.tplx b/templates/tex/latex_sphinx_howto.tplx index dc03007..e1b75a7 100644 --- a/templates/tex/latex_sphinx_howto.tplx +++ b/templates/tex/latex_sphinx_howto.tplx @@ -11,3 +11,6 @@ ((*- extends 'latex_sphinx_base.tplx' -*)) ((* block documentclass *))sphinxhowto((* endblock documentclass *)) +((* block sphinxstyle *))((* include 'sphinxhowto.cls' *))((* endblock sphinxstyle *)) + + diff --git a/templates/tex/latex_sphinx_manual.tplx b/templates/tex/latex_sphinx_manual.tplx index 74a8989..a63bfaf 100644 --- a/templates/tex/latex_sphinx_manual.tplx +++ b/templates/tex/latex_sphinx_manual.tplx @@ -11,3 +11,4 @@ ((*- extends 'latex_sphinx_base.tplx' -*)) ((* block documentclass *))sphinxmanual((* endblock documentclass *)) +((* block sphinxstyle *))((* include 'sphinxmanual.cls' *))((* endblock sphinxstyle *))