[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] Different font in first line of paragraph
From: |
Steffen Nurpmeso |
Subject: |
Re: [Groff] Different font in first line of paragraph |
Date: |
Sat, 18 Apr 2015 14:33:27 +0200 |
User-agent: |
s-nail v14.7.11-374-g8ff52d4 |
Hello,
address@hidden (Dirk-Wilhelm Peters) wrote:
|is there a robust way to switch to a different font after the first
|line of a paragraph is adjusted? The example below comes close,
|but the first word of the second line of the paragraph is already
|typeset in the previous font.
likely that Carsten will point to the "output line traps" that
Gunnar Ritter has introduced for Heirloom troff.
I've copied your message onto my TODO list for S-roff, because
i think it would be one of the more important improvements.
I hope i can make it there.
|.ll 4c
|.de PP
|.br
|.ft B
|.wh \\n(nlu+1p DF
|..
|.de DF
|.ft R
|..
|.PP
|This is just an example paragraph.
|It should be formatted in a different
|font in the first line.
Ciao,
--steffen