NIST Publishes Preview of Math Reference 27
An anonymous reader writes "Abramowitz & Stegun has been one of the most authoritative references for special functions and engineering mathematics since the 1960s, when it was published by the US Bureau of Standards (now NIST). NIST has been working on an freely-available online updated version to this legendary reference for years. A preview of the digital library of mathematical functions (which uses MathML and requires some of its fonts) is now available from NIST's website."
Yeesh. (Score:5, Informative)
Re:Yeesh. (Score:5, Informative)
Re: (Score:3, Informative)
Re: (Score:2, Funny)
Re: (Score:2)
Re: (Score:3, Interesting)
Random aside fr
Re: (Score:2)
Sorry... couldn't resist!!
Re: (Score:1)
Re: (Score:2)
MathML (Score:5, Informative)
- The majority of users, who have IE with no plugin, should see some kind of graceful degradation.
- Firefox users should see the math displayed correctly.
- The tiny minority of users who have MathPlayer+IE should see the math displayed correctly.
Unfortunately, you just can't accomplish this by any reasonable technique. The technique I've ended up using for the web browser version of my own physics textbooks is to use mod_rewrite to serve mathml to Firefox 3+ users, and serve a version with bitmapped renderings of the equations to everyone else. This also seems to be what DLMF has done [nist.gov]. What a disaster.Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
Re: (Score:1)
Re:MathML (Score:5, Informative)
* Download these specific Mathematica fonts:
http://support.wolfram.com/mathematica/systems/windows/general/files/MathFonts_TrueType_41.exe
Don't worry about the self extraction. Create a directory (I named mine "mathematica"); cd there and run "unzip
At this point, I chose to make the fonts available by default for anyone on the system, so I copied the directory: "cd
followed by "xset fp rehash".
I'm not convinced it was necessary, but I also added this line to my $HOME/.mozilla/????????.default/prefs.js file:
user_pref("font.mathfont-family", "Math1, Math2, Math4, Symbol");
Re: (Score:1)
Re: (Score:2)
I realize that MS's poor support for the standard isn't your fault, but basically IE doesn't support xhtml in any standard way, and doesn't make it possible for mathml to be supported in a standard way by third-party developers like you.
Yes, but IIRC it's a technique that violates standards, and it doesn
MathML... (Score:5, Informative)
Re: (Score:3, Funny)
Re: (Score:2)
Re: (Score:3, Insightful)
Re: (Score:2)
OMG I had no idea! (Score:2)
(Especially for people who like looking at the angular momentum of colliding subatomic particles in their spare time.)