#8196: bad documentation output in tty mode
-----------------------------+----------------------------------------------
   Reporter:  zimmerma       |       Owner:  mvngu     
       Type:  defect         |      Status:  new       
   Priority:  major          |   Milestone:  sage-4.3.2
  Component:  documentation  |    Keywords:            
     Author:                 |    Upstream:  N/A       
   Reviewer:                 |      Merged:            
Work_issues:                 |  
-----------------------------+----------------------------------------------

Old description:

> {{{
> sage: a=mod(3,15)
> sage: a.is_square?
> ...
>             ALGORITHM: Calculate the Jacobi symbol
>             `(mathtt{self}/p)` at each prime `p`
>             dividing `n`. It must be 1 or 0 for each prime, and if it
>             is 0 mod `p`, where `p^k || n`, then
>             `ord_p(mathtt{self})` must be even or greater than
> }}}
> Clearly the math formulae are not displayed correctly in tty mode.

New description:

 {{{
 sage: a=mod(3,15)
 sage: a.is_square?
 ...
             ALGORITHM: Calculate the Jacobi symbol
             `(mathtt{self}/p)` at each prime `p`
             dividing `n`. It must be 1 or 0 for each prime, and if it
             is 0 mod `p`, where `p^k || n`, then
             `ord_p(mathtt{self})` must be even or greater than
 }}}
 Clearly the math formulae are not displayed correctly in tty mode.

--

Comment(by jhpalmieri):

 > Clearly the math formulae are not displayed correctly in tty mode.

 How would you expect them to be displayed, given that it's tty mode?

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8196#comment:1>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to