A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Formatting Long Documents
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Table of Contents special page numbering



 
 
Thread Tools Display Modes
  #1  
Old July 17th, 2006, 11:18 PM posted to microsoft.public.word.formatting.longdocs
Ricki Miles
external usenet poster
 
Posts: 70
Default Table of Contents special page numbering

I am working in Word XP, creating a manual with several sections. One
section is a summary section, another is a glossary section, etc. The
summary section needs page numbering of S1, S2, etc. while the glossary
section needs page numbering of G1, G2, etc. I am trying to generate a
table of contents with page numbering that matches ie. S1, S2, etc., but
can't seem to format the T of C page number to include the letter. Any
suggestions would be appreciated - TIA,

Ricki


  #2  
Old July 18th, 2006, 12:32 AM posted to microsoft.public.word.formatting.longdocs
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Table of Contents special page numbering

The TOC will always reflect the PAGE field. This can be altered only with
the "Include chapter number" feature. Anything else you add is not part of
the field and will not be picked up.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Ricki Miles" wrote in message
...
I am working in Word XP, creating a manual with several sections. One
section is a summary section, another is a glossary section, etc. The
summary section needs page numbering of S1, S2, etc. while the glossary
section needs page numbering of G1, G2, etc. I am trying to generate a
table of contents with page numbering that matches ie. S1, S2, etc., but
can't seem to format the T of C page number to include the letter. Any
suggestions would be appreciated - TIA,

Ricki



  #3  
Old July 18th, 2006, 05:33 AM posted to microsoft.public.word.formatting.longdocs
Ricki Miles
external usenet poster
 
Posts: 70
Default Table of Contents special page numbering

Thanks for the response. If I want to include the chapter number, is there
a way to have the chapter as a letter and the page as a number (S1, etc.)
Also, the Summary comes before the Glossary in the document, so S would have
to precede G for chapters. Thanks again,

Ricki

"Suzanne S. Barnhill" wrote in message
...
The TOC will always reflect the PAGE field. This can be altered only with
the "Include chapter number" feature. Anything else you add is not part of
the field and will not be picked up.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup
so
all may benefit.

"Ricki Miles" wrote in message
...
I am working in Word XP, creating a manual with several sections. One
section is a summary section, another is a glossary section, etc. The
summary section needs page numbering of S1, S2, etc. while the glossary
section needs page numbering of G1, G2, etc. I am trying to generate a
table of contents with page numbering that matches ie. S1, S2, etc., but
can't seem to format the T of C page number to include the letter. Any
suggestions would be appreciated - TIA,

Ricki





  #4  
Old July 18th, 2006, 12:24 PM posted to microsoft.public.word.formatting.longdocs
Robert M. Franz (RMF)
external usenet poster
 
Posts: 1,743
Default Table of Contents special page numbering

Hello Ricki

Ricki Miles wrote:
Thanks for the response. If I want to include the chapter number, is there
a way to have the chapter as a letter and the page as a number (S1, etc.)
Also, the Summary comes before the Glossary in the document, so S would have
to precede G for chapters. Thanks again,


Tricky. You'd have to setup one style for each "lettered heading" and
define the numbering scheme accordingly.

You might even get away with the numbering as direct formatting in this
case, but I wouldn't want to bet a lot on it that this is stable ...

2cents
Robert
--
/"\ ASCII Ribbon Campaign | MS
\ / | MVP
X Against HTML | for
/ \ in e-mail & news | Word
  #5  
Old July 20th, 2006, 09:16 AM posted to microsoft.public.word.formatting.longdocs
Stefan Blom
external usenet poster
 
Posts: 8,433
Default Table of Contents special page numbering

What you are trying to do can be accomplished with SEQ fields. Below,
I've typed the field codes of the fields used, together with their
field delimiters, { }. Note that in order to actually create a
field in Word, you would press Ctrl+F9 to insert the field delimiters
and then type the field codes as shown. To update an inserted field,
press F9. To toggle between showing field code and field results,
press Alt+F9.

The following example uses a SEQ field to add S, G "numbers," as well
as Arabic numbers for "ordinary" headings. Add the numbers to your
usual heading paragraphs; then the TOC will pick them up. To get the
chapter/page numbering in the page numbers of the TOC, add the \s
switch to the TOC field code.

For the glossary, use { SEQ test \r 7 \* ALPHABETIC }, and for the
summary, use { SEQ test \r 19 \* ALPHABETIC }. This creates G and S,
respectively.

If the rest of the document should be numbered, you can use SEQ fields
there too: For the first chapter, { SEQ test \r 1 } would produce
Arabic numbers starting at 1. For subsequent chapters, { SEQ test }
would continue that numbering sequence.

