Hi Jason, On Thu, Mar 26, 2009 at 12:49 AM, Jason Grout <jason-s...@creativetrax.com> > > I think at this point, it'd be good to post a patch so that we can all > see the full change. Do you know how to make a patch with mercurial? > Have you been using version control to save your changes?
Frankly, I am trying to learn mercurial now! OK, here is a patch that adds two missing Greek letters "phi" and "Phi" to the list "common_varnames". Could you please open a ticket for this patch? It is created on top of sage-3.4 version. I am sending the patch for type-setting of functions as Greek letters in my next mail. Thanks, Golam --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---
# HG changeset patch # User Golam Mortuza Hossain <gmhoss...@gmail.com> # Date 1238090442 10800 # Node ID 17fe77f21e21c79cb989aaab2e2fe128d16beaa1 # Parent d9c91204a79be393d5c965b4ed18917b625fd007 Adds two missing Greek letters Phi and phi to the list common_varnames diff -r d9c91204a79b -r 17fe77f21e21 sage/misc/latex.py --- a/sage/misc/latex.py Fri Mar 13 14:01:37 2009 -0700 +++ b/sage/misc/latex.py Thu Mar 26 15:00:42 2009 -0300 @@ -747,6 +747,8 @@ 'Sigma', 'tau', 'upsilon', + 'phi', + 'Phi', 'varphi', 'chi', 'psi',