texinfo-commits
[Top][All Lists]
Advanced

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

[6561] avoid changing baselineskip before index initials


From: Gavin D. Smith
Subject: [6561] avoid changing baselineskip before index initials
Date: Sat, 22 Aug 2015 18:50:41 +0000

Revision: 6561
          http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=6561
Author:   gavin
Date:     2015-08-22 18:50:40 +0000 (Sat, 22 Aug 2015)
Log Message:
-----------
avoid changing baselineskip before index initials

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/doc/texinfo.tex

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2015-08-22 10:13:42 UTC (rev 6560)
+++ trunk/ChangeLog     2015-08-22 18:50:40 UTC (rev 6561)
@@ -1,3 +1,9 @@
+2015-08-22  Gavin Smith  <address@hidden>
+
+       * doc/texinfo.tex (\initialfonts): Don't use \secfonts because 
+       this changes \baselineskip.  Add % at end of some lines.
+       (\balancecolumns): Add \vfill at the bottom of both columns.
+
 2015-08-21  Gavin Smith  <address@hidden>
 
        * doc/texinfo.tex (\scanmacro): Alias \c with \texinfoc and use 

Modified: trunk/doc/texinfo.tex
===================================================================
--- trunk/doc/texinfo.tex       2015-08-22 10:13:42 UTC (rev 6560)
+++ trunk/doc/texinfo.tex       2015-08-22 18:50:40 UTC (rev 6561)
@@ -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{2015-08-21.13}
+\def\texinfoversion{2015-08-22.20}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -5019,23 +5019,24 @@
 \catcode`\$=3
 \gdef\initialfonts{%
   \usemathbackslash
-  \secfonts
+  \let\tentt=\sectt \let\tt=\sectt \let\sf=\sectt
+  \resetmathfonts
   % Some changes for non-alphabetic characters.  Using the glyphs from the
   % math fonts looks more consistent than the typewriter font used elsewhere
   % for these characters.
   % Can't get bold backslash so don't use bold forward slash
   \catcode`\/=13
-  \def/{{\secrmnotbold \normalslash}}
+  \def/{{\secrmnotbold \normalslash}}%
   \catcode`\-=13
-  \def-{{\normalhyphen\normalhyphen}}
+  \def-{{\normalhyphen\normalhyphen}}%
   \let^=\normalcaret
   \let~=\normaltilde
   \def\_{%
     \leavevmode \kern.07em \vbox{\hrule width.33em height.06ex}\kern .07em }
-  \def|{$\vert$}
-  \def<{$\less$}
-  \def>{$\gtr$}
-  \def+{$\normalplus$}
+  \def|{$\vert$}%
+  \def<{$\less$}%
+  \def>{$\gtr$}%
+  \def+{$\normalplus$}%
   \let"=\normaldoublequote
 }}
 
@@ -5326,7 +5327,7 @@
   \pagegoal = \vsize
 }
 %
-% Called at the end of the double column material.
+% Only called for the last of the double column material.
 \def\balancecolumns{%
   \setbox0 = \vbox{\unvbox255}% like \box255 but more efficient, see p.120.
   \dimen@ = \ht0
@@ -5346,8 +5347,8 @@
     \repeat
   }%
   %debug\message{split to \the\dimen@, column heights: \the\ht1, \the\ht3.}%
-  \setbox0=\vbox address@hidden
-  \setbox2=\vbox address@hidden
+  \setbox0=\vbox address@hidden
+  \setbox2=\vbox address@hidden
   %
   \pagesofar
 }




reply via email to

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