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
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
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
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
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.
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
> 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
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