home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / frame / 2488 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!gumby!destroyer!caen!malgudi.oar.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!pacbell!oracle!pyramid!infmx!news
  2. From: cortesi@informix.com (David Cortesi)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: Device tty?
  5. Message-ID: <1992Jul29.192840.29810@informix.com>
  6. Date: 29 Jul 92 19:28:40 GMT
  7. References: <8eRKDRb0BwwuRKT64M@transarc.com>
  8. Sender: news@informix.com (Usenet News)
  9. Reply-To: cortesi@informix.com
  10. Organization: Informix Software, Inc.
  11. Lines: 25
  12.  
  13. In article <8eRKDRb0BwwuRKT64M@transarc.com> Bill_Chiles@transarc.com writes:
  14. > Does anyone know how to get FrameMaker to dump reasonable "text only" files?
  15. > The problem is that they literally dump text only in left justified
  16. > line-oriented packets.
  17.  
  18. I have had reasonable luck producing ascii output using simply 
  19. Save As... and specifying text output.  Is this what you have tried?
  20.  
  21. Paragraphing and (to the best of my recollection) centering and right
  22. justification  were preserved. I don't know what Frame does when the
  23. original para style had full justification on; our para styles are all
  24. ragged-right, and it comes out ok in ascii. 
  25.  
  26. The major problem we encountered was that lines come out too long.
  27. A reasonable page width using 9pt proportional text can easily run
  28. over 80 characters, causing problems when the ascii is edited with vi.
  29.  
  30. If you mean to do this frequently, you should do something like this.
  31. First, set up a style template for the purpose. It would have all
  32. your standard para tags by name, but revised to use a monospaced
  33. font (courier, bleagh), ragged-right, and margins adjusted to allow
  34. a max of 80 chars/line.
  35.  
  36. Make a copy of a document with New; Use Formats to apply the
  37. text template; and Save As text only.  Should work.
  38.