List of Tables, List of Figures

2007-08-09 Thread Molly Keegan
Hi all,

 

I'm trying to set up my two lists so that the figure number appears in front
of the figure title (same with tables).  I can't find a user variable for
figure number or table number. Am I missing something?  Can I create one
myself? 

 

Molly Keegan | Objective Interface Systems, Inc.
[EMAIL PROTECTED] | www.ois.com http://www.ois.com/  | ftp.ois.com
ftp://ftp.ois.com/ 
tel: 703-295-6536 | fax: 703-295-6501
13873 Park Center Rd Ste 360 | Herndon, VA 20171-3247

 

___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


Re: List of Tables, List of Figures

2007-08-09 Thread Mike Wickham
I'm trying to set up my two lists so that the figure number appears in 
front

of the figure title (same with tables).  I can't find a user variable for
figure number or table number. Am I missing something?  Can I create one
myself?


Molly,

Here's how I do it.

1. For my figure title paragraph format, in the Paragraph Designer, on the 
Numbering tab, I checked the Autonumber Format checkbox to turn on 
autonumbering.


2. In the Autonumber Format box, I put F:Fig. n+.  This causes Fig. 1. 
 to appear before the first figure title, and to increment with each 
additional figure. The letter and colon (in this case, F:) is the flow. 
It sets this numbering scheme  separate from any others you may have set up. 
It could be any letter. I picked F: for figures. You might want to use T: to 
have your separate numbering scheme for tables in your table title format. 
You can also choose a character format in the Numbering tab to make Fig. 1. 
 bold.


Personally, I think it's so much easier to number all figures, tables, etc. 
with one scheme. It makes it so much easier for the reader to find them. 
Will the reader find Table 4 before or after Fig. 38? If it's called Fig. 
39, instead of Table 4, the answer is clear.


Mike Wickham




___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]

or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


RE: List of Tables, List of Figures

2007-08-09 Thread Combs, Richard
Molly Keegan wrote:
 
 I'm trying to set up my two lists so that the figure number 
 appears in front of the figure title (same with tables).  I 
 can't find a user variable for figure number or table number. 
 Am I missing something?  Can I create one myself? 

Assuming you're using autonumbered pgfs for your figure and table titles
(which Mike addressed), you include the paragraph number in the LOF/LOT
by putting the $paranum building block into the appropriate pgfs in
the ref page special text flow for the LOF/LOT. For example, in my LOF
flow, the FigCapLOF pgf looks like this (with tabs separating the
building blocks): 

$paranum  $paratext  $pagenum

For a list of the building blocks you can use, see Editing special text
flows for lists and indexes in the online help. 

HTH!
Richard


--
Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-777-0436
--




___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to
[EMAIL PROTECTED]
or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send administrative questions to [EMAIL PROTECTED] Visit
http://www.frameusers.com/ for more resources and info.


Re: List of Tables, List of Figures

2007-08-09 Thread Fred Ridder

Mike's explanation is basically correct, but I'd like to amplify and
hopefully clarify a couple of issues.

The letter label that Mike suggests using is officially called a series
label. I'd *strenuously* suggest that you not adopt Mike's usage
of thinking of the numbering series as a flow, since that term is
already overloaded with different meanings in different contexts.

And the series label can actually be almost any character that
you can type directly on a keyboard. Upper-case and lower-case
letters are different labels, and once you run our of letters you
can use digits and many of the standard punctuation marks,
although I'd strongly recommend against using anything except
lettes. AFAIK, the only reserved characters are ones that have
specific usage in autonumbering formats (angle brackers, plus
sign, etc.). And in addition to whatever labeled numbering series
are defined in a given document, there is always a single default,
unlabeled series.

The utility of series labels is to make each of the labeled series
completely independent from each other. In technial document
templates that use section numbering it is common practice to
use a single labeled series with multile counter elements so that
each different heading level can reset the counters for all of
the subordinate headings so that they will start with .1. For a
scheme with up to four levels of section headings in a chapter,
for example, you could define a single labeled numbering series
that uses the $chapnum system variable plus four additional
counters or five individual counters if you don't use $chapnum.

Where common practice diverges is whether to use separate
numbering series for figures and tables (or examples, or
equations, or anything else that gets numbered labels). If
you want to include the chapter number in the figure/table
numbering (e.g. Figure 3-2 for the 2nd figure in chapter 3),
it's probably better to use a single, consolidated numbering
series. But if you use simple front-to-back numbering schemes
for figures and tables, it's personal preference whether to
use separate series or a consolidated master series.

In the documents I work on, it would drive users absolutely
crazy if I labeled tables and figures with identical captions in
a common numbering sequence. Tables and figures present
*very* different kinds of infomation and in fundamentally
different ways. When one of our users is looking for tabular
information (a connector pin-out, for example, or a register
description table), he couldn't care less where it is located
relative to any of the figures.

