home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / coherent / 6753 < prev    next >
Encoding:
Text File  |  1993-01-12  |  904 b   |  26 lines

  1. Newsgroups: comp.os.coherent
  2. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!sdd.hp.com!news.cs.indiana.edu!umn.edu!csus.edu!netcom.com!messina
  3. From: messina@netcom.com (Tony Porczyk)
  4. Subject: Justification algorithm
  5. Message-ID: <1993Jan12.135306.23168@netcom.com>
  6. Organization: Messina Software
  7. Date: Tue, 12 Jan 1993 13:53:06 GMT
  8. Lines: 16
  9.  
  10.  
  11. I am writing some scripts / programs for use with vi.  I would like
  12. to find an algorithm for justifying lines (padding the lines inside
  13. with blanks).  Yes, I know nroff will do that, but I would like a
  14. set of small simple tools  which I can then use in a variety of ways.
  15. Assumptions - lines fed into it are always shorter (or same) as required
  16. padded length. 
  17. Does anyone know where I could find such an algorithm?  I don't want
  18. to re-invent the wheel...
  19.  
  20. thanks,
  21.  
  22. t.
  23.  
  24. Ps.: I don't need wrapping algorithm, i wrote that already...
  25.  
  26.