comparison build-aux/texinfo.tex @ 10888:b70e55c6a2df

update from texinfo
author Karl Berry <karl@freefriends.org>
date Tue, 16 Dec 2008 11:50:34 -0800
parents ef3e3f6170be
children 1223949523dd
comparison
equal deleted inserted replaced
10887:8985a457ead7 10888:b70e55c6a2df
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{2008-12-15.10} 6 \def\texinfoversion{2008-12-16.11}
7 % 7 %
8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, 8 % Copyright (C) 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 Free Software Foundation, Inc. 10 % 2007, 2008 Free Software Foundation, Inc.
11 % 11 %
5517 \noexpand\thissectionname}% 5517 \noexpand\thissectionname}%
5518 }% 5518 }%
5519 \fi 5519 \fi
5520 \fi\fi\fi 5520 \fi\fi\fi
5521 % 5521 %
5522 % Go into vertical mode. Usually we'll already be there, but we
5523 % don't want the following whatsit to end up in a preceding paragraph
5524 % if the document didn't happen to have a blank line.
5525 \par
5526 %
5522 % Output the mark. Pass it through \safewhatsit, to take care of 5527 % Output the mark. Pass it through \safewhatsit, to take care of
5523 % the preceding space. 5528 % the preceding space.
5524 \safewhatsit\domark 5529 \safewhatsit\domark
5525 % 5530 %
5526 % Insert space above the heading. 5531 % Insert space above the heading.