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