F.5 Module LaTeXML-para
- Add to Para.class
- 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.
- Used by:
- Pattern para_attributes
-
Attributes for para.
- Attributes:
- Pattern para_model
-
Content model for para.
- Content:
- Element inline-para
-
An inline para. Actually, can appear in inline or block mode, but typesets its contents as para.
- Used by:
- Pattern inline-para_attributes
-
Attributes for inline-para.
- Attributes:
- Pattern inline-para_model
-
Content model for inline-para.
- Content:
- Element theorem
-
A theorem or similar object. The class attribute can be used to distinguish different kinds of theorem.
- Used by:
- Pattern theorem_attributes
-
Attributes for theorem.
- Attributes:
- Pattern theorem_model
-
Content model for theorem.
- Content:
- Expansion:
-
(title?, Para.model)
- Element proof
-
A proof or similar object. The class attribute can be used to distinguish different kinds of proof.
- Used by:
- Pattern proof_attributes
-
Attributes for proof.
- Attributes:
- Pattern proof_model
-
Content model for proof.
- Content:
- Expansion:
-
(title?, Para.model)
- Pattern Caption.class
-
These are the additional elements representing figure and table captions. NOTE: Could title sensibly be reused here, instead? Or, should caption be used for theorem and proof?
- Content:
-
(caption | toccaption)
- Used by:
- Element figure
-
A figure, possibly captioned.
- Used by:
- Pattern figure_attributes
-
Attributes for figure.
- Attributes:
- Attribute placement
-
= text
the vertical floating placement parameter that determines where the object is displayed.
- Pattern figure_model
-
Content model for figure.
- Content:
-
(figure | Block.model | Caption.class)*
- Element table
-
A Table, possibly captioned. This is not necessarily a tabular.
- Used by:
- Pattern table_attributes
-
Attributes for table.
- Attributes:
- Attribute placement
-
= text
the vertical floating placement parameter that determines where the object is displayed.
- Pattern table_model
-
Content model for table.
- Content:
-
(table | Block.model | Caption.class)*
- Element float
-
A generic float, possibly captioned, something other than a table, figure or listing
- Used by:
- Pattern float_attributes
-
Attributes for float.
- Attributes:
- Attribute placement
-
= text
the vertical floating placement parameter that determines where the object is displayed.
- Pattern float_model
-
Content model for float.
- Content:
-
(float | Block.model | Caption.class)*
- Element listing
-
A Listing, possibly captioned.
- Used by:
- Pattern listing_attributes
-
Attributes for listing.
- Attributes:
- Attribute placement
-
= text
the floating placement parameter that determines where the object is displayed.
- Pattern listing_model
-
Content model for listing.
- Content:
-
(Block.model | Caption.class)*
- Element caption
- Pattern caption_attributes
-
Attributes for caption.
- Attributes:
- Attribute font
-
= text
- Pattern caption_model
-
Content model for caption, basically Inline.model with tag included (normally, but not necessarily, tag would come first).
- Content:
-
(tag | text | Inline.class | Misc.class | Meta.class)*
- Element toccaption
- Pattern toccaption_attributes
-
Attributes for toccaption.
- Attributes:
- Pattern toccaption_model
-
Content model for toccaption.
- Content:
-
(text | Inline.class | Misc.class | Meta.class | tag)*