Yeah - thot that might be cryptic after I posted. Hard to write in this forum. Editors tend to try to "help" you. I would NOT worry unless someone else complains since: * I have been moving stuff from the sagenb site to the canterbury site and now back again. Each has different editors. The canterbury editor has limited html options. * I tend to "color" my text using <span> tags. The canterbury site had some problems with that (e.g. it would ignore a <span> tag followed by a <strong> tag). * I am working with vectors and the (now standard) notation for vectors is using <a,b,c> and of course html uses < and > as tags. * I am an interminable reviser which drives editors crazy. ========= Anyway what happened is: <span> tags were added inside the mathjax code:
Example: $x=2$ became $x<span>=2$. jsmath would ignore this "addition" and process, mathjax would not. You could not see this addition in the editor, only in the html and of course my latex was much, much more complex than this example .... ===== This MAY have been the ONLY problem, but (a) I don't know when they got added and (b) other "editing" was happening. ===== For sure, the test.sagenb editor does this: For <, I always write \lt which is latex for the less than symbol. The editor changes this to < which is html for this symbol. Arrays in latex have & between the elements in a row. The editor changes this to & ===== However, these replacements seem to work in mathjax, but I really wish editors did not want to help me :) Best, Linda On Jan 27, 7:55 pm, Jason Grout <jason-s...@creativetrax.com> wrote: > On 1/27/12 11:11 AM, LFS wrote: > > > Hiya Jason > > Thanks Jason for reply! > > >http://test.sagenb.org/home/pub/27 > > > Everything seems to work fine. > > However, I had to go into the html and fix it a zillion times. I > > highly recommend keeping the html as simple as possible and always > > COPYING IT (not the WYSIWYG since sagenb editor seems to add tags that > > mathjax cannot understand (and you don't see here, but do see in the > > html)). > > I don't understand what you mean in those last few sentences. Can you > give an example of what was happening? > > Thanks, > > Jason -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org