mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2025-02-05 19:30:45 +00:00
* texinfo.tex (\imagexxx): Add some space around the image if it's
by itself.
This commit is contained in:
parent
33654a7af4
commit
411a01acce
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue