diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-04 23:48:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-04 23:48:44 +0000 |
commit | d355162b9c64504b41fc28bdf0123a2d237eb197 (patch) | |
tree | 1b401cf63e6cbebdcd0beee13fc231344b77a51d /Master/texmf-dist/tex/texinfo | |
parent | 420dfdf8326201313b294d464ca6f13e7df8cb64 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64293 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/texinfo')
-rw-r--r-- | Master/texmf-dist/tex/texinfo/texinfo.tex | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/texinfo/texinfo.tex b/Master/texmf-dist/tex/texinfo/texinfo.tex index 6e3de226030..0820b750b9a 100644 --- a/Master/texmf-dist/tex/texinfo/texinfo.tex +++ b/Master/texmf-dist/tex/texinfo/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2022-09-01.06} +\def\texinfoversion{2022-09-03.12} % % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc. % @@ -4363,8 +4363,7 @@ $$% % undo it ourselves. \def\headitemfont{\b}% for people to use in the template row; not changeable \def\headitem{% - \checkenv\multitable - \crcr + \crcr % must appear first \gdef\headitemcrhook{\nobreak}% attempt to avoid page break after headings \global\everytab={\bf}% can't use \headitemfont since the parsing differs \the\everytab % for the first item |