Suggestions
Search:
 
Next:
Admonitions admonition.mod.xsl
Up:
Abstracts abstract.mod.xsl
Reference Section

Name

abstract — Process abstract [2.0.9] elements

Synopsis

<xsl:template match="abstract">
<xsl:variable name="keyword">
			<xsl:value-of select="local-name(.)"/>
			<xsl:if test="title">
				<!-- choose a different mapping -->
				<xsl:text>-title</xsl:text>
			</xsl:if>
		</xsl:variable>
  ...
</xsl:template>

A. Description

Uses the LaTeX \begin{abstract} environment to format “abstracts” as blocks.

B. Pertinent Variables

There are no configuration variables for this template.

D. DocBook Compliance and LaTeX Notes

Currently, the title [2.0.9] is not honoured.

The DB2LaTeX template for abstract [2.0.9] is intended for use with article [2.0.9] and book [2.0.9], only.

E. Samples and Tests

test_article.pdf from test_article/article.xml, test_book.pdf from test_book/test.xml, test_ddh_article.pdf from test_ddh/article.xml, test_ieeebiblio.pdf from test_ieeebiblio/test.xml, test_varioref.pdf from test_varioref/test.xml

F. Further Reading