diff --git a/format-master.xml b/format-master.xml
index a3ffdf1..28989f9 100755
--- a/format-master.xml
+++ b/format-master.xml
@@ -835,7 +835,7 @@
 	<template name="definition-item" match="item" mode="definition-list">
 		<latex>
 			<xsl:text>\item[</xsl:text>
-			<xsl:apply-templates select="keyword|topic|DT|dt"/>
+			<xsl:apply-templates select="keyword|term|topic|DT|dt"/>
 			<xsl:text>] </xsl:text>
 			<xsl:apply-templates select="definition|description|discourse|DD|dd"/>
 		</latex>
@@ -929,7 +929,7 @@
 		</html>
 	</template>
 	
-	<template name="keyword" match="keyword|topic|DT|dt">
+	<template name="keyword" match="keyword|term|topic|DT|dt">
 		<latex><xsl:apply-templates/></latex>
 		<html><STRONG><xsl:apply-templates/></STRONG></html>
 	</template>