On Tue, Dec 03, 2002 at 05:10:57PM +0100, Jeroen Vriesman wrote:
> My table of content in amsbook does the following:
>
> Hoofdstuk I Name1 10
> Hoofdstuk II Name2 20
> Hoofdstuk III Name3 30
>
> while I want this:
>
> Hoofdstuk I Name1 10
> Hoofdstuk II Name2 20
> Hoofdstuk III Name3 30
>
> If someone could please help me....
I already gave you an answer for this question few weeks ago.
Here it is again:
Add the following line to the preamble:
\newlength{\tmp}
\settowidth{\tmp}{Hoofdstuk VIII}
\renewcommand{\tocchapter}[3]{%
\indentlabel{\@ifnotempty{#2}{%
\makebox[\tmp][l]{\ignorespaces #1 #2.}\quad}}#3}