Finally, you might want to consider the use of a single-cell
table to contain your figures. The advantage of this approach
is that you are able to use the table title for the figure caption
so that the caption is embedded in the same container as the
figure rather than being a separate paragraph. You can get
the same end result either way, but IMO the table approach
is easier to maintain.

-Fred Ridder



From: Mike Wickham [EMAIL PROTECTED]
To: Molly Keegan [EMAIL PROTECTED],Frame Users 
framers@lists.FrameUsers.com

Subject: Re: List of Tables, List of Figures
Date: Thu, 9 Aug 2007 16:41:10 -0500

I'm trying to set up my two lists so that the figure number appears in 
front

of the figure title (same with tables).  I can't find a user variable for
figure number or table number. Am I missing something?  Can I create one
myself?


Molly,

Here's how I do it.

1. For my figure title paragraph format, in the Paragraph Designer, on the 
Numbering tab, I checked the Autonumber Format checkbox to turn on 
autonumbering.


2. In the Autonumber Format box, I put F:Fig. n+.  This causes Fig. 1. 
 to appear before the first figure title, and to increment with each 
additional figure. The letter and colon (in this case, F:) is the flow. 
It sets this numbering scheme  separate from any others you may have set 
up. It could be any letter. I picked F: for figures. You might want to use 
T: to have your separate numbering scheme for tables in your table title 
format. You can also choose a character format in the Numbering tab to make 
Fig. 1.  bold.


Personally, I think it's so much easier to number all figures, tables, etc. 
with one scheme. It makes it so much easier for the reader to find them. 
Will the reader find Table 4 before or after Fig. 38? If it's called Fig. 
39, instead of Table 4, the answer is clear.


Mike Wickham


_
More photos, more messages, more storage—get 2GB with Windows Live Hotmail. 
http://imagine-windowslive.com/hotmail/?locale=en-usocid=TXT_TAGHM_migration_HM_mini_2G_0507


___


You are currently subscribed to Framers as [EMAIL PROTECTED]

Send list messages to [EMAIL PROTECTED]

To unsubscribe send a blank email to 
[EMAIL PROTECTED]

or visit 
http://lists.frameusers.com/mailman/options/framers/archive%40mail-archive.com

Send

List of Tables, List of Figures

2007-08-09 Thread Molly Keegan
Hi all,



I'm trying to set up my two lists so that the figure number appears in front
of the figure title (same with tables).  I can't find a user variable for
figure number or table number. Am I missing something?  Can I create one
myself? 



Molly Keegan | Objective Interface Systems, Inc.
Molly.Keegan at ois.com | www.ois.com   | ftp.ois.com
 
tel: 703-295-6536 | fax: 703-295-6501
13873 Park Center Rd Ste 360 | Herndon, VA 20171-3247






List of Tables, List of Figures

2007-08-09 Thread Mike Wickham
> I'm trying to set up my two lists so that the figure number appears in 
> front
> of the figure title (same with tables).  I can't find a user variable for
> figure number or table number. Am I missing something?  Can I create one
> myself?

Molly,

Here's how I do it.

1. For my figure title paragraph format, in the Paragraph Designer, on the 
Numbering tab, I checked the Autonumber Format checkbox to turn on 
autonumbering.

2. In the Autonumber Format box, I put "F:Fig. . " This causes "Fig. 1. 
" to appear before the first figure title, and to increment with each 
additional figure. The letter and colon (in this case, "F:") is the "flow." 
It sets this numbering scheme  separate from any others you may have set up. 
It could be any letter. I picked F: for figures. You might want to use T: to 
have your separate numbering scheme for tables in your table title format. 
You can also choose a character format in the Numbering tab to make "Fig. 1. 
" bold.

Personally, I think it's so much easier to number all figures, tables, etc. 
with one scheme. It makes it so much easier for the reader to find them. 
Will the reader find Table 4 before or after Fig. 38? If it's called Fig. 
39, instead of Table 4, the answer is clear.

Mike Wickham







List of Tables, List of Figures

2007-08-09 Thread Combs, Richard
Molly Keegan wrote:

> I'm trying to set up my two lists so that the figure number 
> appears in front of the figure title (same with tables).  I 
> can't find a user variable for figure number or table number. 
> Am I missing something?  Can I create one myself? 

Assuming you're using autonumbered pgfs for your figure and table titles
(which Mike addressed), you include the paragraph number in the LOF/LOT
by putting the <$paranum> building block into the appropriate pgfs in
the ref page special text flow for the LOF/LOT. For example, in my LOF
flow, the FigCapLOF pgf looks like this (with tabs separating the
building blocks): 

<$paranum>  <$paratext>  <$pagenum>

For a list of the building blocks you can use, see "Editing special text
flows for lists and indexes" in the online help. 

HTH!
Richard


--
Richard G. Combs
Senior Technical Writer
Polycom, Inc.
richardDOTcombs AT polycomDOTcom
303-223-5111
--
rgcombs AT gmailDOTcom
303-777-0436
--