Suggestions
Search:
 
Next:
callout (in generate.callout.areasymbol mode)
Previous:
area (in generate.areamark.calspair mode)
Up:
Callouts callout.mod.xsl
Reference Section

Name

area (in generate.area.areasymbol mode) — Illustrate a callout's area as part of an image or listing

Synopsis

<xsl:template match="area" mode="generate.area.areasymbol">
<xsl:param name="linkends" select="normalize-space(@linkends)"/>
  ...
</xsl:template>

A. Description

Formats an area [2.0.9] as an overlay on an image or listing.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

If the area has a label attribute, it is used as raw LaTeX code.

If the area has a linkends attribute, templates are applied for the first linkend using “generate.callout.areasymbol” mode. It is implicit in this scenario that an arearef and an areamark will both consist of an identical icon for an area.

If none of the above were performed, an asterisk is printed.

G. Variations

Variations on this template: