]> git.donarmstrong.com Git - lilypond.git/commitdiff
* tex/texinfo.tex (sectionheading, q.v.): don't center @image.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 9 Mar 2006 21:09:15 +0000 (21:09 +0000)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Thu, 9 Mar 2006 21:09:15 +0000 (21:09 +0000)
* tex/texinfo.tex: patch texinfo.tex to leave single quotes in
@code and @example. Update from texinfo.tex from CVS.

ChangeLog
tex/texinfo.tex

index 0e27e41a9f5ebfe8e7f0cd33707e9f0eaf0e2ef9..b9a3299dac6f96041deac6543353b5f220092d6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2006-03-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * tex/texinfo.tex (sectionheading, q.v.): don't center @image.
+
        * Documentation/user/invoking.itely: add note about MacOS X scripts.
 
        * scripts/convert-ly.py (do_options): don't print help for
index fb101964394410bb31d42165c1067b9dbde8dd67..9c1f5ea4c6c76b71344de686818feddb96f9c21f 100644 (file)
@@ -6542,7 +6542,7 @@ where each line of input produces a line of output.}
     % above and below.
     \nobreak\vskip\parskip
     \nobreak
-    \line\bgroup\hss
+    \line\bgroup
   \fi
   %
   % Output the image.
@@ -6555,7 +6555,7 @@ where each line of input produces a line of output.}
     \epsfbox{#1.eps}%
   \fi
   %
-  \ifimagevmode \hss \egroup \bigbreak \fi  % space after the image
+  \ifimagevmode \egroup \bigbreak \fi  % space after the image
 \endgroup}