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.
Subject:FW: Word numbering Question From:David Chisma <dchisma -at- retaildir -dot- com -dot- au> To:"TECHWR-L (E-mail)" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Wed, 9 Feb 2000 14:45:59 +1100
Dave Chisma wrote:
Tristan,
I use a pair of counters that I call 1 and 2, where 1 resets the list and 2
increases until a new number 1 occurs. They are not styles, they are
sequence fields:
Counter 1 is {SEQ lettered \* Arabic \r 1}
Counter 2 is {SEQ lettered \* Arabic}
They work well. I've added them to my templates as auto-text entries and
made them accessible via right-click.
I find that if used too many times in a large document (100+ pages) the
numbering falls apart. The fix is to create an additional numbering scheme
by changing the sequence name for the new instance. For example, change the
sequence name from 'lettered' to 'Alettered'. The resulting field is {SEQ
Alettered \* Arabic \r 1}. Do this for both counters.
David Chisma
Technical Writer
Retail Directions Group
dchisma -at- retaildir -dot- com -dot- au
-----Original Message-----
From: Tristan Bishop [mailto:claritydocs -at- earthlink -dot- net]
Sent: Wednesday, 9 February 2000 10:52
To: TECHWR-L
Subject: Word numbering Question
OK, I know there are known autonumbering problems in Word 97, but . . .
For those who use both Word and FrameMaker, I'm trying to create a pair of
styles in Word 97 that function like the numbering of FrameMaker paragraph
formats.
I've created an N1 style which always displays "Step 1" as an autonumber.
My N+ style displays "Step 2" and higher, incremental by one.
Now, how do I make the N+ style revert to Step 2 (restart) after each
instance of an N1 paragraph?