[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] gtbl, T{ ... T} doesn't work?
From: |
Werner LEMBERG |
Subject: |
Re: [Groff] gtbl, T{ ... T} doesn't work? |
Date: |
Sat, 12 Jun 2004 15:44:41 +0200 (CEST) |
> > TS tab(@); l l l. 1 @ 2 @ 3 1 @ T{ a long text block T} @ 3 .TE
>
> .TS
> tab(@);
> l l l.
> 1 @ 2 @ 3
> 1 @T{
> a long text block
> T}@ 3
> .TE
>
>
> Please consider that the opening T{ follows directly the tab character, in
> your case @, and dito for the closing T}
The correct way to write it is like this:
.TS
tab(@);
l l l.
address@hidden@3
address@hidden
a long text block
address@hidden
.TE
If you want to have space before and after the `@' without
influencing the final appearance, you have to add GNU tbl's
`nospaces' keyword:
.TS
nospaces, tab(@);
l l l.
1 @ 2 @ 3
1 @ T{
a long text block
T} @ 3
.TE
Werner
- [Groff] New \n[.sty] register, (continued)
Re: [Groff] Re: Adding styles to DESC, MARSHALL Keith, 2004/06/10
- Re: [Groff] Re: Adding styles to DESC, Peter Schaffter, 2004/06/10
- Re: [Groff] Re: Adding styles to DESC, Werner LEMBERG, 2004/06/11
- Re: [Groff] Re: Adding styles to DESC, Robert Goulding, 2004/06/11
- Re: [Groff] Re: Adding styles to DESC, Peter Schaffter, 2004/06/11
- [Groff] gtbl, T{ ... T} doesn't work?, Dorai Sitaram, 2004/06/12
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Heinz-Jürgen Oertel, 2004/06/12
- Re: [Groff] gtbl, T{ ... T} doesn't work?,
Werner LEMBERG <=
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Robert Goulding, 2004/06/12
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Dorai Sitaram, 2004/06/12
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Ted Harding, 2004/06/12
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Jorgen Grahn, 2004/06/12
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Ted Harding, 2004/06/13
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Meg McRoberts, 2004/06/13
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Jorgen Grahn, 2004/06/13
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Meg McRoberts, 2004/06/13
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Meg McRoberts, 2004/06/13
- Re: [Groff] gtbl, T{ ... T} doesn't work?, Larry Kollar, 2004/06/13