Subject:Re: Word Templates & Numbered Lists - VBA? SEQ? From:dmbrown -at- brown-inc -dot- com To:"TECHWR-L" <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Sat, 09 Oct 2004 14:05:00 -0700
> need help with making sure numbered lists work properly.
Several of us have posted instructions on using SEQ fields to produce
absolutely dependable numbered lists. Unfortunately, I can't find ANY of
them in the Techwr-L archives <:( so here's one I posted...
======================================================================
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.
========================================================================
ROBOHELP X5: Featuring Word 2003 support, Content Management, Multi-Author
support, PDF and XML support and much more!
TRY IT TODAY at http://www.macromedia.com/go/techwrl
WEBWORKS FINALDRAFT: New! Document review system for Word and FrameMaker
authors. Automatic browser-based drafts with unlimited reviewers. Full
online discussions -- no Web server needed! http://www.webworks.com/techwr-l
---
You are currently subscribed to techwr-l as:
archiver -at- techwr-l -dot- com
To unsubscribe send a blank email to leave-techwr-l-obscured -at- lists -dot- techwr-l -dot- com
Send administrative questions to lisa -at- techwr-l -dot- com -dot- Visit http://www.techwr-l.com/techwhirl/ for more resources and info.