diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-27 13:26:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-27 13:26:45 +0000 |
commit | 2a223204306e466d7fb0ae417f4cb0c752119aa6 (patch) | |
tree | 1f72fa47b96ff851f0a90b5d78d5e62d394dcc45 /config | |
parent | 3ab066a0d68958f33890bbf479579ca6e651ff1e (diff) | |
download | coreutils-2a223204306e466d7fb0ae417f4cb0c752119aa6.tar.xz |
.
Diffstat (limited to 'config')
-rw-r--r-- | config/texinfo.tex | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/config/texinfo.tex b/config/texinfo.tex index 70fad2fa7..6ffef8801 100644 --- a/config/texinfo.tex +++ b/config/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{2003-01-24.17} +\def\texinfoversion{2003-01-27.05} % % Copyright (C) 1985, 1986, 1988, 1990, 1991, 1992, 1993, 1994, 1995, % 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. @@ -498,7 +498,6 @@ \let\tieaccent = \t \let\ubaraccent = \b \let\udotaccent = \d -\let\acuteaccent = \' % workaround aux file using ' as escape % Other special characters: @questiondown @exclamdown % Plain TeX defines: @AA @AE @O @OE @L (plus lowercase versions) @ss. @@ -2955,7 +2954,7 @@ width0pt\relax} \fi \def\,{\realbackslash ,}% \def\"{\realbackslash "}% \def\`{\realbackslash `}% - \def\'{\realbackslash acuteaccent }% workaround aux file using ' as escape + \def\'{\realbackslash '}% \def\^{\realbackslash ^}% \def\~{\realbackslash ~}% \def\={\realbackslash =}% @@ -5829,7 +5828,7 @@ width0pt\relax} \fi % into the usual \leavevmode...\vrule stuff for purposes of % printing. So we \turnoffactive for the \refx-snt, back on for the % printing, back off for the \refx-pg. - {\normalturnoffactive \otherbackslash + {\turnoffactive \otherbackslash % Only output a following space if the -snt ref is nonempty; for % @unnumbered and @anchor, it won't be. \setbox2 = \hbox{\ignorespaces \refx{#1-snt}{}}% |