From 411a01acce76d1824806fe7465048ca452c9b3c5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 14 Jul 1998 19:03:08 +0000 Subject: [PATCH] * texinfo.tex (\imagexxx): Add some space around the image if it's by itself. --- texinfo.tex | 3 +++ 1 file changed, 3 insertions(+) diff --git a/texinfo.tex b/texinfo.tex index 7c24ab7..fef899b 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 -- 2.7.4