Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.docmanagement
Idaho Word Man Idaho Word Man is offline
external usenet poster
 
Posts: 417
Default TOC Spanning Multiple Documents -- Chapter Number in Page Number

I'm creating a large multi-chapter document. I posted a question a while back
asking how to generate a table of contents that spanned all the chapters, and
Dian D. Chapman referred me to some instructions called Creating a Table of
Contents Spanning Multiple Documents
(http://pubs.logicalexpressions.com/P...cle.asp?ID=148)

I inserted the RD codes described in the article, but my problem is that the
page numbers in each chapter include the chapter number (3-1, 3-2, etc.).
When I regenerate the TOC, the chapter numbers do not show up. Is there a
switch that will insert chapter numbers with the page numbers?

Thanks,

Fred



  #2   Report Post  
Posted to microsoft.public.word.docmanagement
Jean-Guy Marcil[_2_] Jean-Guy Marcil[_2_] is offline
external usenet poster
 
Posts: 373
Default TOC Spanning Multiple Documents -- Chapter Number in Page Number

"Idaho Word Man" wrote:

I'm creating a large multi-chapter document. I posted a question a while back
asking how to generate a table of contents that spanned all the chapters, and
Dian D. Chapman referred me to some instructions called Creating a Table of
Contents Spanning Multiple Documents
(http://pubs.logicalexpressions.com/P...cle.asp?ID=148)

I inserted the RD codes described in the article, but my problem is that the
page numbers in each chapter include the chapter number (3-1, 3-2, etc.).
When I regenerate the TOC, the chapter numbers do not show up. Is there a
switch that will insert chapter numbers with the page numbers?


I did a quick test on Word 2003 just to make sure, but right here right now
it works as expected. Chapter numbers (based on Heading 1 in the main
documents) do show up in my RD document.

In your RD document do ALT-F9, select the field code btween the {} for the
TOC and post back. Don't forget to do ALT-F9 a second time to toggle back to
field values instead of field codes.
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Idaho Word Man Idaho Word Man is offline
external usenet poster
 
Posts: 417
Default TOC Spanning Multiple Documents -- Chapter Number in Page Numb

You lost me. When you say, "post back," what do you mean?

My TOC looks like this:

1 SITE CHARACTERISTICS................................... ..1
1.1 Introduction...................................... ...........1

I need it to look like this:

1 SITE CHARACTERISTICS................................... ..1-1
1.1 Introduction...................................... ...........1-1

My TOC field code looks like this:
{ TOC \o "1-1" \h \z \t "Heading 2,2,Heading 3,3,FrontMatterHeading,
1,AppTitle 1," ]

I'm running Office 2003 and Windows XP Professional SP2.

Thanks,

Fred

"Jean-Guy Marcil" wrote:

"Idaho Word Man" wrote:

I'm creating a large multi-chapter document. I posted a question a while back
asking how to generate a table of contents that spanned all the chapters, and
Dian D. Chapman referred me to some instructions called Creating a Table of
Contents Spanning Multiple Documents
(http://pubs.logicalexpressions.com/P...cle.asp?ID=148)

I inserted the RD codes described in the article, but my problem is that the
page numbers in each chapter include the chapter number (3-1, 3-2, etc.).
When I regenerate the TOC, the chapter numbers do not show up. Is there a
switch that will insert chapter numbers with the page numbers?


I did a quick test on Word 2003 just to make sure, but right here right now
it works as expected. Chapter numbers (based on Heading 1 in the main
documents) do show up in my RD document.

In your RD document do ALT-F9, select the field code btween the {} for the
TOC and post back. Don't forget to do ALT-F9 a second time to toggle back to
field values instead of field codes.

  #4   Report Post  
Posted to microsoft.public.word.docmanagement
Idaho Word Man Idaho Word Man is offline
external usenet poster
 
Posts: 417
Default TOC Spanning Multiple Documents -- Chapter Number in Page Numb

On a related note, when I hit F9 to regenerate the TOC, the "Update Page
Numbers Only" option doesn't do anything. Only the "Update Entire Table"
works. Is that normal?

Thanks,

Fred

"Jean-Guy Marcil" wrote:

"Idaho Word Man" wrote:

I'm creating a large multi-chapter document. I posted a question a while back
asking how to generate a table of contents that spanned all the chapters, and
Dian D. Chapman referred me to some instructions called Creating a Table of
Contents Spanning Multiple Documents
(http://pubs.logicalexpressions.com/P...cle.asp?ID=148)

I inserted the RD codes described in the article, but my problem is that the
page numbers in each chapter include the chapter number (3-1, 3-2, etc.).
When I regenerate the TOC, the chapter numbers do not show up. Is there a
switch that will insert chapter numbers with the page numbers?


I did a quick test on Word 2003 just to make sure, but right here right now
it works as expected. Chapter numbers (based on Heading 1 in the main
documents) do show up in my RD document.

In your RD document do ALT-F9, select the field code btween the {} for the
TOC and post back. Don't forget to do ALT-F9 a second time to toggle back to
field values instead of field codes.

  #5   Report Post  
Posted to microsoft.public.word.docmanagement
Jean-Guy Marcil[_2_] Jean-Guy Marcil[_2_] is offline
external usenet poster
 
Posts: 373
Default TOC Spanning Multiple Documents -- Chapter Number in Page Numb

"Idaho Word Man" wrote:

You lost me. When you say, "post back," what do you mean?


You just did... :-)
I meant, "Post back here with the requested information"

My TOC looks like this:

1 SITE CHARACTERISTICS................................... ..1
1.1 Introduction...................................... ...........1

I need it to look like this:

1 SITE CHARACTERISTICS................................... ..1-1
1.1 Introduction...................................... ...........1-1

My TOC field code looks like this:
{ TOC \o "1-1" \h \z \t "Heading 2,2,Heading 3,3,FrontMatterHeading,
1,AppTitle 1," ]

I'm running Office 2003 and Windows XP Professional SP2.


In your TOC field code, I do not see Heading 1 anywhere. It could be covered
by the "\o "1-1" switch if you are indeed using Heading 1 in your documents.
In which case, you shoud have \o "1-3" instead of \o "1-1" and "Heading
2,2,Heading 3,3,".

How did you set up the page numbering in your chapter documents so that
chapter numbers are included on each page? You must use Heading 1 if you want
to use a TOC that picks up on it, whether you are using RD fields or not.

Also, I believe you left out part of the code, it is missing a number after
the comma in "AppTitle 1,".

So, your TOC field should look like this:

{ TOC \o "1-3" \t "FrontMatterHeading,1,AppTitle 1,1" \h \z }

(Although I am guessing as to the TOC level for AppTitle 1.)


  #6   Report Post  
Posted to microsoft.public.word.docmanagement
Idaho Word Man Idaho Word Man is offline
external usenet poster
 
Posts: 417
Default TOC Spanning Multiple Documents -- Chapter Number in Page Numb

Okay, this note helped me find the problem, and now I'm embarrassed.

I assumed that my text processor had used the switch that inserts the
chapter number (I had built the template to work that way). Instead, she had
typed in the chapter number by hand. I took out the manual number and used
the "Include Chapter Number" switch, and of course it worked fine.

Thanks.

"Jean-Guy Marcil" wrote:

"Idaho Word Man" wrote:

You lost me. When you say, "post back," what do you mean?


You just did... :-)
I meant, "Post back here with the requested information"

My TOC looks like this:

1 SITE CHARACTERISTICS................................... ..1
1.1 Introduction...................................... ...........1

I need it to look like this:

1 SITE CHARACTERISTICS................................... ..1-1
1.1 Introduction...................................... ...........1-1

My TOC field code looks like this:
{ TOC \o "1-1" \h \z \t "Heading 2,2,Heading 3,3,FrontMatterHeading,
1,AppTitle 1," ]

I'm running Office 2003 and Windows XP Professional SP2.


In your TOC field code, I do not see Heading 1 anywhere. It could be covered
by the "\o "1-1" switch if you are indeed using Heading 1 in your documents.
In which case, you shoud have \o "1-3" instead of \o "1-1" and "Heading
2,2,Heading 3,3,".

How did you set up the page numbering in your chapter documents so that
chapter numbers are included on each page? You must use Heading 1 if you want
to use a TOC that picks up on it, whether you are using RD fields or not.

Also, I believe you left out part of the code, it is missing a number after
the comma in "AppTitle 1,".

So, your TOC field should look like this:

{ TOC \o "1-3" \t "FrontMatterHeading,1,AppTitle 1,1" \h \z }

(Although I am guessing as to the TOC level for AppTitle 1.)

Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Page number cross references across multiple documents Faith Microsoft Word Help 1 January 17th 08 11:33 AM
Chapter number won't show up in page number or TOC M Skabialka Page Layout 3 May 22nd 07 07:14 PM
Multiple documents - many page number changes Anita Microsoft Word Help 2 February 10th 06 02:30 PM
How do I insert chapter number with page number in footer? Joan Microsoft Word Help 4 May 9th 05 04:00 PM
How do I get chapter number with my page number in a document? Daniel (Falun, Sweden) Microsoft Word Help 1 May 8th 05 05:34 PM


All times are GMT +1. The time now is 03:12 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"