F Schema

§ Module LaTeXML-common

Pattern Inline.class

All strictly inline elements.

Expansion:

(text  |  emph  |  acronym  |  rule  |  anchor  |  ref  |  cite  |  bibref  |  Math)

Used by:
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

All logical block level elements. A logical block typically contains one or more physical block elements. For example, a common situation might be p,equation,p, where the entire sequence comprises a single sentence.

Expansion:

(para  |  theorem  |  proof  |  figure  |  table  |  listing)

Used by:
Pattern Meta.class

All metadata elements, typically representing hidden data.

Expansion:

(note  |  indexmark  |  ERROR)

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:
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

Attributes for elements that can cross-reference other elements.

Attribute idref

IDREF

the identifier of the referred-to element.

Used by:
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: