* texinfo.tex (\imagexxx): Add some space around the image if it's

by itself.
This commit is contained in:
Karl Berry 1998-07-14 19:03:08 +00:00
parent 33654a7af4
commit 411a01acce

View file

@ -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