Xref: utzoo comp.sys.mac.misc:3706 comp.sys.mac.apps:1777 comp.sys.mac.wanted:1160 comp.unix.misc:197 comp.unix.shell:352 Path: utzoo!utgpu!news-server.csri.toronto.edu!mailrus!uwm.edu!zaphod.mps.ohio-state.edu!mips!apple!uokmax!d.cs.okstate.edu!norman From: norman@d.cs.okstate.edu (Norman Graham) Newsgroups: comp.sys.mac.misc,comp.sys.mac.apps,comp.sys.mac.wanted,comp.unix.misc,comp.unix.shell Subject: Re: nroff <--> RTF converter Message-ID: <1990Sep29.213935.26249@d.cs.okstate.edu> Date: 29 Sep 90 21:39:35 GMT References: <15644@yunexus.YorkU.CA> Organization: Oklahoma State University Lines: 28 From article <15644@yunexus.YorkU.CA>, by gall@yunexus.YorkU.CA (Norm Gall): > > I desperately need a utility that will convert nroff/troff documents > to something like Rich Text Format (RTF). I work on a Macintosh with > MS Word, but a converter to any major wp package would be great. Even though it doesn't handle nroff/troff, you may be interested in a MPW tool I've written. The following discription is from it's header. Read '\b' as 'backspace'. Man2RTF is a quick hack to convert a text file to Rich Text Format. It converts some of the control sequences common in Un*x files into the equivalent RTF character formatting. It converts the following sequences: "a\ba" => Bold 'a' "a\ba\ba" => Bold 'a' "a\ba\ba\ba" => Bold 'a' "_\ba" => Underlined 'a' "_\ba\ba" => Underlined Bold 'a' If there's enough interest, I'll hack it to run under Un*x and post it to comp.sources.mac. -- Norman Graham {cbosgd,rutgers}!okstate!norman The opinions expressed herein do not necessarily reflect the views of the state of Oklahoma, Oklahoma State University, OSU's Department of Computer Science, or of the writer himself.