comparison man/texinfo.tex @ 88155:d7ddb3e565de

sync with trunk
author Henrik Enberg <henrik.enberg@telia.com>
date Mon, 16 Jan 2006 00:03:54 +0000
parents 23a1cea22d13
children
comparison
equal deleted inserted replaced
88154:8ce476d3ba36 88155:d7ddb3e565de
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{2002-06-04.06} 6 \def\texinfoversion{2005-08-10.17}
7 % 7 %
8 % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 8 % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994,
9 % 2000, 01, 02 Free Software Foundation, Inc. 9 % 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
10 % 2005 Free Software Foundation, Inc.
10 % 11 %
11 % This texinfo.tex file is free software; you can redistribute it and/or 12 % This texinfo.tex file is free software; you can redistribute it and/or
12 % modify it under the terms of the GNU General Public License as 13 % modify it under the terms of the GNU General Public License as
13 % published by the Free Software Foundation; either version 2, or (at 14 % published by the Free Software Foundation; either version 2, or (at
14 % your option) any later version. 15 % your option) any later version.
18 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 19 % of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 % General Public License for more details. 20 % General Public License for more details.
20 % 21 %
21 % You should have received a copy of the GNU General Public License 22 % You should have received a copy of the GNU General Public License
22 % along with this texinfo.tex file; see the file COPYING. If not, write 23 % along with this texinfo.tex file; see the file COPYING. If not, write
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 24 % to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 % Boston, MA 02111-1307, USA. 25 % Boston, MA 02110-1301, USA.
25 % 26 %
26 % In other words, you are welcome to use, share and improve this program. 27 % In other words, you are welcome to use, share and improve this program.
27 % You are forbidden to forbid anyone else to use, share and improve 28 % You are forbidden to forbid anyone else to use, share and improve
28 % what you give them. Help stamp out software-hoarding! 29 % what you give them. Help stamp out software-hoarding!
29 % 30 %
2843 \def\sc##1{\realbackslash sc {##1}}% 2844 \def\sc##1{\realbackslash sc {##1}}%
2844 \def\t##1{\realbackslash t {##1}}% 2845 \def\t##1{\realbackslash t {##1}}%
2845 \def\r##1{\realbackslash r {##1}}% 2846 \def\r##1{\realbackslash r {##1}}%
2846 % 2847 %
2847 \def\TeX{\realbackslash TeX}% 2848 \def\TeX{\realbackslash TeX}%
2849 \def\LaTeX{\realbackslash LaTeX}%
2848 \def\acronym##1{\realbackslash acronym {##1}}% 2850 \def\acronym##1{\realbackslash acronym {##1}}%
2849 \def\cite##1{\realbackslash cite {##1}}% 2851 \def\cite##1{\realbackslash cite {##1}}%
2850 \def\code##1{\realbackslash code {##1}}% 2852 \def\code##1{\realbackslash code {##1}}%
2851 \def\command##1{\realbackslash command {##1}}% 2853 \def\command##1{\realbackslash command {##1}}%
2852 \def\dfn##1{\realbackslash dfn {##1}}% 2854 \def\dfn##1{\realbackslash dfn {##1}}%
6337 @c page-delimiter: "^\\\\message" 6339 @c page-delimiter: "^\\\\message"
6338 @c time-stamp-start: "def\\\\texinfoversion{" 6340 @c time-stamp-start: "def\\\\texinfoversion{"
6339 @c time-stamp-format: "%:y-%02m-%02d.%02H" 6341 @c time-stamp-format: "%:y-%02m-%02d.%02H"
6340 @c time-stamp-end: "}" 6342 @c time-stamp-end: "}"
6341 @c End: 6343 @c End:
6344
6345 @ignore
6346 arch-tag: e1b36e32-c96e-4135-a41a-0b2efa2ea115
6347 @end ignore