blob: 2387d67d0cdf1a770f3bdaac7547261a2bd5f6b3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
The tabularew environment is similar to tabular (LaTeX kernel) but adds
a new command to modify the horizontal alignment in certain circumstances.
It solves the problem of centering multicolumn headings when they are
wider than the text underneath them. (In a tabular environment they are
aligned to the left, even if they contain a "c" in their preamble.)
It is actually a workaround for a (mis)feature of TeX alignment algorithm.
Comments and suggestions are welcome, especially for the user interface.
Diego Saba
diegosaba at gmail dot com
|