Re: [groff] seeking fixed-width breakable space

2019-02-22 Thread Dave Kemper
On 2/22/19, Dave Kemper wrote: > On 2/21/19, G. Branden Robinson wrote: >> Will the digit space (\0) do? > > It would if it were breakable. ...though this brings up a good point, that the documentation should probably be amended to explicitly state that \0, \|, and \^ are unbreakable. I had to

Re: [groff] seeking fixed-width breakable space

2019-02-22 Thread Dale Snell
You might try using "\:", which is a zero-width break point, similar to "\%", except that it doesn't have the hyphen. I have not tested this, but you should be able to do something like "mrphl\|\:blrphl" and the two words should be separated by a thinspace that can break. At least, I think it sho

Re: [groff] Upgrade to 1.22.4 breaks PDF font

2019-02-22 Thread John Gardner
*> (although groff was installed from a pre-built package (or "bottle")), the only options were the "--prefix" option and "--without-x".* There used to be three other options as well: --with-gropdf (Enable PDF output support) --with-grohtml (Enable HTML output support (implies --with-gropdf)) -