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

Name

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

Synopsis

<xsl:template match="area" mode="generate.area.areamark">
<xsl:variable name="units">
			<xsl:choose>
				<xsl:when test="@units!=''">
					<xsl:value-of select="@units"/>
				</xsl:when>
				<xsl:when test="../@units!=''">
					<xsl:value-of select="../@units"/>
				</xsl:when>
				<xsl:when test="../../@units!=''">
					<xsl:value-of select="../../@units"/>
				</xsl:when>
			</xsl:choose>
		</xsl:variable>
  ...
</xsl:template>

A. Description

Formats an area [2.0.9] as part of a displayed image or listing.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

Applies templates in the “generate.areamark.calspair” or “generate.areamark” modes.

G. Variations

Variations on this template: