Closed janrito closed 13 years ago
A long cell
| heading | heading | heading | |--------:|:--------|:--------| | cell | **long cell** |
will export latex code to align the long cell text to the center instead of to the left.
&cell&\multicolumn{2}{c}{\textbf{long cell}}\\
should be:
&cell&\multicolumn{2}{l}{\textbf{long cell}}\\
A long cell
will export latex code to align the long cell text to the center instead of to the left.
should be: