bug-texinfo
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Strange layout in PDF with quotes


From: John Mandereau
Subject: Re: Strange layout in PDF with quotes
Date: Fri, 6 Jul 2007 12:24:15 +0200

Thanks for the fix.  Unfortunately, I'm not at home and have no
computer access to build LilyPond.  I'll be back on July 25th.

If testing this bugfix is urgent, I can ask somebody on lilypond-devel to do it.

We use makeinfo to build HTML and Info manuals, so I'll test 4.9.90.

Cheers,
John


2007/7/5, Karl Berry <address@hidden>:
    much space is often left around the quoted text

Thanks for the report, and sorry for the delayed reply.  There's a new
version at ftp://tug.org/tex/texinfo.tex with the patch below, which
fixed it for me.

By the way, do you use makeinfo with the lilypond manual?  If so, could
you see if version in the 4.9.90 pretest (alpha.gnu.org/gnu/texinfo) has
any problems?

Thanks,
karl


--- texinfo.tex.~1.248.~        2007-07-03 16:10:30.000000000 -0700
+++ texinfo.tex 2007-07-05 10:09:47.000000000 -0700
@@ -7506,5 +7506,5 @@
    \count255=128
    \loop\ifnum\count255<256
-      \global\catcode\count255=#1
+      \global\catcode\count255=#1\relax
       \advance\count255 by 1
    \repeat
@@ -7514,5 +7514,5 @@
    \count255=128
    \loop\ifnum\count255<256
-      \catcode\count255=#1
+      \catcode\count255=#1\relax
       \advance\count255 by 1
    \repeat





reply via email to

[Prev in Thread] Current Thread [Next in Thread]