incorrect display of HTML code exported from MW

I have noticed, that a text, that was converted from MW to HTML is not correctly displayed. Link to my text is

http://beta.mapleprimes.com/blog/karel-srot/computing-fourier-series-using-the-package-fourier

If you look at the end of the text, you will se the command

> f:=x->piecewise(x FSeries:=FSeriesOfFunction(f,-Pi..Pi);

which is not correct. The text "FSeries:=FSeriesOfFunction(f,-Pi..Pi);" is the next command.

View the original worksheet via the MapleNet to see the difference

http://maplenet.maplesoft.com/maplenet/worksheet/mapleprimes/1280_examples1-executed.mw

The problem is in displaying of the symbol "lower than" (which is in definition of piecewise continous function), because the publication system (or what) thinks that it is the begining of an unsupported HTML tag. What about to substitute "lower than" for "&lt ;" during the conversion (and the same for "grater than" symbol)?

And now I have a problem.. should I correct it in my post manually? Then the link to the text would be misleading. :-)

PS: sorry for my bad english

Will's picture

Odd, and I'll look into it

I don't know what caused that problem, obviously it is a bug in the MaplePrimes HTML conversion.

It would be best if you corrected the text in your post manually. I will look into the bug and hopefully will be able to fix it.

Thank you for pointing it out.

____
William Spaetzel
Marketing Engineer, Maplesoft

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
}