mirror of
https://github.com/moparisthebest/xeps
synced 2024-12-22 07:38:52 -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,7 +373,7 @@
|
|||||||
</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>
|
||||||
|
Loading…
Reference in New Issue
Block a user