§ 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.
- Includes:
- Content:
- Used by:
- Element inline-para
-
An inline para. Actually, can appear in inline or block mode, but typesets its contents as para.
- Includes:
- Content:
- Used by:
- Element theorem
-
A theorem or similar object. The class attribute can be used to distinguish different kinds of theorem.
- Includes:
- Content:
- Used by:
- Element proof
-
A proof or similar object. The class attribute can be used to distinguish different kinds of proof.
- Includes:
- Content:
- Used by:
- 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.
- Includes:
- Attribute placement
-
= text
the floating placement parameter that determines where the object is displayed.
- Content:
-
(Block.model | Caption.class)*
- Used by:
- Element table
-
A Table, possibly captioned. This is not necessarily a tabular.
- Includes:
- Attribute placement
-
= text
the floating placement parameter that determines where the object is displayed.
- Content:
-
(Block.model | Caption.class)*
- Used by:
- Element listing
-
A Listing, possibly captioned.
- Includes:
- Attribute placement
-
= text
the floating placement parameter that determines where the object is displayed.
- Content:
-
(Block.model | Caption.class)*
- Used by:
- Element caption
- Element toccaption