Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / test / functional / input / data / tables_latex.txt
blobf0e0179b5348ebfc15c7d4b46afd873009af1bba
1 More Tables
2 -----------
4 A multicolumn table with multi-paragraph rowspanning cells:
6 +----------+--------------+---------------------------------+-----------+
7 | test     | **bold hd**  | multicolumn 1                   | *emph hd* |
8 |          |              |                                 |           |
9 |          |              | With a second paragraph         |           |
10 +----------+--------------+--------------+--------+---------+-----------+
11 | multicolumn 2           | cell         | cell   | cell    | cell      |
12 |                         |              |        |         |           |
13 | With a second paragraph |              |        |         |           |
14 +----------+--------------+--------------+--------+---------+-----------+
15 | cell     | multicolumn 3 (one line,    | cell   | cell    | cell      |
16 |          | but very very very very     |        |         |           |
17 |          | very looooong)              |        |         |           |
18 +----------+--------------+--------------+--------+---------+-----------+
19 | cell     | cell         | cell         | Short multicolumn 4          |
20 +----------+--------------+--------------+------------------------------+
22 A table with multirow header
25         +------------+-------------------+
26         | XXX        | Variable Summary  |
27         |            +-------------------+
28         |            | Description       |
29         +============+===================+
30         | multirow header breaks latex   |
31         +--------------------------------+