comparison build-aux/texinfo.tex @ 16729:910a9165dae7

update from texinfo
author Karl Berry <karl@freefriends.org>
date Fri, 30 Mar 2012 11:16:17 -0700
parents 000ded1116ac
children 2b2fd4336211
comparison
equal deleted inserted replaced
16728:b7fd03492209 16729:910a9165dae7
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{2012-03-11.15} 6 \def\texinfoversion{2012-03-30.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 Free Software Foundation, Inc. 10 % 2007, 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
11 % 11 %
4449 \definedummyword\geq 4449 \definedummyword\geq
4450 \definedummyword\guillemetleft 4450 \definedummyword\guillemetleft
4451 \definedummyword\guillemetright 4451 \definedummyword\guillemetright
4452 \definedummyword\guilsinglleft 4452 \definedummyword\guilsinglleft
4453 \definedummyword\guilsinglright 4453 \definedummyword\guilsinglright
4454 \definedummyword\lbracechar
4454 \definedummyword\leq 4455 \definedummyword\leq
4455 \definedummyword\minus 4456 \definedummyword\minus
4456 \definedummyword\ogonek 4457 \definedummyword\ogonek
4457 \definedummyword\pounds 4458 \definedummyword\pounds
4458 \definedummyword\point 4459 \definedummyword\point
4461 \definedummyword\quotedblleft 4462 \definedummyword\quotedblleft
4462 \definedummyword\quotedblright 4463 \definedummyword\quotedblright
4463 \definedummyword\quoteleft 4464 \definedummyword\quoteleft
4464 \definedummyword\quoteright 4465 \definedummyword\quoteright
4465 \definedummyword\quotesinglbase 4466 \definedummyword\quotesinglbase
4467 \definedummyword\rbracechar
4466 \definedummyword\result 4468 \definedummyword\result
4467 \definedummyword\textdegree 4469 \definedummyword\textdegree
4468 % 4470 %
4469 % We want to disable all macros so that they are not expanded by \write. 4471 % We want to disable all macros so that they are not expanded by \write.
4470 \macrolist 4472 \macrolist
4512 \definedummyword\sc 4514 \definedummyword\sc
4513 \definedummyword\slanted 4515 \definedummyword\slanted
4514 \definedummyword\t 4516 \definedummyword\t
4515 % 4517 %
4516 % Commands that take arguments. 4518 % Commands that take arguments.
4519 \definedummyword\abbr
4517 \definedummyword\acronym 4520 \definedummyword\acronym
4518 \definedummyword\anchor 4521 \definedummyword\anchor
4519 \definedummyword\cite 4522 \definedummyword\cite
4520 \definedummyword\code 4523 \definedummyword\code
4521 \definedummyword\command 4524 \definedummyword\command
4523 \definedummyword\dmn 4526 \definedummyword\dmn
4524 \definedummyword\email 4527 \definedummyword\email
4525 \definedummyword\emph 4528 \definedummyword\emph
4526 \definedummyword\env 4529 \definedummyword\env
4527 \definedummyword\file 4530 \definedummyword\file
4531 \definedummyword\image
4528 \definedummyword\indicateurl 4532 \definedummyword\indicateurl
4529 \definedummyword\kbd 4533 \definedummyword\kbd
4530 \definedummyword\key 4534 \definedummyword\key
4531 \definedummyword\math 4535 \definedummyword\math
4532 \definedummyword\option 4536 \definedummyword\option
4570 % 4574 %
4571 % Unfortunately, texindex is not prepared to handle braces in the 4575 % Unfortunately, texindex is not prepared to handle braces in the
4572 % content at all. So for index sorting, we map @{ and @} to strings 4576 % content at all. So for index sorting, we map @{ and @} to strings
4573 % starting with |, since that ASCII character is between ASCII { and }. 4577 % starting with |, since that ASCII character is between ASCII { and }.
4574 \def\{{|a}% 4578 \def\{{|a}%
4579 \def\lbracechar{|a}%
4580 %
4575 \def\}{|b}% 4581 \def\}{|b}%
4582 \def\rbracechar{|b}%
4576 % 4583 %
4577 % Non-English letters. 4584 % Non-English letters.
4578 \def\AA{AA}% 4585 \def\AA{AA}%
4579 \def\AE{AE}% 4586 \def\AE{AE}%
4580 \def\DH{DZZ}% 4587 \def\DH{DZZ}%