This commit is contained in:
Kovid Goyal 2010-07-16 17:04:14 -06:00
parent 9dc9cfb257
commit 93ece30686

View File

@ -65,7 +65,7 @@
__docformat__ = 'reStructuredText' __docformat__ = 'reStructuredText'
__author__ = 'sengian <sengian1 at gmail.com>' __author__ = 'sengian <sengian1 at gmail.com>'
import os, re, string import re, string
utf8enc2latex_mapping = { utf8enc2latex_mapping = {
# This is a mapping of Unicode characters to LaTeX equivalents. # This is a mapping of Unicode characters to LaTeX equivalents.