Fix #6641: Undefined control sequence \sphinxmaketitle

This commit is contained in:
jfbu 2019-09-02 21:53:47 +02:00
parent 8912ee0af0
commit 37cb8ba147
2 changed files with 4 additions and 1 deletions

View File

@ -16,6 +16,8 @@ Features added
Bugs fixed Bugs fixed
---------- ----------
* #6641: LaTeX: Undefined control sequence `\sphinxmaketitle`
Testing Testing
-------- --------

View File

@ -6,7 +6,7 @@
% %
\NeedsTeXFormat{LaTeX2e}[1995/12/01] \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 % provides \ltx@ifundefined
% (many packages load ltxcmds: graphicx does for pdftex and lualatex but % (many packages load ltxcmds: graphicx does for pdftex and lualatex but
@ -527,6 +527,7 @@
\fi \fi
% make commands known to non-Sphinx document classes % make commands known to non-Sphinx document classes
\providecommand*{\sphinxmaketitle}{\maketitle}
\providecommand*{\sphinxtableofcontents}{\tableofcontents} \providecommand*{\sphinxtableofcontents}{\tableofcontents}
\ltx@ifundefined{sphinxthebibliography} \ltx@ifundefined{sphinxthebibliography}
{\newenvironment {\newenvironment