gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] trunk r8556: update texinfo.tex


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8556: update texinfo.tex
Date: Thu, 1 Sep 2022 16:40:51 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8556
revision-id: carlhansen@gnu.org-20220901203835-npik4htiil5yfrja
parent: carlhansen@gnu.org-20220831204832-ilcr5ij8iahzvazg
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2022-09-01 13:38:35 -0700
message:
  update texinfo.tex
  ^x=
modified:
  doc/texinfo.tex                texinfo.tex-20210501180820-1twq5wdsrp9yr9h7-1
=== modified file 'doc/texinfo.tex'
--- a/doc/texinfo.tex   2022-08-31 02:01:25 +0000
+++ b/doc/texinfo.tex   2022-09-01 20:38:35 +0000
@@ -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 @@
   %
   \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 @@
 % 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.}
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]