Hi gang
Margaret, you said, "If you are building a TOC using [outline] levels
and not using the built-in heading styles, then you will need to do
this [assign the outline level] in the Paragraph dialog for the
paragraphs or the style."
I discovered by accident that the t\ switch eliminates the need for
assigning *any* outline level. Let's say you're using three
unnumbered styles, for example, that you want to be captured in the
TOC. When you specify:
{ TOC \t "Message Header,1,Plain Text,2,MyHomeMadeStyle,3" }
the TOC picks up only those three styles and assigns them to the TOC
level you specify, regardless of whether or not they have any outline
level other than "Body Text." If you were then to add the Heading 1
style at level 4 . . .
{ TOC \t "Message Header,1,Plain Text,2,MyHomeMadeStyle,3,Heading
1,4" }
. . . the t\ switch overrides Heading 1's default level 1 assignment
and bumps it up to level 4, exactly as you request.
I did not fully understand Mike's problem, but would suggest that he
try the t\ switch as shown above, taking care that there should be no
spaces except when they occur within the style itself.
If he is in Word 2000 or up and wants to build hyperlinks, then it
would be:
{ TOC \h \t "Message Header,1,Plain Text,2,MyHomeMadeStyle,3,Heading
1,4" }
And if he wants to add any TC fields he may have created, then it
would be:
{ TOC \h \f \t "Message Header,1,Plain
Text,2,MyHomeMadeStyle,3,Heading 1,4" }
No absolute guarantees it'll work, but I'm finding more and more that
the t\ switch has real magic over TOCs.
- Bruce
"Suzanne S. Barnhill" <
[email protected]> wrote in message
You can format the built-in headings to look just like Normal or Body Text
(see
http://www.shaunakelly.com/word/styles/ModifyAStyle.html), but you must
apply numbering following the rules in
http://www.shaunakelly.com/word/numbering/OutlineNumbering.html. Also be
sure to read
http://www.shaunakelly.com/word/numbering/UseBuiltInHeadingStyles.html
--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site:
http://www.mvps.org/word
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.
assign the levels when trying to assemble a table of contents. Also, those
assignments got me closer to a useful table of contents than the heading
assignments. With the heading assignments, Word reformatted my outline in
font, level, spacing, and evidently in ways I still haven't figured out. I
can't get my outline to act like an outline anymore. The autonumbering
mostly doesn't anymore, and the promotion and demotion functions change the
font, spacing, and sometimes the level of everything on the level I am
changing to. In addition, when I use the heading assignments, I cannot get
the toc generator to recognize the top level of my outline. and
this problem is pervasive and frustrating. In addition, my inability to use
the reading materials to solve it is at least equally as frustrating. I
must be fundamentally misusing Word, but I can't figure out how. Any chance
you can help?