mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update version and date for LaTeX style files
This commit is contained in:
parent
5f581cdb2d
commit
6b583a9618
@ -6,7 +6,7 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||||
\ProvidesPackage{sphinx}[2017/03/12 v1.5.4 LaTeX package (Sphinx markup)]
|
\ProvidesPackage{sphinx}[2017/03/26 v1.5.4 LaTeX package (Sphinx markup)]
|
||||||
|
|
||||||
% this is the \ltx@ifundefined of ltxcmds.sty, which is loaded by
|
% this is the \ltx@ifundefined of ltxcmds.sty, which is loaded by
|
||||||
% kvoptions (and later by hyperref), but the first release of
|
% kvoptions (and later by hyperref), but the first release of
|
||||||
@ -922,11 +922,11 @@
|
|||||||
}}
|
}}
|
||||||
% Same for \url. And also \nolinkurl for coherence.
|
% Same for \url. And also \nolinkurl for coherence.
|
||||||
\protected\def\sphinxurl#1{{%
|
\protected\def\sphinxurl#1{{%
|
||||||
\sphinxunactivateextrasandspace
|
\sphinxunactivateextrasandspace\everyeof{}% (<- precaution for \scantokens)
|
||||||
\endlinechar\m@ne\scantokens{\url{#1}}%
|
\endlinechar\m@ne\scantokens{\url{#1}}%
|
||||||
}}
|
}}
|
||||||
\protected\def\sphinxnolinkurl#1{{%
|
\protected\def\sphinxnolinkurl#1{{%
|
||||||
\sphinxunactivateextrasandspace
|
\sphinxunactivateextrasandspace\everyeof{}%
|
||||||
\endlinechar\m@ne\scantokens{\nolinkurl{#1}}%
|
\endlinechar\m@ne\scantokens{\nolinkurl{#1}}%
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||||
\ProvidesClass{sphinxhowto}[2016/10/12 v1.5 Document class (Sphinx HOWTO)]
|
\ProvidesClass{sphinxhowto}[2017/03/26 v1.5.4 Document class (Sphinx HOWTO)]
|
||||||
|
|
||||||
% 'oneside' option overriding the 'twoside' default
|
% 'oneside' option overriding the 'twoside' default
|
||||||
\newif\if@oneside
|
\newif\if@oneside
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%
|
%
|
||||||
|
|
||||||
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
\NeedsTeXFormat{LaTeX2e}[1995/12/01]
|
||||||
\ProvidesClass{sphinxmanual}[2016/10/12 v1.5 Document class (Sphinx manual)]
|
\ProvidesClass{sphinxmanual}[2017/03/26 v1.5.4 Document class (Sphinx manual)]
|
||||||
|
|
||||||
% chapters starting at odd pages (overridden by 'openany' document option)
|
% chapters starting at odd pages (overridden by 'openany' document option)
|
||||||
\PassOptionsToClass{openright}{\sphinxdocclass}
|
\PassOptionsToClass{openright}{\sphinxdocclass}
|
||||||
|
Loading…
Reference in New Issue
Block a user