Meg McRoberts wrote: > Thanks, Jorgen, I had missed this -- I'm not technical enough > to recognize that these *m strings were SGR. However, I just > tried adding -c and -C to my groff line and I still have the > same thing. Here's my command line: > > groff -mandoc -stC -Tlatin1 tmsplx.xml.5 \ > | col -b > catman/tmsplx.xml.5
Surely, you don't need "col" here. I always understood that it was not required by "groff", and it isn't included in any "groff" distribution. Moreover, there's a note in the "man.conf" template distributed with man-1.5m2 for Linux, that says a combination of "col" -- from some other source -- with "groff" can actually *damage* the output. Try groff -mandoc -stc -Tlatin1 -P-c tmsplx.xml.5 \ > catman/tmsplx.xml.5 HTH. Regards, Keith. _______________________________________________ Groff mailing list Groff@gnu.org http://lists.gnu.org/mailman/listinfo/groff