Re: [Groff] explicit and implicit spacing in eqn

2016-04-18 Thread Carsten Kunze
Doug McIlroy wrote: > But it is not unnoticeable in case of unary minus. > Groff eqn treats > a~=~-b > as if it were binary, and inserts extra space between > the - and b. It does work with the following patch--for the mentioned cases. In case of a=c~-b then there is only space before the

[Groff] left of center

2016-04-18 Thread James K. Lowden
What's the right way to control where on the x axis a picture appears when using -ms? In tbl, it's controlled with the "center" option for the table, and defaults to left-justified. In pic it's controlled by .PS, outside pic itself. I have a page of interspersed tbl and dformat elements. It

[Groff] sidebars

2016-04-18 Thread James K. Lowden
While I'm in the groff neighborhood, I'd like to ask for advice for a style of layout I don't see any direct support for. Readers of this list might have read The Annotated Alice. The text of Alice in Wonderland is full size, and the outer edges of the page have copious side-notes whose vertica

Re: [Groff] sidebars

2016-04-18 Thread Dale Snell
On Mon, 18 Apr 2016 14:46:05 -0400, in message 20160418144605.a5bbde8b82c39ab43e361...@schemamania.org, James K. Lowden wrote: > While I'm in the groff neighborhood, I'd like to ask for advice for a > style of layout I don't see any direct support for. > > Readers of this list might have read T

Re: [Groff] left of center

2016-04-18 Thread Tadziu Hoffmann
> What's the right way to control where on the x axis a picture > appears when using -ms? > It would look better if the dformat output began where the > tables do, at the left edge. Looking at the code it appears ms offers no choice -- it always centers. Your best option is to include a copy o

Re: [Groff] sidebars

2016-04-18 Thread Denis M. Wilson
I have a set of macros for doing what I think you mean. I enclose a sample (with permission) of some pages of a newsletter I was once involved with. Is this of interest? Denis On Mon, 18 Apr 2016 14:46:05 -0400 "James K. Lowden" wrote: > While I'm in the groff neighborhood, I'd like to ask for

Re: [Groff] sidebars

2016-04-18 Thread Peter Schaffter
On Mon, Apr 18, 2016, Dale Snell wrote: > On Mon, 18 Apr 2016 14:46:05 -0400, in message > 20160418144605.a5bbde8b82c39ab43e361...@schemamania.org, James K. > Lowden wrote: > > > While I'm in the groff neighborhood, I'd like to ask for advice for a > > style of layout I don't see any direct suppor

Re: [Groff] explicit and implicit spacing in eqn

2016-04-18 Thread Carsten Kunze
Hello, I did some further tests, the patch did work in these cases. That "a=c~-b" is then rendered as "a = c -b" (instead of "a = c - b" without the patch) is IMHO consistent and not a regression. I does also work with '^' instead of '~'. Does someone like to do further tests or can we agree