TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Apparently, several people suggested using different numbering series for
List1 and List2, and that's a quick and easy solution.
It should be noted, however, that it's neither the only solution nor
necessarily the best. I recommend using the same numbering series for all
your numbered list tags. It can be done relatively easily by using multiple
counters in the autonumber specifications.
For the tags mentioned, you can specify autonumbers as follows (using "N:"
as the series name):
List1 N:<n=1>.< =0>\t
List1_cont N:<n+>.< =0>\t
-- The "< =0>" resets the 2nd level counter to zero, but doesn't display it
(because of the space before "="). The "\t" puts a tab after the number.
List2 N:< ><a=1>.\t
List2_cont N:< ><a+>.\t
-- The "< >" (note the space between brackets) keeps the 1st level counter
the same, but doesn't display it.
Let's say you want to display both numbers at the 2nd level, such as:
1.
2.
2.a.
2.b.
All you have to do is change the 2nd level autonumbers to:
List2 N:<n>.<a=1>.\t
List2_cont N:<n>.<a+>.\t
-- The "<n>" keeps the 1st level counter the same and displays it.
For more detailed info, see pp. 116-119 of the FM6 User Guide, especially
"Using multiple counters in an autonumber format" on p. 117.
HTH!
Richard
------
Richard G. Combs
Senior Technical Writer
Voyant Technologies, Inc.
richardDOTcombs AT voyanttechDOTcom
303-223-5111
------
rgcombs AT freeDASHmarketDOTnet
303-777-0436
------
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Save $600: Create great-looking Help files and software demos with
RoboHelp Deluxe. Get RoboHelp and RoboDemo - our new demo software - for one
low price. OR Save $100 on RoboHelp Office in June with our mail-in rebate.
Go to http://www.ehelp.com/techwr-l
Your monthly sponsorship message here reaches more than
5000 technical writers, providing 2,500,000+ monthly impressions.
Contact Eric (ejray -at- raycomm -dot- com) for details and availability.
---
You are currently subscribed to techwr-l as: archive -at- raycomm -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- raycomm -dot- com
Send administrative questions to ejray -at- raycomm -dot- com -dot- Visit http://www.raycomm.com/techwhirl/ for more resources and info.