On Nov 2, 12:45 pm, "Joel B. Mohler" <[EMAIL PROTECTED]> wrote:
> On Friday 02 November 2007 00:17, mabshoff wrote:
>
> > #1032: Latex'ing variable names is more robust and consistent (Joel
> > Mohler) - this one was actually backed out again - see the ticket for
> > comment
>
> It's possible that I'm totally screwing up my branches on my personal machine,
> but I don't think so. In actual fact the comment on the ticket refers to one
> of the behaviors I was trying to fix!
>
> Exhibit A (vanilla 2.8.10):
> ----------------------------------------------------------------------
> | SAGE Version 2.8.10, Release Date: 2007-10-28 |
> | Type notebook() for the GUI, and license() for information. |
> ----------------------------------------------------------------------
>
> sage: P.<alpha12>=ZZ[]
> sage: latex(P)
> \mathbf{Z}[\text{alpha12}]
>
> Exhibit B (my patched version):
> ----------------------------------------------------------------------
> | SAGE Version 2.8.10, Release Date: 2007-10-28 |
> | Type notebook() for the GUI, and license() for information. |
> ----------------------------------------------------------------------
> Loading SAGE library. Current Mercurial branch is: latex
> sage: P.<alpha12>=ZZ[]
> sage: latex(P)
> \mathbf{Z}[\alpha_{12}]
Hi Joel,
>
> mabshoff: Are you sure you ran doc-tests with the *patched* version of sage?
> Because that doc-test wasn't even in the vanilla version.
>
Everything is possible, but I am fairly sure that the behavior of the
doctests only changes if the patch made it in. Can you check that your
patch applied against rc1 passes doctests? I will apply it provided
the patch doesn't get shot by William.
Cheers,
Michael
> --
> Joel
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---