On 2/24/11 12:08 PM, kbriggs wrote:
I find that the notebook often cuts off the top half of output
formulas (with "Typeset" ticked), and does not provide a scrollbar to
allow it all to be seen.  For example, with this input:

integrate(x/a2*exp(-x2/2/a2)*exp(-(x-mu)2/sigma2/2)/sqrt(2*pi)/
sigma,x,0,z);


Here is working code for someone that wants to try that example:

var('x,a,mu,sigma,z')
assume(z>0)
y=integrate(x/a^2*exp(-x^2/2/a^2)*exp(-(x-mu)^2/sigma^2/2)/sqrt(2*pi)/
sigma,x,0,z)
y


My guess off the top of my head is that it is because jsmath doesn't give the browser good feedback on how high the output region should be. A work-around could be adding a vertical scroll-bar (but I'm not sure that would work). Another thing to try is moving to mathjax.

Jason


--
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-support
URL: http://www.sagemath.org

Reply via email to