diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-25 01:53:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-25 01:53:22 +0000 |
commit | 6fa381a52bf70d8384ed6ad6f6d6d7a803bf8ed4 (patch) | |
tree | 17661eea4f0a4626321590e0b353c500d81f84f1 /Build/source/build-aux | |
parent | 1faaf401621a822691874fbb7cad4fe84d7c662e (diff) |
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@17983 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux')
-rw-r--r-- | Build/source/build-aux/texinfo.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/build-aux/texinfo.tex b/Build/source/build-aux/texinfo.tex index cb29cc68c02..0eb49ce8e96 100644 --- a/Build/source/build-aux/texinfo.tex +++ b/Build/source/build-aux/texinfo.tex @@ -3,7 +3,7 @@ % Load plain if necessary, i.e., if running under initex. \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi % -\def\texinfoversion{2010-04-22.18} +\def\texinfoversion{2010-04-23.06} % % Copyright 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, @@ -2741,11 +2741,11 @@ end % Accents: @, @dotaccent @ringaccent @ubaraccent @udotaccent % Others are defined by plain TeX: @` @' @" @^ @~ @= @u @v @H. -\let\, = \c -\let\dotaccent = \. +\let\, = \ptexc +\let\dotaccent = \ptexdot \def\ringaccent#1{{\accent23 #1}} -\let\tieaccent = \t -\let\ubaraccent = \b +\let\tieaccent = \ptext +\let\ubaraccent = \ptexb \let\udotaccent = \d % Other special characters: @questiondown @exclamdown @ordf @ordm |