From: Karl Berry Date: Tue, 14 Jul 1998 19:03:08 +0000 (+0000) Subject: * texinfo.tex (\imagexxx): Add some space around the image if it's X-Git-Tag: 3.77~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=411a01acce76d1824806fe7465048ca452c9b3c5;p=thirdparty%2Fmake.git * texinfo.tex (\imagexxx): Add some space around the image if it's by itself. --- diff --git a/texinfo.tex b/texinfo.tex index 7c24ab7c..fef899b2 100644 --- a/texinfo.tex +++ b/texinfo.tex @@ -5110,7 +5110,10 @@ width0pt\relax} \fi \setbox0 = \hbox{\ignorespaces #3}\ifdim\wd0 > 0pt \epsfysize=#3\relax \fi % If the image is by itself, center it. \ifvmode + \nobreak\medskip + \nobreak \centerline{\epsfbox{#1.eps}}% + \bigbreak \else \epsfbox{#1.eps}% \fi