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.
One technique that has worked well for me is to save the document
in an ASCII format on a UNIX or Linux system, then run
spell [file] | sort -u > [output file]
This gives an alphabetized list of words the spell checker
didn't recognize. I find it's easy to scan past the "code"
words and zero in on real mistakes. This technique also
catches many typos within the code, such as places where I used
two spellings for a parameter name.
I then go back to the source document and search for each of
the errors. It sounds awkward, but the whole process usually
only takes a few minutes.
By the way, THANKS to John for suggesting the Language=None
trick! I'm sure I'll put it to good use.
ANNOUNCING ROBOHELP STUDIO
Create professional Help systems that feature interactive tutorials and
demos with all new RoboHelp Studio. More at http://www.ehelp.com/techwr-l2
Mercer University's online MS Program in Technical Communication Management:
Preparing leaders of tomorrow's technical communication organizations today.
See www.mercer.edu/mstco or write George Hayhoe at hayhoe_g -at- mercer -dot- edu -dot-
---
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.