groff
[Top][All Lists]
Advanced

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

Re: [Groff] Controlling individual line thickness in TBL


From: Larry Kollar
Subject: Re: [Groff] Controlling individual line thickness in TBL
Date: Fri, 25 Jan 2002 23:25:28 -0500

"George, Russell A" <address@hidden> wrote:

> In an attempt to control individual line thickness, I am invoking the \D't
> n' escape. Unfortunately, this is not working and I am getting the following
> error.
> 
> <standard input>:1492: warning: missing closing delimiter
> <standard input>:1496: warning: numeric expression expected (got a special
> character)

I'm getting the error messages, plus an extra one:
        warning: number register `3tbw3,14' not defined

But the table prints with thicker lines. I changed \D't 500'
to \D't 1500' to see a difference. Also, I think the "linesize(2)"
option might be confusing things... or at least not helping.

I was able to get the same result, without the warnings, by
removing the \D escapes from inside the table:

.LP
\D't 500'
.TS H
expand,tab(;);
| lb cb cb cb cb cb cb cb cb cb | cb | cb s s | cb |.
_
;;Orig;;;;# of;Orig;Curr;;;Prepays;Std Dev;
.T&
| cb cb cb cb cb cb cb cb cb cb | rb | cb cb cb | cb |.
Ticker;Cpn;Year;WAC;WAM;Age;Pools;Face;Face;Factor;Avg;Actual;Proj;Diff;Diff;
=
.TH
.T&
| l n n n n n n n n n | r | n n n | n |.
FNCL;5.50;2002;6.02;360;0;2;0.021;0.021;0.9996425;1m;0.0;0.0;0.0;-;
.TE

Unless you want different line sizes inside the table, that
should fix things.

-- 
Larry Kollar   k o l l a r  at  a l l t e l . n e t
"Strange that people always suggest commercial systems when the
phrase 'mission critical' comes up." -- Sebastian Rahtz, on XML-Doc


reply via email to

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