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:Word conditionalizing (was a Frame/Word debate) From:Scott Miller <smiller -at- PORTAL -dot- COM> Date:Wed, 2 Sep 1998 08:58:49 -0700
I've heard of this method, but never tried it. Some questions:
1. Does it affect formatting at all? That is, can you apply the same
character format to body text and big honkin' headings and have them
look like they're supposed to?
2. When you change to hidden text, do you get spaces left from hidden
paragraphs? That occurs when you compile as WinHelp. It used to, anyway.
3. Could this method be flexible enough to handle six condition tags for
three products? For example: A-Only, B-Only, C-Only, Not-A, Not-B,
Not-C.
Thanks,
- Scott M
------------------------------------------
> The approach I've used with good success uses named character styles.
> You simply define as many character styles as you need variant
> versions
> and apply each of those styles to text that should only appear in one
> specific version of the document. To help you keep track of everything
> while you're editing, you can define the different conditional
> character
>
> styles to display in different colors. Then, when you're ready to
> produce
> output, you define all the non-relevant character styles to be Hidden,
> and
> the one relevant character style to be black (rather than the color
> you've
> been using during editing). This trick is not as flexible as true
> conditional
> text controlled by Boolean variables, but in many cases it will get
> the
> job
> done...