home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / amiga / programm / 19068 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  2.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!torn!nott!cunews!revcan!sidus!atronx.OCUnix.On.Ca!qpoint!dej
  2. From: dej@qpoint.ocunix.on.ca (David Jones)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re:  Looking for WP
  5. Distribution: world
  6. Message-ID: <dej.0053@qpoint.ocunix.on.ca>
  7. References:  <73885@cup.portal.com> <1993Jan19.134307.19958@samba.oit.unc.edu>
  8. Date: 20 Jan 93 18:37:03 EST
  9. Organization: Dejital Software
  10. Lines: 33
  11.  
  12. In article <1993Jan19.134307.19958@samba.oit.unc.edu> Todd_Lewis@unc.edu (Todd M. Lewis) writes:
  13. >>Can anyone sugguest a word processor suitable for writing documentation
  14. >>files for a freely distributable program in ASCII, or a utility to convert
  15. >>ProWrite or Excellence! files into straight ASCII with formatting intact?
  16. >>(niether one does an acceptable job of saving an ASCII text file.)
  17.  
  18. ProWrite stores its documents in an IFF WORD file whose format is documented
  19. in the RKMs.
  20.  
  21. >>I need to keep all formatting (margins, indentation, page numbering,
  22. >>headers, footers) intact, and have formfeeds at the end of each page if
  23. >>possible.
  24. >
  25. >You might try selecting the GENERIC printer, running CMD, then
  26. >printing.  The printer output gets captured to a file.  You may
  27. >still have to filter the result to remove unwanted returns (ASCII 13).
  28.  
  29. The generic driver will also eliminate formatting codes such as
  30. Underline, Bold, etc.  You really want an "ansi" printer driver that
  31. passes the ANSI character stream sent to printer.device through to
  32. the final destination (parallel.device or CMD).  I have such a driver,
  33. with source code, free for the taking.
  34.  
  35. I have also created ARexx macros that get ProWrite to generate a
  36. document automatically (select ansi printer, run CMD, run ProWrite,
  37. load document, print, quit) that can be launched from a makefile.
  38. Again, free to those who ask.
  39.  
  40. --
  41.  David Jones          FreeNet: (preferred) aa457@freenet.carleton.ca
  42.  6730 Tooney Drive    NotSoFreeNet:        dej@qpoint.ocunix.on.ca
  43.  Orleans, Ontario     Fidonet:             1:163/109.8
  44.  K1C 6R4, Canada      POTS: (voice only)   1-613-830-1437
  45.