Next: Table Creation, Up: Text Based Tables
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-char
table-cell-horizontal-chars
table-cell-intersection-char
The following are examples of invalid tables:
+-----+ +--+ +-++--+ | | | | | || | | | | | | || | +--+ | +--+--+ +-++--+ | | | | | | +-++--+ | | | | | | | || | +--+--+ +--+--+ +-++--+ a b c
From left to right: