[sage-support] Re: Typeset problem with sech(x)

2009-10-26 Thread Burcin Erocal
Hi, On Sun, 25 Oct 2009 19:44:21 -0700 (PDT) John H Palmieri jhpalmier...@gmail.com wrote: On Oct 25, 7:37 pm, Marshall Hampton hampto...@gmail.com wrote: Latex doesn't actually support \sech, so this can't really be considered an error on Sage's part. Note that sage:

[sage-support] Re: Typeset problem with sech(x)

2009-10-25 Thread Marshall Hampton
Latex doesn't actually support \sech, so this can't really be considered an error on Sage's part. Note that sage: latex('sech(x)') gives \text{sech(x)} for this reason. This does seem a little odd, since Latex (and jsmath, which is what typesets things in the notebook) does support cosh,

[sage-support] Re: Typeset problem with sech(x)

2009-10-25 Thread John H Palmieri
On Oct 25, 7:37 pm, Marshall Hampton hampto...@gmail.com wrote: Latex doesn't actually support \sech, so this can't really be considered an error on Sage's part. Note that sage: latex('sech(x)') gives \text{sech(x)} On the other hand, sage: latex(sech) gives \sech I think the