Re: [Groff] MAKE_K_FLAG

2012-01-09 Thread Werner LEMBERG
> Please replace the line > > MAKE_K_FLAG=`case "$(MAKEFLAGS)" in *k*) echo ' -k ';; esac` > > with > > MAKE_K_FLAG=`for f in x $(MAKEFLAGS); do \ > case $$f in \ >*=* | --[!k]*);; \ >*k*) echo ' -k ';; \ > esac; \ >

Re: [Groff] MAKE_K_FLAG

2012-01-09 Thread Bruno Haible
Hi, Werner asked me to answer this. Ingo Schwarze wrote: > Pascal Stumpf drew my attention to the fact that the following line > in the top-level Makefile.in is causing trouble: > > MAKE_K_FLAG=`case "$(MAKEFLAGS)" in *k*) echo ' -k ';; esac` > > The problem is that *any* k character anywhere

Re: [Groff] holistic widow elimination

2012-01-09 Thread Pierre-Jean
Dave Kemper wrote: > There may be one in the -mpm macro package (thanks, Sverre and Ralph), > but I haven't been able to get it working so far. I'm not sure if it's > compatible with groff at all: its tmac file depends on something called > tmac.srefs which doesn't exist in groff. tmac.srefs s

Re: [Groff] holistic widow elimination

2012-01-09 Thread Dave Kemper
On Sat, Jan 7, 2012 at 4:59 PM, Ted Harding wrote: > I've been hesitating about joining in, because (as is > already beginning to emerge) it is potentially a complex > question; and also the kind of solution which should be > preferred is a question of taste, convention, or context, > as well as c

Re: [Groff] groff to RTF or Word

2012-01-09 Thread Gaius Mulley
Larry Kollar writes: > On Jan 8, 2012, at 4:35 PM, Doug McIlroy wrote: > >> I have a paper composed in notrivial groff (uses pic, >> eqn, tbl, and .PSPIC), which I'd like to submit to a >> journal that takes any kind of digital text--as >> long as it's Word or RTF. I haven't been able to find >

Re: [Groff] groff to RTF or Word

2012-01-09 Thread Larry Kollar
On Jan 8, 2012, at 4:35 PM, Doug McIlroy wrote: > I have a paper composed in notrivial groff (uses pic, > eqn, tbl, and .PSPIC), which I'd like to submit to a > journal that takes any kind of digital text--as > long as it's Word or RTF. I haven't been able to find > any tool that offers much hel