Begins LaTeX tabular environment
Source position: wtex.pp line 57
public procedure TTexWriter.TableStart( |
NoCols: Integer; |
Border: Boolean |
); override; |
NoCols |
|
Number of table columns |
Border |
|
Border flag (not used in LaTeX implementation) |
Begins a LaTeX tabular environment with column specifications. Generates column specification with left-aligned columns (l) based on the number of columns specified.
|
Ends LaTeX tabular environment |
|