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}] 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. -- 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/ -~----------~----~----~----~------~----~------~--~---