comparison build-aux/texinfo.tex @ 10645:9b742ec50416

update from texinfo
author Karl Berry <karl@freefriends.org>
date Wed, 15 Oct 2008 17:51:16 -0700
parents e168dff8563d
children 9a2054f7225c
comparison
equal deleted inserted replaced
10644:ba5c6a0c8928 10645:9b742ec50416
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-12.17} 6 \def\texinfoversion{2008-10-15.17}
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 %
6173 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude} 6173 \def\verbatiminclude{\parseargusing\filenamecatcodes\doverbatiminclude}
6174 % 6174 %
6175 \def\doverbatiminclude#1{% 6175 \def\doverbatiminclude#1{%
6176 {% 6176 {%
6177 \makevalueexpandable 6177 \makevalueexpandable
6178 \def\@{@}% we want to use \indexnofonts, but then verbatim ends prematurely
6178 \setupverbatim 6179 \setupverbatim
6179 \input #1 6180 \input #1
6180 \afterenvbreak 6181 \afterenvbreak
6181 }% 6182 }%
6182 } 6183 }