D.4 Module LaTeXML-block

Add to Block.class

The block module defines the following ‘physical’ block elements.

|=

(p  |  equation  |  equationgroup  |  quote  |  block  |  listing  |  itemize  |  enumerate  |  description  |  pagination)

Add to Misc.class

These are inline forms of logical lists (they are included in Misc since that has been the general strategy)

|=
Pattern EquationMeta.class
Element p
Element constraint

A constraint upon an equation.

Attributes:
Attribute hidden

boolean

Content:
Used by:
Element equation
Element equationgroup
Element MathFork
Element MathBranch

A container for an alternatively formatted math representation.

Attributes:
Attribute format

text

Content:

(Math  |  tr  |  td)*

Used by:
Element quote

A quotation.

Attributes:
Attribute role

text

The kind of quotation; could be something like verse, or translation

Content:
Used by:
Element block
Element listing
Element listingline

a line in a listing

Attributes:
Content:

(tags?, (text  |  Inline.class  |  Misc.class  |  Meta.class  |  equation  |  equationgroup)*)

Used by:
Element itemize
Element enumerate
Element description

A description list. The items within are expected to have a tag which represents the term being described in each item.

Attributes:
Content:

item*

Used by:
Element item

An item within a list (itemize,enumerate or description).

Attributes:
Attribute itemsep

the vertical spacing between items

Content:
Used by:
Element inline-itemize
Element inline-enumerate
Element inline-description

An inline form of description list. The inline-items within are expected to have a tags which represents the term being described in each inline-item.

Attributes:
Content:
Used by:
Element inline-item
Element tags

A container for one or more tags. At most one will have no role, which would be the default display. Other tag will have the role attribute for use in special forms of referencing.

Content:

tag*

Used by:
Element tag

A tag within an item indicating the term or bullet for a given item.

Attributes:
Attribute role

text

specifies the purpose this tag is used for: no value is default display

Attribute open

text

specifies an open delimiters used to display the tag.

Attribute close

text

specifies an close delimiters used to display the tag.

Content:
Used by:
Element pagination

A page break or related pagination information.

Attributes:
Attribute role

text

what kind of pagination

Content:

empty

Used by: