D.6 Module LaTeXML-meta

Add to Meta.class

Meta elements are generally hidden; they can appear in both inline and block contexts.

|=

(note  |  declare  |  indexmark  |  glossarydefinition  |  rdf  |  resource  |  navigation)

Element note

Metadata that covers several ‘out of band’ annotations. It’s content allows both inline and block-level content.

Attributes:
Attribute mark

text

indicates the desired visible marker to be linked to the note.

Attribute role

= (footnote  |  text)

indicates the kind of note

Content:
Used by:
Element declare

declare records declarative mathematical information.

Attributes:
Attribute type

text

the type of declaration

Attribute definiens

text

the thing being defined (if global), else must have xml:id

Attribute sortkey

text

the sort key for use creating notation indices

Content:

(tags?, text?)

Used by:
Element indexmark

Metadata to record an indexing position. The content is a sequence of indexphrase, each representing a level in a multilevel indexing entry.

Attributes:
Attribute see_also

text

a flattened form (like key) of another indexmark, used to crossreference.

Attribute style

text

NOTE: describe this.

Content:
Used by:
Element indexphrase

A phrase within an indexmark

Attributes:
Attribute key

text

a flattened form of the phrase for generating an ID.

Content:
Used by:
Element indexsee

A see-also phrase within an indexmark

Attributes:
Attribute key

text

a flattened form of the phrase for generating an ID.

Attribute name

text

a name for the see phrase, such as ”see also”.

Content:
Used by:
Element glossarydefinition

A definition within an glossaryentry

Attributes:
Attribute key

text

a flattened form of the definition for generating an ID.

Content:
Used by:
Element glossaryphrase

A phrase being clarified within an glossaryentry

Attributes:
Attribute key

text

a flattened form of the phrase for generating an ID.

Attribute role

text

a keyword naming the format of this phrase (to match show in glossaryref).

Content:
Used by:
Element rdf
Element resource

a resource for use in further processing such as javascript or CSS

Attributes:
Attribute src

text

the source url to the resource

Attribute type

text

the mime type of the resource

Attribute media

text

the media for which this resource is applicable (in the sense of CSS).

Content:

text*

Used by:
Element navigation

Records navigation cross-referencing information, or serves as a container for page navigational blocks. An inline-logical-block child should have attribute class being one of ltx_page_navbar, ltx_page_header or ltx_page_footer and its contents will be used to create those components of webpages. Lacking those, a TOC requests a table of contents in the navigation bar. Page headers and footers will be synthesized from Links from the current page or document to related ones; these are represented by ref elements with rel being up, down, previous, next, and so forth.

Attributes:
Content:

(ref  |  TOC  |  inline-logical-block)*

Used by: