Thanks, I didn't got your previous email, don't know why, but
thanks for your patience.
It looks better now, but when I have long title's for a chapter name it does this:
Hoofdstuk I Very long chapter titel is
here and
looks a bit
ugly. 10
While I want this:
Hoofdstuk I This very long chapter title
looks better this way. 10
Any ideas, anyone?
Cheers,
Jeroen.
On Wed, 4 Dec 2002 13:24:31 +0200
Dekel Tsur <[EMAIL PROTECTED]> wrote:
> 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}
>