diff options
author | jfbu <jfbu@free.fr> | 2019-09-02 21:53:47 +0200 |
---|---|---|
committer | jfbu <jfbu@free.fr> | 2019-09-02 21:53:47 +0200 |
commit | 37cb8ba147d67d56ca8e1dad6fb27d93c3e678eb (patch) | |
tree | ed858c2a05c3dd466ea5629e50dca674a3957b8c /sphinx/texinputs | |
parent | 8912ee0af0734e92b69a947a22b31c5a1187e584 (diff) | |
download | sphinx-git-37cb8ba147d67d56ca8e1dad6fb27d93c3e678eb.tar.gz |
Fix #6641: Undefined control sequence \sphinxmaketitle
Diffstat (limited to 'sphinx/texinputs')
-rw-r--r-- | sphinx/texinputs/sphinx.sty | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index 2eebbb914..c18e87a9b 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -6,7 +6,7 @@ % \NeedsTeXFormat{LaTeX2e}[1995/12/01] -\ProvidesPackage{sphinx}[2019/06/04 v2.1.1 LaTeX package (Sphinx markup)] +\ProvidesPackage{sphinx}[2019/09/02 v2.2.1 LaTeX package (Sphinx markup)] % provides \ltx@ifundefined % (many packages load ltxcmds: graphicx does for pdftex and lualatex but @@ -527,6 +527,7 @@ \fi % make commands known to non-Sphinx document classes +\providecommand*{\sphinxmaketitle}{\maketitle} \providecommand*{\sphinxtableofcontents}{\tableofcontents} \ltx@ifundefined{sphinxthebibliography} {\newenvironment |