mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Convert sphinxmessage to LaTeX package
This commit is contained in:
parent
45d04703fe
commit
fc43bfc639
@ -47,7 +47,7 @@
|
||||
<%= hyperref %>
|
||||
<%= contentsname %>
|
||||
<%= numfig_format %>
|
||||
\input{sphinxmessages.sty}
|
||||
\usepackage{sphinxmessages}
|
||||
<%= tocdepth %>
|
||||
<%= secnumdepth %>
|
||||
<%= preamble %>
|
||||
|
@ -3,6 +3,8 @@
|
||||
%
|
||||
% message resources for Sphinx
|
||||
%
|
||||
\ProvidesPackage{sphinxmessages}[2019/01/04 v2.0 Localized LaTeX macros (Sphinx team)]
|
||||
|
||||
\renewcommand{\literalblockcontinuedname}{<%= _('continued from previous page') | e %>}
|
||||
\renewcommand{\literalblockcontinuesname}{<%= _('continues on next page') | e %>}
|
||||
\renewcommand{\sphinxnonalphabeticalgroupname}{<%= _('Non-alphabetical') | e %>}
|
||||
|
Loading…
Reference in New Issue
Block a user