Tables
Document writer <olivier.nicolas@insa-lyon.fr>
vxxx, 2022-xx-xx
1. Tables, examples
1.1. Example 1
1.1.1. Code
[width="40%"] [cols="<1,^1,>1"] |=== | Col1 | Col2 | Col3 | A1 | A2 | A3 | B1 | B2 | B3 |===
1.1.3. Comments
The width attribute refers to table vs page.
The cols attribute values (aka specifiers) mean:
"1,1,1" specifies there are three columns, with same width.
"2,2,2" would be equivalent.
"1,2,1" would mean the 2nd column is twice as wide as the other 2.
The <, ^, > specifiers mean respectively: Left Aligned, Centered and Right Aligned.