-
-
Notifications
You must be signed in to change notification settings - Fork 688
Closed
Milestone
Description
Currently, as observed in comment 7 of #34185, the method is_present of instances of class TeXFile runs into an exception if latex is not installed. For example:
sage: from sage.features.latex import LaTeXPackage
sage: LaTeXPackage("tkz-graph").is_present()
Traceback (most recent call last):
...
FileNotFoundError: [Errno 2] No such file or directory: 'kpsewhich'
The aim of the ticket is to fix this.
CC: @seblabbe
Component: doctest framework
Keywords: latex texfile feature
Author: Sebastian Oehms, Kwankyu Lee
Branch/Commit: a77ff0c
Reviewer: Kwankyu Lee, Sebastian Oehms
Issue created by migration from https://trac.sagemath.org/ticket/34282