Forum archive 2000-2006

John Williams - sqrt doesn't display in jsmath

John Williams - sqrt doesn't display in jsmath

by Arnold Pizer -
Number of replies: 0
inactiveTopicsqrt doesn't display in jsmath topic started 9/6/2004; 3:45:54 PM
last post 9/7/2004; 9:54:57 PM
userJohn Williams - sqrt doesn't display in jsmath  blueArrow
9/6/2004; 3:45:54 PM (reads: 896, responses: 1)
At the U of Hartford, we just went to 2.0. It seems like a nice improvement.

The square root symbol does not appear in jsmath mode.

The error is

"Missing or unrecognized delimiter for \left"

When you look at the source for the HTML, the line that should display the sign is

"\sqrt\left{;4\right}"

When I did the same thing for exp, it displayed correctly but the line that was like that was "\exp\left(2\right)" with () where true were.

I don't enough about it to know if that is the problem; it just didn't seem right.

John Williams

<| Post or View Comments |>


userDavide P. Cervone - Re: sqrt doesn't display in jsmath  blueArrow
9/7/2004; 9:54:57 PM (reads: 1132, responses: 0)
This is actually a problem with the AlgParser.pm (in the pg/lib directory), which is what is producing this TeX. (If you look carefully, you will see that this TeX code is actually broken, and will procude errors in TeX as well).

I submitted a correction for this about a month ago. If you get the current version of AlgParser.pm from the CVS repository, that should take care of this for you.

<| Post or View Comments |>