F Schema

§ Module LaTeXML-block

Add to Block.class

The block module defines the following `physical' block elements.

|=

(p  |  equation  |  equationgroup  |  quote  |  block  |  listingblock  |  itemize  |  enumerate  |  description)

Add to Misc.class

Additionally, it defines these miscellaneous elements that can appear in both inline and block contexts.

|=

(inline-block  |  verbatim  |  break  |  graphics)

Pattern EquationMeta.class

Additional Metadata that can be present in equations.

Content:
Used by:
Element p

A physical paragraph.

Includes:
Content:
Used by:
Element constraint

A constraint upon an equation.

Attribute hidden

boolean

Content:
Used by:
Element equation

An Equation. The model is just Inline which includes Math, the main expected ingredient. However, other things can end up in display math, too, so we use Inline. Note that tabular is here only because it's a common, if misguided, idiom; the processor will lift such elements out of math, when possible

Includes:
Content:

(Math  |  MathFork  |  text  |  tabular  |  Meta.class  |  EquationMeta.class)*

Used by:
Element equationgroup

A group of equations, perhaps aligned (Though this is nowhere recorded).

Includes:
Content:
Used by:
Element MathFork

A wrapper for Math that provides alternative, but typically less semantically meaningful, formatted representations. The first child is the meaningful form, the extra children provide formatted forms, for example being table rows or cells arising from an eqnarray.

Includes:
Content:
Used by:
Element MathBranch

A container for an alternatively formatted math representation.

Includes:
Attribute format

text

Content:

(Math  |  tr  |  td)*

Used by:
Element quote

A quotation.

Includes:
Content:
Used by:
Element block

A generic block (fallback).

Includes:
Content:
Used by:
Element listingblock

An in-block Listing, without caption

Includes:
Content:
Used by:
Element break

A forced line break.

Includes:
Content:

empty

Used by:
Element inline-block

An inline block. Actually, can appear in inline or block mode, but typesets its contents as a block.

Includes:
Content:
Used by:
Element verbatim

Verbatim content

Includes:
Attribute font

text

the font to use; generally typewriter.

Content:
Used by:
Element itemize

An itemized list.

Includes:
Content:

item*

Used by:
Element enumerate

An enumerated list.

Includes:
Content:

item*

Used by:
Element description

A description list. The items within are expected to have a tag which represents the term being described in each item.

Includes:
Content:

item*

Used by:
Element item

An item within a list.

Includes:
Content:
Used by:
Element tag

A tag within an item indicating the term or bullet for a given item.

Includes:
Attribute open

text

specifies an open delimiters used to display the tag.

Attribute close

text

specifies an close delimiters used to display the tag.

Content:
Used by:
Element graphics

A graphical insertion of an external file.

Includes:
Attribute graphic

text

the path to the graphics file

Attribute options

text

an encoding of the scaling and positioning options to be used in processing the graphic.

Content:

empty

Used by: