D.9 Module LaTeXML-tabular

Add to Misc.class

This module defines the basic tabular, or alignment, structure. It is roughly parallel to the HTML model.

|=
Element tabular

An alignment structure corresponding to tabular or various similar forms. The model is basically a copy of HTML4’s table.

Attributes:
Attribute vattach

= (top  |  middle  |  bottom)

which row’s baseline aligns with the container’s baseline.

Attribute width

the desired width of the tabular.

Attribute rowsep

the spacing between rows

Attribute colsep

the spacing between columns

Content:

(thead  |  tfoot  |  tbody  |  tr)*

Used by:
Element thead
Element tfoot
Element tbody
Element tr
Element td

A cell in a row of a tabular.

Attributes:
Attribute colspan

nonNegativeInteger

indicates how many columns this cell spans or covers.

Attribute rowspan

nonNegativeInteger

indicates how many rows this cell spans or covers.

Attribute align

= (left  |  right  |  center  |  justify  |  text)

specifies the horizontal alignment of the content. The allowed values are open-ended to accomodate char:. type alignments.

Attribute width

specifies the desired width for the column.

Attribute vattach

= (top  |  middle  |  bottom)

how the cell contents aligns with the row’s baseline.

Attribute border

text

records a sequence of t or tt, r or rr, b or bb and l or ll for borders or doubled borders on any side of the cell.

Attribute thead

= (column  |  column row  |  row)

whether this cell corresponds to a table row or column heading or both (whether in head or foot).

Content:
Used by: