Font missed
While I input
pretty_print(sqrt(2))
it gets the following in notebook():
???
?? 2
It tested in Sage-4.7.2/4.7.1? What's wrong here?
Thanks inadvance
While I input
pretty_print(sqrt(2))
it gets the following in notebook():
???
?? 2
It tested in Sage-4.7.2/4.7.1? What's wrong here?
Thanks inadvance
You can install the jsmath-image-fonts package on the server side, or you can install the jsmath fonts on your client. Right now, it's falling back to unicode, which apparently is causing problems with your browser.
See http://www.math.union.edu/~dpvc/jsMat... for installing tex fonts on your computer.
"Soon" we will switch to mathjax, which won't have this problem anymore.
The result is as like:
\/"""2
where """ is the missed character, _, U23BD.
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2011-11-22 06:57:29 +0100
Seen: 683 times
Last updated: Nov 23 '11