Made pdflatex an optional dependency and a little more reliable.

This commit is contained in:
Mark Wolfman
2018-10-14 15:21:07 -05:00
parent b09fb2430b
commit 0648a08d0c
7 changed files with 46 additions and 15 deletions
+6 -1
View File
@@ -1,3 +1,8 @@
class DiceError(ValueError):
"""Improper formatting for a dice string."""
pass
class LatexError(OSError):
"""PDFLatex did not execute correctly."""
class LatexNotFoundError(LatexError):
"""PDFLatex did not execute correctly."""