I Schema

I.5 Module LaTeXML-misc

Add to Misc.class

Miscellaneous (Misc) elements are (typically) visible elements which don’t have clear inline or block character; they can appear in both inline and block contexts.

|=

(inline-block  |  verbatim  |  break  |  graphics  |  svg  |  rawhtml  |  rawliteral)

Element inline-block

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

Used by:
Pattern inline-block_attributes
Pattern inline-block_model

Content model for inline-block.

Content:
Expansion:
Element verbatim

Verbatim content

Used by:
Pattern verbatim_attributes
Pattern verbatim_model

Content model for verbatim.

Content:
Expansion:
Element break

A forced line break.

Used by:
Pattern break_attributes

Attributes for break.

Attributes:
Pattern break_model

Content model for break.

Content:

empty

Expansion:

()

Element graphics

A graphical insertion of an external file.

Used by:
Pattern graphics_attributes

Attributes for graphics.

Attributes:
Attribute graphic

text

the path to the graphics file. This is the (often minimally specified) path to a graphics file omitting the type extension. Once resolved to a specific image file, the imagesrc (from Imageable.attributes) is used.

Attribute candidates

text

a comma separated list of candidate graphics files that could be used to for graphic. A post-processor or application may choose from these, or may make its own selection or synthesis to implement the graphic for a given target.

Attribute options

text

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

Pattern graphics_model

Content model for graphics.

Content:

empty

Expansion:

()

Pattern svg

Content:
Module svg:svg11 (overridden)

included.

Expansion:

(

Module svg:svg11 (overridden)

included.)

Used by:
Element xhtml:*

Content:

(

Attribute ANY

text

text  |  xhtml:*)*

Used by:

rawhtml, xhtml:*

Element rawhtml

A container for arbitrary markup in the xhtml namespace (not currently validated against any particular html schema)

Content:

xhtml:**

Used by:
Element rawliteral

A container for even more arbitrary directives like jsp, php, etc Doesn’t create an element, but an open angle bracket followed by open then the text content, followed by a close angle bracket followed by close.

Attribute open

text

Attribute close

text

Content:

text

Used by: