R
Rix
I am trying to careate a Table of Contents with the page
number right after the entry (not in the right column)
WHAT I GET
Contents
Boy meets girl 1
Boy falls in love 7
Boy looses girl 12
Boy gives up 15
ONLY ONE SPACE BETWEEN HEADING AND NUMBER, I WANT MORE
WHAT I WANT
Contents
Boy meets girl 1
Boy falls in love 7
Boy looses girl 12
Boy gives up 15
the \p option will allow me to change only the FIRST char.
Example: TOC \p "xyz" gives me
Boy meets girlx1
Boy falls in lovex7
Boy looses girlx12
Boy gives upx15
I am running:
WS Word 2000 (9.0.2720)
from help:
Field codes: TOC (Table of Contents) field
{ TOC [Switches ] }
\p "Separators" Specifies the characters that separate an
entry and its page number. For example, the field
{ TOC \p "---" } displays a result such as "Selecting Text-
--53." The default is a tab with leader dots. You can use
up to five characters, which must be enclosed in quotation
marks.
number right after the entry (not in the right column)
WHAT I GET
Contents
Boy meets girl 1
Boy falls in love 7
Boy looses girl 12
Boy gives up 15
ONLY ONE SPACE BETWEEN HEADING AND NUMBER, I WANT MORE
WHAT I WANT
Contents
Boy meets girl 1
Boy falls in love 7
Boy looses girl 12
Boy gives up 15
the \p option will allow me to change only the FIRST char.
Example: TOC \p "xyz" gives me
Boy meets girlx1
Boy falls in lovex7
Boy looses girlx12
Boy gives upx15
I am running:
WS Word 2000 (9.0.2720)
from help:
Field codes: TOC (Table of Contents) field
{ TOC [Switches ] }
\p "Separators" Specifies the characters that separate an
entry and its page number. For example, the field
{ TOC \p "---" } displays a result such as "Selecting Text-
--53." The default is a tab with leader dots. You can use
up to five characters, which must be enclosed in quotation
marks.