diff --git a/CHANGES b/CHANGES index f28b9865265..765da250e02 100644 --- a/CHANGES +++ b/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) ==================================== diff --git a/sphinx/texinputs/sphinx.sty b/sphinx/texinputs/sphinx.sty index 05c67712794..642089dc6e9 100644 --- a/sphinx/texinputs/sphinx.sty +++ b/sphinx/texinputs/sphinx.sty @@ -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 }%