comparison build-aux/texinfo.tex @ 10740:57a139bdc170

update from texinfo
author Karl Berry <karl@freefriends.org>
date Thu, 30 Oct 2008 07:09:51 -0700
parents 6d7e8393c115
children a176aee51551
comparison
equal deleted inserted replaced
10739:6d7e8393c115 10740:57a139bdc170
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-10-29.15} 6 \def\texinfoversion{2008-10-30.07}
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 %
2488 % and arrange explicitly to hyphenate at a dash. 2488 % and arrange explicitly to hyphenate at a dash.
2489 % -- rms. 2489 % -- rms.
2490 { 2490 {
2491 \catcode`\-=\active \catcode`\_=\active 2491 \catcode`\-=\active \catcode`\_=\active
2492 \catcode`\'=\active \catcode`\`=\active 2492 \catcode`\'=\active \catcode`\`=\active
2493 \global\let'=\rq \global\let`=\lq % default definitions
2493 % 2494 %
2494 \global\def\code{\begingroup 2495 \global\def\code{\begingroup
2495 \catcode\rquoteChar=\active \catcode\lquoteChar=\active 2496 \catcode\rquoteChar=\active \catcode\lquoteChar=\active
2496 \let'\codequoteright \let`\codequoteleft 2497 \let'\codequoteright \let`\codequoteleft
2497 % 2498 %