[ < ] | [ > ] | [ << ] | [Plus haut] | [ >> ] | [Top] | [Table des matières] | [Index] | [ ? ] |
Keep the following examples of valid tables in mind as a reference while you read this section:
+--+----+---+ +-+ +--+-----+ | | | | | | | | | +--+----+---+ +-+ | +--+--+ | | | | | | | | +--+----+---+ +--+--+ | | | | +-----+--+ |
A table consists of a rectangular frame whose inside 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 multiple rectangular cells, but cells cannot overlap.
The table frame and cell border lines are made of three special characters. These variables specify those characters:
table-cell-vertical-char
Holds the character used for vertical lines. The default value is ‘|’.
table-cell-horizontal-char
Holds the character used for horizontal lines. The default value is ‘-’.
table-cell-intersection-char
Holds the character used at where horizontal line and vertical line meet. The default value is ‘+’.
Based on this definition, the following five tables are examples of invalid tables:
+-----+ +-----+ +--+ +-++--+ ++ | | | | | | | || | ++ | +-+ | | | | | | || | | | | | +--+ | +--+--+ +-++--+ | +-+ | | | | | | | +-++--+ | | | | | | | | | || | +-----+ +--+--+ +--+--+ +-++--+ a b c d e |
From left to right:
Ce document a été généré par Eric Reinbold le 23 Février 2009 en utilisant texi2html 1.78.