[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: comments on texinfo.tex changes
From: |
Karl Berry |
Subject: |
Re: comments on texinfo.tex changes |
Date: |
Thu, 25 Sep 2003 14:42:03 -0400 |
. Page 158: There is a page break between the three `\Y' entries; my
This patch fixes it, although it may still happen if the break is
unavoidable. This code was originally inserted because someone had
hundreds of @def...x headers in a row, so we have to allow a break there
as a last resort. I guess we could make some sort of option in the
source file if it turns out to be necessary.
Thanks,
k
*** texinfo.tex.~1.92.~ Wed Sep 24 10:44:34 2003
--- texinfo.tex Thu Sep 25 11:38:13 2003
***************
*** 5093,5099 ****
\def\defxbodycommon{%
% As with \parsebodycommon above, allow line break if we have multiple
% x headers in a row. It's not a great place, though.
! \ifnum\lastpenalty=10000 \penalty1000 \fi
%
\begingroup\obeylines
}
--- 5093,5099 ----
\def\defxbodycommon{%
% As with \parsebodycommon above, allow line break if we have multiple
% x headers in a row. It's not a great place, though.
! \ifnum\lastpenalty=10002 \penalty2000 \fi
%
\begingroup\obeylines
}
- comments on texinfo.tex changes, Werner LEMBERG, 2003/09/23
- Re: comments on texinfo.tex changes, Karl Berry, 2003/09/23
- Re: comments on texinfo.tex changes, Karl Berry, 2003/09/23
- Re: comments on texinfo.tex changes, Karl Berry, 2003/09/24
- Re: comments on texinfo.tex changes, Karl Berry, 2003/09/24
- Re: comments on texinfo.tex changes, Karl Berry, 2003/09/25
- Re: comments on texinfo.tex changes,
Karl Berry <=