Skip to content

Commit 86f76df

Browse files
committed
Fix for issue #192: treat the distinct element (currently not handled) the same way as the emph element, making it italic.
1 parent cbc8079 commit 86f76df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

latex/latex_core.xsl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ of this software, even if advised of the possibility of such damage.
166166
<doc xmlns="http://www.oxygenxml.com/ns/doc/xsl">
167167
<desc>Process element emph</desc>
168168
</doc>
169-
<xsl:template match="tei:emph">
169+
<xsl:template match="tei:emph | tei:distinct">
170170
<xsl:text>\textit{</xsl:text>
171171
<xsl:apply-templates/>
172172
<xsl:text>}</xsl:text>

0 commit comments

Comments
 (0)