summaryrefslogtreecommitdiff
path: root/build-aux/texinfo.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-19 09:05:15 -0800
committerKarl Berry <karl@freefriends.org>2017-12-19 09:05:15 -0800
commit5f1c957c4ba1feb5a2a97dfccf1ec4f3c6cd7da8 (patch)
tree48ba0d28d30534b76a79812760fec16e46ec25a2 /build-aux/texinfo.tex
parentf9778f85457371fe1dc60e7d1cb20c96aab40099 (diff)
downloadgnulib-5f1c957c4ba1feb5a2a97dfccf1ec4f3c6cd7da8.tar.gz
autoupdate
Diffstat (limited to 'build-aux/texinfo.tex')
-rw-r--r--build-aux/texinfo.tex18
1 files changed, 3 insertions, 15 deletions
diff --git a/build-aux/texinfo.tex b/build-aux/texinfo.tex
index 5d05ba5ca1..42bb983359 100644
--- a/build-aux/texinfo.tex
+++ b/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{2017-12-01.13}
+\def\texinfoversion{2017-12-18.20}
%
% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
@@ -2503,25 +2503,13 @@ end
% In order for the font changes to affect most math symbols and letters,
-% we have to define the \textfont of the standard families.
+% we have to define the \textfont of the standard families. We don't
+% bother to reset \scriptfont and \scriptscriptfont; awaiting user need.
%
\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
}
%