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: Word Outline and Doc Map Problem From:"Lisa Priester" <lpriester -at- castandcrew -dot- com> To:"'TECHWR-L'" <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Tue, 21 Aug 2007 18:00:41 -0700
Jim,
I did the same thing (figuratively tearing my hair out) and finally found on
the Word MVP site that this behavior is a bug that appears when you use the
document map and have one-line paragraphs following a heading (a subtle
pattern to suss out, I must say).
Here is a macro that fixes the level. I added it to my "AutoOpen" macros
that run when I open a document. Select all and Ctrl+Q will do the same
thing, I believe.
This macro resets the heading level to that specified in the paragraph style
'
Dim myPara As Paragraph
For Each myPara In ActiveDocument.Paragraphs
myPara.OutlineLevel = myPara.Style.ParagraphFormat.OutlineLevel
Next myPara
Lisa Priester
IT Document Specialist
Cast & Crew Entertainment Services, LLC.
-----Original Message-----
From: techwr-l-bounces+lpriester=castandcrew -dot- com -at- lists -dot- techwr-l -dot- com
[mailto:techwr-l-bounces+lpriester=castandcrew -dot- com -at- lists -dot- techwr-l -dot- com] On
Behalf Of Jim Morgan
Sent: Tuesday, August 21, 2007 5:11 PM
To: techwr-l -at- lists -dot- techwr-l -dot- com
Subject: Word Outline and Doc Map Problem
Okay, I've just spent 20 minutes in Word Help, the Microsoft KB, and on the
Web and can't find an answer to this one. I'm working in Word 2003/XP. I use
custom heading styles, which I have set to different outline levels through
the Styles pane. That is, "Custom Heading 1" is Outline Level 1, "Custom
Heading 2" is Outline Level 2," etc.
Up until yesterday, these headings were outlined properly in the Document
Map and Outline View. But I did something yesterday that made them go all
kaflooey. Yes, that's a technical term. Now some headings appear, others
don't, captions now appear in the Doc Map and at heading levels in the
Outline View even though "Caption" style is still at "Body Text" outline
level, and most are not indented. Anybody have experience with this? Even
better, a solution?
Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more. http://www.DocToHelp.com/TechwrlList
True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com
---
You are currently subscribed to TECHWR-L as lpriester -at- castandcrew -dot- com -dot-
Create HTML or Microsoft Word content and convert to Help file formats or
printed documentation. Features include support for Windows Vista & 2007
Microsoft Office, team authoring, plus more. http://www.DocToHelp.com/TechwrlList
True single source, conditional content, PDF export, modular help.
Help & Manual is the most powerful authoring tool for technical
documentation. Boost your productivity! http://www.helpandmanual.com
---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-