[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Contents Entry Format
From: |
Slomium Catfish |
Subject: |
RE: Contents Entry Format |
Date: |
Mon, 24 Sep 2001 18:50:03 -0500 |
On July 14, 2001, Jeff Kingston Wrote:
>
> Easy if you know how much space you want to leave:
>
> @ContentsFormat { {1.5c @Wide number.} @NoDotSep title }
>
This was in reference to generating a table of contents entry where the
number is a fixed width. I ended up using the entry below for my contents
format:
@ContentsFormat { number @Case {
{} @Yield number @NoDotSep title
else @Yield {1.1c @Wide number.} @NoDotSep title}}
The case statement is needed because, when there is no number, I didn't want
a dot in a 1.1c wide space.
Dave
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- RE: Contents Entry Format,
Slomium Catfish <=