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.
Jeff Hanvey wrote:
>
> Can someone give me a nice, easy way to...reset numbering,
> keep the corporate style, et cetera?
Here's how to get solid numbered lists every time:
For the first item in a NUMBERED list:
{ SEQ numlist \# "0" \r 1 \* MERGEFORMAT }
For the other items in a NUMBERED list:
{ SEQ numlist \# "0" \n \* MERGEFORMAT }
For the first item in a LETTERED list:
{ SEQ ltrlist \* alphabetic \r 1 \* MERGEFORMAT }
For the other items in a LETTERED list:
{ SEQ ltrlist \* alphabetic \n \* MERGEFORMAT }
Of course, you don't have to name them "numlist" and "ltrlist."
But if you always use the same names, you'll never get errors with
overlapping lists. I put each in a uniquely named autotext entry,
and now...
LISTS ARE NO PROBLEM IN WORD.
As for styles, create two levels of hanging-indented paragraphs, just in case you need to nest, like this:
1. as dfa sdf
a. ads fa sdf
b. as dfasd fas df
2. asd fasd fasdf
No macros, nothing complicated: just four autotext entries and two paragraph styles, and you're set.
HTML Indexer 4 is still the easiest way to create and maintain indexes
for web sites, intranets, HTML Help, JavaHelp, and other HTML documents.
Now with fully integrated cross-references, target frames and windows,
multiple-file output, "one-step accept" of default entries, and more!
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Check out SnagIt - The Screen Capture Standard!
Download a free 30-day trial from http://www.techsmith.com/rdr/txt/twr
Find out what all the other tech writers, including Dan, already know!
Order RoboHelp X3 in December and receive $100 mail in rebate, FREE WebHelp
Merge Module and the new RoboPDF - add powerful PDF output functionality
to RoboHelp X3. Order online today at http://www.ehelp.com/techwr-l
---
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.