Suggestions |
---|
Search:
|
Next:
callout (in generate.callout.areasymbol mode) |
Previous:
area (in generate.areamark.calspair mode) Up: Callouts callout.mod.xsl |
area (in generate.area.areasymbol mode) — Illustrate a callout's area as part of an image or listing
<xsl:template match="area" mode="generate.area.areasymbol"> <xsl:param name="linkends" select="normalize-space(@linkends)"/> ... </xsl:template>
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.