Changeset 7541:f70aef4f5646


Ignore:
Timestamp:
12/03/07 22:19:02 (5 years ago)
Author:
William Stein <wstein@…>
Branch:
default
Tags:
2.8.15
Message:

Latex doc fixes.

Location:
sage
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sage/graphs/graph_generators.py

    r7528 r7541  
    317317        except for possibly v[i] != w[i]. 
    318318 
    319         A butterfly graph has (2^n)(n+1) vertices and n2^(n+1) edges. 
     319        A butterfly graph has $(2^n)(n+1)$ vertices and $n2^{n+1}$ edges. 
    320320 
    321321        INPUT: 
  • sage/plot/tachyon.py

    r7491 r7541  
    77    -- Joshua Kantor: 3d function plotting 
    88    -- Tom Boothby: 3d function plotting n'stuff 
    9     -- Leif Hille: key idea for bugfix for texfunc issue (trac #799) 
     9    -- Leif Hille: key idea for bugfix for texfunc issue (trac \#799) 
    1010 
    1111TODO: 
  • sage/rings/polynomial/polynomial_element.pyx

    r7540 r7541  
    26362636 
    26372637        Note that coefficients in a number field with defining polynomial 
    2638         x^2 + 1 are considered to be Gaussian rationals (with the generator 
     2638        $x^2 + 1$ are considered to be Gaussian rationals (with the generator 
    26392639        mapping to +I), if you ask for complex roots. 
    26402640 
     
    26992699        fields with embedding, at all), when we refer to Gaussian 
    27002700        rationals below we will accept any number field with defining 
    2701         polynomial x^2+1, mapping the field generator to +I. 
     2701        polynomial $x^2+1$, mapping the field generator to +I. 
    27022702 
    27032703        We call the base ring of the polynomial K, and the ring given 
Note: See TracChangeset for help on using the changeset viewer.