mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1
)
This commit is contained in:
parent
5c42bb0172
commit
d4a9997a48
2
CHANGES
2
CHANGES
@ -7,7 +7,7 @@ Bugs fixed
|
||||
* #2630: Latex sphinx.sty Notice Enviroment formatting problem
|
||||
* #2632: Warning directives fail in quote environment latex build
|
||||
* #2633: Sphinx crashes with old styled indices
|
||||
|
||||
* Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1)
|
||||
|
||||
Release 1.4.3 (released Jun 5, 2016)
|
||||
====================================
|
||||
|
@ -346,7 +346,7 @@
|
||||
}%
|
||||
\item
|
||||
% use a minipage if we are already inside a framed environment
|
||||
\relax\ifSphinx@inframed\noindent\begin{\minipage}{\linewidth}\fi
|
||||
\relax\ifSphinx@inframed\noindent\begin{minipage}{\linewidth}\fi
|
||||
\MakeFramed {% adapted over from framed.sty's snugshade environment
|
||||
\advance\hsize-\width\@totalleftmargin\z@\linewidth\hsize
|
||||
\@setminipage }%
|
||||
|
Loading…
Reference in New Issue
Block a user