tbook: DTD Element View [User Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element hline

Synopsis

Content Model

EMPTY

Attributes

NameTypeDefault Value
trim Enumeration:
  l
  lr
  no
  r
None
to NMTOKEN None
from NMTOKEN "1"

Description

Inserts a horizontal line in a table. from is the starting column, to the ending column. By default, a line spans the whole width. Also by default, a line ending is trimmed (shortened) if the line ends within the table. The trim can change this. "lr" means “trim left and right”, "l", "r" accordingly, and "no" means “keep full length under all circumstances”.

The three standard rules of LaTeX's booktabs package are always present and musn't be given explicitly.

Parents

tabbody, tabhead

Example

See <table>.


HTML Presentation of tbook by DTDParse (version 2.0beta6).