Show More
@@ -134,8 +134,8 b' def latex_to_png_dvipng(s, wrap):' | |||
|
134 | 134 | |
|
135 | 135 | with open(os.devnull, 'w') as devnull: |
|
136 | 136 | subprocess.check_call( |
|
137 |
["latex", "-halt-on-error", tmpfile], |
|
|
138 | stdout=devnull, stderr=devnull) | |
|
137 | ["latex", "-halt-on-error", "-interaction", "batchmode", tmpfile], | |
|
138 | cwd=workdir, stdout=devnull, stderr=devnull) | |
|
139 | 139 | |
|
140 | 140 | subprocess.check_call( |
|
141 | 141 | ["dvipng", "-T", "tight", "-x", "1500", "-z", "9", |
General Comments 0
You need to be logged in to leave comments.
Login now