t:person-name-last-first
t:person-name-last-first — Formats a personal name in the “last-first” style.
Template:
{http://docbook.org/ns/docbook/templates}person-name-last-first
Defined in:
modules/info.xsl
Used in:
modules/info.xsl
Used by:
Synopsis
<xsl:template name="t:person-name-last-first"/>
Description
The “last-first
” style formats a personal
name as the family name (surname
) followed
by the first given name (if there is one). If both a family name and a given name
are present, they are separated by a comma. See t:person-name
.
Example 1, “The last-first name style” shows an example of a personal
name to be formatted with the “last-first
” style.
|<para>The author is
|<personname role="last-first">
| <givenname>Norman</givenname>
| <surname>Walsh</surname>
| <othername>David</othername>
| </personname>.</para>
Example 1. The last-first name style
That would be formatted as:
The author is Walsh, Norman.