§ Module LaTeXML-inline
- Add to Inline.class
- Add to Meta.class
- Element text
-
General container for styled text. Attributes cover a variety of styling and position shifting properties.
- Includes:
- Attribute font
-
= text
Indicates the font to use. It consists of a space separated sequence of values representing the family (serif, sansserif, math, typewriter, caligraphic, fraktur, script, …), series (medium, bold, …), and shape (upright, italic, slanted, smallcaps, …). Only the values differing from the current context are given. Each component is open-ended, for extensibility; it is thus unclear whether unknown values specify family, series or shape. In postprocessing, these values are carried to the class attribute, and can thus be effected by CSS.
- Attribute size
-
= (Huge | huge | LARGE | Large | large | normal | small | footnote | tiny | text)
Indicates the text size to use. The values are modeled after the more abstract LaTeX font size switches, rather than point-sizes. The values are open-ended for extensibility; In postprocessing, these values are carried to the class attribute, and can thus be effected by CSS.
- Attribute color
-
= text
the color to use; any CSS compatible color specification. In postprocessing, these values are carried to the class attribute, and can thus be effected by CSS.
- Attribute framed
-
= (rectangle | underline | text)
the kind of frame or outline for the text.
- Content:
- Used by:
- Element emph
-
Emphasized text.
- Includes:
- Content:
- Used by:
- Element acronym
-
Represents an acronym.
- Includes:
- Attribute name
-
= text
should be used to indicate the expansion of the acronym.
- Content:
- Used by:
- Element rule
-
A Rule.
- Includes:
- Content:
-
empty
- Used by:
- Element ref
-
A hyperlink reference to some other object. When converted to HTML, the content would be the content of the anchor. The destination can be specified by one of the attributes labelref, idref or href; Missing fields will usually be filled in during postprocessing, based on data extracted from the document(s).
- Includes:
- Attribute labelref
-
= text
reference to a LaTeX labelled object; See the labels attribute of Labelled.attributes.
- Attribute href
-
= text
reference to an arbitrary url.
- Attribute show
-
= text
a pattern encoding how the text content should be filled in during postprocessing, if it is empty. It consists of the words type (standing for the object type, eg. Ch.), refnum and title mixed with arbitrary characters. The It can also be fulltitle, which indicates the title with prefix and type if section numbering is enabled.
- Attribute title
-
= text
gives a longer form description of the target, this would typically appear as a tooltip in HTML. Typically filled in by postprocessor.
- Content:
- Used by:
- Element anchor
-
Inline anchor.
- Includes:
- Content:
- Used by:
- Element cite
-
A container for a bibliographic citation. The model is inline to allow arbitrary comments before and after the expected bibref(s) which are the specific citation.
- Includes:
- Content:
- Used by:
- Element bibref
-
A bibliographic citation refering to a specific bibliographic item.
- Includes:
- Attribute bibrefs
-
= text
- Attribute show
-
= text
a pattern encoding how the text content (of an empty bibref) will be filled in. Consists of strings author, fullauthor, year, number and title (to be replaced by data from the bibliographic item) mixed with arbitrary characters.
- Attribute separator
-
= text
separator between formatted references
- Attribute yyseparator
-
= text
separator between formatted years when duplicate authors are combined.
- Content:
- Used by:
- Element note
-
Metadata that covers several `out of band' annotations. It's content allows both inline and block-level content.
- Includes:
- Attribute mark
-
= text
indicates the desired visible marker to be linked to the note.
- Content:
- Used by:
- Element ERROR
-
error object for undefined control sequences, or whatever
- Includes:
- Content:
-
text*
- Used by:
- Element indexmark
-
Metadata to record an indexing position. The content is a sequence of indexphrase, each representing a level in a multilevel indexing entry.
- Includes:
- Attribute see_also
-
= text
a flattened form (like key) of another indexmark, used to crossreference.
- Attribute style
-
= text
NOTE: describe this.
- Content:
- Used by:
- Element indexphrase
-
A phrase within an indexmark
- Includes:
- Attribute key
-
= text
a flattened form of the phrase for generating an ID.
- Content:
- Used by: