diff options
author | Karl Berry <karl@freefriends.org> | 2022-09-02 23:49:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-09-02 23:49:10 +0000 |
commit | 49208ae978a9550c23a4858a52155edbd927761d (patch) | |
tree | 651499d08a741380a9218e9d4614ced40ad37778 /Build/source/build-aux | |
parent | e133190a9d31e154276766b8f62b815e287b4804 (diff) |
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@64275 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index 1650554d240..6e3de226030 100644 --- a/Build/source/build-aux/texinfo.tex +++ b/Build/source/build-aux/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-08-27.12} +\def\texinfoversion{2022-09-01.06} % % Copyright 1985, 1986, 1988, 1990-2022 Free Software Foundation, Inc. % @@ -241,9 +241,6 @@ % \def\finalout{\overfullrule=0pt } -\newdimen\outerhsize \newdimen\outervsize % set by the paper size routines -\newdimen\topandbottommargin \topandbottommargin=.75in - % Output a mark which sets \thischapter, \thissection and \thiscolor. % We dump everything together because we only have one kind of mark. % This works because we only use \botmark / \topmark, not \firstmark. @@ -3457,10 +3454,9 @@ $$% \ifx\textnominalsize\xwordpt % for 10pt running text, lllsize (8pt) is too small for the A in LaTeX. % Revert to plain's \scriptsize, which is 7pt. - % \count255=\the\fam $\fam\count255 \scriptstyle A$% - \switchtolllsize A% + \count255=\the\fam $\fam\count255 \scriptstyle A$% \else - \iffalse % x\curfontsize\smallword + \ifx\curfontsize\smallword % For footnotes and indices \count255=\the\fam $\fam\count255 \scriptstyle A$% \else @@ -3979,7 +3975,7 @@ $$% \global\oddfootline={\hfil} \global\evenheadline={\line{\folio\hfil\thistitle}} \global\oddheadline={\line{\thischapter\hfil\folio}} -\global\evenchapheadline={\line{\folio\hfil}} +\global\evenchapheadline={\line{\folio\hfil\thistitle}} \global\oddchapheadline={\line{\hfil\folio}} \global\let\contentsalignmacro = \chapoddpage } @@ -11233,13 +11229,9 @@ directory should work if nowhere else does.} % \vsize = #1\relax \advance\vsize by \topskip - \outervsize = \vsize - \advance\outervsize by 2\topandbottommargin \txipageheight = \vsize % \hsize = #2\relax - \outerhsize = \hsize - \advance\outerhsize by 0.5in \txipagewidth = \hsize % \normaloffset = #4\relax @@ -11407,6 +11399,8 @@ directory should work if nowhere else does.} % Default value of \hfuzz, for suppressing warnings about overfull hboxes. \hfuzz = 1pt +\ifx\eTeXversion\thisisundefined\else \lastlinefit=500 \fi + \message{and turning on texinfo input format.} |