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.
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 :p
> 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
[quoted text clipped - 27 lines]
> >>
> >> Thanks so much!
Jezebel - 16 Aug 2006 01:32 GMT
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.
> 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
[quoted text clipped - 38 lines]
>> >>
>> >> Thanks so much!