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.
Re: Advice on starting out; dealing with employers
Subject:Re: Advice on starting out; dealing with employers From:Ned Bedinger <doc -at- edwordsmith -dot- com> To:techwr-l -at- lists -dot- techwr-l -dot- com Date:Sat, 30 Apr 2011 22:15:07 -0700
On 04/29/2011 08:17 PM, Gene Kim-Eng wrote:
> If you're writing for a use where double-spacing may still be required
> (it used to be expected in legal and DoD content, but I haven't done any
> work in either environment for nearly 20 years so I don't know about
> now), it's better to compose with it. It's easy enough to use search
> and replace or style sheets to replace period-space-space with
> period-space, but doing it the other way around raises the potential for
> period-space-space-space anywhere someone has already typed the second
> space in.
Another practical way to automate the task, if you program, is to search
for <period><space> and if found, conditionally check the character code
of the character immediately after it. An ANSI or ASCII <space> is
character code 32--if you find it but don't want it, delete. If you want
it but don't find it there, insert it. This is a nice macro to have in
the toolkit, especially as a polisher when your draft is going out for
review.
Create and publish documentation through multiple channels with Doc-To-Help.
Choose your authoring formats and get any output you may need. Try
Doc-To-Help, now with MS SharePoint integration, free for 30-days. http://www.doctohelp.com
---
You are currently subscribed to TECHWR-L as archive -at- web -dot- techwr-l -dot- com -dot-