Hello,
        I've mailed texinfo-multitable.patch recently.
The patch used new dimen \savedhsize.  It was wrong, it's better to use
\pagewidth instead.

Please apply the attached patch (texinfo-footnotehsize.patch) over the
previous one.

Regards,
        Stepan Kasal
Thu Jan 23 13:57:31 CET 2003  Stepan Kasal  <[EMAIL PROTECTED]>

        * doc/texinfo.tex (\footnotezzz): set \hsize to \pagewidth,
          in case it's different at the moment.

--- texinfo.tex.p1      Thu Jan 23 13:54:39 2003
+++ texinfo.tex Thu Jan 23 13:56:46 2003
@@ -2293,12 +2293,10 @@
 % table is finished.  --kasal, 22jan03
 %
 \newbox\savedfootnotes
-\newdimen\savedhsize
 %
 \def\startsavedfootnote{%
   \global\setbox\savedfootnotes = \vbox\bgroup
     \unvbox\savedfootnotes
-    \hsize\savedhsize
 }
 \def\crcrwithfootnotes{%
   \crcr
@@ -6079,6 +6077,7 @@
 %
 \long\gdef\footnotezzz{%
   \startfootins
+  \hsize\pagewidth
   % We want to typeset this text as a normal paragraph, even if the
   % footnote reference occurs in (for example) a display environment.
   % So reset some parameters.
_______________________________________________
Bug-texinfo mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-texinfo

Reply via email to