changeset 39175:4e93dc94ca06

autoupdate
author Karl Berry <karl@freefriends.org>
date Sun, 03 Dec 2017 09:18:35 -0800
parents 79703e533448
children 8ee9e5707f73
files build-aux/texinfo.tex
diffstat 1 files changed, 15 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/build-aux/texinfo.tex	Tue Nov 28 14:30:25 2017 -0800
+++ b/build-aux/texinfo.tex	Sun Dec 03 09:18:35 2017 -0800
@@ -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{2017-11-17.06}
+\def\texinfoversion{2017-12-01.13}
 %
 % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
 % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2503,13 +2503,25 @@
 
 
 % In order for the font changes to affect most math symbols and letters,
-% we have to define the \textfont of the standard families.  We don't
-% bother to reset \scriptfont and \scriptscriptfont; awaiting user need.
+% we have to define the \textfont of the standard families.
 %
 \def\resetmathfonts{%
   \textfont0=\rmfont \textfont1=\ifont \textfont2=\syfont
   \textfont\itfam=\itfont \textfont\slfam=\slfont \textfont\bffam=\bffont
   \textfont\ttfam=\ttfont \textfont\sffam=\sffont
+  %
+  \scriptfont0=\rmfont \scriptfont1=\ifont \scriptfont2=\syfont
+  \scriptfont\itfam=\itfont \scriptfont\slfam=\slfont \scriptfont\bffam=\bffont
+  \scriptfont\ttfam=\ttfont \scriptfont\sffam=\sffont
+  %
+  \scriptscriptfont0=\rmfont
+  \scriptscriptfont1=\ifont
+  \scriptscriptfont2=\syfont
+  \scriptscriptfont\itfam=\itfont
+  \scriptscriptfont\slfam=\slfont
+  \scriptscriptfont\bffam=\bffont
+  \scriptscriptfont\ttfam=\ttfont
+  \scriptscriptfont\sffam=\sffont
 }
 
 %