[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Groff] conditionals inside a table?
From: |
Carsten Kunze |
Subject: |
Re: [Groff] conditionals inside a table? |
Date: |
Thu, 4 Dec 2014 17:30:02 +0100 (CET) |
> I want to make a document that can give good
> ascii and Postscript results. I found that I need
> to adjust the formating of tables. I'm trying to
> to this with .ie/.el like this:
>
> 10 .TS H
> 11 expand,center;
> 12 .ie t lw(0.5i) lw(0.01i) lw(0.5i) lw(2.5i) lw(1.4i).
> 13 .el lw(1i) lw(0.2i) lw(1i) lw(5i) lw(3i).
>
> However, it seems tbl doesn't understand this:
You may define five variables which you set before .TS. (Or you put the whole
table in the conditional, if it's a short table.)
Carsten