t:person-name-family-given
t:person-name-family-given — Formats a personal name in the “FAMILY-given” style.
Template:
{http://docbook.org/ns/docbook/templates}person-name-family-given
Defined in:
modules/info.xsl
Used in:
modules/info.xsl
Used by:
Synopsis
<xsl:template name="t:person-name-family-given"/>Description
The “FAMILY-given” style formats a personal
name as the family name (surname) in upper-case, followed
by the first given name (if there is one), followed by the text
“[FAMILY given]”. See t:person-name.
Example 1.1, The FAMILY-given name style shows an example of a personal
name to be formatted with the “FAMILY-given” style.
  |<para>The author is
  |<personname role="FAMILY-given">
  |      <givenname>Norman</givenname>
  |      <surname>Walsh</surname>
  |      <othername>David</othername>
  |   </personname>.</para>
Example 1.1 The FAMILY-given name style
That would be formatted as:
The author is WALSH Norman [FAMILY Given].