#6012: [with patch, needs review] allow use of pdflatex instead of latex
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: major | Milestone: sage-4.0
Component: misc | Keywords:
-------------------------+--------------------------------------------------
With this patch, you can use pdflatex instead of latex, in two different
ways: use a %pdflatex cell in the notebook, or call
{{{
latex.pdflatex(True)
}}}
after which any use of latex (in a %latex cell or using the {{{view}}}
command) will use pdflatex.
This way, if you have the most recent version of pgf installed, as well as
the tkz-graph package, you can get pictures like those at
[http://altermundus.com/pages/graph.html] in your notebook. (I think that
tkz-graph might require using pdflatex instead of latex. In any case, I
could successfully get the graph in a %pdflatex cell -- see graph.png --
but not in a %latex cell.)
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6012>
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
-~----------~----~----~----~------~----~------~--~---