D.7 Module LaTeXML-para

Add to Para.class

This module defines the following ‘logical’ block elements.

|=

(para  |  logical-block  |  theorem  |  proof  |  figure  |  table  |  float  |  pagination)

Add to Misc.class

Additionally, it defines these miscellaneous elements that can appear in both inline and block contexts.

|=
Element para

A Logical paragraph. It has an id, but not a label.

Attributes:
Content:
Used by:
Element logical-block
Element inline-logical-block
Element theorem
Element proof
Pattern Caption.class
Element figure

A figure, possibly captioned.

Attributes:
Attribute placement

text

the vertical floating placement parameter that determines where the object is displayed.

Content:

(tags?  |  figure  |  table  |  float  |  Block.model  |  Caption.class)*

Used by:
Element table

A Table, possibly captioned. This is not necessarily a tabular.

Attributes:
Attribute placement

text

the vertical floating placement parameter that determines where the object is displayed.

Content:

(tags?  |  table  |  figure  |  float  |  Block.model  |  Caption.class)*

Used by:
Element float

A generic float, possibly captioned, something other than a table or figure

Attributes:
Attribute role

text

The kind of float; could be something like a listing, or some other thing

Attribute placement

text

the vertical floating placement parameter that determines where the object is displayed.

Content:

(tags?  |  float  |  figure  |  table  |  Block.model  |  Caption.class)*

Used by:
Element caption

A caption for a table or figure.

Attributes:
Content:

(tag  |  text  |  Inline.class  |  Misc.class  |  Meta.class)*

Used by:
Element toccaption

A short form of table or figure caption, used for lists of figures or similar.

Attributes:
Content:

(tag  |  text  |  Inline.class  |  Misc.class  |  Meta.class)*

Used by: