home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / text / frame / 2479 < prev    next >
Encoding:
Text File  |  1992-07-28  |  2.2 KB  |  44 lines

  1. Organization: Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!<UNAUTHENTICATED>+
  3. Newsgroups: comp.text.frame
  4. Message-ID: <8eRKDRb0BwwuRKT64M@transarc.com>
  5. Date: Tue, 28 Jul 1992 11:12:29 -0400 
  6. From: Bill_Chiles@transarc.com
  7. Subject: Device tty?
  8. Lines: 34
  9.  
  10. Does anyone know how to get FrameMaker to dump reasonable "text only" files?
  11. The problem is that they literally dump text only in left justified
  12. line-oriented packets.  I expected them to do something like Scribe's tty
  13. device compilation where the text adheres roughly to the formatting
  14. directives.  For example, the following simple rules would help me a lot:
  15.    1] Centered text could be centered in 80 columns (should be set'able).
  16.    2] Indented formats should be indented.  Pixel and linear units should be
  17.       roughly translated into fixed point characters offsets.
  18.    3] Bulleted lists should be indented and bulleted with hyphens or small
  19.       o's.  Pixel and linear units should be roughly translated into fixed
  20.       point characters offsets.
  21.    4] Enumerated lists should be indented and numbered.  Pixel and linear
  22.       units should be roughly translated into fixed point characters
  23.       offsets.
  24.    5] Paragraphs should be filled (not justified) within 80 columns (should
  25.       be set'able).  The text should be right justified if the paragraph
  26.       format specifies such.  The text should be initially indented or fully
  27.       indented according to the format.  Pixel and linear units should be
  28.       roughly translated into fixed point characters offsets.
  29.  
  30. Is there an MIF utility that takes MIF files to text files according to the
  31. above concepts?
  32.  
  33. Basically, I want to be able to dump FrameMaker text files that roughly look
  34. like I'd formatted them in some ASCII file using something like gnu-emacs.
  35. Then I'd be able to ship lists, datafiles, specs, recipes, etc. to people on
  36. the Internet.  With the output FrameMaker gives me now, information is lost
  37. due to lost reverse indents and the like.
  38.  
  39. Any help would be greatly appreciated.  Otherwise, I could start learning
  40. MIF and hack up something to do this.  In that case, anyone have any MIF
  41. parsers written in C or Lisp, preferably that run in Think C or MACL.
  42.  
  43. Bill
  44.