home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / text / frame / 3919 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.0 KB

  1. Path: sparky!uunet!noc.near.net!news.bbn.com!olivea!pagesat!spssig.spss.com!news.oc.com!convex!connolly
  2. From: connolly@convex.com (Dan Connolly)
  3. Newsgroups: comp.text.frame
  4. Subject: Re: Creating Unix man Pages with Frame
  5. Message-ID: <1993Jan12.235540.26451@news.eng.convex.com>
  6. Date: 12 Jan 93 23:55:40 GMT
  7. References: <1993Jan11.235617.28049@brt.com>
  8. Sender: usenet@news.eng.convex.com (news access account)
  9. Organization: Engineering, CONVEX Computer Corp., Richardson, Tx., USA
  10. Lines: 42
  11. Nntp-Posting-Host: pixel.convex.com
  12. X-Disclaimer: This message was written by a user at CONVEX Computer
  13.               Corp. The opinions expressed are those of the user and
  14.               not necessarily those of CONVEX.
  15.  
  16. In article <1993Jan11.235617.28049@brt.com> paulk@brt.com (Paul Kennedy) writes:
  17. >
  18. >Has anyone out there created a filter and a set of formats that would
  19. >allow one to create a man page with FrameMaker and then export it
  20. >to a text file compatible with the Unix man utility?
  21.  
  22. Yes. It's pretty simple-minded, but it worked for our purposes.
  23. It's written in lisp, for use with the freely distributable XLISP
  24. interpreter.
  25.  
  26. [Unfortunately, it's based on a MIF->LISP perl script too. I have
  27. since figured out how to read MIF straight into LISP without the perl
  28. tool, but I haven't put those smarts in the mif2man filter.]
  29.  
  30. The troff it produces is kinda ugly: you woudln't want to edit
  31. it by hand, and it doesn't utilize the -man macros fully, but
  32. it displays and prints right.
  33.  
  34.  
  35. Let me know if this is good enough for what you want to do, and I'll
  36. try to clean it up and post it.
  37.  
  38. Here's a sample of the output:
  39.  
  40. .\" Example
  41. .PF l 1i 1.25i 0i
  42. .ta 0.25i
  43. \fR\&\s10\&metrics project7.met
  44.  
  45. .\" Body
  46. .PF l 0.75i 0.75i 0i
  47. .ta 0i 0.75i
  48. \fR\&\s10\&The above example invokes the CXmetrics graphical user interface for 
  49. viewing the metrics data contained in the file project7.met. For more 
  50. information about the graphical user interface, refer to the CONVEX 
  51. CXmetrics UserUs Guide.
  52.  
  53. .SH SEE ALSO
  54. .\" Body
  55. .PF l 0.75i 0.75i 0i
  56. .ta 0i 0.75i
  57. \fR\&\s10\&\fR\&\s10\&metrics(5)\fR\&\s10\&
  58.