Chapter numbers in TOC

  • Thread starter Thread starter mus1tangea
  • Start date Start date
M

mus1tangea

I need to include chapter numbers in a TOC. I have to use
the "t" switch because of style considerations.

My code looks like this:
{ TOC\t "heading 1,2,heading 2,3, chaptertitle,1\ s
chapter }

The sequence field is placed before the chapter number in
the footer as shown below:
{1}1-{page#}

So far all I get is a TOC as shown below:
XXX.....0-1

Is my TOC code wrong?

Is the footer code wrong?

Thanks for the help.
 
Hi Mus1tangea,

What's the Sequence field in the footer supposed to be for?
Sequence fields don't really function in footers...

The help for the \s switch says:
"Includes a number such as a chapter number before the page
number. The chapter or other item must be numbered with a SEQ
field. Identifier must match the identifier in the SEQ field.
For example, if you insert { SEQ chapter } before each
chapter heading, { TOC \o "1-3" \s chapter } displays page
numbers as 2-14, where "2" is the chapter number."

Note that it mentions inserting the SEQ field before the
chapter heading (i.e. in the main body of the text).
I need to include chapter numbers in a TOC. I have to use
the "t" switch because of style considerations.

My code looks like this:
{ TOC\t "heading 1,2,heading 2,3, chaptertitle,1\ s
chapter }

The sequence field is placed before the chapter number in
the footer as shown below:
{1}1-{page#}

So far all I get is a TOC as shown below:
XXX.....0-1

Is my TOC code wrong?

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun
8 2004)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow
question or reply in the newsgroup and not by e-mail :-)
 
Back
Top