Commit | Line | Data |
---|---|---|
b1cb4eb6 PP |
1 | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
2 | <xsl:template match="literal"> | |
3 | <xsl:text>\fB</xsl:text> | |
4 | <xsl:value-of select="." /> | |
5 | <xsl:text>\fR</xsl:text> | |
6 | </xsl:template> | |
7 | </xsl:stylesheet> |