#6022: [with patch, needs review] latex.py: if dvipng fails, use dvips and
convert
instead
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.0
Component: misc | Keywords:
-------------------------+--------------------------------------------------
Comment(by jhpalmieri):
Here's a test that will work with a "vanilla" latex installation:
{{{
%latex
\begin{pspicture}(0,-4)(14,0)
\psline{-}(0,0)(0,-4)
\psline[linewidth=2pt]{-}(0,0)(1,-3)
\qdisk(1,-3){3pt}
\psarc{-}(0,0){0.6}{270}{292}
\psline{->}(1,-3.3)(1,-4)
\psline{->}(1.1,-2.7)(0.85,-1.95)
\psline{-}(5,0)(5,-4)
\psline[linewidth=2pt]{-}(5,0)(6,-3)
\qdisk(6,-3){3pt}
\psarc{-}(5,0){0.6}{270}{292}
\psarc{-}(5,0){3.2}{270}{290}
\end{pspicture}
}}}
That is, it won't work before applying that patch: I get no output from
this. With the patch, it produces a picture.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6022#comment:3>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of
Reinventing the Wheel
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---