mirror of
https://git.savannah.gnu.org/git/make.git
synced 2025-01-09 07:47:54 +00:00
(\startcontents): Leave ^ catcode as other.
This commit is contained in:
parent
09616e5837
commit
f96ef9a409
1 changed files with 3 additions and 1 deletions
|
@ -3295,7 +3295,9 @@ width0pt\relax} \fi
|
||||||
\unnumbchapmacro{#1}\def\thischapter{}%
|
\unnumbchapmacro{#1}\def\thischapter{}%
|
||||||
\begingroup % Set up to handle contents files properly.
|
\begingroup % Set up to handle contents files properly.
|
||||||
\catcode`\\=0 \catcode`\{=1 \catcode`\}=2 \catcode`\@=11
|
\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.
|
\raggedbottom % Worry more about breakpoints than the bottom.
|
||||||
\advance\hsize by -\contentsrightmargin % Don't use the full line length.
|
\advance\hsize by -\contentsrightmargin % Don't use the full line length.
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue