Changeset 8073:c320674b52c4


Ignore:
Timestamp:
01/17/08 12:44:29 (5 years ago)
Author:
Martin Albrecht <malb@…>
Branch:
default
Message:

two small LaTeX fixes

Location:
sage
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sage/modular/modform/space.py

    r8066 r8073  
    884884        such that two modular forms in either self or M are equal if and only 
    885885        if their q-expansions are equal to precision B (note that this is 
    886         1+ the usual Sturm bound, since O(q^prec) has precision prec).  If M 
     886        1+ the usual Sturm bound, since $O(q^{prec})$ has precision prec).  If M 
    887887        is none, then M is set equal to self. 
    888888 
  • sage/rings/fraction_field_element.py

    r8053 r8073  
    237237 
    238238    def _latex_(self): 
    239         """ 
     239        r""" 
    240240        Return a latex representation of this rational function. 
    241241 
     
    346346    def __pow__(self, right): 
    347347        r""" 
    348         Returns self raise to the right^{th} power. 
     348        Returns self raise to the $right^{th}$ power. 
    349349 
    350350        Note that we need to check whether or not right is negative so we 
Note: See TracChangeset for help on using the changeset viewer.