John Darrington <[EMAIL PROTECTED]> writes:

> Is it possible to have nested tables using tab.c ?
>
> That is, can I put a table into a cell of another table?

No.  You can kind of approximate the effect by putting more rows
or columns into the table, as necessary, and then using
tab_joint_text() to make some text span multiple rows or columns.

e.g. the following table has 2 rows and 2 columns but the two
rows in the left column are joined.

+------------+-----------+
|            |     2     |
|     1      +-----------+
|            |     3     |
+------------+-----------+

This is something that we should handle better in the future, as
with so many things involved in output.
--
"Welcome to the Slippery Slope. Here is your handbasket.
 Say, can you work 70 hours this week?"
--Ron Mansolino


_______________________________________________
pspp-dev mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/pspp-dev

Reply via email to