T – Ztable
Table element
|
Parent elements
|
Any element that may contain block elements
|
Child elements
|
(caption, label?)?, colgroup, th?, tr*
|
|
Attribute
|
Value
|
Meaning
|
align
|
left | center | right
|
Horizontal alignment
|
float
|
yes | no
|
Determines whether table should be a floating object in
which case LATEX may relocate it, to optimize layout
and text flow across pages.
|
frame
|
Comma-separated list containing any combination of top,
bottom, left, right, rowsep,
colsep
|
Use top, bottom, left, right
to enable the outer frame elements. rowsep
enables horizontal rules between rows for the entire table.
colsep enables column separators for the whole table.
rowsep and colsep can also be enabled per
row or per cell.
|
print-rulewidth
|
#CDATA
|
Width in centimeters (cm) or points (pt) of the table's frame
rules in printed documents
|
print-width
|
#CDATA
|
In printed documents: width in centimeters (cm), points (pt)
or percent of the text body
|
rulecolor
|
#CDATA
|
An HTML-style color specification (e.g. #ff3322)
determinig the color of the table frame
|
screen-rulewidth
|
#CDATA
|
Width in pixels (px) of the frame
rules in printed documents
|
screen-width
|
#CDATA
|
In screen documents: width in pixels (px) or percent
of the overall page width
|
|
td
Table cell
|
Parent elements
|
th, tr
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
Attribute
|
Value
|
Meaning
|
align
|
left | center | right
|
Horizontal text alignment
|
color
|
#CDATA
|
HTML-style color specification controlling the background
color of this cell
|
colspan
|
#CDATA
|
Number of columns this cell spans
|
frame
|
Comma-separated list containing any combination of rowsep,
colsep
|
colsep enables the column separator on the right cell border.
rowsep enables the horizontal rule below this cell.
|
|
th
Table head row
|
Parent elements
|
table
|
Child elements
|
td+
|
|
Attribute
|
Value
|
Meaning
|
color
|
#CDATA
|
HTML-style color specification controlling the background
color of this row
|
frame
|
Comma-separated list containing any combination of rowsep,
colsep
|
colsep enables the column separator for all cells in this row.
rowsep enables the horizontal rule below this row.
|
valign
|
top | middle | bottom
|
Vertical text alignment for all cells in this row. Due
to limitations imposed by LATEX, this cannot be set
for individual cells.
|
|
title
Section title
|
Parent elements
|
Any sectioning element
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
tr
Table row
|
Parent elements
|
table
|
Child elements
|
td+
|
|
Attribute
|
Value
|
Meaning
|
color
|
#CDATA
|
HTML-style color specification controlling the background
color of this row
|
frame
|
Comma-separated list containing any combination of rowsep,
colsep
|
colsep enables the column separator for all cells in this row.
rowsep enables the horizontal rule below this row.
|
valign
|
top | middle | bottom
|
Vertical text alignment for all cells in this row. Due
to limitations imposed by LATEX, this cannot be set
for individual cells.
|
|
tt
Print text in typewriter style
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
u
Underline text
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
ul
Bullet list
|
Parent elements
|
Any element that may contain block elements
|
Child elements
|
(li, (ul | ol)?)+
|
|
verbatim
Print text in typewriter letters preserving whitespace
|
Parent elements
|
All elements that may contain block elements
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
Attribute
|
Value
|
Meaning
|
strip
|
yes | no
|
Remove leading and trailing whitespace from contained text
|
|
x-large
Set text in extra large letters
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
x-small
Set text in extra small letters
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
xx-large
Set text in XXL letters
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
xx-small
Set text in XXS letters
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
(#PCDATA | %inline-elements;)*
|
|
y
Tell LATEX where it may hyphenate a word
|
Parent elements
|
Any element that may contain formatted text
|
Child elements
|
None
|
|
|
|