In order to create the chapter/page numbering in headers (footers),
insert a section break after the glossary and summary sections and
unlink headers (footers). Insert
{ SEQ test \c \* ALPHABETIC }-{ PAGE }
into the header (footer) of the section where the glossary and
summary chapters are located, and insert { SEQ test \c }-{ PAGE } for
the rest of headers (footers).

Display the field code for the TOC, and add \s "test" to it. In other
words, you'd have something like this: { TOC \o "1-3" \h \s "test" }.
Press F9 to update. If prompted, choose to update the entire table.

To restart the page numbering, use the Page Number Format dialog box
as usual.

Note that if you don't want the chapter/page numbering for the
"ordinary" chapters, that is, chapters other than the summary and
glossary ones, you would have to create a separate TOC (without the \s
switch) for them.

--
Stefan Blom
Microsoft Word MVP


"Ricki Miles" wrote in message
...
I am working in Word XP, creating a manual with several sections.

One
section is a summary section, another is a glossary section, etc.

The
summary section needs page numbering of S1, S2, etc. while the

glossary
section needs page numbering of G1, G2, etc. I am trying to

generate a
table of contents with page numbering that matches ie. S1, S2, etc.,

but
can't seem to format the T of C page number to include the letter.

Any
suggestions would be appreciated - TIA,

Ricki

















  #6  
Old July 20th, 2006, 01:25 PM posted to microsoft.public.word.formatting.longdocs
Suzanne S. Barnhill
external usenet poster
 
Posts: 31,786
Default Table of Contents special page numbering

That's a keeper, Stefan. I need to play with this.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA
Word MVP FAQ site: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so
all may benefit.

"Stefan Blom" wrote in message
...
What you are trying to do can be accomplished with SEQ fields. Below,
I've typed the field codes of the fields used, together with their
field delimiters, { }. Note that in order to actually create a
field in Word, you would press Ctrl+F9 to insert the field delimiters
and then type the field codes as shown. To update an inserted field,
press F9. To toggle between showing field code and field results,
press Alt+F9.

The following example uses a SEQ field to add S, G "numbers," as well
as Arabic numbers for "ordinary" headings. Add the numbers to your
usual heading paragraphs; then the TOC will pick them up. To get the
chapter/page numbering in the page numbers of the TOC, add the \s
switch to the TOC field code.

For the glossary, use { SEQ test \r 7 \* ALPHABETIC }, and for the
summary, use { SEQ test \r 19 \* ALPHABETIC }. This creates G and S,
respectively.

If the rest of the document should be numbered, you can use SEQ fields
there too: For the first chapter, { SEQ test \r 1 } would produce
Arabic numbers starting at 1. For subsequent chapters, { SEQ test }
would continue that numbering sequence.

In order to create the chapter/page numbering in headers (footers),
insert a section break after the glossary and summary sections and
unlink headers (footers). Insert
{ SEQ test \c \* ALPHABETIC }-{ PAGE }
into the header (footer) of the section where the glossary and
summary chapters are located, and insert { SEQ test \c }-{ PAGE } for
the rest of headers (footers).

Display the field code for the TOC, and add \s "test" to it. In other
words, you'd have something like this: { TOC \o "1-3" \h \s "test" }.
Press F9 to update. If prompted, choose to update the entire table.

To restart the page numbering, use the Page Number Format dialog box
as usual.

Note that if you don't want the chapter/page numbering for the
"ordinary" chapters, that is, chapters other than the summary and
glossary ones, you would have to create a separate TOC (without the \s
switch) for them.

--
Stefan Blom
Microsoft Word MVP


"Ricki Miles" wrote in message
...
I am working in Word XP, creating a manual with several sections.

One
section is a summary section, another is a glossary section, etc.

The
summary section needs page numbering of S1, S2, etc. while the

glossary
section needs page numbering of G1, G2, etc. I am trying to

generate a
table of contents with page numbering that matches ie. S1, S2, etc.,

but
can't seem to format the T of C page number to include the letter.

Any
suggestions would be appreciated - TIA,

Ricki


















 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Table of contents numbering not consistent with page numbering format srd Tables 1 July 9th, 2006 07:49 PM
start page numbering after table of contents J. Williams General Discussion 1 February 4th, 2006 12:07 PM
Table of Contents Page Numbering Reverts to Zeros When Emailing Table of Contents Page Numbering... General Discussion 1 August 24th, 2005 09:07 PM
Table Design A. Williams Database Design 3 April 29th, 2005 07:02 PM
FIrst page footers Noel S Pamfree General Discussion 7 December 6th, 2004 08:49 PM


All times are GMT +1. The time now is 11:39 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.