Up: Elements reference



<author> – full name of one author

Attributes:

xml:lang
human language (inherited)
id
unique name (identifier)
style/class
style properties and class (e.g. for CSS)

Possible Contents: (Text | newline | footnote)*

Description: Name of one author. It is automatically split up into first- and lastname, so that it can be mirrored for some cases. The point between first- and lastname is normally the last space, but if you give an explicit `|', this is used for the distinction.

<newline> and <footnote> are interpreted only for <article>, for <book> only the first text node is used.

Example

See <article> and <frontmatter>.