From d4a9997a48471c1a036d1e43d54bafae340c2fcc Mon Sep 17 00:00:00 2001 From: jfbu Date: Tue, 7 Jun 2016 20:39:28 +0200 Subject: [PATCH] Fix a \begin{\minipage} typo in sphinx.sty from 1.4.2 (ref: 68becb1) --- CHANGES | 2 +- sphinx/texinputs/sphinx.sty | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }%