Re: [Groff] End of file processing

2014-03-30 Thread Mike Bianchi
On Sat, Mar 29, 2014 at 07:10:23PM -0400, Peter Schaffter wrote: > On Sat, Mar 29, 2014, Mike Bianchi wrote: > > Peter, I don't understand the instructions, I guess, having never > > mucked with fonts. I'm guessing I need more preparation than I > > thought. Can you help? > > > >sudo ~/bin/i

Re: [Groff] End of file processing

2014-03-29 Thread Peter Schaffter
On Sat, Mar 29, 2014, Mike Bianchi wrote: > Peter, I don't understand the instructions, I guess, having never > mucked with fonts. I'm guessing I need more preparation than I > thought. Can you help? > >sudo ~/bin/install_font *pfa > /usr/local/share/groff/site-font not found; creating. > mk

Re: [Groff] End of file processing

2014-03-29 Thread Mike Bianchi
Peter, I don't understand the instructions, I guess, having never mucked with fonts. I'm guessing I need more preparation than I thought. Can you help? sudo ~/bin/install_font *pfa /usr/local/share/groff/site-font not found; creating. mkdir: cannot create directory `/usr/local/share/groff/site

Re: [Groff] End of file processing

2014-01-04 Thread Peter Schaffter
On Fri, Jan 03, 2014, Tadziu Hoffmann wrote: > > Try this: > > .\" Minimal footer > .de footer > . sp |\\n[.p]u-.75i > . ce 1 > \\n[%] > . if \\n[defer]=1 \c > ' bp > .. > > (You need the no-break version of bp, otherwise the line will > be flushed by the break that occurs before

Re: [Groff] End of file processing

2014-01-03 Thread Tadziu Hoffmann
Try this: .\" Minimal footer .de footer . sp |\\n[.p]u-.75i . ce 1 \\n[%] . if \\n[defer]=1 \c ' bp .. (You need the no-break version of bp, otherwise the line will be flushed by the break that occurs before bp is invoked, and then no partial line will exist during bp processing.

Re: [Groff] End of file processing

2014-01-03 Thread Peter Schaffter
On Fri, Jan 03, 2014, Werner Lemberg wrote: > > > When a diversion that doesn't fit on the last page of a document and > > has to be deferred to the next (ie a float) is followed by a few > > lines of type that don't reach the bottom margin, processing stops > > at the end of the text and the dive

Re: [Groff] End of file processing

2014-01-02 Thread Werner LEMBERG
> When a diversion that doesn't fit on the last page of a document and > has to be deferred to the next (ie a float) is followed by a few > lines of type that don't reach the bottom margin, processing stops > at the end of the text and the diversion is never output. [...] Minimum example, please

[Groff] End of file processing

2014-01-02 Thread Peter Schaffter
I've hit a conundrum to which I cannot seem to find a solution. When a diversion that doesn't fit on the last page of a document and has to be deferred to the next (ie a float) is followed by a few lines of type that don't reach the bottom margin, processing stops at the end of the text and the di