Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.formatting.longdocs
jstar99 jstar99 is offline
external usenet poster
 
Posts: 4
Default MS Word's View of Tables and Figures

Hi,

Does anyone know how MS Word decides something is a "Table" or
"Figure"? When I look in cross-reference, I only have two of my tables
listed and no figures. When I create a Table of Figures or Tables it
seems to have found a whole bunch more.

My table/figure captions are set up with fields, not Word's built-in
captioning tool so I just wondered how Word was designating the
different elements and why the cross-referencing and the
table/index-building tools do not see the same tables and figures or
why they see any at all (index actually sees none, probably because I
didn't bother setting something else up - lol)?

Thanks so much!

  #2   Report Post  
Posted to microsoft.public.word.formatting.longdocs
jstar99 jstar99 is offline
external usenet poster
 
Posts: 4
Default MS Word's View of Tables and Figures

maybe a better way to ask the question could be- How in the world does
MS Word identify what exactly is a table or a figure, if you do not use
the built-in captioning tool?


jstar99 wrote:
Hi,

Does anyone know how MS Word decides something is a "Table" or
"Figure"? When I look in cross-reference, I only have two of my tables
listed and no figures. When I create a Table of Figures or Tables it
seems to have found a whole bunch more.

My table/figure captions are set up with fields, not Word's built-in
captioning tool so I just wondered how Word was designating the
different elements and why the cross-referencing and the
table/index-building tools do not see the same tables and figures or
why they see any at all (index actually sees none, probably because I
didn't bother setting something else up - lol)?

Thanks so much!


  #3   Report Post  
Posted to microsoft.public.word.formatting.longdocs
Jezebel Jezebel is offline
external usenet poster
 
Posts: 1,384
Default MS Word's View of Tables and Figures

Press Alt-F9 to display field codes and you will understand it better. It's
the SEQ fields that are the key. These fields are used to create arbitrary
sequences of numbers (such as the numbering for tables or figures). Each
such sequence has a name. By default the captioning tool uses the names
'Figure', 'Table', and 'Equation'; but you can set up your own using any
name you like. The 'figures' in your document are simply those paragraphs
that contain a { SEQ Figure } field.

The tables of figures, tables, etc are TOC fields created using the \c
switch: this builds a TOC from each instance of the corresponding SEQ
fields.






"jstar99" wrote in message
ups.com...
maybe a better way to ask the question could be- How in the world does
MS Word identify what exactly is a table or a figure, if you do not use
the built-in captioning tool?


jstar99 wrote:
Hi,

Does anyone know how MS Word decides something is a "Table" or
"Figure"? When I look in cross-reference, I only have two of my tables
listed and no figures. When I create a Table of Figures or Tables it
seems to have found a whole bunch more.

My table/figure captions are set up with fields, not Word's built-in
captioning tool so I just wondered how Word was designating the
different elements and why the cross-referencing and the
table/index-building tools do not see the same tables and figures or
why they see any at all (index actually sees none, probably because I
didn't bother setting something else up - lol)?

Thanks so much!




  #4   Report Post  
Posted to microsoft.public.word.formatting.longdocs
jstar99 jstar99 is offline
external usenet poster
 
Posts: 4
Default MS Word's View of Tables and Figures

So then, { SEQ Table } doesn't do the same thing? Or is there some
other keyword I should have used... That and only the first figure of
each SEQ gets picked up I think... even though all the figures have the
SEQ Figure in it. (i.e. 1.1, 2.1, 3.1)

Maybe switches stop Word from getting it?

Thanks I'm so confused

Jezebel wrote:
Press Alt-F9 to display field codes and you will understand it better. It's
the SEQ fields that are the key. These fields are used to create arbitrary
sequences of numbers (such as the numbering for tables or figures). Each
such sequence has a name. By default the captioning tool uses the names
'Figure', 'Table', and 'Equation'; but you can set up your own using any
name you like. The 'figures' in your document are simply those paragraphs
that contain a { SEQ Figure } field.

The tables of figures, tables, etc are TOC fields created using the \c
switch: this builds a TOC from each instance of the corresponding SEQ
fields.






"jstar99" wrote in message
ups.com...
maybe a better way to ask the question could be- How in the world does
MS Word identify what exactly is a table or a figure, if you do not use
the built-in captioning tool?


jstar99 wrote:
Hi,

Does anyone know how MS Word decides something is a "Table" or
"Figure"? When I look in cross-reference, I only have two of my tables
listed and no figures. When I create a Table of Figures or Tables it
seems to have found a whole bunch more.

My table/figure captions are set up with fields, not Word's built-in
captioning tool so I just wondered how Word was designating the
different elements and why the cross-referencing and the
table/index-building tools do not see the same tables and figures or
why they see any at all (index actually sees none, probably because I
didn't bother setting something else up - lol)?

Thanks so much!



  #5   Report Post  
Posted to microsoft.public.word.formatting.longdocs
Jezebel Jezebel is offline
external usenet poster
 
Posts: 1,384
Default MS Word's View of Tables and Figures

SEQ fields create sequences of numbers. The word within the field ('table'
in your example) is not a keyword. It's just the name of the sequence. What
name you use is entirely arbitrary. You can have any number of such
sequences: {SEQ Table}, {SEQ Equation}, {SEQ Insult}, {SEQ
SlyReferenceToTheBordelloQueensOfManahattan }, etc.

Each SEQ field returns a number (optionally formatted according to the
switches within the field). The number increments for each instance of the
name used: {SEQ Table}-{SEQ Table}-{SEQ Table} will display as 1-2-3.


TOC fields can be set to create a table of contents not from headings but
from paragraphs contain SEQ fields of a given name. But you get only one
reference to the paragraph, even if it contains more than one SEQ field with
that name. Using the above example, { TOC \c Table } would contain only one
reference to the 1-2-3 paragraph.






"jstar99" wrote in message
ups.com...
So then, { SEQ Table } doesn't do the same thing? Or is there some
other keyword I should have used... That and only the first figure of
each SEQ gets picked up I think... even though all the figures have the
SEQ Figure in it. (i.e. 1.1, 2.1, 3.1)

Maybe switches stop Word from getting it?

Thanks I'm so confused

Jezebel wrote:
Press Alt-F9 to display field codes and you will understand it better.
It's
the SEQ fields that are the key. These fields are used to create
arbitrary
sequences of numbers (such as the numbering for tables or figures). Each
such sequence has a name. By default the captioning tool uses the names
'Figure', 'Table', and 'Equation'; but you can set up your own using any
name you like. The 'figures' in your document are simply those paragraphs
that contain a { SEQ Figure } field.

The tables of figures, tables, etc are TOC fields created using the \c
switch: this builds a TOC from each instance of the corresponding SEQ
fields.






"jstar99" wrote in message
ups.com...
maybe a better way to ask the question could be- How in the world does
MS Word identify what exactly is a table or a figure, if you do not use
the built-in captioning tool?


jstar99 wrote:
Hi,

Does anyone know how MS Word decides something is a "Table" or
"Figure"? When I look in cross-reference, I only have two of my tables
listed and no figures. When I create a Table of Figures or Tables it
seems to have found a whole bunch more.

My table/figure captions are set up with fields, not Word's built-in
captioning tool so I just wondered how Word was designating the
different elements and why the cross-referencing and the
table/index-building tools do not see the same tables and figures or
why they see any at all (index actually sees none, probably because I
didn't bother setting something else up - lol)?

Thanks so much!






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
return to context to look at tables & figures Mike C Liu Microsoft Word Help 2 August 8th 06 10:37 AM
how to delete or move captions for tables & figures xppuser Page Layout 4 July 11th 06 04:46 PM
Captions on multi-page tables or figures Jack Page Layout 3 February 8th 06 07:34 PM
Word 2003 replaces list of tables when inserting list of figures kburns New Users 1 May 24th 05 11:00 PM
Styles need to support building generated tables of Figures, Tabl. c1mmathe Tables 1 November 18th 04 11:32 PM


All times are GMT +1. The time now is 07:17 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"