D.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:svg  |  rawhtml  |  rawliteral  |  ERROR)

Element inline-block
Element verbatim
Element break

A forced line break.

Attributes:
Content:

empty

Used by:
Element graphics

A graphical insertion of an external file.

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.

Content:

empty

Used by:
Element rawhtml
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:
Element ERROR