J
jhmcmullen
Forgive me for asking about this, but I've been through the Word MVP
site and
this newsgroup and my head is swimming with terms and applications. I
want to
do the right thing but even after reading the materials, I don't seem
to be
clever enough to figure out what that is.
All right. That's the apology; now the situation, then the question,
last
the grovelling.
A developer group wants to take over the document I was
writing/maintaining
for them. Since I work in FrameMaker and they don't, I had to convert
it to
Word. That was convoluted enough (eventually I saved it as PDF,
exported to
Word and HTML from Acrobat, because the Word & RTF exports truncated
the file
long before the end). Then I raced through, remembering that I no
longer use
Word enough to do the sensible things. However, I stuck with the
provided
styles, though I did change the formatting. I created a couple of
character
styles (for code samples) and a couple of table styles.
And I manually applied list restarts whenever I did a subprocedure in a
numbered list.
Then they asked me to apply numbering to the Heading 1, Heading 2, etc.
I
did it at the top level, because it seemed to apply throughout.
Yeah, I know. Pride goeth, and so on. If it were troff, I'd have been
fine. Instead, the whole thing's about as sturdy as a Jell-O suspension
bridge.
Table styles reset spontaneously to match the hanging indent on the
bulleted table style, or they indent wildly. I even had it do serial
crashes
on me today.
Now I've been through all of the above-mentioned references and I'm
trying
to find a plan of attack to make the darn thing stable. I'm not a VBA
guy (or
even an OOPS guy; I'm from the old days of C and Fortran, and if I were
a
really good programmer, I wouldn't be a technical writer).
According to ?activedocument.listtemplates.count, there are only 6
templates
in this mess. That doesn't seem to be the issue, but everything else
looks
like list numbering bugs.
Logical design: Heading 1 through Heading 4. Bulleted lists can occur
at
any level, but procedures show up only after Heading 3 or Heading 4.
Substeps in the numbered procedures are indented and use alphabetic
numbering instead:
1. Do this.
Sometimes I comment on what has just happened.
2. Immanentize the eschaton:
a. Hail Discordia!
b. Microsoft == Eris
3. And, of course, sometimes there are options:
* This
* That
* The other thing
Tables contain table text, and bulleted lists.
Things I think I'm going to have to do:
1 redefine my heading numbering so I associate each heading level
with outline numbering, and using the important Dave Rado DON'T CLOSE
THE DIALOG hint.
2 set up List Number 2 to restart whenever List Number 1 occurs.
3 set up List Number 1 to restart--well, since it could be Heading 3 or
Heading 4, I can't use the heading (unless I'm misunderstanding,
which
is very likely); I'll need a dummy style to force renumbering.
I gather that steps 2 and 3 are best done with VBA.
What else do I need to do to clean this fershlugginer mess up? Copy all
but
the last paragraph into a new document? Set up the styles in a new
document and then copy it? Fix it in situ?
It's 112 pages; I'd rather not retype it.
I feel like I understand only the ugly parts and not the simple bits.
Any guidance you can give me would be greatly appreciated.
site and
this newsgroup and my head is swimming with terms and applications. I
want to
do the right thing but even after reading the materials, I don't seem
to be
clever enough to figure out what that is.
All right. That's the apology; now the situation, then the question,
last
the grovelling.
A developer group wants to take over the document I was
writing/maintaining
for them. Since I work in FrameMaker and they don't, I had to convert
it to
Word. That was convoluted enough (eventually I saved it as PDF,
exported to
Word and HTML from Acrobat, because the Word & RTF exports truncated
the file
long before the end). Then I raced through, remembering that I no
longer use
Word enough to do the sensible things. However, I stuck with the
provided
styles, though I did change the formatting. I created a couple of
character
styles (for code samples) and a couple of table styles.
And I manually applied list restarts whenever I did a subprocedure in a
numbered list.
Then they asked me to apply numbering to the Heading 1, Heading 2, etc.
I
did it at the top level, because it seemed to apply throughout.
Yeah, I know. Pride goeth, and so on. If it were troff, I'd have been
fine. Instead, the whole thing's about as sturdy as a Jell-O suspension
bridge.
Table styles reset spontaneously to match the hanging indent on the
bulleted table style, or they indent wildly. I even had it do serial
crashes
on me today.
Now I've been through all of the above-mentioned references and I'm
trying
to find a plan of attack to make the darn thing stable. I'm not a VBA
guy (or
even an OOPS guy; I'm from the old days of C and Fortran, and if I were
a
really good programmer, I wouldn't be a technical writer).
According to ?activedocument.listtemplates.count, there are only 6
templates
in this mess. That doesn't seem to be the issue, but everything else
looks
like list numbering bugs.
Logical design: Heading 1 through Heading 4. Bulleted lists can occur
at
any level, but procedures show up only after Heading 3 or Heading 4.
Substeps in the numbered procedures are indented and use alphabetic
numbering instead:
1. Do this.
Sometimes I comment on what has just happened.
2. Immanentize the eschaton:
a. Hail Discordia!
b. Microsoft == Eris
3. And, of course, sometimes there are options:
* This
* That
* The other thing
Tables contain table text, and bulleted lists.
Things I think I'm going to have to do:
1 redefine my heading numbering so I associate each heading level
with outline numbering, and using the important Dave Rado DON'T CLOSE
THE DIALOG hint.
2 set up List Number 2 to restart whenever List Number 1 occurs.
3 set up List Number 1 to restart--well, since it could be Heading 3 or
Heading 4, I can't use the heading (unless I'm misunderstanding,
which
is very likely); I'll need a dummy style to force renumbering.
I gather that steps 2 and 3 are best done with VBA.
What else do I need to do to clean this fershlugginer mess up? Copy all
but
the last paragraph into a new document? Set up the styles in a new
document and then copy it? Fix it in situ?
It's 112 pages; I'd rather not retype it.
I feel like I understand only the ugly parts and not the simple bits.
Any guidance you can give me would be greatly appreciated.