#6525: Enabling some GraphLatex options that were hard coded.
--------------------------+-------------------------------------------------
Reporter: fidelbarrera | Owner: rlm
Type: enhancement | Status: new
Priority: minor | Milestone: sage-feature
Component: graph theory | Keywords: latex, graph, graphlatex
Reviewer: | Author: Fidel Barrera-Cruz
Merged: |
--------------------------+-------------------------------------------------
Now that {{{latex(G)}}} has been enabled for combinatorial graphs,
some of the options in the graph latex class are still hard coded. Some of
these options are now being enabled to have more control over the graph
latex options.
Previously
{{{
sage: G.latex_options()
LaTeX options for Graph on 7 vertices: {'tkz_style': 'Normal'}
}}}
With the attached patch
{{{
sage: G.latex_options()
LaTeX options for Graph on 7 vertices: {'tkz_style': 'Normal', 'units':
'cm', 'labels': True,
'layout': '', 'vertex_math': True}
}}}
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6525>
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
-~----------~----~----~----~------~----~------~--~---