groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Groff] tbl and large font


From: Deri James
Subject: Re: [Groff] tbl and large font
Date: Tue, 18 Jan 2011 19:02:42 +0000
User-agent: KMail/1.13.5 (Linux/2.6.33.7-desktop-2mnb; KDE/4.5.5; x86_64; ; )

On Tuesday 18 Jan 2011 17:51:22 walter harms wrote:
> Hello List,
> i have found an oddity with tbl and large fonts.
> i got the request to make the fonts larger to inprove readability.
> i added the \s16 and found that the width seems to scale but not
> the hight of the table. Is this intended ?
> mean while i will try to use the postscript scale operator to
> solve the problem.
> 

Hi,

It might be easier to try:-

=========================================================================

.ps 16
.vs 20
.TS
tab(|);
l l l.
Geraet           | Seriennummer      | Bemerkung
_
xxxxxxxxxxxxxx   |11111111111111111  |\_
xxxxxxxxxxxxxx   |11111111111111111  |\_
xxxxxxxxxxxxxx   |11111111111111111  |\_
xxxxxxxxxxxxxx   |11111111111111111  |\_
xxxxxxxxxxxxxx   |11111111111111111  |\_
.TE

==========================================================================

'.ps' sets the font size.
'.vs' sets the vertical space.

so in this case it has 25% 'leading' between the lines.

Cheers

Deri


reply via email to

[Prev in Thread] Current Thread [Next in Thread]