Fix #3086: revert 1.5a2 change to latex bibliographic entries key widths (#3087)

This commit is contained in:
Jean-François B 2016-10-24 15:58:20 +02:00 committed by GitHub
parent efa5382e9b
commit 41609f15b8
3 changed files with 3 additions and 3 deletions

View File

@ -907,7 +907,7 @@
\renewenvironment{sphinxthebibliography}[1]
{\cleardoublepage\phantomsection
\begin{thebibliography}{\detokenize{#1}}}
\begin{thebibliography}{1}}
{\end{thebibliography}}
\fi

View File

@ -91,7 +91,7 @@
% For an article document class this environment is a section,
% so no page break before it.
\newenvironment{sphinxthebibliography}[1]{%
\begin{thebibliography}{\detokenize{#1}}%
\begin{thebibliography}{1}%
\addcontentsline{toc}{section}{\bibname}}{\end{thebibliography}}

View File

@ -109,7 +109,7 @@
% For a report document class this environment is a chapter.
\newenvironment{sphinxthebibliography}[1]{%
\if@openright\cleardoublepage\else\clearpage\fi
\begin{thebibliography}{\detokenize{#1}}%
\begin{thebibliography}{1}%
\addcontentsline{toc}{chapter}{\bibname}}{\end{thebibliography}}
% Same for the indices.