comparison build-aux/texinfo.tex @ 17462:f2f5afef6ac5

update from texinfo
author Karl Berry <karl@freefriends.org>
date Fri, 09 Aug 2013 09:27:34 -0700
parents bf22413cebcb
children
comparison
equal deleted inserted replaced
17461:55bd932fd10b 17462:f2f5afef6ac5
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{2013-08-06.10} 6 \def\texinfoversion{2013-08-09.09}
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, 2013 Free Software Foundation, Inc. 10 % 2007, 2008, 2009, 2010, 2011, 2012, 2013 Free Software Foundation, Inc.
11 % 11 %
2519 % Given --foo-bar, we do want to allow a break between the - and the b. 2519 % Given --foo-bar, we do want to allow a break between the - and the b.
2520 \ifx\next\codedash \else 2520 \ifx\next\codedash \else
2521 \ifx\codedashprev\codedash 2521 \ifx\codedashprev\codedash
2522 \else \discretionary{}{}{}\fi 2522 \else \discretionary{}{}{}\fi
2523 \fi 2523 \fi
2524 \global\let\codedashprev=\next 2524 % we need the space after the = for the case when \next itself is a
2525 % space token; it would get swallowed otherwise. As in @code{- a}.
2526 \global\let\codedashprev= \next
2525 } 2527 }
2526 } 2528 }
2527 \def\normaldash{-} 2529 \def\normaldash{-}
2528 % 2530 %
2529 \def\codex #1{\tclose{#1}\endgroup} 2531 \def\codex #1{\tclose{#1}\endgroup}