mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-21 23:28:51 -05:00
Don't try to interpret any ligatures in source code snippets.
git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@3594 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
parent
329bf15a2c
commit
450d18f725
@ -373,12 +373,12 @@
|
|||||||
</xsl:if>
|
</xsl:if>
|
||||||
<xsl:if test='not(@class)'>
|
<xsl:if test='not(@class)'>
|
||||||
<env name="lstlisting">
|
<env name="lstlisting">
|
||||||
<TeXML escape="0" emptylines="1">
|
<TeXML escape="0" emptylines="1" ligatures="1">
|
||||||
<xsl:value-of select="."/>
|
<xsl:value-of select="."/>
|
||||||
</TeXML>
|
</TeXML>
|
||||||
</env>
|
</env>
|
||||||
</xsl:if>
|
</xsl:if>
|
||||||
</xsl:template>
|
</xsl:template>
|
||||||
|
|
||||||
<!-- section3 -->
|
<!-- section3 -->
|
||||||
<xsl:template match="section3">
|
<xsl:template match="section3">
|
||||||
|
Loading…
Reference in New Issue
Block a user