lout-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Gracefully handle titles of numberless chapters


From: Jürgen H . Havix
Subject: Re: [PATCH] Gracefully handle titles of numberless chapters
Date: Tue, 10 Jul 2007 16:58:10 +0200 (CEST)
User-agent: SquirrelMail/1.4.4

Hello,
the easiest way to have numberless Chapters , Sections  ... is
to change
@ChapterHeadingFormat   { number @DotSep title  } to
@ChapterHeadingFormat   { title }
and
@SectionHeadingFormat   { number @DotSep title  } to ...
@SectionHeadingFormat   {  title  }...
in the setup-file.
Greetings,
George

> Hi,
>
> Currently, when using the `book' style and producing a numberless
> chapter with:
>
>   @Chapter @Title { Some Title }
>            @BypassNumber { }     # we want a numberless chapter
>
> the chapter heading looks like this:
>
>   Chapter.  Some Title
>
> The attached patch fixes address@hidden' so that it gracefully
> handles this case, yielding a chapter heading more consistent with what
> one might expect, namely:
>
>   Some Title
>
> Thanks,
> Ludovic.
>
>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]