Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576885c commit db6cf1cCopy full SHA for db6cf1c
1 file changed
doc/sphinxext/mathmpl.py
@@ -100,7 +100,6 @@ def latex2png(latex, filename, fontset='cm'):
100
if os.path.exists(filename):
101
depth = mathtext_parser.get_depth(latex, dpi=100)
102
else:
103
- print latex.encode("ascii", "backslashreplace")
104
try:
105
depth = mathtext_parser.to_png(filename, latex, dpi=100)
106
except:
0 commit comments