§ Module LaTeXML-common
- Pattern Inline.class
- Pattern Block.class
-
All `physical' block elements. A physical block is typically displayed as a block, but may not constitute a complete logical unit.
- Expansion:
-
(p | equation | equationgroup | quote | block | listingblock | itemize | enumerate | description)
- Used by:
- Pattern Misc.class
-
Additional miscellaneous elements that can appear in both inline and block contexts.
- Expansion:
-
(inline-block | verbatim | break | graphics | inline-para | tabular | picture)
- Used by:
- Pattern Para.class
- Pattern Meta.class
-
All metadata elements, typically representing hidden data.
- Expansion:
- Used by:
- Pattern Length.type
-
The type for attributes specifying a length. Should be a number followed by a length, typically px. NOTE: To be narrowed later.
- Content:
-
text
- Used by:
- Pattern Color.type
-
The type for attributes specifying a color. NOTE: To be narrowed later.
- Content:
-
text
- Pattern Common.attributes
-
Attributes shared by ALL elements.
- Attribute class
-
= NMTOKENS
a space separated list of tokens, as in CSS. The class can be used to add differentiate different instances of elements without introducing new element declarations. However, this generally shouldn't be used for deep semantic distinctions. This attribute is carried over to HTML and can be used for CSS selection. [Note that the default XSLT stylesheets for html and xhtml add the latexml element names to the class of html elements for more convenience in using CSS.]
- Used by:
-
Sectional.attributes, ERROR, Math, MathBranch, MathFork, XMApp, XMArg, XMArray, XMCell, XMDual, XMHint, XMRef, XMRow, XMText, XMTok, XMWrap, XMath, abstract, acknowledgements, acronym, anchor, arc, bezier, bib-date, bib-edition, bib-extract, bib-identifier, bib-key, bib-language, bib-links, bib-name, bib-note, bib-organization, bib-part, bib-place, bib-publisher, bib-related, bib-review, bib-status, bib-subtitle, bib-title, bib-type, bib-url, bibentry, bibitem, biblist, bibref, block, break, caption, circle, cite, classification, clip, clippath, contact, creator, curve, date, description, dots, ellipse, emph, enumerate, equation, equationgroup, figure, g, graphics, grid, indexentry, indexlist, indexmark, indexphrase, indexrefs, inline-block, inline-para, item, itemize, keywords, line, listing, listingblock, note, p, para, parabola, path, personname, picture, polygon, proof, quote, rect, ref, rule, subtitle, table, tabular, tag, tbody, td, text, tfoot, thead, theorem, title, toccaption, toctitle, tr, verbatim, wedge
- Pattern ID.attributes
-
Attributes for elements that can be cross-referenced from inside or outside the document.
- Attribute xml:id
-
= ID
the unique identifier of the element, usually generated automatically by the latexml.
- Used by:
- Pattern IDREF.attributes
- Pattern Labelled.attributes
-
Attributes for elements that can be labelled from within LaTeX.
- Includes:
- Attribute labels
-
= text
Records the various labels that LaTeX uses for crossreferencing. (note that \label can associate more than one label with an object!) It consists of space separated labels for the element. The \label macro provides the label prefixed by LABEL:; Spaces in a label are replaced by underscore. Other mechanisms (like acro?) might use other prefixes (but ID: is reserved!)
- Attribute refnum
-
= text
the reference number (ie. section number, equation number, etc) of the object.
- Used by:
- Pattern Positionable.attributes
-
Attributes shared by low-level, generic inline and block elements that can be sized or shifted.
- Attribute width
-
the desired width of the box
- Attribute height
-
the desired height of the box
- Attribute depth
-
the desired depth of the box
- Attribute pad-width
-
extra width beyond the boxes natural size.
- Attribute pad-height
-
extra height beyond the boxes natural size.
- Attribute xoffset
-
horizontal shift the position of the box.
- Attribute yoffset
-
vertical shift the position of the box.
- Attribute align
-
= (left | center | right | justified)
alignment of material within the box.
- Attribute vattach
-
= (top | middle | bottom)
specifies which line of the box is aligned to the baseline of the containing object.
- Used by:
- Pattern Imageable.attributes
-
Attributes for elements that may be converted to image form during postprocessing, such as math, graphics, pictures, etc.
- Attribute imagesrc
-
= anyURI
the file, possibly generated from other data.
- Attribute imagewidth
-
= nonNegativeInteger
the width in pixels of imagesrc.
- Attribute imageheight
-
= nonNegativeInteger
the height in pixels of imagesrc.
- Attribute description
-
= text
a description of the image
- Used by: