From 6c4ef3286aa7b4e259b18a46dd8fd9af15af4560 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 9 Jul 1997 20:45:27 +0000 Subject: [PATCH] (\startcontents): Leave ^ catcode as other. From-SVN: r14405 --- gcc/texinfo.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gcc/texinfo.tex b/gcc/texinfo.tex index 2905dc23abb..44bee8df3d0 100644 --- a/gcc/texinfo.tex +++ b/gcc/texinfo.tex @@ -1,5 +1,5 @@ %% TeX macros to handle Texinfo files. -%% $Id: texinfo.tex,v 2.212 1997/07/05 21:51:30 karl Exp rms $ +%% $Id: texinfo.tex,v 2.213 1997/07/09 19:40:16 rms Exp karl $ % Copyright (C) 1985, 86, 88, 90, 91, 92, 93, % 94, 95, 96, 97 Free Software Foundation, Inc. @@ -36,7 +36,7 @@ % This automatically updates the version number based on RCS. \def\deftexinfoversion$#1: #2 ${\def\texinfoversion{#2}} -\deftexinfoversion$Revision: 2.212 $ +\deftexinfoversion$Revision: 2.213 $ \message{Loading texinfo package [Version \texinfoversion]:} % If in a .fmt file, print the version number @@ -3295,7 +3295,9 @@ width0pt\relax} \fi \unnumbchapmacro{#1}\def\thischapter{}% \begingroup % Set up to handle contents files properly. \catcode`\\=0 \catcode`\{=1 \catcode`\}=2 \catcode`\@=11 - \catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi + % We can't do this, because then an actual ^ in a section + % title fails, e.g., @chapter ^ -- exponentiation. --karl, 9jul97. + %\catcode`\^=7 % to see ^^e4 as \"a etc. juha@piuha.ydi.vtt.fi \raggedbottom % Worry more about breakpoints than the bottom. \advance\hsize by -\contentsrightmargin % Don't use the full line length. } -- 2.30.2