#5771: [with patch, needs review] %latex should issue a warning if latex isn't
installed on the system
------------------------+---------------------------------------------------
Reporter: mabshoff | Owner: jhpalmieri
Type: defect | Status: assigned
Priority: major | Milestone: sage-4.0.2
Component: misc | Keywords:
Reviewer: Rob Beezer | Author: John Palmieri
Merged: |
------------------------+---------------------------------------------------
Comment(by jhpalmieri):
Here's a new patch. This deletes the initial doctests for have_dvipng
(etc.); I think the remaining doctests still adequately test whether the
functions are working, and should work in any order of execution. For the
doctest failures when latex is missing, I just changed the doctests like
this:
{{{
- sage: _run_latex_(file)
+ sage: _run_latex_(file) # random - depends on whether latex is
installed
}}}
and similarly for the {{{png}}} doctest. Do you think that's good enough?
It now passes all tests for me if latex and pdflatex are missing.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5771#comment:4>
Sage <http://sagemath.org/>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---