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,7 +373,7 @@
|
||||
</xsl:if>
|
||||
<xsl:if test='not(@class)'>
|
||||
<env name="lstlisting">
|
||||
<TeXML escape="0" emptylines="1">
|
||||
<TeXML escape="0" emptylines="1" ligatures="1">
|
||||
<xsl:value-of select="."/>
|
||||
</TeXML>
|
||||
</env>
|
||||
|
Loading…
Reference in New Issue
Block a user