Minor tweak to LaTeX export
This commit is contained in:
@@ -107,7 +107,7 @@ class ToLaTeX(Tokenizer):
|
|||||||
def _escapeUnicode(self, theText):
|
def _escapeUnicode(self, theText):
|
||||||
try:
|
try:
|
||||||
import latexcodec
|
import latexcodec
|
||||||
return codecs.encode(theText, "ulatex")
|
return codecs.encode(theText, "ulatex+utf8")
|
||||||
except:
|
except:
|
||||||
self.texCodecFail = True
|
self.texCodecFail = True
|
||||||
return theText
|
return theText
|
||||||
|
|||||||
Reference in New Issue
Block a user