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:Re: automatic lists in Word From:"David M. Brown" <dmbrown -at- brown-inc -dot- com> To:"TECHWR-L" <techwr-l -at- lists -dot- raycomm -dot- com> Date:Sun, 27 May 2001 14:58:19 -0700
Found it!
-----Original Message-----
From: David M. Brown [mailto:dmbrown -at- brown-inc -dot- com]
Sent: Tuesday, August 15, 2000 5:56 PM
To: TECHWR-L
"Scudder, Beth" wrote:
> I know that David Knopf's site has a workaround for autonumbered lists in
> Word that uses fields. That's great -- but I'm hoping that there's a
> comparable workaround for alphanumeric lists (a, b, c).
Try this...
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.
--David
=============================
David M. Brown - Brown Inc.
dmbrown -at- brown-inc -dot- com
=============================
*** Deva(tm) Tools for Dreamweaver and Deva(tm) Search ***
Build Contents, Indexes, and Search for Web Sites and Help Systems
Available now at http://www.devahelp.com or info -at- devahelp -dot- com
Sponsored by Information Mapping, Inc., a professional services firm
specializing in Knowledge Management and e-content solutions. See http://www.infomap.com or 800-463-6627 for more about our solutions.
---
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.