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.
Ye olde Ventura docs are text files in markup language, like HTML. You can
convert them with a simple Word macro. E.g., the code to convert paras in the
Ventura style "Heading C" to Word style "Heading 3", is something like:
EditFind .Find = "@chead = " ' find heading c tags
While EditFindFound()
EditClear ' delete tag
EndOfLine 1
Style "Heading 3" ' apply word style heading 3
EditFind .Find = "@chead = " ' find next
Wend
You identify the styles used in the doc, assign corresponding Word styles, and
Bob's your uncle.
Write me for more info, if you like.
Regards from Paris, mailto:john -dot- cornellier -at- cards -dot- delarue -dot- com
"This message is strictly private and contains confidential information
intended only for the use of the person or persons named above. If you
have received this transmission in error and are not the intended
recipient please immediately advise postmaster -at- cards -dot- delarue -dot- com -dot- Please
note that the information is private and confidential and you must not
divulge it to anyone."