aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2018-02-01 09:20:13 -0800
committerPaul Eggert2018-02-01 09:21:39 -0800
commit100e33979b139c007c45f0fd339a76e5a7ef494a (patch)
tree79fb78ba700ac9ccecb4cf4e1133871a74fbf1c8 /doc
parentc85d9e401a686637284752a0eadc52f7a6b439d7 (diff)
downloademacs-100e33979b139c007c45f0fd339a76e5a7ef494a.tar.gz
emacs-100e33979b139c007c45f0fd339a76e5a7ef494a.zip
Update from gnulib
This includes: 2018-01-31 environ: Fix link error on 64-bit Cygwin 2018-01-27 Fix malfunction of socket functions on HP-UX in 64-bit mode 2018-01-26 manywarnings: fix maintainer comment 2018-01-23 Merge strftime.c changes from glibc * build-aux/config.guess, build-aux/config.sub, doc/misc/texinfo.tex: * lib/gnulib.mk.in, lib/nstrftime.c, lib/unistd.in.h, m4/extensions.m4: * m4/manywarnings.m4: Update.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/texinfo.tex46
1 files changed, 42 insertions, 4 deletions
diff --git a/doc/misc/texinfo.tex b/doc/misc/texinfo.tex
index 1987c50ba26..c614e024058 100644
--- a/doc/misc/texinfo.tex
+++ b/doc/misc/texinfo.tex
@@ -3,11 +3,11 @@
3% Load plain if necessary, i.e., if running under initex. 3% Load plain if necessary, i.e., if running under initex.
4\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi 4\expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
5% 5%
6\def\texinfoversion{2017-12-26.21} 6\def\texinfoversion{2018-01-09.11}
7% 7%
8% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 8% Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995,
9% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 9% 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
10% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017 10% 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018
11% Free Software Foundation, Inc. 11% Free Software Foundation, Inc.
12% 12%
13% This texinfo.tex file is free software: you can redistribute it and/or 13% This texinfo.tex file is free software: you can redistribute it and/or
@@ -2235,6 +2235,20 @@ end
2235\font\smallersy=cmsy8 2235\font\smallersy=cmsy8
2236\def\smallerecsize{0800} 2236\def\smallerecsize{0800}
2237 2237
2238% Fonts for math mode superscripts (7pt).
2239\def\sevennominalsize{7pt}
2240\setfont\sevenrm\rmshape{7}{1000}{OT1}
2241\setfont\seventt\ttshape{10}{700}{OT1TT}
2242\setfont\sevenbf\bfshape{10}{700}{OT1}
2243\setfont\sevenit\itshape{7}{1000}{OT1IT}
2244\setfont\sevensl\slshape{10}{700}{OT1}
2245\setfont\sevensf\sfshape{10}{700}{OT1}
2246\setfont\sevensc\scshape{10}{700}{OT1}
2247\setfont\seventtsl\ttslshape{10}{700}{OT1TT}
2248\font\seveni=cmmi7
2249\font\sevensy=cmsy7
2250\def\sevenecsize{0700}
2251
2238% Fonts for title page (20.4pt): 2252% Fonts for title page (20.4pt):
2239\def\titlenominalsize{20pt} 2253\def\titlenominalsize{20pt}
2240\setfont\titlerm\rmbshape{12}{\magstep3}{OT1} 2254\setfont\titlerm\rmbshape{12}{\magstep3}{OT1}
@@ -2369,6 +2383,20 @@ end
2369\font\smallersy=cmsy8 2383\font\smallersy=cmsy8
2370\def\smallerecsize{0800} 2384\def\smallerecsize{0800}
2371 2385
2386% Fonts for math mode superscripts (7pt).
2387\def\sevennominalsize{7pt}
2388\setfont\sevenrm\rmshape{7}{1000}{OT1}
2389\setfont\seventt\ttshape{10}{700}{OT1TT}
2390\setfont\sevenbf\bfshape{10}{700}{OT1}
2391\setfont\sevenit\itshape{7}{1000}{OT1IT}
2392\setfont\sevensl\slshape{10}{700}{OT1}
2393\setfont\sevensf\sfshape{10}{700}{OT1}
2394\setfont\sevensc\scshape{10}{700}{OT1}
2395\setfont\seventtsl\ttslshape{10}{700}{OT1TT}
2396\font\seveni=cmmi7
2397\font\sevensy=cmsy7
2398\def\sevenecsize{0700}
2399
2372% Fonts for title page (20.4pt): 2400% Fonts for title page (20.4pt):
2373\def\titlenominalsize{20pt} 2401\def\titlenominalsize{20pt}
2374\setfont\titlerm\rmbshape{12}{\magstep3}{OT1} 2402\setfont\titlerm\rmbshape{12}{\magstep3}{OT1}
@@ -2503,13 +2531,20 @@ end
2503 2531
2504 2532
2505% In order for the font changes to affect most math symbols and letters, 2533% In order for the font changes to affect most math symbols and letters,
2506% we have to define the \textfont of the standard families. We don't 2534% we have to define the \textfont of the standard families.
2507% bother to reset \scriptfont and \scriptscriptfont; awaiting user need. 2535% We don't bother to reset \scriptscriptfont; awaiting user need.
2508% 2536%
2509\def\resetmathfonts{% 2537\def\resetmathfonts{%
2510 \textfont0=\rmfont \textfont1=\ifont \textfont2=\syfont 2538 \textfont0=\rmfont \textfont1=\ifont \textfont2=\syfont
2511 \textfont\itfam=\itfont \textfont\slfam=\slfont \textfont\bffam=\bffont 2539 \textfont\itfam=\itfont \textfont\slfam=\slfont \textfont\bffam=\bffont
2512 \textfont\ttfam=\ttfont \textfont\sffam=\sffont 2540 \textfont\ttfam=\ttfont \textfont\sffam=\sffont
2541 %
2542 % Fonts for superscript. Note that the 7pt fonts are used regardless
2543 % of the current font size.
2544 \scriptfont0=\sevenrm \scriptfont1=\seveni \scriptfont2=\sevensy
2545 \scriptfont\itfam=\sevenit \scriptfont\slfam=\sevensl
2546 \scriptfont\bffam=\sevenbf \scriptfont\ttfam=\seventt
2547 \scriptfont\sffam=\sevensf
2513} 2548}
2514 2549
2515% 2550%
@@ -2519,6 +2554,9 @@ end
2519% to also set the current \fam for math mode. Our \STYLE (e.g., \rm) 2554% to also set the current \fam for math mode. Our \STYLE (e.g., \rm)
2520% commands hardwire \STYLEfont to set the current font. 2555% commands hardwire \STYLEfont to set the current font.
2521% 2556%
2557% The fonts used for \ifont are for "math italics" (\itfont is for italics
2558% in regular text). \syfont is also used in math mode only.
2559%
2522% Each font-changing command also sets the names \lsize (one size lower) 2560% Each font-changing command also sets the names \lsize (one size lower)
2523% and \lllsize (three sizes lower). These relative commands are used 2561% and \lllsize (three sizes lower). These relative commands are used
2524% in, e.g., the LaTeX logo and acronyms. 2562% in, e.g., the LaTeX logo and acronyms.