comparison build-aux/texinfo.tex @ 18125:97dbd56d1fa2

update from texinfo
author Karl Berry <karl@freefriends.org>
date Tue, 06 Oct 2015 15:06:11 -0700
parents 5c4b27df8518
children fe0c1d00c894
comparison
equal deleted inserted replaced
18124:ef6cdfd2e603 18125:97dbd56d1fa2
1 % texinfo.tex -- TeX macros to handle Texinfo files. 1 % texinfo.tex -- TeX macros to handle Texinfo files.
2 % 2 %
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{2015-10-04.19} 6 \def\texinfoversion{2015-10-06.21}
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 10 % 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015
11 % Free Software Foundation, Inc. 11 % Free Software Foundation, Inc.
5565 \noindent \titlefonts\rmisbold #1\par % the text 5565 \noindent \titlefonts\rmisbold #1\par % the text
5566 \let\lastnode=\empty % no node to associate with 5566 \let\lastnode=\empty % no node to associate with
5567 \writetocentry{part}{#1}{}% but put it in the toc 5567 \writetocentry{part}{#1}{}% but put it in the toc
5568 \headingsoff % no headline or footline on the part page 5568 \headingsoff % no headline or footline on the part page
5569 % This outputs a mark at the end of the page that clears \thischapter 5569 % This outputs a mark at the end of the page that clears \thischapter
5570 % and \thissection, like is done in \startcontents. 5570 % and \thissection, as is done in \startcontents.
5571 \let\pchapsepmacro\relax
5571 \chapmacro{}{Yomitfromtoc}{}% 5572 \chapmacro{}{Yomitfromtoc}{}%
5572 \chapoddpage 5573 \chapoddpage
5573 \endgroup 5574 \endgroup
5574 } 5575 }
5575 5576