On Thursday, 23 April 2015 19:36:23 UTC-6, kcrisman wrote:
>
>
> Nothing changed with HTML output so far, if its broken then that is
>> because the current behavior . I've opened
>>
>> http://trac.sagemath.org/ticket/18292
>>
>
> Thanks. This did work previously, as Andrey points out on the ticket,
> though I'm not sure how long ago.
>
This works:
n=7
L = map(None,[p for p in prime_range(n+1) if p%4==1],[p for p in
prime_range(n+1) if p%4==3])
L = [['',l[1]] if l[0] is None else l for l in L]
T = [['$p\equiv 1\\text{ mod }(4)$','$p\equiv 3\\text{ mod }(4)$']]
html(str(table(T+L,header_row=True)))
Note conversion to str. I am not sure what is the root case here and won't
be able to investigate it for a few days, but will try to do something
eventually...
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.