home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / editors / 3060 < prev    next >
Encoding:
Text File  |  1992-12-16  |  1.5 KB  |  39 lines

  1. Newsgroups: comp.editors
  2. Path: sparky!uunet!ferkel.ucsb.edu!taco!auerbach
  3. From: auerbach@ncsu.edu (David D Auerbach)
  4. Subject: Re: XYWRite->Anything else
  5. Message-ID: <auerbach.724549392@news.ncsu.edu>
  6. Sender: news@ncsu.edu (USENET News System)
  7. Organization: North Carolina State University
  8. References: <1992Dec16.212945.1992@primerd.prime.com>
  9. Date: Wed, 16 Dec 1992 23:43:12 GMT
  10. Lines: 27
  11.  
  12. jasonp@bungee.NoSubdomain.NoDomain (Jason Pascucci) writes:
  13.  
  14.  
  15. >I posted this question to comp.sys.ibm,pc.misc, and recieved no 
  16. >response, so I thought I'd try here...
  17.  
  18. >Are there any programs which would translate XYWrite doc
  19. >format to something else? I don't own XYWrite, but expect
  20. >to be getting some documents in it soon, and I'm
  21. >kind of looking for an XYWrite->Postscript,
  22. >through any number of steps you'd care to mention. 
  23.  
  24. >I don't expect to buy XYWrite anytime soon...it's
  25. >$455 pricetag seems outrageous for what it does. 
  26.  
  27. >Thanks!
  28. >--
  29. >Jason R. Pascucci
  30. >jasonp@primerd.prime.com
  31. You can buy XyWrite for about $200 for some mailorder places.
  32. One of the advantages of Xy is that the documents are straight ascii, with
  33. the formatting codes stored as markup codes enclosed between guillmets
  34. (ascii 174 and 175).  Also XyWrite comes with a Postscript driver so that
  35. you can use its type to file command to essentially trnaslate those codes
  36. to a corresponding postscript file.  But in any case xywrite files are
  37. perfectly readable by anything that can read ascii and the markup codes are
  38. relatively obvious ( <<rm65>> means right margin 65, e.g.).
  39.