Help talk:JsMath
From QED
Implementation notes
The list of (additional) fonts to load automatically is specified in jsMath/easy/load.js:loadFonts
Other fonts of potential interest:
- the AMS Fractur, Greek and calligraphic fonts (eufm10, eurm10 and eusm10)
Plugins
See jsMath/easy/load.js for the list of automatically loaded plugins. As of this writing, the list is:
loadFiles: [ "extensions/AMSmath.js", ;; amsmath LaTeX package
"extensions/AMSsymbols.js", ;; requires msam10 and msb10 fonts (there is no unicode fallback)
"extensions/boldsymbol.js", ;; implements \boldsymbol; requires cmmib10 and cmbsy10
"extensions/moreArrows.js" ;;
]












