by Dick Margulis <margulisd@[EMAIL PROTECTED]
>
Apr 15, 2006 at 09:35 PM
Peggy wrote:
> "Dick Margulis" <margulisd@[EMAIL PROTECTED]
> wrote in message
> news:1242jg4r55icqe8@[EMAIL PROTECTED]
>> Still a greenhorn when it comes to ID...
>>
>> I'm trying to put together a TOC that has locators right-aligned on a
tab,
>> then a ditch, then the chapter title left-aligned on the ditch.
>>
>>
>> 1 Introduction
>> 15 Chapter 1 Title Here
>> 123 Chapter n Title Here
>>
>>
>> What I can't find is a way to seed the TOC style with an initial tab
>> character so that I don't have to manually insert a tab at the
beginning
>> of every line when I generate the TOC. I'm not too lazy to type the
tabs;
>> I'm just wondering if there's a control I'm overlooking that would let
me
>> do this automatically.
>>
>> Any thoughts? Or am I stuck with manual entry?
>>
>> Dick
>
> I'm a TOC moron, but I'd do a find-and-replace: find ^p, replace with
^p^t.
>
>
Duh. I could've had a V8. Thanks, Peggy.