mirror of
https://github.com/mirror/make.git
synced 2025-03-13 19:30:41 +08:00
* texinfo.tex (\itemzzz): take \itemmargin into account when
unhboxing. Reported by Bob.
This commit is contained in:
parent
050f9d9f5d
commit
84d159bb64
@ -1841,15 +1841,13 @@ July\or August\or September\or October\or November\or December\fi
|
|||||||
\itemxneedsnegativevskipfalse
|
\itemxneedsnegativevskipfalse
|
||||||
\else
|
\else
|
||||||
% The item text fits into the space. Start a paragraph, so that the
|
% The item text fits into the space. Start a paragraph, so that the
|
||||||
% following text (if any) will end up on the same line. Since that
|
% following text (if any) will end up on the same line.
|
||||||
% text will be indented by \tableindent, we make the item text be in
|
|
||||||
% a zero-width box.
|
|
||||||
\noindent
|
\noindent
|
||||||
% Do this with kerns and \unhbox so that if there is a footnote in
|
% Do this with kerns and \unhbox so that if there is a footnote in
|
||||||
% the item text, it can migrate to the main vertical list and
|
% the item text, it can migrate to the main vertical list and
|
||||||
% eventually be printed.
|
% eventually be printed.
|
||||||
\nobreak\kern-\tableindent
|
\nobreak\kern-\tableindent
|
||||||
\dimen0 = \itemmax \advance\dimen0 by -\wd0
|
\dimen0 = \itemmax \advance\dimen0 by \itemmargin \advance\dimen0 by -\wd0
|
||||||
\unhbox0
|
\unhbox0
|
||||||
\nobreak\kern\dimen0
|
\nobreak\kern\dimen0
|
||||||
\endgroup
|
\endgroup
|
||||||
|
Loading…
Reference in New Issue
Block a user