#19657: latex names
-------------------------------------+-------------------------------------
       Reporter:  fwclarke           |        Owner:
           Type:  defect             |       Status:  new
       Priority:  major              |    Milestone:  sage-6.10
      Component:  number fields      |   Resolution:
       Keywords:  latex_name         |    Merged in:
        Authors:                     |    Reviewers:
Report Upstream:  N/A                |  Work issues:
         Branch:                     |       Commit:
  u/fwclarke/latex_names             |  65fb4a27977c6ebb53b34eb5e34a4a79c6383e09
   Dependencies:                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by fwclarke):

 First we ensure that `NumberFieldFactory` passes `latex_name` on in every
 case.  Now
 {{{
 sage: K.<a> = NumberField(x^3 - 5)
 sage: y = polygen(K, 'y')
 sage: M.<c> = NumberField(y^3 + a - 1, latex_name='gamma')
 sage: latex(c), M.latex_variable_name()
 (c, 'gamma')
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/19657#comment:4>
Sage <http://www.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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to