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: Karl Berry
Subject: Re: Strange layout in PDF with quotes
Date: Thu, 5 Jul 2007 12:16:48 -0500

    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]