|
@ -47,7 +47,7 @@ class LatexCompilationError(StepError): |
|
|
def __init__(self, basename): |
|
|
def __init__(self, basename): |
|
|
super(LatexCompilationError, self).__init__( |
|
|
super(LatexCompilationError, self).__init__( |
|
|
( |
|
|
( |
|
|
"""Error while pdfLaTeX compilation of "{basename}.tex" """ |
|
|
"""Error while LaTeX compilation of "{basename}.tex" """ |
|
|
"""(see {basename}.log for more information).""" |
|
|
"""(see {basename}.log for more information).""" |
|
|
).format(basename=basename) |
|
|
).format(basename=basename) |
|
|
) |
|
|
) |
|
|