#6089: [with patch, needs review] view command: don't always use jsMath
-------------------------+--------------------------------------------------
Reporter: jhpalmieri | Owner: jhpalmieri
Type: enhancement | Status: new
Priority: minor | Milestone: sage-4.0
Component: misc | Keywords:
-------------------------+--------------------------------------------------
Comment(by jhpalmieri):
Try the "version 2" patch. This one:
1. removes the 'typeset' command (as discussed on sage-devel recently)
2. adds a new command {{{_run_latex_on_file}}} -- instead of having
several different calls to latex, each slightly different, scattered
throughout the file, this provides a single consistent way to do it, and
it runs dvipng with the picky option, so catches problematic latex.
3. tidies up some docstrings
4. fixes item (3) about repeated entries in latex.extra_preamble(), etc.
5. adds jsmath_avoid_list, etc.
6. deals with item (2) above, and things seem to appear in order, at
least on my Mac.
7. adds the latex examples class
By the way, re running pdflatex instead of latex: note that some packages
like pstricks don't actually work with pdflatex. Running latex, then
dvips, then converting to png, might be the most robust method.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6089#comment:5>
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
-~----------~----~----~----~------~----~------~--~---