Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitae6e943
committed
Improve error arising from fully commented-out TeX strings.
Currently, `figtext(.5, .5, "%foo", usetex=True)` results in an obscureexception (`FileNotFoundError: No such file or directory: blah.dvi`).Best would be to force TeX to always generate a page even if the stringis "empty" (from TeX's PoV), but in the meantime, at least log a warningto make the situation slightly less confusing.1 parent7b6eb77 commitae6e943
1 file changed
+9
-1
lines changedLines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
200 | 208 |
| |
201 | 209 |
| |
202 | 210 |
| |
|
0 commit comments
Comments
(0)