Next: Table Creation, Up: Text Based Tables [Contents][Index]
A table consists of a rectangular text area which is divided into cells. Each cell must be at least one character wide and one character high, not counting its border lines. A cell can be subdivided into more cells, but they cannot overlap.
Cell border lines are drawn with three special characters, specified by the following variables:
table-cell-vertical-charThe character used for vertical lines. The default is ‘|’.
table-cell-horizontal-charsThe characters used for horizontal lines. The default is ‘"-="’.
table-cell-intersection-charThe character used for the intersection of horizontal and vertical lines. The default is ‘+’.
The following are examples of invalid tables:
   +-----+       +--+    +-++--+
   |     |       |  |    | ||  |
   |     |       |  |    | ||  |
   +--+  |    +--+--+    +-++--+
   |  |  |    |  |  |    +-++--+
   |  |  |    |  |  |    | ||  |
   +--+--+    +--+--+    +-++--+
      a          b          c
From left to right: