mathjax-rails 2.3.0 → 2.5.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2312) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mathjax/rails/version.rb +2 -2
  3. data/vendor/mathjax/.gitignore +6 -0
  4. data/vendor/mathjax/CONTRIBUTING.md +261 -0
  5. data/vendor/mathjax/MathJax.js +2 -2
  6. data/vendor/mathjax/bower.json +0 -1
  7. data/vendor/mathjax/composer.json +22 -0
  8. data/vendor/mathjax/config/AM_HTMLorMML-full.js +22 -16
  9. data/vendor/mathjax/config/AM_HTMLorMML.js +19 -13
  10. data/vendor/mathjax/config/Accessible-full.js +29 -23
  11. data/vendor/mathjax/config/Accessible.js +26 -20
  12. data/vendor/mathjax/config/MML_HTMLorMML-full.js +22 -16
  13. data/vendor/mathjax/config/MML_HTMLorMML.js +19 -13
  14. data/vendor/mathjax/config/MMLorHTML.js +2 -2
  15. data/vendor/mathjax/config/Safe.js +1 -1
  16. data/vendor/mathjax/config/TeX-AMS-MML_HTMLorMML-full.js +29 -23
  17. data/vendor/mathjax/config/TeX-AMS-MML_HTMLorMML.js +26 -20
  18. data/vendor/mathjax/config/TeX-AMS-MML_SVG-full.js +26 -20
  19. data/vendor/mathjax/config/TeX-AMS-MML_SVG.js +24 -18
  20. data/vendor/mathjax/config/TeX-AMS_HTML-full.js +23 -17
  21. data/vendor/mathjax/config/TeX-AMS_HTML.js +21 -15
  22. data/vendor/mathjax/config/TeX-MML-AM_HTMLorMML-full.js +32 -26
  23. data/vendor/mathjax/config/TeX-MML-AM_HTMLorMML.js +29 -23
  24. data/vendor/mathjax/config/default.js +68 -8
  25. data/vendor/mathjax/config/local/local.js +1 -1
  26. data/vendor/mathjax/extensions/CHTML-preview.js +19 -0
  27. data/vendor/mathjax/extensions/FontWarnings.js +2 -2
  28. data/vendor/mathjax/extensions/HTML-CSS/handle-floats.js +2 -2
  29. data/vendor/mathjax/extensions/HelpDialog.js +2 -2
  30. data/vendor/mathjax/extensions/MatchWebFonts.js +2 -2
  31. data/vendor/mathjax/extensions/MathEvents.js +2 -2
  32. data/vendor/mathjax/extensions/MathML/content-mathml.js +2 -2
  33. data/vendor/mathjax/extensions/MathML/mml3.js +19 -0
  34. data/vendor/mathjax/extensions/MathMenu.js +2 -2
  35. data/vendor/mathjax/extensions/MathZoom.js +2 -2
  36. data/vendor/mathjax/extensions/Safe.js +2 -2
  37. data/vendor/mathjax/extensions/TeX/AMScd.js +2 -2
  38. data/vendor/mathjax/extensions/TeX/AMSmath.js +2 -2
  39. data/vendor/mathjax/extensions/TeX/AMSsymbols.js +2 -2
  40. data/vendor/mathjax/extensions/TeX/HTML.js +2 -2
  41. data/vendor/mathjax/extensions/TeX/action.js +2 -2
  42. data/vendor/mathjax/extensions/TeX/autobold.js +2 -2
  43. data/vendor/mathjax/extensions/TeX/autoload-all.js +2 -2
  44. data/vendor/mathjax/extensions/TeX/bbox.js +2 -2
  45. data/vendor/mathjax/extensions/TeX/begingroup.js +2 -2
  46. data/vendor/mathjax/extensions/TeX/boldsymbol.js +2 -2
  47. data/vendor/mathjax/extensions/TeX/cancel.js +2 -2
  48. data/vendor/mathjax/extensions/TeX/color.js +2 -2
  49. data/vendor/mathjax/extensions/TeX/enclose.js +2 -2
  50. data/vendor/mathjax/extensions/TeX/extpfeil.js +2 -2
  51. data/vendor/mathjax/extensions/TeX/mathchoice.js +2 -2
  52. data/vendor/mathjax/extensions/TeX/mediawiki-texvc.js +19 -0
  53. data/vendor/mathjax/extensions/TeX/mhchem.js +2 -2
  54. data/vendor/mathjax/extensions/TeX/newcommand.js +2 -2
  55. data/vendor/mathjax/extensions/TeX/noErrors.js +2 -2
  56. data/vendor/mathjax/extensions/TeX/noUndefined.js +2 -2
  57. data/vendor/mathjax/extensions/TeX/unicode.js +2 -2
  58. data/vendor/mathjax/extensions/TeX/verb.js +2 -2
  59. data/vendor/mathjax/extensions/asciimath2jax.js +2 -2
  60. data/vendor/mathjax/extensions/jsMath2jax.js +2 -2
  61. data/vendor/mathjax/extensions/mml2jax.js +2 -2
  62. data/vendor/mathjax/extensions/tex2jax.js +2 -2
  63. data/vendor/mathjax/extensions/toMathML.js +2 -2
  64. data/vendor/mathjax/images/CloseX-31.png +0 -0
  65. data/vendor/mathjax/images/MenuArrow-15.png +0 -0
  66. data/vendor/mathjax/jax/element/mml/jax.js +2 -2
  67. data/vendor/mathjax/jax/element/mml/optable/Arrows.js +1 -1
  68. data/vendor/mathjax/jax/element/mml/optable/BasicLatin.js +1 -1
  69. data/vendor/mathjax/jax/element/mml/optable/CombDiacritMarks.js +1 -1
  70. data/vendor/mathjax/jax/element/mml/optable/CombDiactForSymbols.js +1 -1
  71. data/vendor/mathjax/jax/element/mml/optable/Dingbats.js +1 -1
  72. data/vendor/mathjax/jax/element/mml/optable/GeneralPunctuation.js +1 -1
  73. data/vendor/mathjax/jax/element/mml/optable/GeometricShapes.js +1 -1
  74. data/vendor/mathjax/jax/element/mml/optable/GreekAndCoptic.js +1 -1
  75. data/vendor/mathjax/jax/element/mml/optable/Latin1Supplement.js +1 -1
  76. data/vendor/mathjax/jax/element/mml/optable/LetterlikeSymbols.js +1 -1
  77. data/vendor/mathjax/jax/element/mml/optable/MathOperators.js +1 -1
  78. data/vendor/mathjax/jax/element/mml/optable/MiscMathSymbolsA.js +1 -1
  79. data/vendor/mathjax/jax/element/mml/optable/MiscMathSymbolsB.js +1 -1
  80. data/vendor/mathjax/jax/element/mml/optable/MiscSymbolsAndArrows.js +1 -1
  81. data/vendor/mathjax/jax/element/mml/optable/MiscTechnical.js +1 -1
  82. data/vendor/mathjax/jax/element/mml/optable/SpacingModLetters.js +1 -1
  83. data/vendor/mathjax/jax/element/mml/optable/SuppMathOperators.js +1 -1
  84. data/vendor/mathjax/jax/element/mml/optable/SupplementalArrowsA.js +1 -1
  85. data/vendor/mathjax/jax/element/mml/optable/SupplementalArrowsB.js +1 -1
  86. data/vendor/mathjax/jax/input/AsciiMath/config.js +2 -2
  87. data/vendor/mathjax/jax/input/AsciiMath/jax.js +2 -2
  88. data/vendor/mathjax/jax/input/MathML/config.js +2 -2
  89. data/vendor/mathjax/jax/input/MathML/entities/a.js +1 -1
  90. data/vendor/mathjax/jax/input/MathML/entities/b.js +1 -1
  91. data/vendor/mathjax/jax/input/MathML/entities/c.js +1 -1
  92. data/vendor/mathjax/jax/input/MathML/entities/d.js +1 -1
  93. data/vendor/mathjax/jax/input/MathML/entities/e.js +1 -1
  94. data/vendor/mathjax/jax/input/MathML/entities/f.js +1 -1
  95. data/vendor/mathjax/jax/input/MathML/entities/fr.js +1 -1
  96. data/vendor/mathjax/jax/input/MathML/entities/g.js +1 -1
  97. data/vendor/mathjax/jax/input/MathML/entities/h.js +1 -1
  98. data/vendor/mathjax/jax/input/MathML/entities/i.js +1 -1
  99. data/vendor/mathjax/jax/input/MathML/entities/j.js +1 -1
  100. data/vendor/mathjax/jax/input/MathML/entities/k.js +1 -1
  101. data/vendor/mathjax/jax/input/MathML/entities/l.js +1 -1
  102. data/vendor/mathjax/jax/input/MathML/entities/m.js +1 -1
  103. data/vendor/mathjax/jax/input/MathML/entities/n.js +1 -1
  104. data/vendor/mathjax/jax/input/MathML/entities/o.js +1 -1
  105. data/vendor/mathjax/jax/input/MathML/entities/opf.js +1 -1
  106. data/vendor/mathjax/jax/input/MathML/entities/p.js +1 -1
  107. data/vendor/mathjax/jax/input/MathML/entities/q.js +1 -1
  108. data/vendor/mathjax/jax/input/MathML/entities/r.js +1 -1
  109. data/vendor/mathjax/jax/input/MathML/entities/s.js +1 -1
  110. data/vendor/mathjax/jax/input/MathML/entities/scr.js +1 -1
  111. data/vendor/mathjax/jax/input/MathML/entities/t.js +1 -1
  112. data/vendor/mathjax/jax/input/MathML/entities/u.js +1 -1
  113. data/vendor/mathjax/jax/input/MathML/entities/v.js +1 -1
  114. data/vendor/mathjax/jax/input/MathML/entities/w.js +1 -1
  115. data/vendor/mathjax/jax/input/MathML/entities/x.js +1 -1
  116. data/vendor/mathjax/jax/input/MathML/entities/y.js +1 -1
  117. data/vendor/mathjax/jax/input/MathML/entities/z.js +1 -1
  118. data/vendor/mathjax/jax/input/MathML/jax.js +2 -2
  119. data/vendor/mathjax/jax/input/TeX/config.js +2 -2
  120. data/vendor/mathjax/jax/input/TeX/jax.js +2 -2
  121. data/vendor/mathjax/jax/output/CommonHTML/config.js +19 -0
  122. data/vendor/mathjax/jax/output/CommonHTML/jax.js +19 -0
  123. data/vendor/mathjax/jax/output/HTML-CSS/autoload/annotation-xml.js +2 -2
  124. data/vendor/mathjax/jax/output/HTML-CSS/autoload/maction.js +2 -2
  125. data/vendor/mathjax/jax/output/HTML-CSS/autoload/menclose.js +2 -2
  126. data/vendor/mathjax/jax/output/HTML-CSS/autoload/mglyph.js +2 -2
  127. data/vendor/mathjax/jax/output/HTML-CSS/autoload/mmultiscripts.js +2 -2
  128. data/vendor/mathjax/jax/output/HTML-CSS/autoload/ms.js +2 -2
  129. data/vendor/mathjax/jax/output/HTML-CSS/autoload/mtable.js +2 -2
  130. data/vendor/mathjax/jax/output/HTML-CSS/autoload/multiline.js +2 -2
  131. data/vendor/mathjax/jax/output/HTML-CSS/config.js +2 -2
  132. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js +1 -1
  133. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js +1 -1
  134. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js +1 -1
  135. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js +1 -1
  136. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js +1 -1
  137. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js +1 -1
  138. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js +1 -1
  139. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js +1 -1
  140. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js +1 -1
  141. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js +1 -1
  142. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js +1 -1
  143. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js +1 -1
  144. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js +1 -1
  145. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js +1 -1
  146. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js +1 -1
  147. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js +1 -1
  148. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js +1 -1
  149. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js +1 -1
  150. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js +1 -1
  151. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js +1 -1
  152. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js +1 -1
  153. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js +1 -1
  154. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js +1 -1
  155. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/fontdata-extra.js +2 -2
  156. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Asana-Math/fontdata.js +2 -2
  157. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js +1 -1
  158. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js +1 -1
  159. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js +1 -1
  160. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js +1 -1
  161. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js +1 -1
  162. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js +1 -1
  163. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js +1 -1
  164. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js +1 -1
  165. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js +1 -1
  166. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js +1 -1
  167. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js +1 -1
  168. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js +1 -1
  169. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js +1 -1
  170. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js +1 -1
  171. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js +1 -1
  172. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js +1 -1
  173. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js +1 -1
  174. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js +1 -1
  175. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js +1 -1
  176. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js +1 -1
  177. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js +1 -1
  178. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js +1 -1
  179. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js +1 -1
  180. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata-extra.js +2 -2
  181. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata.js +2 -2
  182. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js +1 -1
  183. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js +1 -1
  184. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js +1 -1
  185. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js +1 -1
  186. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js +1 -1
  187. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js +1 -1
  188. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js +1 -1
  189. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js +1 -1
  190. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js +1 -1
  191. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js +1 -1
  192. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js +1 -1
  193. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js +1 -1
  194. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js +1 -1
  195. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js +1 -1
  196. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js +1 -1
  197. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js +1 -1
  198. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js +1 -1
  199. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js +1 -1
  200. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js +1 -1
  201. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js +1 -1
  202. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js +1 -1
  203. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js +1 -1
  204. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js +1 -1
  205. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata-extra.js +2 -2
  206. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata.js +2 -2
  207. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js +1 -1
  208. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js +1 -1
  209. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js +1 -1
  210. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js +1 -1
  211. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js +1 -1
  212. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js +1 -1
  213. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js +1 -1
  214. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js +1 -1
  215. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js +1 -1
  216. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular/Main.js +1 -1
  217. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular/Main.js +1 -1
  218. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular/Main.js +1 -1
  219. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular/Main.js +1 -1
  220. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular/Main.js +1 -1
  221. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular/Main.js +1 -1
  222. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular/Main.js +1 -1
  223. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular/Main.js +1 -1
  224. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular/Main.js +1 -1
  225. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular/Main.js +1 -1
  226. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular/Main.js +1 -1
  227. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular/Main.js +1 -1
  228. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular/Main.js +1 -1
  229. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js +1 -1
  230. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular/Main.js +1 -1
  231. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata-extra.js +2 -2
  232. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata.js +2 -2
  233. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js +1 -1
  234. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular/Main.js +1 -1
  235. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular/Main.js +1 -1
  236. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular/Main.js +1 -1
  237. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular/Main.js +1 -1
  238. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular/Main.js +1 -1
  239. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular/Main.js +1 -1
  240. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular/Main.js +1 -1
  241. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js +1 -1
  242. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js +1 -1
  243. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular/Main.js +1 -1
  244. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular/Main.js +1 -1
  245. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular/Main.js +1 -1
  246. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular/Main.js +1 -1
  247. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular/Main.js +1 -1
  248. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular/Main.js +1 -1
  249. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/Main.js +1 -1
  250. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata-extra.js +2 -2
  251. data/vendor/mathjax/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata.js +2 -2
  252. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js +1 -1
  253. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js +1 -1
  254. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js +1 -1
  255. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js +1 -1
  256. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js +1 -1
  257. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js +1 -1
  258. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js +1 -1
  259. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js +1 -1
  260. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js +1 -1
  261. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js +1 -1
  262. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js +1 -1
  263. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js +1 -1
  264. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js +1 -1
  265. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js +1 -1
  266. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js +1 -1
  267. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js +1 -1
  268. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js +1 -1
  269. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js +1 -1
  270. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js +1 -1
  271. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js +1 -1
  272. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js +1 -1
  273. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js +1 -1
  274. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js +1 -1
  275. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js +1 -1
  276. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js +1 -1
  277. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js +1 -1
  278. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js +1 -1
  279. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js +1 -1
  280. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js +1 -1
  281. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js +1 -1
  282. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js +1 -1
  283. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js +1 -1
  284. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js +1 -1
  285. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js +1 -1
  286. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js +1 -1
  287. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js +1 -1
  288. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js +1 -1
  289. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js +1 -1
  290. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js +1 -1
  291. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js +1 -1
  292. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js +1 -1
  293. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js +1 -1
  294. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js +1 -1
  295. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js +1 -1
  296. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js +1 -1
  297. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js +1 -1
  298. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js +1 -1
  299. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js +1 -1
  300. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js +1 -1
  301. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js +1 -1
  302. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js +1 -1
  303. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js +1 -1
  304. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js +1 -1
  305. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js +1 -1
  306. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js +1 -1
  307. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js +2 -2
  308. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js +2 -2
  309. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +1 -1
  310. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +1 -1
  311. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js +1 -1
  312. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +1 -1
  313. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +1 -1
  314. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +1 -1
  315. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +1 -1
  316. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +1 -1
  317. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +1 -1
  318. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +1 -1
  319. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +1 -1
  320. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +1 -1
  321. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +1 -1
  322. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +1 -1
  323. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +1 -1
  324. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +1 -1
  325. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +1 -1
  326. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +1 -1
  327. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +1 -1
  328. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +1 -1
  329. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +1 -1
  330. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js +1 -1
  331. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +1 -1
  332. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +1 -1
  333. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +1 -1
  334. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +1 -1
  335. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +1 -1
  336. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +1 -1
  337. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +1 -1
  338. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +1 -1
  339. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +1 -1
  340. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +1 -1
  341. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +1 -1
  342. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +1 -1
  343. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +1 -1
  344. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +1 -1
  345. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +1 -1
  346. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +1 -1
  347. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +1 -1
  348. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +1 -1
  349. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +1 -1
  350. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +1 -1
  351. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +1 -1
  352. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +1 -1
  353. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +1 -1
  354. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +1 -1
  355. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +1 -1
  356. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +1 -1
  357. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +1 -1
  358. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +1 -1
  359. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +1 -1
  360. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +1 -1
  361. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +1 -1
  362. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +1 -1
  363. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +1 -1
  364. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +1 -1
  365. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +1 -1
  366. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +1 -1
  367. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +1 -1
  368. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +1 -1
  369. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +1 -1
  370. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +1 -1
  371. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +1 -1
  372. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +1 -1
  373. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +1 -1
  374. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +1 -1
  375. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +1 -1
  376. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +1 -1
  377. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +1 -1
  378. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +1 -1
  379. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +1 -1
  380. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +1 -1
  381. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +1 -1
  382. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +1 -1
  383. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +1 -1
  384. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +1 -1
  385. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +1 -1
  386. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +1 -1
  387. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +1 -1
  388. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +1 -1
  389. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +1 -1
  390. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +1 -1
  391. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +1 -1
  392. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +1 -1
  393. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +1 -1
  394. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +1 -1
  395. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +1 -1
  396. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +1 -1
  397. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +1 -1
  398. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +1 -1
  399. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +1 -1
  400. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +1 -1
  401. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +1 -1
  402. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +1 -1
  403. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +1 -1
  404. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +1 -1
  405. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +1 -1
  406. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +1 -1
  407. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +1 -1
  408. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +1 -1
  409. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +1 -1
  410. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +1 -1
  411. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +1 -1
  412. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +1 -1
  413. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +1 -1
  414. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +1 -1
  415. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js +1 -1
  416. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +1 -1
  417. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +1 -1
  418. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +1 -1
  419. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +1 -1
  420. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +1 -1
  421. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +1 -1
  422. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +1 -1
  423. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +1 -1
  424. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +1 -1
  425. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +1 -1
  426. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +1 -1
  427. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +1 -1
  428. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +1 -1
  429. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +1 -1
  430. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +1 -1
  431. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +1 -1
  432. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +1 -1
  433. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +1 -1
  434. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +1 -1
  435. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +1 -1
  436. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +1 -1
  437. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +1 -1
  438. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +1 -1
  439. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +1 -1
  440. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +1 -1
  441. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +1 -1
  442. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +1 -1
  443. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js +1 -1
  444. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +1 -1
  445. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +1 -1
  446. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +1 -1
  447. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +1 -1
  448. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +1 -1
  449. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +1 -1
  450. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +1 -1
  451. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +1 -1
  452. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +1 -1
  453. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +1 -1
  454. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +1 -1
  455. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +1 -1
  456. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +1 -1
  457. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +1 -1
  458. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +1 -1
  459. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +1 -1
  460. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +1 -1
  461. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +1 -1
  462. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +1 -1
  463. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +1 -1
  464. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +1 -1
  465. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +1 -1
  466. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +1 -1
  467. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +1 -1
  468. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +1 -1
  469. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +1 -1
  470. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +1 -1
  471. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +1 -1
  472. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +1 -1
  473. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +1 -1
  474. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +1 -1
  475. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +1 -1
  476. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +1 -1
  477. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +1 -1
  478. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +1 -1
  479. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +1 -1
  480. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +1 -1
  481. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +1 -1
  482. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +1 -1
  483. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +1 -1
  484. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +1 -1
  485. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +1 -1
  486. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +1 -1
  487. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +1 -1
  488. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +1 -1
  489. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +1 -1
  490. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +1 -1
  491. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +1 -1
  492. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +1 -1
  493. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +1 -1
  494. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +1 -1
  495. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js +1 -1
  496. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +1 -1
  497. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js +2 -2
  498. data/vendor/mathjax/jax/output/HTML-CSS/fonts/STIX/fontdata.js +2 -2
  499. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +1 -1
  500. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +1 -1
  501. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +1 -1
  502. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +1 -1
  503. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +1 -1
  504. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +1 -1
  505. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +1 -1
  506. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +1 -1
  507. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +1 -1
  508. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +1 -1
  509. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +1 -1
  510. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +1 -1
  511. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +1 -1
  512. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +1 -1
  513. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +1 -1
  514. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +1 -1
  515. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +1 -1
  516. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +1 -1
  517. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +1 -1
  518. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +1 -1
  519. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +1 -1
  520. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +1 -1
  521. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +1 -1
  522. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +1 -1
  523. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +1 -1
  524. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +1 -1
  525. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +1 -1
  526. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +1 -1
  527. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +1 -1
  528. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +1 -1
  529. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +1 -1
  530. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +1 -1
  531. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +1 -1
  532. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +1 -1
  533. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +1 -1
  534. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +1 -1
  535. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +1 -1
  536. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +1 -1
  537. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +1 -1
  538. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +1 -1
  539. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +1 -1
  540. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +1 -1
  541. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +1 -1
  542. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +1 -1
  543. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +1 -1
  544. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +1 -1
  545. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +1 -1
  546. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +1 -1
  547. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +1 -1
  548. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +1 -1
  549. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +1 -1
  550. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +1 -1
  551. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +1 -1
  552. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +1 -1
  553. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +1 -1
  554. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +1 -1
  555. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +1 -1
  556. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +1 -1
  557. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +1 -1
  558. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +1 -1
  559. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +1 -1
  560. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +1 -1
  561. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +1 -1
  562. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +1 -1
  563. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +1 -1
  564. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +1 -1
  565. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +1 -1
  566. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +1 -1
  567. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +1 -1
  568. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +1 -1
  569. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +1 -1
  570. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +1 -1
  571. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +1 -1
  572. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +1 -1
  573. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +1 -1
  574. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +1 -1
  575. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +1 -1
  576. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +1 -1
  577. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +1 -1
  578. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +1 -1
  579. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +1 -1
  580. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +1 -1
  581. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +1 -1
  582. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +1 -1
  583. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +1 -1
  584. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +1 -1
  585. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +1 -1
  586. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +1 -1
  587. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +1 -1
  588. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +1 -1
  589. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js +2 -2
  590. data/vendor/mathjax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +2 -2
  591. data/vendor/mathjax/jax/output/HTML-CSS/imageFonts.js +2 -2
  592. data/vendor/mathjax/jax/output/HTML-CSS/jax.js +2 -2
  593. data/vendor/mathjax/jax/output/NativeMML/config.js +2 -2
  594. data/vendor/mathjax/jax/output/NativeMML/jax.js +2 -2
  595. data/vendor/mathjax/jax/output/SVG/autoload/annotation-xml.js +2 -2
  596. data/vendor/mathjax/jax/output/SVG/autoload/maction.js +2 -2
  597. data/vendor/mathjax/jax/output/SVG/autoload/menclose.js +2 -2
  598. data/vendor/mathjax/jax/output/SVG/autoload/mglyph.js +2 -2
  599. data/vendor/mathjax/jax/output/SVG/autoload/mmultiscripts.js +2 -2
  600. data/vendor/mathjax/jax/output/SVG/autoload/ms.js +2 -2
  601. data/vendor/mathjax/jax/output/SVG/autoload/mtable.js +2 -2
  602. data/vendor/mathjax/jax/output/SVG/autoload/multiline.js +2 -2
  603. data/vendor/mathjax/jax/output/SVG/config.js +2 -2
  604. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Alphabets/Regular/Main.js +1 -1
  605. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Arrows/Regular/Main.js +1 -1
  606. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/DoubleStruck/Regular/Main.js +1 -1
  607. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Fraktur/Regular/Main.js +1 -1
  608. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Latin/Regular/Main.js +1 -1
  609. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Main/Regular/Main.js +1 -1
  610. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Marks/Regular/Main.js +1 -1
  611. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Misc/Regular/Main.js +1 -1
  612. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Monospace/Regular/Main.js +1 -1
  613. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/NonUnicode/Regular/Main.js +1 -1
  614. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Normal/Regular/Main.js +1 -1
  615. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Operators/Regular/Main.js +1 -1
  616. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/SansSerif/Regular/Main.js +1 -1
  617. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Script/Regular/Main.js +1 -1
  618. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Shapes/Regular/Main.js +1 -1
  619. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Size1/Regular/Main.js +1 -1
  620. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Size2/Regular/Main.js +1 -1
  621. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Size3/Regular/Main.js +1 -1
  622. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Size4/Regular/Main.js +1 -1
  623. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Size5/Regular/Main.js +1 -1
  624. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Size6/Regular/Main.js +1 -1
  625. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Symbols/Regular/Main.js +1 -1
  626. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/Variants/Regular/Main.js +1 -1
  627. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/fontdata-extra.js +2 -2
  628. data/vendor/mathjax/jax/output/SVG/fonts/Asana-Math/fontdata.js +2 -2
  629. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Alphabets/Regular/Main.js +1 -1
  630. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Arrows/Regular/Main.js +1 -1
  631. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js +1 -1
  632. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Fraktur/Regular/Main.js +1 -1
  633. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Latin/Regular/Main.js +1 -1
  634. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Main/Regular/Main.js +1 -1
  635. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Marks/Regular/Main.js +1 -1
  636. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Misc/Regular/Main.js +1 -1
  637. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Monospace/Regular/Main.js +1 -1
  638. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js +1 -1
  639. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Normal/Regular/Main.js +1 -1
  640. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Operators/Regular/Main.js +1 -1
  641. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/SansSerif/Regular/Main.js +1 -1
  642. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Script/Regular/Main.js +1 -1
  643. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Shapes/Regular/Main.js +1 -1
  644. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size1/Regular/Main.js +1 -1
  645. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size2/Regular/Main.js +1 -1
  646. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size3/Regular/Main.js +1 -1
  647. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size4/Regular/Main.js +1 -1
  648. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size5/Regular/Main.js +1 -1
  649. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Size6/Regular/Main.js +1 -1
  650. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular/Main.js +1 -1
  651. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/Variants/Regular/Main.js +1 -1
  652. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/fontdata-extra.js +2 -2
  653. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Pagella/fontdata.js +2 -2
  654. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Alphabets/Regular/Main.js +1 -1
  655. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Arrows/Regular/Main.js +1 -1
  656. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js +1 -1
  657. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Fraktur/Regular/Main.js +1 -1
  658. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Latin/Regular/Main.js +1 -1
  659. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Main/Regular/Main.js +1 -1
  660. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Marks/Regular/Main.js +1 -1
  661. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Misc/Regular/Main.js +1 -1
  662. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Monospace/Regular/Main.js +1 -1
  663. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/NonUnicode/Regular/Main.js +1 -1
  664. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Normal/Regular/Main.js +1 -1
  665. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Operators/Regular/Main.js +1 -1
  666. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/SansSerif/Regular/Main.js +1 -1
  667. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Script/Regular/Main.js +1 -1
  668. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Shapes/Regular/Main.js +1 -1
  669. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size1/Regular/Main.js +1 -1
  670. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size2/Regular/Main.js +1 -1
  671. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size3/Regular/Main.js +1 -1
  672. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size4/Regular/Main.js +1 -1
  673. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size5/Regular/Main.js +1 -1
  674. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Size6/Regular/Main.js +1 -1
  675. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Symbols/Regular/Main.js +1 -1
  676. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/Variants/Regular/Main.js +1 -1
  677. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/fontdata-extra.js +2 -2
  678. data/vendor/mathjax/jax/output/SVG/fonts/Gyre-Termes/fontdata.js +2 -2
  679. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Alphabets/Regular/Main.js +1 -1
  680. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Arrows/Regular/Main.js +1 -1
  681. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/DoubleStruck/Regular/Main.js +1 -1
  682. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Fraktur/Regular/Main.js +1 -1
  683. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Latin/Regular/Main.js +1 -1
  684. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Main/Regular/Main.js +1 -1
  685. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Marks/Regular/Main.js +1 -1
  686. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Misc/Regular/Main.js +1 -1
  687. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Monospace/Regular/Main.js +1 -1
  688. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/NonUnicode/Regular/Main.js +1 -1
  689. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Normal/Regular/Main.js +1 -1
  690. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Operators/Regular/Main.js +1 -1
  691. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/SansSerif/Regular/Main.js +1 -1
  692. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Script/Regular/Main.js +1 -1
  693. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Shapes/Regular/Main.js +1 -1
  694. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size1/Regular/Main.js +1 -1
  695. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size2/Regular/Main.js +1 -1
  696. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size3/Regular/Main.js +1 -1
  697. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size4/Regular/Main.js +1 -1
  698. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size5/Regular/Main.js +1 -1
  699. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size6/Regular/Main.js +1 -1
  700. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Size7/Regular/Main.js +1 -1
  701. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Symbols/Regular/Main.js +1 -1
  702. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/Variants/Regular/Main.js +1 -1
  703. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/fontdata-extra.js +2 -2
  704. data/vendor/mathjax/jax/output/SVG/fonts/Latin-Modern/fontdata.js +2 -2
  705. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Alphabets/Regular/Main.js +1 -1
  706. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular/Main.js +1 -1
  707. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Fraktur/Regular/Main.js +1 -1
  708. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Main/Regular/Main.js +1 -1
  709. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Marks/Regular/Main.js +1 -1
  710. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/NonUnicode/Regular/Main.js +1 -1
  711. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Normal/Regular/Main.js +1 -1
  712. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Operators/Regular/Main.js +1 -1
  713. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Script/Regular/Main.js +1 -1
  714. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Shapes/Regular/Main.js +1 -1
  715. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Size1/Regular/Main.js +1 -1
  716. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Size2/Regular/Main.js +1 -1
  717. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Size3/Regular/Main.js +1 -1
  718. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Size4/Regular/Main.js +1 -1
  719. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Size5/Regular/Main.js +1 -1
  720. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Symbols/Regular/Main.js +1 -1
  721. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/Variants/Regular/Main.js +1 -1
  722. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/fontdata-extra.js +2 -2
  723. data/vendor/mathjax/jax/output/SVG/fonts/Neo-Euler/fontdata.js +2 -2
  724. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js +1 -1
  725. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js +1 -1
  726. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js +1 -1
  727. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js +1 -1
  728. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js +1 -1
  729. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js +1 -1
  730. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js +1 -1
  731. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js +1 -1
  732. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js +1 -1
  733. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js +1 -1
  734. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js +1 -1
  735. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js +1 -1
  736. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js +1 -1
  737. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js +1 -1
  738. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js +1 -1
  739. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js +1 -1
  740. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js +1 -1
  741. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js +1 -1
  742. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js +1 -1
  743. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js +1 -1
  744. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js +1 -1
  745. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js +1 -1
  746. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js +1 -1
  747. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js +1 -1
  748. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js +1 -1
  749. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js +1 -1
  750. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js +1 -1
  751. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js +1 -1
  752. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js +1 -1
  753. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js +1 -1
  754. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js +1 -1
  755. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js +1 -1
  756. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js +1 -1
  757. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js +1 -1
  758. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js +1 -1
  759. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js +1 -1
  760. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js +1 -1
  761. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js +1 -1
  762. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js +1 -1
  763. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js +1 -1
  764. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js +1 -1
  765. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js +1 -1
  766. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js +1 -1
  767. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js +1 -1
  768. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js +1 -1
  769. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js +1 -1
  770. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js +1 -1
  771. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js +1 -1
  772. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js +1 -1
  773. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js +1 -1
  774. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js +1 -1
  775. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js +1 -1
  776. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js +1 -1
  777. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js +1 -1
  778. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js +1 -1
  779. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js +2 -2
  780. data/vendor/mathjax/jax/output/SVG/fonts/STIX-Web/fontdata.js +2 -2
  781. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js +1 -1
  782. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js +1 -1
  783. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js +1 -1
  784. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js +1 -1
  785. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +1 -1
  786. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js +1 -1
  787. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js +1 -1
  788. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js +1 -1
  789. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js +1 -1
  790. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js +1 -1
  791. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +1 -1
  792. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js +1 -1
  793. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js +1 -1
  794. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +1 -1
  795. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js +1 -1
  796. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js +1 -1
  797. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js +1 -1
  798. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js +1 -1
  799. data/vendor/mathjax/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js +1 -1
  800. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js +1 -1
  801. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js +1 -1
  802. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js +1 -1
  803. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js +1 -1
  804. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js +1 -1
  805. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js +1 -1
  806. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js +1 -1
  807. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js +1 -1
  808. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js +1 -1
  809. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js +1 -1
  810. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js +1 -1
  811. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js +1 -1
  812. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js +1 -1
  813. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js +1 -1
  814. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js +1 -1
  815. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js +1 -1
  816. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js +1 -1
  817. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js +1 -1
  818. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js +1 -1
  819. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js +1 -1
  820. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js +1 -1
  821. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/Main.js +1 -1
  822. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js +1 -1
  823. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +1 -1
  824. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js +1 -1
  825. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js +1 -1
  826. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js +1 -1
  827. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js +1 -1
  828. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js +1 -1
  829. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js +1 -1
  830. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js +1 -1
  831. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js +1 -1
  832. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js +1 -1
  833. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js +1 -1
  834. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js +1 -1
  835. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js +1 -1
  836. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/Main.js +1 -1
  837. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js +1 -1
  838. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js +1 -1
  839. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js +1 -1
  840. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js +1 -1
  841. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js +1 -1
  842. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js +1 -1
  843. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js +1 -1
  844. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js +1 -1
  845. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/Main.js +1 -1
  846. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js +1 -1
  847. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js +1 -1
  848. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js +1 -1
  849. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js +1 -1
  850. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js +1 -1
  851. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Math/Italic/Main.js +1 -1
  852. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js +1 -1
  853. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +1 -1
  854. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js +1 -1
  855. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js +1 -1
  856. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js +1 -1
  857. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +1 -1
  858. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js +1 -1
  859. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js +1 -1
  860. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js +1 -1
  861. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +1 -1
  862. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js +1 -1
  863. data/vendor/mathjax/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js +1 -1
  864. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js +1 -1
  865. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Script/Regular/Main.js +1 -1
  866. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js +1 -1
  867. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js +1 -1
  868. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js +1 -1
  869. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js +1 -1
  870. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js +1 -1
  871. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +1 -1
  872. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js +1 -1
  873. data/vendor/mathjax/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js +1 -1
  874. data/vendor/mathjax/jax/output/SVG/fonts/TeX/fontdata-extra.js +2 -2
  875. data/vendor/mathjax/jax/output/SVG/fonts/TeX/fontdata.js +2 -2
  876. data/vendor/mathjax/jax/output/SVG/jax.js +2 -2
  877. data/vendor/mathjax/localization/ast/FontWarnings.js +19 -0
  878. data/vendor/mathjax/localization/ast/HTML-CSS.js +19 -0
  879. data/vendor/mathjax/localization/ast/HelpDialog.js +19 -0
  880. data/vendor/mathjax/localization/ast/MathML.js +19 -0
  881. data/vendor/mathjax/localization/ast/MathMenu.js +19 -0
  882. data/vendor/mathjax/localization/ast/TeX.js +19 -0
  883. data/vendor/mathjax/localization/ast/ast.js +19 -0
  884. data/vendor/mathjax/localization/bcc/FontWarnings.js +19 -0
  885. data/vendor/mathjax/localization/bcc/HTML-CSS.js +19 -0
  886. data/vendor/mathjax/localization/bcc/HelpDialog.js +19 -0
  887. data/vendor/mathjax/localization/bcc/MathML.js +19 -0
  888. data/vendor/mathjax/localization/bcc/MathMenu.js +19 -0
  889. data/vendor/mathjax/localization/bcc/TeX.js +19 -0
  890. data/vendor/mathjax/localization/bcc/bcc.js +19 -0
  891. data/vendor/mathjax/localization/br/FontWarnings.js +2 -2
  892. data/vendor/mathjax/localization/br/HTML-CSS.js +2 -2
  893. data/vendor/mathjax/localization/br/HelpDialog.js +2 -2
  894. data/vendor/mathjax/localization/br/MathML.js +2 -2
  895. data/vendor/mathjax/localization/br/MathMenu.js +2 -2
  896. data/vendor/mathjax/localization/br/TeX.js +2 -2
  897. data/vendor/mathjax/localization/br/br.js +2 -2
  898. data/vendor/mathjax/localization/ca/FontWarnings.js +19 -0
  899. data/vendor/mathjax/localization/ca/HTML-CSS.js +19 -0
  900. data/vendor/mathjax/localization/ca/HelpDialog.js +19 -0
  901. data/vendor/mathjax/localization/ca/MathML.js +19 -0
  902. data/vendor/mathjax/localization/ca/MathMenu.js +19 -0
  903. data/vendor/mathjax/localization/ca/TeX.js +19 -0
  904. data/vendor/mathjax/localization/ca/ca.js +19 -0
  905. data/vendor/mathjax/localization/cdo/FontWarnings.js +2 -2
  906. data/vendor/mathjax/localization/cdo/HTML-CSS.js +2 -2
  907. data/vendor/mathjax/localization/cdo/HelpDialog.js +2 -2
  908. data/vendor/mathjax/localization/cdo/MathML.js +2 -2
  909. data/vendor/mathjax/localization/cdo/MathMenu.js +2 -2
  910. data/vendor/mathjax/localization/cdo/TeX.js +2 -2
  911. data/vendor/mathjax/localization/cdo/cdo.js +2 -2
  912. data/vendor/mathjax/localization/ce/FontWarnings.js +19 -0
  913. data/vendor/mathjax/localization/ce/HTML-CSS.js +19 -0
  914. data/vendor/mathjax/localization/ce/HelpDialog.js +19 -0
  915. data/vendor/mathjax/localization/ce/MathML.js +19 -0
  916. data/vendor/mathjax/localization/ce/MathMenu.js +19 -0
  917. data/vendor/mathjax/localization/ce/TeX.js +19 -0
  918. data/vendor/mathjax/localization/ce/ce.js +19 -0
  919. data/vendor/mathjax/localization/cs/FontWarnings.js +2 -2
  920. data/vendor/mathjax/localization/cs/HTML-CSS.js +2 -2
  921. data/vendor/mathjax/localization/cs/HelpDialog.js +2 -2
  922. data/vendor/mathjax/localization/cs/MathML.js +2 -2
  923. data/vendor/mathjax/localization/cs/MathMenu.js +2 -2
  924. data/vendor/mathjax/localization/cs/TeX.js +2 -2
  925. data/vendor/mathjax/localization/cs/cs.js +2 -2
  926. data/vendor/mathjax/localization/cy/FontWarnings.js +19 -0
  927. data/vendor/mathjax/localization/cy/HTML-CSS.js +19 -0
  928. data/vendor/mathjax/localization/cy/HelpDialog.js +19 -0
  929. data/vendor/mathjax/localization/cy/MathML.js +19 -0
  930. data/vendor/mathjax/localization/cy/MathMenu.js +19 -0
  931. data/vendor/mathjax/localization/cy/TeX.js +19 -0
  932. data/vendor/mathjax/localization/cy/cy.js +19 -0
  933. data/vendor/mathjax/localization/da/FontWarnings.js +2 -2
  934. data/vendor/mathjax/localization/da/HTML-CSS.js +2 -2
  935. data/vendor/mathjax/localization/da/HelpDialog.js +2 -2
  936. data/vendor/mathjax/localization/da/MathML.js +2 -2
  937. data/vendor/mathjax/localization/da/MathMenu.js +2 -2
  938. data/vendor/mathjax/localization/da/TeX.js +2 -2
  939. data/vendor/mathjax/localization/da/da.js +2 -2
  940. data/vendor/mathjax/localization/de/FontWarnings.js +2 -2
  941. data/vendor/mathjax/localization/de/HTML-CSS.js +2 -2
  942. data/vendor/mathjax/localization/de/HelpDialog.js +2 -2
  943. data/vendor/mathjax/localization/de/MathML.js +2 -2
  944. data/vendor/mathjax/localization/de/MathMenu.js +2 -2
  945. data/vendor/mathjax/localization/de/TeX.js +2 -2
  946. data/vendor/mathjax/localization/de/de.js +2 -2
  947. data/vendor/mathjax/localization/en/FontWarnings.js +2 -2
  948. data/vendor/mathjax/localization/en/HTML-CSS.js +2 -2
  949. data/vendor/mathjax/localization/en/HelpDialog.js +2 -2
  950. data/vendor/mathjax/localization/en/MathML.js +2 -2
  951. data/vendor/mathjax/localization/en/MathMenu.js +2 -2
  952. data/vendor/mathjax/localization/en/TeX.js +2 -2
  953. data/vendor/mathjax/localization/en/en.js +2 -2
  954. data/vendor/mathjax/localization/eo/FontWarnings.js +2 -2
  955. data/vendor/mathjax/localization/eo/HTML-CSS.js +2 -2
  956. data/vendor/mathjax/localization/eo/HelpDialog.js +2 -2
  957. data/vendor/mathjax/localization/eo/MathML.js +2 -2
  958. data/vendor/mathjax/localization/eo/MathMenu.js +2 -2
  959. data/vendor/mathjax/localization/eo/TeX.js +2 -2
  960. data/vendor/mathjax/localization/eo/eo.js +2 -2
  961. data/vendor/mathjax/localization/es/FontWarnings.js +2 -2
  962. data/vendor/mathjax/localization/es/HTML-CSS.js +2 -2
  963. data/vendor/mathjax/localization/es/HelpDialog.js +2 -2
  964. data/vendor/mathjax/localization/es/MathML.js +2 -2
  965. data/vendor/mathjax/localization/es/MathMenu.js +2 -2
  966. data/vendor/mathjax/localization/es/TeX.js +2 -2
  967. data/vendor/mathjax/localization/es/es.js +2 -2
  968. data/vendor/mathjax/localization/fa/FontWarnings.js +2 -2
  969. data/vendor/mathjax/localization/fa/HTML-CSS.js +2 -2
  970. data/vendor/mathjax/localization/fa/HelpDialog.js +2 -2
  971. data/vendor/mathjax/localization/fa/MathML.js +2 -2
  972. data/vendor/mathjax/localization/fa/MathMenu.js +2 -2
  973. data/vendor/mathjax/localization/fa/TeX.js +2 -2
  974. data/vendor/mathjax/localization/fa/fa.js +2 -2
  975. data/vendor/mathjax/localization/fi/FontWarnings.js +2 -2
  976. data/vendor/mathjax/localization/fi/HTML-CSS.js +2 -2
  977. data/vendor/mathjax/localization/fi/HelpDialog.js +2 -2
  978. data/vendor/mathjax/localization/fi/MathML.js +2 -2
  979. data/vendor/mathjax/localization/fi/MathMenu.js +2 -2
  980. data/vendor/mathjax/localization/fi/TeX.js +2 -2
  981. data/vendor/mathjax/localization/fi/fi.js +2 -2
  982. data/vendor/mathjax/localization/fr/FontWarnings.js +2 -2
  983. data/vendor/mathjax/localization/fr/HTML-CSS.js +2 -2
  984. data/vendor/mathjax/localization/fr/HelpDialog.js +2 -2
  985. data/vendor/mathjax/localization/fr/MathML.js +2 -2
  986. data/vendor/mathjax/localization/fr/MathMenu.js +2 -2
  987. data/vendor/mathjax/localization/fr/TeX.js +2 -2
  988. data/vendor/mathjax/localization/fr/fr.js +2 -2
  989. data/vendor/mathjax/localization/gl/FontWarnings.js +2 -2
  990. data/vendor/mathjax/localization/gl/HTML-CSS.js +2 -2
  991. data/vendor/mathjax/localization/gl/HelpDialog.js +2 -2
  992. data/vendor/mathjax/localization/gl/MathML.js +2 -2
  993. data/vendor/mathjax/localization/gl/MathMenu.js +2 -2
  994. data/vendor/mathjax/localization/gl/TeX.js +2 -2
  995. data/vendor/mathjax/localization/gl/gl.js +2 -2
  996. data/vendor/mathjax/localization/he/FontWarnings.js +2 -2
  997. data/vendor/mathjax/localization/he/HTML-CSS.js +2 -2
  998. data/vendor/mathjax/localization/he/HelpDialog.js +2 -2
  999. data/vendor/mathjax/localization/he/MathML.js +2 -2
  1000. data/vendor/mathjax/localization/he/MathMenu.js +2 -2
  1001. data/vendor/mathjax/localization/he/TeX.js +2 -2
  1002. data/vendor/mathjax/localization/he/he.js +2 -2
  1003. data/vendor/mathjax/localization/ia/FontWarnings.js +2 -2
  1004. data/vendor/mathjax/localization/ia/HTML-CSS.js +2 -2
  1005. data/vendor/mathjax/localization/ia/HelpDialog.js +2 -2
  1006. data/vendor/mathjax/localization/ia/MathML.js +2 -2
  1007. data/vendor/mathjax/localization/ia/MathMenu.js +2 -2
  1008. data/vendor/mathjax/localization/ia/TeX.js +2 -2
  1009. data/vendor/mathjax/localization/ia/ia.js +2 -2
  1010. data/vendor/mathjax/localization/it/FontWarnings.js +2 -2
  1011. data/vendor/mathjax/localization/it/HTML-CSS.js +2 -2
  1012. data/vendor/mathjax/localization/it/HelpDialog.js +2 -2
  1013. data/vendor/mathjax/localization/it/MathML.js +2 -2
  1014. data/vendor/mathjax/localization/it/MathMenu.js +2 -2
  1015. data/vendor/mathjax/localization/it/TeX.js +2 -2
  1016. data/vendor/mathjax/localization/it/it.js +2 -2
  1017. data/vendor/mathjax/localization/ja/FontWarnings.js +2 -2
  1018. data/vendor/mathjax/localization/ja/HTML-CSS.js +2 -2
  1019. data/vendor/mathjax/localization/ja/HelpDialog.js +2 -2
  1020. data/vendor/mathjax/localization/ja/MathML.js +2 -2
  1021. data/vendor/mathjax/localization/ja/MathMenu.js +2 -2
  1022. data/vendor/mathjax/localization/ja/TeX.js +2 -2
  1023. data/vendor/mathjax/localization/ja/ja.js +2 -2
  1024. data/vendor/mathjax/localization/kn/FontWarnings.js +19 -0
  1025. data/vendor/mathjax/localization/kn/HTML-CSS.js +19 -0
  1026. data/vendor/mathjax/localization/kn/HelpDialog.js +19 -0
  1027. data/vendor/mathjax/localization/kn/MathML.js +19 -0
  1028. data/vendor/mathjax/localization/kn/MathMenu.js +19 -0
  1029. data/vendor/mathjax/localization/kn/TeX.js +19 -0
  1030. data/vendor/mathjax/localization/kn/kn.js +19 -0
  1031. data/vendor/mathjax/localization/ko/FontWarnings.js +2 -2
  1032. data/vendor/mathjax/localization/ko/HTML-CSS.js +2 -2
  1033. data/vendor/mathjax/localization/ko/HelpDialog.js +2 -2
  1034. data/vendor/mathjax/localization/ko/MathML.js +2 -2
  1035. data/vendor/mathjax/localization/ko/MathMenu.js +2 -2
  1036. data/vendor/mathjax/localization/ko/TeX.js +2 -2
  1037. data/vendor/mathjax/localization/ko/ko.js +2 -2
  1038. data/vendor/mathjax/localization/lb/FontWarnings.js +2 -2
  1039. data/vendor/mathjax/localization/lb/HTML-CSS.js +2 -2
  1040. data/vendor/mathjax/localization/lb/HelpDialog.js +2 -2
  1041. data/vendor/mathjax/localization/lb/MathML.js +2 -2
  1042. data/vendor/mathjax/localization/lb/MathMenu.js +2 -2
  1043. data/vendor/mathjax/localization/lb/TeX.js +2 -2
  1044. data/vendor/mathjax/localization/lb/lb.js +2 -2
  1045. data/vendor/mathjax/localization/mk/FontWarnings.js +2 -2
  1046. data/vendor/mathjax/localization/mk/HTML-CSS.js +2 -2
  1047. data/vendor/mathjax/localization/mk/HelpDialog.js +2 -2
  1048. data/vendor/mathjax/localization/mk/MathML.js +2 -2
  1049. data/vendor/mathjax/localization/mk/MathMenu.js +2 -2
  1050. data/vendor/mathjax/localization/mk/TeX.js +2 -2
  1051. data/vendor/mathjax/localization/mk/mk.js +2 -2
  1052. data/vendor/mathjax/localization/nl/FontWarnings.js +2 -2
  1053. data/vendor/mathjax/localization/nl/HTML-CSS.js +2 -2
  1054. data/vendor/mathjax/localization/nl/HelpDialog.js +2 -2
  1055. data/vendor/mathjax/localization/nl/MathML.js +2 -2
  1056. data/vendor/mathjax/localization/nl/MathMenu.js +2 -2
  1057. data/vendor/mathjax/localization/nl/TeX.js +2 -2
  1058. data/vendor/mathjax/localization/nl/nl.js +2 -2
  1059. data/vendor/mathjax/localization/oc/FontWarnings.js +2 -2
  1060. data/vendor/mathjax/localization/oc/HTML-CSS.js +2 -2
  1061. data/vendor/mathjax/localization/oc/HelpDialog.js +2 -2
  1062. data/vendor/mathjax/localization/oc/MathML.js +2 -2
  1063. data/vendor/mathjax/localization/oc/MathMenu.js +2 -2
  1064. data/vendor/mathjax/localization/oc/TeX.js +2 -2
  1065. data/vendor/mathjax/localization/oc/oc.js +2 -2
  1066. data/vendor/mathjax/localization/pl/FontWarnings.js +2 -2
  1067. data/vendor/mathjax/localization/pl/HTML-CSS.js +2 -2
  1068. data/vendor/mathjax/localization/pl/HelpDialog.js +2 -2
  1069. data/vendor/mathjax/localization/pl/MathML.js +2 -2
  1070. data/vendor/mathjax/localization/pl/MathMenu.js +2 -2
  1071. data/vendor/mathjax/localization/pl/TeX.js +2 -2
  1072. data/vendor/mathjax/localization/pl/pl.js +2 -2
  1073. data/vendor/mathjax/localization/pt-br/FontWarnings.js +2 -2
  1074. data/vendor/mathjax/localization/pt-br/HTML-CSS.js +2 -2
  1075. data/vendor/mathjax/localization/pt-br/HelpDialog.js +2 -2
  1076. data/vendor/mathjax/localization/pt-br/MathML.js +2 -2
  1077. data/vendor/mathjax/localization/pt-br/MathMenu.js +2 -2
  1078. data/vendor/mathjax/localization/pt-br/TeX.js +2 -2
  1079. data/vendor/mathjax/localization/pt-br/pt-br.js +2 -2
  1080. data/vendor/mathjax/localization/pt/FontWarnings.js +2 -2
  1081. data/vendor/mathjax/localization/pt/HTML-CSS.js +2 -2
  1082. data/vendor/mathjax/localization/pt/HelpDialog.js +2 -2
  1083. data/vendor/mathjax/localization/pt/MathML.js +2 -2
  1084. data/vendor/mathjax/localization/pt/MathMenu.js +2 -2
  1085. data/vendor/mathjax/localization/pt/TeX.js +2 -2
  1086. data/vendor/mathjax/localization/pt/pt.js +2 -2
  1087. data/vendor/mathjax/localization/qqq/FontWarnings.js +2 -2
  1088. data/vendor/mathjax/localization/qqq/HTML-CSS.js +2 -2
  1089. data/vendor/mathjax/localization/qqq/HelpDialog.js +2 -2
  1090. data/vendor/mathjax/localization/qqq/MathML.js +2 -2
  1091. data/vendor/mathjax/localization/qqq/MathMenu.js +2 -2
  1092. data/vendor/mathjax/localization/qqq/TeX.js +2 -2
  1093. data/vendor/mathjax/localization/qqq/qqq.js +2 -2
  1094. data/vendor/mathjax/localization/ru/FontWarnings.js +2 -2
  1095. data/vendor/mathjax/localization/ru/HTML-CSS.js +2 -2
  1096. data/vendor/mathjax/localization/ru/HelpDialog.js +2 -2
  1097. data/vendor/mathjax/localization/ru/MathML.js +2 -2
  1098. data/vendor/mathjax/localization/ru/MathMenu.js +2 -2
  1099. data/vendor/mathjax/localization/ru/TeX.js +2 -2
  1100. data/vendor/mathjax/localization/ru/ru.js +2 -2
  1101. data/vendor/mathjax/localization/sco/FontWarnings.js +19 -0
  1102. data/vendor/mathjax/localization/sco/HTML-CSS.js +19 -0
  1103. data/vendor/mathjax/localization/sco/HelpDialog.js +19 -0
  1104. data/vendor/mathjax/localization/sco/MathML.js +19 -0
  1105. data/vendor/mathjax/localization/sco/MathMenu.js +19 -0
  1106. data/vendor/mathjax/localization/sco/TeX.js +19 -0
  1107. data/vendor/mathjax/localization/sco/sco.js +19 -0
  1108. data/vendor/mathjax/localization/sl/FontWarnings.js +2 -2
  1109. data/vendor/mathjax/localization/sl/HTML-CSS.js +2 -2
  1110. data/vendor/mathjax/localization/sl/HelpDialog.js +2 -2
  1111. data/vendor/mathjax/localization/sl/MathML.js +2 -2
  1112. data/vendor/mathjax/localization/sl/MathMenu.js +2 -2
  1113. data/vendor/mathjax/localization/sl/TeX.js +2 -2
  1114. data/vendor/mathjax/localization/sl/sl.js +2 -2
  1115. data/vendor/mathjax/localization/sv/FontWarnings.js +2 -2
  1116. data/vendor/mathjax/localization/sv/HTML-CSS.js +2 -2
  1117. data/vendor/mathjax/localization/sv/HelpDialog.js +2 -2
  1118. data/vendor/mathjax/localization/sv/MathML.js +2 -2
  1119. data/vendor/mathjax/localization/sv/MathMenu.js +2 -2
  1120. data/vendor/mathjax/localization/sv/TeX.js +2 -2
  1121. data/vendor/mathjax/localization/sv/sv.js +2 -2
  1122. data/vendor/mathjax/localization/tr/FontWarnings.js +2 -2
  1123. data/vendor/mathjax/localization/tr/HTML-CSS.js +2 -2
  1124. data/vendor/mathjax/localization/tr/HelpDialog.js +2 -2
  1125. data/vendor/mathjax/localization/tr/MathML.js +2 -2
  1126. data/vendor/mathjax/localization/tr/MathMenu.js +2 -2
  1127. data/vendor/mathjax/localization/tr/TeX.js +2 -2
  1128. data/vendor/mathjax/localization/tr/tr.js +2 -2
  1129. data/vendor/mathjax/localization/uk/FontWarnings.js +2 -2
  1130. data/vendor/mathjax/localization/uk/HTML-CSS.js +2 -2
  1131. data/vendor/mathjax/localization/uk/HelpDialog.js +2 -2
  1132. data/vendor/mathjax/localization/uk/MathML.js +2 -2
  1133. data/vendor/mathjax/localization/uk/MathMenu.js +2 -2
  1134. data/vendor/mathjax/localization/uk/TeX.js +2 -2
  1135. data/vendor/mathjax/localization/uk/uk.js +2 -2
  1136. data/vendor/mathjax/localization/vi/FontWarnings.js +19 -0
  1137. data/vendor/mathjax/localization/vi/HTML-CSS.js +19 -0
  1138. data/vendor/mathjax/localization/vi/HelpDialog.js +19 -0
  1139. data/vendor/mathjax/localization/vi/MathML.js +19 -0
  1140. data/vendor/mathjax/localization/vi/MathMenu.js +19 -0
  1141. data/vendor/mathjax/localization/vi/TeX.js +19 -0
  1142. data/vendor/mathjax/localization/vi/vi.js +19 -0
  1143. data/vendor/mathjax/localization/zh-hans/FontWarnings.js +2 -2
  1144. data/vendor/mathjax/localization/zh-hans/HTML-CSS.js +2 -2
  1145. data/vendor/mathjax/localization/zh-hans/HelpDialog.js +2 -2
  1146. data/vendor/mathjax/localization/zh-hans/MathML.js +2 -2
  1147. data/vendor/mathjax/localization/zh-hans/MathMenu.js +2 -2
  1148. data/vendor/mathjax/localization/zh-hans/TeX.js +2 -2
  1149. data/vendor/mathjax/localization/zh-hans/zh-hans.js +2 -2
  1150. data/vendor/mathjax/test/examples.html +1 -1
  1151. data/vendor/mathjax/test/index-images.html +1 -1
  1152. data/vendor/mathjax/test/index.html +1 -1
  1153. data/vendor/mathjax/test/localization.html +1 -1
  1154. data/vendor/mathjax/test/sample-all-at-once.html +1 -1
  1155. data/vendor/mathjax/test/sample-asciimath.html +1 -1
  1156. data/vendor/mathjax/test/sample-autoload.html +1 -1
  1157. data/vendor/mathjax/test/sample-dynamic-2.html +2 -2
  1158. data/vendor/mathjax/test/sample-dynamic-steps.html +1 -1
  1159. data/vendor/mathjax/test/sample-dynamic.html +1 -1
  1160. data/vendor/mathjax/test/sample-eqnum.html +1 -1
  1161. data/vendor/mathjax/test/sample-eqrefs.html +1 -1
  1162. data/vendor/mathjax/test/sample-loader-config.html +1 -1
  1163. data/vendor/mathjax/test/sample-loader.html +1 -1
  1164. data/vendor/mathjax/test/sample-macros.html +1 -1
  1165. data/vendor/mathjax/test/sample-mediawiki-texvc.html +102 -0
  1166. data/vendor/mathjax/test/sample-mml.html +1 -1
  1167. data/vendor/mathjax/test/sample-signals.html +1 -1
  1168. data/vendor/mathjax/test/sample-tex.html +1 -1
  1169. data/vendor/mathjax/test/sample.html +1 -1
  1170. data/vendor/mathjax/unpacked/MathJax.js +344 -223
  1171. data/vendor/mathjax/unpacked/config/AM_HTMLorMML-full.js +3 -3
  1172. data/vendor/mathjax/unpacked/config/AM_HTMLorMML.js +3 -3
  1173. data/vendor/mathjax/unpacked/config/Accessible-full.js +3 -3
  1174. data/vendor/mathjax/unpacked/config/Accessible.js +3 -3
  1175. data/vendor/mathjax/unpacked/config/MML_HTMLorMML-full.js +3 -3
  1176. data/vendor/mathjax/unpacked/config/MML_HTMLorMML.js +3 -3
  1177. data/vendor/mathjax/unpacked/config/MMLorHTML.js +2 -2
  1178. data/vendor/mathjax/unpacked/config/Safe.js +1 -1
  1179. data/vendor/mathjax/unpacked/config/TeX-AMS-MML_HTMLorMML-full.js +3 -3
  1180. data/vendor/mathjax/unpacked/config/TeX-AMS-MML_HTMLorMML.js +3 -3
  1181. data/vendor/mathjax/unpacked/config/TeX-AMS-MML_SVG-full.js +3 -3
  1182. data/vendor/mathjax/unpacked/config/TeX-AMS-MML_SVG.js +3 -3
  1183. data/vendor/mathjax/unpacked/config/TeX-AMS_HTML-full.js +3 -3
  1184. data/vendor/mathjax/unpacked/config/TeX-AMS_HTML.js +3 -3
  1185. data/vendor/mathjax/unpacked/config/TeX-MML-AM_HTMLorMML-full.js +3 -3
  1186. data/vendor/mathjax/unpacked/config/TeX-MML-AM_HTMLorMML.js +3 -3
  1187. data/vendor/mathjax/unpacked/config/default.js +68 -8
  1188. data/vendor/mathjax/unpacked/config/local/local.js +1 -1
  1189. data/vendor/mathjax/unpacked/extensions/CHTML-preview.js +139 -0
  1190. data/vendor/mathjax/unpacked/extensions/FontWarnings.js +4 -4
  1191. data/vendor/mathjax/unpacked/extensions/HTML-CSS/handle-floats.js +3 -3
  1192. data/vendor/mathjax/unpacked/extensions/HelpDialog.js +4 -4
  1193. data/vendor/mathjax/unpacked/extensions/MatchWebFonts.js +9 -9
  1194. data/vendor/mathjax/unpacked/extensions/MathEvents.js +9 -7
  1195. data/vendor/mathjax/unpacked/extensions/MathML/content-mathml.js +1665 -73
  1196. data/vendor/mathjax/unpacked/extensions/MathML/mml3.js +128 -0
  1197. data/vendor/mathjax/unpacked/extensions/MathMenu.js +48 -23
  1198. data/vendor/mathjax/unpacked/extensions/MathZoom.js +25 -18
  1199. data/vendor/mathjax/unpacked/extensions/Safe.js +2 -2
  1200. data/vendor/mathjax/unpacked/extensions/TeX/AMScd.js +17 -6
  1201. data/vendor/mathjax/unpacked/extensions/TeX/AMSmath.js +79 -37
  1202. data/vendor/mathjax/unpacked/extensions/TeX/AMSsymbols.js +2 -2
  1203. data/vendor/mathjax/unpacked/extensions/TeX/HTML.js +2 -2
  1204. data/vendor/mathjax/unpacked/extensions/TeX/action.js +2 -2
  1205. data/vendor/mathjax/unpacked/extensions/TeX/autobold.js +2 -2
  1206. data/vendor/mathjax/unpacked/extensions/TeX/autoload-all.js +3 -3
  1207. data/vendor/mathjax/unpacked/extensions/TeX/bbox.js +3 -3
  1208. data/vendor/mathjax/unpacked/extensions/TeX/begingroup.js +2 -2
  1209. data/vendor/mathjax/unpacked/extensions/TeX/boldsymbol.js +2 -2
  1210. data/vendor/mathjax/unpacked/extensions/TeX/cancel.js +2 -2
  1211. data/vendor/mathjax/unpacked/extensions/TeX/color.js +2 -2
  1212. data/vendor/mathjax/unpacked/extensions/TeX/enclose.js +5 -3
  1213. data/vendor/mathjax/unpacked/extensions/TeX/extpfeil.js +2 -2
  1214. data/vendor/mathjax/unpacked/extensions/TeX/mathchoice.js +14 -10
  1215. data/vendor/mathjax/unpacked/extensions/TeX/mediawiki-texvc.js +86 -0
  1216. data/vendor/mathjax/unpacked/extensions/TeX/mhchem.js +2 -2
  1217. data/vendor/mathjax/unpacked/extensions/TeX/newcommand.js +16 -11
  1218. data/vendor/mathjax/unpacked/extensions/TeX/noErrors.js +51 -8
  1219. data/vendor/mathjax/unpacked/extensions/TeX/noUndefined.js +2 -2
  1220. data/vendor/mathjax/unpacked/extensions/TeX/unicode.js +3 -3
  1221. data/vendor/mathjax/unpacked/extensions/TeX/verb.js +2 -2
  1222. data/vendor/mathjax/unpacked/extensions/asciimath2jax.js +2 -2
  1223. data/vendor/mathjax/unpacked/extensions/jsMath2jax.js +2 -2
  1224. data/vendor/mathjax/unpacked/extensions/mml2jax.js +6 -4
  1225. data/vendor/mathjax/unpacked/extensions/tex2jax.js +2 -2
  1226. data/vendor/mathjax/unpacked/extensions/toMathML.js +54 -21
  1227. data/vendor/mathjax/unpacked/jax/element/mml/jax.js +137 -44
  1228. data/vendor/mathjax/unpacked/jax/element/mml/optable/Arrows.js +1 -1
  1229. data/vendor/mathjax/unpacked/jax/element/mml/optable/BasicLatin.js +1 -1
  1230. data/vendor/mathjax/unpacked/jax/element/mml/optable/CombDiacritMarks.js +1 -1
  1231. data/vendor/mathjax/unpacked/jax/element/mml/optable/CombDiactForSymbols.js +1 -1
  1232. data/vendor/mathjax/unpacked/jax/element/mml/optable/Dingbats.js +1 -1
  1233. data/vendor/mathjax/unpacked/jax/element/mml/optable/GeneralPunctuation.js +1 -1
  1234. data/vendor/mathjax/unpacked/jax/element/mml/optable/GeometricShapes.js +1 -1
  1235. data/vendor/mathjax/unpacked/jax/element/mml/optable/GreekAndCoptic.js +1 -1
  1236. data/vendor/mathjax/unpacked/jax/element/mml/optable/Latin1Supplement.js +1 -1
  1237. data/vendor/mathjax/unpacked/jax/element/mml/optable/LetterlikeSymbols.js +1 -1
  1238. data/vendor/mathjax/unpacked/jax/element/mml/optable/MathOperators.js +1 -1
  1239. data/vendor/mathjax/unpacked/jax/element/mml/optable/MiscMathSymbolsA.js +1 -1
  1240. data/vendor/mathjax/unpacked/jax/element/mml/optable/MiscMathSymbolsB.js +1 -1
  1241. data/vendor/mathjax/unpacked/jax/element/mml/optable/MiscSymbolsAndArrows.js +1 -1
  1242. data/vendor/mathjax/unpacked/jax/element/mml/optable/MiscTechnical.js +1 -1
  1243. data/vendor/mathjax/unpacked/jax/element/mml/optable/SpacingModLetters.js +1 -1
  1244. data/vendor/mathjax/unpacked/jax/element/mml/optable/SuppMathOperators.js +1 -1
  1245. data/vendor/mathjax/unpacked/jax/element/mml/optable/SupplementalArrowsA.js +1 -1
  1246. data/vendor/mathjax/unpacked/jax/element/mml/optable/SupplementalArrowsB.js +1 -1
  1247. data/vendor/mathjax/unpacked/jax/input/AsciiMath/config.js +4 -2
  1248. data/vendor/mathjax/unpacked/jax/input/AsciiMath/jax.js +582 -424
  1249. data/vendor/mathjax/unpacked/jax/input/MathML/config.js +2 -2
  1250. data/vendor/mathjax/unpacked/jax/input/MathML/entities/a.js +1 -1
  1251. data/vendor/mathjax/unpacked/jax/input/MathML/entities/b.js +1 -1
  1252. data/vendor/mathjax/unpacked/jax/input/MathML/entities/c.js +1 -1
  1253. data/vendor/mathjax/unpacked/jax/input/MathML/entities/d.js +1 -1
  1254. data/vendor/mathjax/unpacked/jax/input/MathML/entities/e.js +1 -1
  1255. data/vendor/mathjax/unpacked/jax/input/MathML/entities/f.js +1 -1
  1256. data/vendor/mathjax/unpacked/jax/input/MathML/entities/fr.js +1 -1
  1257. data/vendor/mathjax/unpacked/jax/input/MathML/entities/g.js +1 -1
  1258. data/vendor/mathjax/unpacked/jax/input/MathML/entities/h.js +1 -1
  1259. data/vendor/mathjax/unpacked/jax/input/MathML/entities/i.js +1 -1
  1260. data/vendor/mathjax/unpacked/jax/input/MathML/entities/j.js +1 -1
  1261. data/vendor/mathjax/unpacked/jax/input/MathML/entities/k.js +1 -1
  1262. data/vendor/mathjax/unpacked/jax/input/MathML/entities/l.js +1 -1
  1263. data/vendor/mathjax/unpacked/jax/input/MathML/entities/m.js +1 -1
  1264. data/vendor/mathjax/unpacked/jax/input/MathML/entities/n.js +1 -1
  1265. data/vendor/mathjax/unpacked/jax/input/MathML/entities/o.js +1 -1
  1266. data/vendor/mathjax/unpacked/jax/input/MathML/entities/opf.js +1 -1
  1267. data/vendor/mathjax/unpacked/jax/input/MathML/entities/p.js +1 -1
  1268. data/vendor/mathjax/unpacked/jax/input/MathML/entities/q.js +1 -1
  1269. data/vendor/mathjax/unpacked/jax/input/MathML/entities/r.js +1 -1
  1270. data/vendor/mathjax/unpacked/jax/input/MathML/entities/s.js +1 -1
  1271. data/vendor/mathjax/unpacked/jax/input/MathML/entities/scr.js +1 -1
  1272. data/vendor/mathjax/unpacked/jax/input/MathML/entities/t.js +1 -1
  1273. data/vendor/mathjax/unpacked/jax/input/MathML/entities/u.js +1 -1
  1274. data/vendor/mathjax/unpacked/jax/input/MathML/entities/v.js +1 -1
  1275. data/vendor/mathjax/unpacked/jax/input/MathML/entities/w.js +1 -1
  1276. data/vendor/mathjax/unpacked/jax/input/MathML/entities/x.js +1 -1
  1277. data/vendor/mathjax/unpacked/jax/input/MathML/entities/y.js +1 -1
  1278. data/vendor/mathjax/unpacked/jax/input/MathML/entities/z.js +1 -1
  1279. data/vendor/mathjax/unpacked/jax/input/MathML/jax.js +29 -17
  1280. data/vendor/mathjax/unpacked/jax/input/TeX/config.js +2 -2
  1281. data/vendor/mathjax/unpacked/jax/input/TeX/jax.js +175 -97
  1282. data/vendor/mathjax/unpacked/jax/output/CommonHTML/config.js +53 -0
  1283. data/vendor/mathjax/unpacked/jax/output/CommonHTML/jax.js +1156 -0
  1284. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/annotation-xml.js +2 -2
  1285. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/maction.js +4 -3
  1286. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/menclose.js +27 -5
  1287. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/mglyph.js +2 -5
  1288. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/mmultiscripts.js +9 -3
  1289. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/ms.js +2 -9
  1290. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/mtable.js +30 -26
  1291. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/autoload/multiline.js +121 -22
  1292. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/config.js +17 -2
  1293. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Alphabets/Regular/Main.js +1 -1
  1294. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Arrows/Regular/Main.js +1 -1
  1295. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/DoubleStruck/Regular/Main.js +1 -1
  1296. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Fraktur/Regular/Main.js +1 -1
  1297. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Latin/Regular/Main.js +1 -1
  1298. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Main/Regular/Main.js +1 -1
  1299. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Marks/Regular/Main.js +1 -1
  1300. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Misc/Regular/Main.js +1 -1
  1301. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Monospace/Regular/Main.js +1 -1
  1302. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/NonUnicode/Regular/Main.js +1 -1
  1303. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Normal/Regular/Main.js +1 -1
  1304. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Operators/Regular/Main.js +1 -1
  1305. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/SansSerif/Regular/Main.js +1 -1
  1306. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Script/Regular/Main.js +1 -1
  1307. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Shapes/Regular/Main.js +1 -1
  1308. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Size1/Regular/Main.js +1 -1
  1309. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Size2/Regular/Main.js +1 -1
  1310. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Size3/Regular/Main.js +1 -1
  1311. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Size4/Regular/Main.js +1 -1
  1312. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Size5/Regular/Main.js +1 -1
  1313. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Size6/Regular/Main.js +1 -1
  1314. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Symbols/Regular/Main.js +1 -1
  1315. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/Variants/Regular/Main.js +1 -1
  1316. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/fontdata-extra.js +2 -2
  1317. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Asana-Math/fontdata.js +3 -3
  1318. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Alphabets/Regular/Main.js +1 -1
  1319. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Arrows/Regular/Main.js +1 -1
  1320. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js +1 -1
  1321. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Fraktur/Regular/Main.js +1 -1
  1322. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Latin/Regular/Main.js +1 -1
  1323. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Main/Regular/Main.js +1 -1
  1324. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Marks/Regular/Main.js +1 -1
  1325. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Misc/Regular/Main.js +1 -1
  1326. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Monospace/Regular/Main.js +1 -1
  1327. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js +1 -1
  1328. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Normal/Regular/Main.js +1 -1
  1329. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Operators/Regular/Main.js +1 -1
  1330. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/SansSerif/Regular/Main.js +1 -1
  1331. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Script/Regular/Main.js +1 -1
  1332. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Shapes/Regular/Main.js +1 -1
  1333. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size1/Regular/Main.js +1 -1
  1334. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size2/Regular/Main.js +1 -1
  1335. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size3/Regular/Main.js +1 -1
  1336. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size4/Regular/Main.js +1 -1
  1337. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size5/Regular/Main.js +1 -1
  1338. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Size6/Regular/Main.js +1 -1
  1339. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Symbols/Regular/Main.js +1 -1
  1340. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/Variants/Regular/Main.js +1 -1
  1341. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata-extra.js +2 -2
  1342. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Pagella/fontdata.js +3 -3
  1343. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Alphabets/Regular/Main.js +1 -1
  1344. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Arrows/Regular/Main.js +1 -1
  1345. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js +1 -1
  1346. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Fraktur/Regular/Main.js +1 -1
  1347. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Latin/Regular/Main.js +1 -1
  1348. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Main/Regular/Main.js +1 -1
  1349. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Marks/Regular/Main.js +1 -1
  1350. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Misc/Regular/Main.js +1 -1
  1351. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Monospace/Regular/Main.js +1 -1
  1352. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/NonUnicode/Regular/Main.js +1 -1
  1353. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Normal/Regular/Main.js +1 -1
  1354. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Operators/Regular/Main.js +1 -1
  1355. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/SansSerif/Regular/Main.js +1 -1
  1356. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Script/Regular/Main.js +1 -1
  1357. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Shapes/Regular/Main.js +1 -1
  1358. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Size1/Regular/Main.js +1 -1
  1359. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Size2/Regular/Main.js +1 -1
  1360. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Size3/Regular/Main.js +1 -1
  1361. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Size4/Regular/Main.js +1 -1
  1362. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Size5/Regular/Main.js +1 -1
  1363. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Size6/Regular/Main.js +1 -1
  1364. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Symbols/Regular/Main.js +1 -1
  1365. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/Variants/Regular/Main.js +1 -1
  1366. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata-extra.js +2 -2
  1367. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Gyre-Termes/fontdata.js +3 -3
  1368. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Alphabets/Regular/Main.js +1 -1
  1369. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Arrows/Regular/Main.js +1 -1
  1370. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/DoubleStruck/Regular/Main.js +1 -1
  1371. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Fraktur/Regular/Main.js +1 -1
  1372. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Latin/Regular/Main.js +1 -1
  1373. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Main/Regular/Main.js +1 -1
  1374. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Marks/Regular/Main.js +1 -1
  1375. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Misc/Regular/Main.js +1 -1
  1376. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Monospace/Regular/Main.js +1 -1
  1377. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/NonUnicode/Regular/Main.js +1 -1
  1378. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Normal/Regular/Main.js +1 -1
  1379. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Operators/Regular/Main.js +1 -1
  1380. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/SansSerif/Regular/Main.js +1 -1
  1381. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Script/Regular/Main.js +1 -1
  1382. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Shapes/Regular/Main.js +1 -1
  1383. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size1/Regular/Main.js +1 -1
  1384. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size2/Regular/Main.js +1 -1
  1385. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size3/Regular/Main.js +1 -1
  1386. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size4/Regular/Main.js +1 -1
  1387. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size5/Regular/Main.js +1 -1
  1388. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size6/Regular/Main.js +1 -1
  1389. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Size7/Regular/Main.js +1 -1
  1390. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Symbols/Regular/Main.js +1 -1
  1391. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/Variants/Regular/Main.js +1 -1
  1392. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata-extra.js +2 -2
  1393. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Latin-Modern/fontdata.js +3 -3
  1394. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Alphabets/Regular/Main.js +1 -1
  1395. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Arrows/Regular/Main.js +1 -1
  1396. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Fraktur/Regular/Main.js +1 -1
  1397. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Main/Regular/Main.js +1 -1
  1398. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Marks/Regular/Main.js +1 -1
  1399. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/NonUnicode/Regular/Main.js +1 -1
  1400. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Normal/Regular/Main.js +1 -1
  1401. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Operators/Regular/Main.js +1 -1
  1402. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Script/Regular/Main.js +1 -1
  1403. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Shapes/Regular/Main.js +1 -1
  1404. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Size1/Regular/Main.js +1 -1
  1405. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Size2/Regular/Main.js +1 -1
  1406. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Size3/Regular/Main.js +1 -1
  1407. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Size4/Regular/Main.js +1 -1
  1408. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Size5/Regular/Main.js +1 -1
  1409. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Symbols/Regular/Main.js +1 -1
  1410. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/Variants/Regular/Main.js +1 -1
  1411. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata-extra.js +2 -2
  1412. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/Neo-Euler/fontdata.js +3 -3
  1413. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Bold/Main.js +1 -1
  1414. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/BoldItalic/Main.js +1 -1
  1415. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Italic/Main.js +1 -1
  1416. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Alphabets/Regular/Main.js +1 -1
  1417. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Bold/Main.js +1 -1
  1418. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Arrows/Regular/Main.js +1 -1
  1419. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Bold/Main.js +1 -1
  1420. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js +1 -1
  1421. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Italic/Main.js +1 -1
  1422. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/DoubleStruck/Regular/Main.js +1 -1
  1423. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Bold/Main.js +1 -1
  1424. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Fraktur/Regular/Main.js +1 -1
  1425. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Bold/Main.js +1 -1
  1426. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Latin/BoldItalic/Main.js +1 -1
  1427. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Italic/Main.js +1 -1
  1428. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Latin/Regular/Main.js +1 -1
  1429. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Main/Bold/Main.js +1 -1
  1430. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Main/BoldItalic/Main.js +1 -1
  1431. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Main/Italic/Main.js +1 -1
  1432. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Main/Regular/Main.js +1 -1
  1433. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Bold/Main.js +1 -1
  1434. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Marks/BoldItalic/Main.js +1 -1
  1435. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Italic/Main.js +1 -1
  1436. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Marks/Regular/Main.js +1 -1
  1437. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Bold/Main.js +1 -1
  1438. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Misc/BoldItalic/Main.js +1 -1
  1439. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Italic/Main.js +1 -1
  1440. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Misc/Regular/Main.js +1 -1
  1441. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Monospace/Regular/Main.js +1 -1
  1442. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Bold/Main.js +1 -1
  1443. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Normal/BoldItalic/Main.js +1 -1
  1444. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Normal/Italic/Main.js +1 -1
  1445. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Bold/Main.js +1 -1
  1446. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Operators/Regular/Main.js +1 -1
  1447. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Bold/Main.js +1 -1
  1448. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/BoldItalic/Main.js +1 -1
  1449. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Italic/Main.js +1 -1
  1450. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/SansSerif/Regular/Main.js +1 -1
  1451. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Script/BoldItalic/Main.js +1 -1
  1452. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Script/Italic/Main.js +1 -1
  1453. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Script/Regular/Main.js +1 -1
  1454. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Bold/Main.js +1 -1
  1455. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/BoldItalic/Main.js +1 -1
  1456. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Shapes/Regular/Main.js +1 -1
  1457. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Size1/Regular/Main.js +1 -1
  1458. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Size2/Regular/Main.js +1 -1
  1459. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Size3/Regular/Main.js +1 -1
  1460. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Size4/Regular/Main.js +1 -1
  1461. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Size5/Regular/Main.js +1 -1
  1462. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Bold/Main.js +1 -1
  1463. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Symbols/Regular/Main.js +1 -1
  1464. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Bold/Main.js +1 -1
  1465. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Variants/BoldItalic/Main.js +1 -1
  1466. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Italic/Main.js +1 -1
  1467. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/Variants/Regular/Main.js +1 -1
  1468. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/fontdata-extra.js +2 -2
  1469. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX-Web/fontdata.js +15 -6
  1470. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +1 -1
  1471. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +1 -1
  1472. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BBBold.js +1 -1
  1473. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +1 -1
  1474. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +1 -1
  1475. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +1 -1
  1476. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +1 -1
  1477. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +1 -1
  1478. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +1 -1
  1479. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +1 -1
  1480. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +1 -1
  1481. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +1 -1
  1482. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +1 -1
  1483. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +1 -1
  1484. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +1 -1
  1485. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +1 -1
  1486. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +1 -1
  1487. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +1 -1
  1488. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +1 -1
  1489. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +1 -1
  1490. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +1 -1
  1491. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedD.js +1 -1
  1492. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +1 -1
  1493. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +1 -1
  1494. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +1 -1
  1495. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +1 -1
  1496. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +1 -1
  1497. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +1 -1
  1498. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +1 -1
  1499. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +1 -1
  1500. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +1 -1
  1501. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +1 -1
  1502. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +1 -1
  1503. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +1 -1
  1504. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +1 -1
  1505. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +1 -1
  1506. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +1 -1
  1507. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +1 -1
  1508. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +1 -1
  1509. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +1 -1
  1510. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +1 -1
  1511. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +1 -1
  1512. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +1 -1
  1513. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +1 -1
  1514. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +1 -1
  1515. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +1 -1
  1516. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +1 -1
  1517. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +1 -1
  1518. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +1 -1
  1519. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +1 -1
  1520. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +1 -1
  1521. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +1 -1
  1522. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +1 -1
  1523. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +1 -1
  1524. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +1 -1
  1525. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +1 -1
  1526. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +1 -1
  1527. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +1 -1
  1528. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +1 -1
  1529. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +1 -1
  1530. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +1 -1
  1531. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +1 -1
  1532. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +1 -1
  1533. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +1 -1
  1534. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +1 -1
  1535. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +1 -1
  1536. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +1 -1
  1537. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +1 -1
  1538. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +1 -1
  1539. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +1 -1
  1540. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +1 -1
  1541. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +1 -1
  1542. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +1 -1
  1543. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +1 -1
  1544. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +1 -1
  1545. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +1 -1
  1546. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +1 -1
  1547. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +1 -1
  1548. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +1 -1
  1549. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +1 -1
  1550. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +1 -1
  1551. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +1 -1
  1552. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +1 -1
  1553. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +1 -1
  1554. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +1 -1
  1555. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +1 -1
  1556. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +1 -1
  1557. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +1 -1
  1558. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +1 -1
  1559. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +1 -1
  1560. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +1 -1
  1561. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +1 -1
  1562. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +1 -1
  1563. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +1 -1
  1564. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +1 -1
  1565. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +1 -1
  1566. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +1 -1
  1567. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +1 -1
  1568. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +1 -1
  1569. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +1 -1
  1570. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +1 -1
  1571. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +1 -1
  1572. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +1 -1
  1573. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +1 -1
  1574. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +1 -1
  1575. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +1 -1
  1576. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Hiragana.js +1 -1
  1577. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +1 -1
  1578. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +1 -1
  1579. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +1 -1
  1580. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +1 -1
  1581. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +1 -1
  1582. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +1 -1
  1583. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +1 -1
  1584. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +1 -1
  1585. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +1 -1
  1586. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +1 -1
  1587. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +1 -1
  1588. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +1 -1
  1589. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +1 -1
  1590. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +1 -1
  1591. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +1 -1
  1592. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +1 -1
  1593. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +1 -1
  1594. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +1 -1
  1595. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +1 -1
  1596. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +1 -1
  1597. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +1 -1
  1598. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +1 -1
  1599. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +1 -1
  1600. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +1 -1
  1601. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +1 -1
  1602. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +1 -1
  1603. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +1 -1
  1604. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/Specials.js +1 -1
  1605. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +1 -1
  1606. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +1 -1
  1607. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +1 -1
  1608. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +1 -1
  1609. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +1 -1
  1610. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +1 -1
  1611. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +1 -1
  1612. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +1 -1
  1613. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +1 -1
  1614. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +1 -1
  1615. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +1 -1
  1616. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +1 -1
  1617. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +1 -1
  1618. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +1 -1
  1619. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +1 -1
  1620. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +1 -1
  1621. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +1 -1
  1622. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +1 -1
  1623. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +1 -1
  1624. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +1 -1
  1625. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +1 -1
  1626. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +1 -1
  1627. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +1 -1
  1628. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +1 -1
  1629. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +1 -1
  1630. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +1 -1
  1631. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +1 -1
  1632. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +1 -1
  1633. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +1 -1
  1634. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +1 -1
  1635. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +1 -1
  1636. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +1 -1
  1637. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +1 -1
  1638. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +1 -1
  1639. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +1 -1
  1640. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +1 -1
  1641. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +1 -1
  1642. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +1 -1
  1643. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +1 -1
  1644. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +1 -1
  1645. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +1 -1
  1646. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +1 -1
  1647. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +1 -1
  1648. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +1 -1
  1649. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +1 -1
  1650. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +1 -1
  1651. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +1 -1
  1652. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +1 -1
  1653. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +1 -1
  1654. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +1 -1
  1655. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +1 -1
  1656. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js +1 -1
  1657. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +1 -1
  1658. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js +2 -2
  1659. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/STIX/fontdata.js +31 -8
  1660. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +1 -1
  1661. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +1 -1
  1662. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +1 -1
  1663. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +1 -1
  1664. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +1 -1
  1665. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +1 -1
  1666. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +1 -1
  1667. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +1 -1
  1668. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +1 -1
  1669. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +1 -1
  1670. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +1 -1
  1671. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +1 -1
  1672. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +1 -1
  1673. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +1 -1
  1674. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +1 -1
  1675. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js +1 -1
  1676. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +1 -1
  1677. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +1 -1
  1678. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +1 -1
  1679. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +1 -1
  1680. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +1 -1
  1681. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +1 -1
  1682. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +1 -1
  1683. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +1 -1
  1684. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +1 -1
  1685. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +1 -1
  1686. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +1 -1
  1687. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +1 -1
  1688. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +1 -1
  1689. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +1 -1
  1690. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +1 -1
  1691. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +1 -1
  1692. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +1 -1
  1693. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +1 -1
  1694. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +1 -1
  1695. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +1 -1
  1696. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +1 -1
  1697. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +1 -1
  1698. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +1 -1
  1699. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +1 -1
  1700. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +1 -1
  1701. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +1 -1
  1702. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +1 -1
  1703. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +1 -1
  1704. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +1 -1
  1705. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +1 -1
  1706. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +1 -1
  1707. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +1 -1
  1708. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +1 -1
  1709. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +1 -1
  1710. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +1 -1
  1711. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +1 -1
  1712. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +1 -1
  1713. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +1 -1
  1714. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +1 -1
  1715. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +1 -1
  1716. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +1 -1
  1717. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +1 -1
  1718. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +1 -1
  1719. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +1 -1
  1720. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SpacingModLetters.js +1 -1
  1721. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +1 -1
  1722. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +1 -1
  1723. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +1 -1
  1724. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +1 -1
  1725. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +1 -1
  1726. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +1 -1
  1727. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +1 -1
  1728. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +1 -1
  1729. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +1 -1
  1730. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +1 -1
  1731. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +1 -1
  1732. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +1 -1
  1733. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +1 -1
  1734. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +1 -1
  1735. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +1 -1
  1736. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +1 -1
  1737. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Other.js +1 -1
  1738. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +1 -1
  1739. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +1 -1
  1740. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +1 -1
  1741. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +1 -1
  1742. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +1 -1
  1743. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +1 -1
  1744. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +1 -1
  1745. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +1 -1
  1746. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +1 -1
  1747. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +1 -1
  1748. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +1 -1
  1749. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +1 -1
  1750. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata-extra.js +2 -2
  1751. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/fonts/TeX/fontdata.js +11 -11
  1752. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/imageFonts.js +4 -4
  1753. data/vendor/mathjax/unpacked/jax/output/HTML-CSS/jax.js +566 -323
  1754. data/vendor/mathjax/unpacked/jax/output/NativeMML/config.js +2 -2
  1755. data/vendor/mathjax/unpacked/jax/output/NativeMML/jax.js +153 -96
  1756. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/annotation-xml.js +2 -2
  1757. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/maction.js +3 -3
  1758. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/menclose.js +11 -5
  1759. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/mglyph.js +6 -5
  1760. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/mmultiscripts.js +5 -4
  1761. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/ms.js +2 -9
  1762. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/mtable.js +30 -31
  1763. data/vendor/mathjax/unpacked/jax/output/SVG/autoload/multiline.js +107 -30
  1764. data/vendor/mathjax/unpacked/jax/output/SVG/config.js +26 -2
  1765. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Alphabets/Regular/Main.js +1 -1
  1766. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Arrows/Regular/Main.js +1 -1
  1767. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/DoubleStruck/Regular/Main.js +1 -1
  1768. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Fraktur/Regular/Main.js +1 -1
  1769. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Latin/Regular/Main.js +1 -1
  1770. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Main/Regular/Main.js +1 -1
  1771. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Marks/Regular/Main.js +1 -1
  1772. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Misc/Regular/Main.js +1 -1
  1773. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Monospace/Regular/Main.js +1 -1
  1774. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/NonUnicode/Regular/Main.js +1 -1
  1775. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Normal/Regular/Main.js +1 -1
  1776. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Operators/Regular/Main.js +1 -1
  1777. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/SansSerif/Regular/Main.js +1 -1
  1778. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Script/Regular/Main.js +1 -1
  1779. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Shapes/Regular/Main.js +1 -1
  1780. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Size1/Regular/Main.js +1 -1
  1781. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Size2/Regular/Main.js +1 -1
  1782. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Size3/Regular/Main.js +1 -1
  1783. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Size4/Regular/Main.js +1 -1
  1784. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Size5/Regular/Main.js +1 -1
  1785. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Size6/Regular/Main.js +1 -1
  1786. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Symbols/Regular/Main.js +1 -1
  1787. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/Variants/Regular/Main.js +1 -1
  1788. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/fontdata-extra.js +2 -2
  1789. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Asana-Math/fontdata.js +3 -3
  1790. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Alphabets/Regular/Main.js +1 -1
  1791. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Arrows/Regular/Main.js +1 -1
  1792. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/DoubleStruck/Regular/Main.js +1 -1
  1793. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Fraktur/Regular/Main.js +1 -1
  1794. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Latin/Regular/Main.js +1 -1
  1795. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Main/Regular/Main.js +1 -1
  1796. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Marks/Regular/Main.js +1 -1
  1797. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Misc/Regular/Main.js +1 -1
  1798. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Monospace/Regular/Main.js +1 -1
  1799. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/NonUnicode/Regular/Main.js +1 -1
  1800. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Normal/Regular/Main.js +1 -1
  1801. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Operators/Regular/Main.js +1 -1
  1802. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/SansSerif/Regular/Main.js +1 -1
  1803. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Script/Regular/Main.js +1 -1
  1804. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Shapes/Regular/Main.js +1 -1
  1805. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Size1/Regular/Main.js +1 -1
  1806. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Size2/Regular/Main.js +1 -1
  1807. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Size3/Regular/Main.js +1 -1
  1808. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Size4/Regular/Main.js +1 -1
  1809. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Size5/Regular/Main.js +1 -1
  1810. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Size6/Regular/Main.js +1 -1
  1811. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Symbols/Regular/Main.js +1 -1
  1812. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/Variants/Regular/Main.js +1 -1
  1813. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/fontdata-extra.js +2 -2
  1814. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Pagella/fontdata.js +3 -3
  1815. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Alphabets/Regular/Main.js +1 -1
  1816. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Arrows/Regular/Main.js +1 -1
  1817. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/DoubleStruck/Regular/Main.js +1 -1
  1818. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Fraktur/Regular/Main.js +1 -1
  1819. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Latin/Regular/Main.js +1 -1
  1820. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Main/Regular/Main.js +1 -1
  1821. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Marks/Regular/Main.js +1 -1
  1822. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Misc/Regular/Main.js +1 -1
  1823. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Monospace/Regular/Main.js +1 -1
  1824. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/NonUnicode/Regular/Main.js +1 -1
  1825. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Normal/Regular/Main.js +1 -1
  1826. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Operators/Regular/Main.js +1 -1
  1827. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/SansSerif/Regular/Main.js +1 -1
  1828. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Script/Regular/Main.js +1 -1
  1829. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Shapes/Regular/Main.js +1 -1
  1830. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Size1/Regular/Main.js +1 -1
  1831. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Size2/Regular/Main.js +1 -1
  1832. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Size3/Regular/Main.js +1 -1
  1833. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Size4/Regular/Main.js +1 -1
  1834. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Size5/Regular/Main.js +1 -1
  1835. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Size6/Regular/Main.js +1 -1
  1836. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Symbols/Regular/Main.js +1 -1
  1837. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/Variants/Regular/Main.js +1 -1
  1838. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/fontdata-extra.js +2 -2
  1839. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Gyre-Termes/fontdata.js +3 -3
  1840. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Alphabets/Regular/Main.js +1 -1
  1841. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Arrows/Regular/Main.js +1 -1
  1842. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/DoubleStruck/Regular/Main.js +1 -1
  1843. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Fraktur/Regular/Main.js +1 -1
  1844. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Latin/Regular/Main.js +1 -1
  1845. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Main/Regular/Main.js +1 -1
  1846. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Marks/Regular/Main.js +1 -1
  1847. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Misc/Regular/Main.js +1 -1
  1848. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Monospace/Regular/Main.js +1 -1
  1849. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/NonUnicode/Regular/Main.js +1 -1
  1850. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Normal/Regular/Main.js +1 -1
  1851. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Operators/Regular/Main.js +1 -1
  1852. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/SansSerif/Regular/Main.js +1 -1
  1853. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Script/Regular/Main.js +1 -1
  1854. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Shapes/Regular/Main.js +1 -1
  1855. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size1/Regular/Main.js +1 -1
  1856. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size2/Regular/Main.js +1 -1
  1857. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size3/Regular/Main.js +1 -1
  1858. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size4/Regular/Main.js +1 -1
  1859. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size5/Regular/Main.js +1 -1
  1860. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size6/Regular/Main.js +1 -1
  1861. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Size7/Regular/Main.js +1 -1
  1862. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Symbols/Regular/Main.js +1 -1
  1863. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/Variants/Regular/Main.js +1 -1
  1864. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/fontdata-extra.js +2 -2
  1865. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Latin-Modern/fontdata.js +3 -3
  1866. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Alphabets/Regular/Main.js +1 -1
  1867. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Arrows/Regular/Main.js +1 -1
  1868. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Fraktur/Regular/Main.js +1 -1
  1869. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Main/Regular/Main.js +1 -1
  1870. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Marks/Regular/Main.js +1 -1
  1871. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/NonUnicode/Regular/Main.js +1 -1
  1872. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Normal/Regular/Main.js +1 -1
  1873. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Operators/Regular/Main.js +1 -1
  1874. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Script/Regular/Main.js +1 -1
  1875. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Shapes/Regular/Main.js +1 -1
  1876. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Size1/Regular/Main.js +1 -1
  1877. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Size2/Regular/Main.js +1 -1
  1878. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Size3/Regular/Main.js +1 -1
  1879. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Size4/Regular/Main.js +1 -1
  1880. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Size5/Regular/Main.js +1 -1
  1881. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Symbols/Regular/Main.js +1 -1
  1882. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/Variants/Regular/Main.js +1 -1
  1883. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/fontdata-extra.js +2 -2
  1884. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/Neo-Euler/fontdata.js +3 -3
  1885. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Alphabets/Bold/Main.js +1 -1
  1886. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Alphabets/BoldItalic/Main.js +1 -1
  1887. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Alphabets/Italic/Main.js +1 -1
  1888. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Alphabets/Regular/Main.js +1 -1
  1889. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Arrows/Bold/Main.js +1 -1
  1890. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Arrows/Regular/Main.js +1 -1
  1891. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Bold/Main.js +1 -1
  1892. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/DoubleStruck/BoldItalic/Main.js +1 -1
  1893. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Italic/Main.js +1 -1
  1894. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/DoubleStruck/Regular/Main.js +1 -1
  1895. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Fraktur/Bold/Main.js +1 -1
  1896. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Fraktur/Regular/Main.js +1 -1
  1897. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Latin/Bold/Main.js +1 -1
  1898. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Latin/BoldItalic/Main.js +1 -1
  1899. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Latin/Italic/Main.js +1 -1
  1900. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Latin/Regular/Main.js +1 -1
  1901. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Main/Bold/Main.js +1 -1
  1902. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Main/BoldItalic/Main.js +1 -1
  1903. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Main/Italic/Main.js +1 -1
  1904. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Main/Regular/Main.js +1 -1
  1905. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Marks/Bold/Main.js +1 -1
  1906. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Marks/BoldItalic/Main.js +1 -1
  1907. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Marks/Italic/Main.js +1 -1
  1908. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Marks/Regular/Main.js +1 -1
  1909. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Misc/Bold/Main.js +1 -1
  1910. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Misc/BoldItalic/Main.js +1 -1
  1911. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Misc/Italic/Main.js +1 -1
  1912. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Misc/Regular/Main.js +1 -1
  1913. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Monospace/Regular/Main.js +1 -1
  1914. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Normal/Bold/Main.js +1 -1
  1915. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Normal/BoldItalic/Main.js +1 -1
  1916. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Normal/Italic/Main.js +1 -1
  1917. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Operators/Bold/Main.js +1 -1
  1918. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Operators/Regular/Main.js +1 -1
  1919. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/SansSerif/Bold/Main.js +1 -1
  1920. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/SansSerif/BoldItalic/Main.js +1 -1
  1921. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/SansSerif/Italic/Main.js +1 -1
  1922. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/SansSerif/Regular/Main.js +1 -1
  1923. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Script/BoldItalic/Main.js +1 -1
  1924. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Script/Italic/Main.js +1 -1
  1925. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Script/Regular/Main.js +1 -1
  1926. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Shapes/Bold/Main.js +1 -1
  1927. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Shapes/BoldItalic/Main.js +1 -1
  1928. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Shapes/Regular/Main.js +1 -1
  1929. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Size1/Regular/Main.js +1 -1
  1930. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Size2/Regular/Main.js +1 -1
  1931. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Size3/Regular/Main.js +1 -1
  1932. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Size4/Regular/Main.js +1 -1
  1933. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Size5/Regular/Main.js +1 -1
  1934. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Symbols/Bold/Main.js +1 -1
  1935. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Symbols/Regular/Main.js +1 -1
  1936. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Variants/Bold/Main.js +1 -1
  1937. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Variants/BoldItalic/Main.js +1 -1
  1938. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Variants/Italic/Main.js +1 -1
  1939. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/Variants/Regular/Main.js +1 -1
  1940. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/fontdata-extra.js +2 -2
  1941. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/STIX-Web/fontdata.js +15 -6
  1942. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/Arrows.js +1 -1
  1943. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/BoxDrawing.js +1 -1
  1944. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/CombDiacritMarks.js +1 -1
  1945. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/Dingbats.js +1 -1
  1946. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +1 -1
  1947. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/GeneralPunctuation.js +1 -1
  1948. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/GeometricShapes.js +1 -1
  1949. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/GreekAndCoptic.js +1 -1
  1950. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/Latin1Supplement.js +1 -1
  1951. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/LatinExtendedA.js +1 -1
  1952. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +1 -1
  1953. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/Main.js +1 -1
  1954. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/MathOperators.js +1 -1
  1955. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js +1 -1
  1956. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/MiscSymbols.js +1 -1
  1957. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/MiscTechnical.js +1 -1
  1958. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/PUA.js +1 -1
  1959. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/SpacingModLetters.js +1 -1
  1960. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/AMS/Regular/SuppMathOperators.js +1 -1
  1961. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Caligraphic/Bold/Main.js +1 -1
  1962. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Caligraphic/Regular/Main.js +1 -1
  1963. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Bold/BasicLatin.js +1 -1
  1964. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Bold/Main.js +1 -1
  1965. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Bold/Other.js +1 -1
  1966. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Bold/PUA.js +1 -1
  1967. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Regular/BasicLatin.js +1 -1
  1968. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Regular/Main.js +1 -1
  1969. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Regular/Other.js +1 -1
  1970. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Fraktur/Regular/PUA.js +1 -1
  1971. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/Arrows.js +1 -1
  1972. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/BasicLatin.js +1 -1
  1973. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/CombDiacritMarks.js +1 -1
  1974. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/CombDiactForSymbols.js +1 -1
  1975. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/GeneralPunctuation.js +1 -1
  1976. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/GeometricShapes.js +1 -1
  1977. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/GreekAndCoptic.js +1 -1
  1978. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/Latin1Supplement.js +1 -1
  1979. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedA.js +1 -1
  1980. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/LatinExtendedB.js +1 -1
  1981. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/LetterlikeSymbols.js +1 -1
  1982. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/Main.js +1 -1
  1983. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/MathOperators.js +1 -1
  1984. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +1 -1
  1985. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/MiscSymbols.js +1 -1
  1986. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/MiscTechnical.js +1 -1
  1987. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/SpacingModLetters.js +1 -1
  1988. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/SuppMathOperators.js +1 -1
  1989. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Bold/SupplementalArrowsA.js +1 -1
  1990. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/BasicLatin.js +1 -1
  1991. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/CombDiacritMarks.js +1 -1
  1992. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/GeneralPunctuation.js +1 -1
  1993. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/GreekAndCoptic.js +1 -1
  1994. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedA.js +1 -1
  1995. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/LatinExtendedB.js +1 -1
  1996. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/LetterlikeSymbols.js +1 -1
  1997. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/Main.js +1 -1
  1998. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Italic/MathOperators.js +1 -1
  1999. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/BasicLatin.js +1 -1
  2000. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/CombDiacritMarks.js +1 -1
  2001. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/GeometricShapes.js +1 -1
  2002. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/GreekAndCoptic.js +1 -1
  2003. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedA.js +1 -1
  2004. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/LatinExtendedB.js +1 -1
  2005. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/LetterlikeSymbols.js +1 -1
  2006. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/Main.js +1 -1
  2007. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/MathOperators.js +1 -1
  2008. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/MiscSymbols.js +1 -1
  2009. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/SpacingModLetters.js +1 -1
  2010. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Main/Regular/SuppMathOperators.js +1 -1
  2011. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Math/BoldItalic/Main.js +1 -1
  2012. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Math/Italic/Main.js +1 -1
  2013. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Bold/BasicLatin.js +1 -1
  2014. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +1 -1
  2015. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Bold/Main.js +1 -1
  2016. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Bold/Other.js +1 -1
  2017. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Italic/BasicLatin.js +1 -1
  2018. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +1 -1
  2019. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Italic/Main.js +1 -1
  2020. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Italic/Other.js +1 -1
  2021. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Regular/BasicLatin.js +1 -1
  2022. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +1 -1
  2023. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Regular/Main.js +1 -1
  2024. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/SansSerif/Regular/Other.js +1 -1
  2025. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Script/Regular/BasicLatin.js +1 -1
  2026. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Script/Regular/Main.js +1 -1
  2027. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Size1/Regular/Main.js +1 -1
  2028. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Size2/Regular/Main.js +1 -1
  2029. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Size3/Regular/Main.js +1 -1
  2030. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Size4/Regular/Main.js +1 -1
  2031. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Typewriter/Regular/BasicLatin.js +1 -1
  2032. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +1 -1
  2033. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Typewriter/Regular/Main.js +1 -1
  2034. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/Typewriter/Regular/Other.js +1 -1
  2035. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/fontdata-extra.js +2 -2
  2036. data/vendor/mathjax/unpacked/jax/output/SVG/fonts/TeX/fontdata.js +21 -11
  2037. data/vendor/mathjax/unpacked/jax/output/SVG/jax.js +412 -268
  2038. data/vendor/mathjax/unpacked/localization/ast/FontWarnings.js +38 -0
  2039. data/vendor/mathjax/unpacked/localization/ast/HTML-CSS.js +36 -0
  2040. data/vendor/mathjax/unpacked/localization/ast/HelpDialog.js +41 -0
  2041. data/vendor/mathjax/unpacked/localization/ast/MathML.js +41 -0
  2042. data/vendor/mathjax/unpacked/localization/ast/MathMenu.js +111 -0
  2043. data/vendor/mathjax/unpacked/localization/ast/TeX.js +102 -0
  2044. data/vendor/mathjax/unpacked/localization/ast/ast.js +62 -0
  2045. data/vendor/mathjax/unpacked/localization/bcc/FontWarnings.js +32 -0
  2046. data/vendor/mathjax/unpacked/localization/bcc/HTML-CSS.js +32 -0
  2047. data/vendor/mathjax/unpacked/localization/bcc/HelpDialog.js +32 -0
  2048. data/vendor/mathjax/unpacked/localization/bcc/MathML.js +32 -0
  2049. data/vendor/mathjax/unpacked/localization/bcc/MathMenu.js +32 -0
  2050. data/vendor/mathjax/unpacked/localization/bcc/TeX.js +98 -0
  2051. data/vendor/mathjax/unpacked/localization/bcc/bcc.js +61 -0
  2052. data/vendor/mathjax/unpacked/localization/br/FontWarnings.js +8 -3
  2053. data/vendor/mathjax/unpacked/localization/br/HTML-CSS.js +5 -3
  2054. data/vendor/mathjax/unpacked/localization/br/HelpDialog.js +8 -3
  2055. data/vendor/mathjax/unpacked/localization/br/MathML.js +4 -3
  2056. data/vendor/mathjax/unpacked/localization/br/MathMenu.js +37 -4
  2057. data/vendor/mathjax/unpacked/localization/br/TeX.js +30 -3
  2058. data/vendor/mathjax/unpacked/localization/br/br.js +3 -3
  2059. data/vendor/mathjax/unpacked/localization/ca/FontWarnings.js +38 -0
  2060. data/vendor/mathjax/unpacked/localization/ca/HTML-CSS.js +36 -0
  2061. data/vendor/mathjax/unpacked/localization/ca/HelpDialog.js +41 -0
  2062. data/vendor/mathjax/unpacked/localization/ca/MathML.js +41 -0
  2063. data/vendor/mathjax/unpacked/localization/ca/MathMenu.js +111 -0
  2064. data/vendor/mathjax/unpacked/localization/ca/TeX.js +102 -0
  2065. data/vendor/mathjax/unpacked/localization/ca/ca.js +62 -0
  2066. data/vendor/mathjax/unpacked/localization/cdo/FontWarnings.js +2 -2
  2067. data/vendor/mathjax/unpacked/localization/cdo/HTML-CSS.js +2 -2
  2068. data/vendor/mathjax/unpacked/localization/cdo/HelpDialog.js +2 -2
  2069. data/vendor/mathjax/unpacked/localization/cdo/MathML.js +2 -2
  2070. data/vendor/mathjax/unpacked/localization/cdo/MathMenu.js +2 -2
  2071. data/vendor/mathjax/unpacked/localization/cdo/TeX.js +2 -2
  2072. data/vendor/mathjax/unpacked/localization/cdo/cdo.js +3 -3
  2073. data/vendor/mathjax/unpacked/localization/ce/FontWarnings.js +32 -0
  2074. data/vendor/mathjax/unpacked/localization/ce/HTML-CSS.js +32 -0
  2075. data/vendor/mathjax/unpacked/localization/ce/HelpDialog.js +32 -0
  2076. data/vendor/mathjax/unpacked/localization/ce/MathML.js +32 -0
  2077. data/vendor/mathjax/unpacked/localization/ce/MathMenu.js +32 -0
  2078. data/vendor/mathjax/unpacked/localization/ce/TeX.js +32 -0
  2079. data/vendor/mathjax/unpacked/localization/ce/ce.js +61 -0
  2080. data/vendor/mathjax/unpacked/localization/cs/FontWarnings.js +2 -2
  2081. data/vendor/mathjax/unpacked/localization/cs/HTML-CSS.js +5 -3
  2082. data/vendor/mathjax/unpacked/localization/cs/HelpDialog.js +12 -3
  2083. data/vendor/mathjax/unpacked/localization/cs/MathML.js +12 -3
  2084. data/vendor/mathjax/unpacked/localization/cs/MathMenu.js +28 -4
  2085. data/vendor/mathjax/unpacked/localization/cs/TeX.js +4 -2
  2086. data/vendor/mathjax/unpacked/localization/cs/cs.js +9 -9
  2087. data/vendor/mathjax/unpacked/localization/cy/FontWarnings.js +32 -0
  2088. data/vendor/mathjax/unpacked/localization/cy/HTML-CSS.js +32 -0
  2089. data/vendor/mathjax/unpacked/localization/cy/HelpDialog.js +32 -0
  2090. data/vendor/mathjax/unpacked/localization/cy/MathML.js +32 -0
  2091. data/vendor/mathjax/unpacked/localization/cy/MathMenu.js +32 -0
  2092. data/vendor/mathjax/unpacked/localization/cy/TeX.js +32 -0
  2093. data/vendor/mathjax/unpacked/localization/cy/cy.js +61 -0
  2094. data/vendor/mathjax/unpacked/localization/da/FontWarnings.js +5 -5
  2095. data/vendor/mathjax/unpacked/localization/da/HTML-CSS.js +2 -2
  2096. data/vendor/mathjax/unpacked/localization/da/HelpDialog.js +2 -2
  2097. data/vendor/mathjax/unpacked/localization/da/MathML.js +2 -2
  2098. data/vendor/mathjax/unpacked/localization/da/MathMenu.js +8 -2
  2099. data/vendor/mathjax/unpacked/localization/da/TeX.js +5 -5
  2100. data/vendor/mathjax/unpacked/localization/da/da.js +3 -3
  2101. data/vendor/mathjax/unpacked/localization/de/FontWarnings.js +2 -2
  2102. data/vendor/mathjax/unpacked/localization/de/HTML-CSS.js +2 -2
  2103. data/vendor/mathjax/unpacked/localization/de/HelpDialog.js +2 -2
  2104. data/vendor/mathjax/unpacked/localization/de/MathML.js +2 -2
  2105. data/vendor/mathjax/unpacked/localization/de/MathMenu.js +8 -2
  2106. data/vendor/mathjax/unpacked/localization/de/TeX.js +2 -2
  2107. data/vendor/mathjax/unpacked/localization/de/de.js +3 -3
  2108. data/vendor/mathjax/unpacked/localization/en/FontWarnings.js +3 -3
  2109. data/vendor/mathjax/unpacked/localization/en/HTML-CSS.js +7 -7
  2110. data/vendor/mathjax/unpacked/localization/en/HelpDialog.js +7 -7
  2111. data/vendor/mathjax/unpacked/localization/en/MathML.js +4 -4
  2112. data/vendor/mathjax/unpacked/localization/en/MathMenu.js +30 -30
  2113. data/vendor/mathjax/unpacked/localization/en/TeX.js +12 -12
  2114. data/vendor/mathjax/unpacked/localization/en/en.js +7 -7
  2115. data/vendor/mathjax/unpacked/localization/eo/FontWarnings.js +2 -2
  2116. data/vendor/mathjax/unpacked/localization/eo/HTML-CSS.js +2 -2
  2117. data/vendor/mathjax/unpacked/localization/eo/HelpDialog.js +2 -2
  2118. data/vendor/mathjax/unpacked/localization/eo/MathML.js +2 -2
  2119. data/vendor/mathjax/unpacked/localization/eo/MathMenu.js +2 -2
  2120. data/vendor/mathjax/unpacked/localization/eo/TeX.js +2 -2
  2121. data/vendor/mathjax/unpacked/localization/eo/eo.js +3 -3
  2122. data/vendor/mathjax/unpacked/localization/es/FontWarnings.js +9 -3
  2123. data/vendor/mathjax/unpacked/localization/es/HTML-CSS.js +7 -3
  2124. data/vendor/mathjax/unpacked/localization/es/HelpDialog.js +12 -3
  2125. data/vendor/mathjax/unpacked/localization/es/MathML.js +12 -3
  2126. data/vendor/mathjax/unpacked/localization/es/MathMenu.js +49 -5
  2127. data/vendor/mathjax/unpacked/localization/es/TeX.js +73 -3
  2128. data/vendor/mathjax/unpacked/localization/es/es.js +6 -6
  2129. data/vendor/mathjax/unpacked/localization/fa/FontWarnings.js +3 -3
  2130. data/vendor/mathjax/unpacked/localization/fa/HTML-CSS.js +2 -2
  2131. data/vendor/mathjax/unpacked/localization/fa/HelpDialog.js +2 -2
  2132. data/vendor/mathjax/unpacked/localization/fa/MathML.js +4 -4
  2133. data/vendor/mathjax/unpacked/localization/fa/MathMenu.js +15 -9
  2134. data/vendor/mathjax/unpacked/localization/fa/TeX.js +11 -11
  2135. data/vendor/mathjax/unpacked/localization/fa/fa.js +3 -3
  2136. data/vendor/mathjax/unpacked/localization/fi/FontWarnings.js +2 -2
  2137. data/vendor/mathjax/unpacked/localization/fi/HTML-CSS.js +2 -2
  2138. data/vendor/mathjax/unpacked/localization/fi/HelpDialog.js +2 -2
  2139. data/vendor/mathjax/unpacked/localization/fi/MathML.js +2 -2
  2140. data/vendor/mathjax/unpacked/localization/fi/MathMenu.js +4 -3
  2141. data/vendor/mathjax/unpacked/localization/fi/TeX.js +2 -2
  2142. data/vendor/mathjax/unpacked/localization/fi/fi.js +3 -3
  2143. data/vendor/mathjax/unpacked/localization/fr/FontWarnings.js +6 -6
  2144. data/vendor/mathjax/unpacked/localization/fr/HTML-CSS.js +5 -5
  2145. data/vendor/mathjax/unpacked/localization/fr/HelpDialog.js +4 -4
  2146. data/vendor/mathjax/unpacked/localization/fr/MathML.js +3 -3
  2147. data/vendor/mathjax/unpacked/localization/fr/MathMenu.js +17 -11
  2148. data/vendor/mathjax/unpacked/localization/fr/TeX.js +27 -27
  2149. data/vendor/mathjax/unpacked/localization/fr/fr.js +8 -8
  2150. data/vendor/mathjax/unpacked/localization/gl/FontWarnings.js +2 -2
  2151. data/vendor/mathjax/unpacked/localization/gl/HTML-CSS.js +2 -2
  2152. data/vendor/mathjax/unpacked/localization/gl/HelpDialog.js +2 -2
  2153. data/vendor/mathjax/unpacked/localization/gl/MathML.js +2 -2
  2154. data/vendor/mathjax/unpacked/localization/gl/MathMenu.js +2 -2
  2155. data/vendor/mathjax/unpacked/localization/gl/TeX.js +2 -2
  2156. data/vendor/mathjax/unpacked/localization/gl/gl.js +3 -3
  2157. data/vendor/mathjax/unpacked/localization/he/FontWarnings.js +2 -2
  2158. data/vendor/mathjax/unpacked/localization/he/HTML-CSS.js +2 -2
  2159. data/vendor/mathjax/unpacked/localization/he/HelpDialog.js +2 -2
  2160. data/vendor/mathjax/unpacked/localization/he/MathML.js +2 -2
  2161. data/vendor/mathjax/unpacked/localization/he/MathMenu.js +8 -2
  2162. data/vendor/mathjax/unpacked/localization/he/TeX.js +2 -2
  2163. data/vendor/mathjax/unpacked/localization/he/he.js +3 -3
  2164. data/vendor/mathjax/unpacked/localization/ia/FontWarnings.js +9 -3
  2165. data/vendor/mathjax/unpacked/localization/ia/HTML-CSS.js +2 -2
  2166. data/vendor/mathjax/unpacked/localization/ia/HelpDialog.js +2 -2
  2167. data/vendor/mathjax/unpacked/localization/ia/MathML.js +2 -2
  2168. data/vendor/mathjax/unpacked/localization/ia/MathMenu.js +2 -2
  2169. data/vendor/mathjax/unpacked/localization/ia/TeX.js +2 -2
  2170. data/vendor/mathjax/unpacked/localization/ia/ia.js +3 -3
  2171. data/vendor/mathjax/unpacked/localization/it/FontWarnings.js +2 -2
  2172. data/vendor/mathjax/unpacked/localization/it/HTML-CSS.js +2 -2
  2173. data/vendor/mathjax/unpacked/localization/it/HelpDialog.js +2 -2
  2174. data/vendor/mathjax/unpacked/localization/it/MathML.js +2 -2
  2175. data/vendor/mathjax/unpacked/localization/it/MathMenu.js +8 -2
  2176. data/vendor/mathjax/unpacked/localization/it/TeX.js +2 -2
  2177. data/vendor/mathjax/unpacked/localization/it/it.js +3 -3
  2178. data/vendor/mathjax/unpacked/localization/ja/FontWarnings.js +6 -6
  2179. data/vendor/mathjax/unpacked/localization/ja/HTML-CSS.js +2 -2
  2180. data/vendor/mathjax/unpacked/localization/ja/HelpDialog.js +2 -2
  2181. data/vendor/mathjax/unpacked/localization/ja/MathML.js +5 -5
  2182. data/vendor/mathjax/unpacked/localization/ja/MathMenu.js +18 -12
  2183. data/vendor/mathjax/unpacked/localization/ja/TeX.js +11 -11
  2184. data/vendor/mathjax/unpacked/localization/ja/ja.js +3 -3
  2185. data/vendor/mathjax/unpacked/localization/kn/FontWarnings.js +37 -0
  2186. data/vendor/mathjax/unpacked/localization/kn/HTML-CSS.js +36 -0
  2187. data/vendor/mathjax/unpacked/localization/kn/HelpDialog.js +36 -0
  2188. data/vendor/mathjax/unpacked/localization/kn/MathML.js +39 -0
  2189. data/vendor/mathjax/unpacked/localization/kn/MathMenu.js +109 -0
  2190. data/vendor/mathjax/unpacked/localization/kn/TeX.js +102 -0
  2191. data/vendor/mathjax/unpacked/localization/kn/kn.js +61 -0
  2192. data/vendor/mathjax/unpacked/localization/ko/FontWarnings.js +2 -2
  2193. data/vendor/mathjax/unpacked/localization/ko/HTML-CSS.js +2 -2
  2194. data/vendor/mathjax/unpacked/localization/ko/HelpDialog.js +2 -2
  2195. data/vendor/mathjax/unpacked/localization/ko/MathML.js +2 -2
  2196. data/vendor/mathjax/unpacked/localization/ko/MathMenu.js +2 -2
  2197. data/vendor/mathjax/unpacked/localization/ko/TeX.js +2 -2
  2198. data/vendor/mathjax/unpacked/localization/ko/ko.js +3 -3
  2199. data/vendor/mathjax/unpacked/localization/lb/FontWarnings.js +2 -2
  2200. data/vendor/mathjax/unpacked/localization/lb/HTML-CSS.js +2 -2
  2201. data/vendor/mathjax/unpacked/localization/lb/HelpDialog.js +2 -2
  2202. data/vendor/mathjax/unpacked/localization/lb/MathML.js +2 -2
  2203. data/vendor/mathjax/unpacked/localization/lb/MathMenu.js +30 -3
  2204. data/vendor/mathjax/unpacked/localization/lb/TeX.js +2 -2
  2205. data/vendor/mathjax/unpacked/localization/lb/lb.js +6 -6
  2206. data/vendor/mathjax/unpacked/localization/mk/FontWarnings.js +7 -7
  2207. data/vendor/mathjax/unpacked/localization/mk/HTML-CSS.js +2 -2
  2208. data/vendor/mathjax/unpacked/localization/mk/HelpDialog.js +4 -4
  2209. data/vendor/mathjax/unpacked/localization/mk/MathML.js +5 -5
  2210. data/vendor/mathjax/unpacked/localization/mk/MathMenu.js +12 -6
  2211. data/vendor/mathjax/unpacked/localization/mk/TeX.js +2 -2
  2212. data/vendor/mathjax/unpacked/localization/mk/mk.js +3 -3
  2213. data/vendor/mathjax/unpacked/localization/nl/FontWarnings.js +2 -2
  2214. data/vendor/mathjax/unpacked/localization/nl/HTML-CSS.js +2 -2
  2215. data/vendor/mathjax/unpacked/localization/nl/HelpDialog.js +3 -3
  2216. data/vendor/mathjax/unpacked/localization/nl/MathML.js +2 -2
  2217. data/vendor/mathjax/unpacked/localization/nl/MathMenu.js +34 -28
  2218. data/vendor/mathjax/unpacked/localization/nl/TeX.js +3 -3
  2219. data/vendor/mathjax/unpacked/localization/nl/nl.js +8 -8
  2220. data/vendor/mathjax/unpacked/localization/oc/FontWarnings.js +2 -2
  2221. data/vendor/mathjax/unpacked/localization/oc/HTML-CSS.js +2 -2
  2222. data/vendor/mathjax/unpacked/localization/oc/HelpDialog.js +2 -2
  2223. data/vendor/mathjax/unpacked/localization/oc/MathML.js +2 -2
  2224. data/vendor/mathjax/unpacked/localization/oc/MathMenu.js +20 -2
  2225. data/vendor/mathjax/unpacked/localization/oc/TeX.js +2 -2
  2226. data/vendor/mathjax/unpacked/localization/oc/oc.js +5 -5
  2227. data/vendor/mathjax/unpacked/localization/pl/FontWarnings.js +2 -2
  2228. data/vendor/mathjax/unpacked/localization/pl/HTML-CSS.js +2 -2
  2229. data/vendor/mathjax/unpacked/localization/pl/HelpDialog.js +2 -2
  2230. data/vendor/mathjax/unpacked/localization/pl/MathML.js +2 -2
  2231. data/vendor/mathjax/unpacked/localization/pl/MathMenu.js +28 -22
  2232. data/vendor/mathjax/unpacked/localization/pl/TeX.js +5 -5
  2233. data/vendor/mathjax/unpacked/localization/pl/pl.js +7 -7
  2234. data/vendor/mathjax/unpacked/localization/pt-br/FontWarnings.js +2 -2
  2235. data/vendor/mathjax/unpacked/localization/pt-br/HTML-CSS.js +2 -2
  2236. data/vendor/mathjax/unpacked/localization/pt-br/HelpDialog.js +2 -2
  2237. data/vendor/mathjax/unpacked/localization/pt-br/MathML.js +3 -3
  2238. data/vendor/mathjax/unpacked/localization/pt-br/MathMenu.js +12 -6
  2239. data/vendor/mathjax/unpacked/localization/pt-br/TeX.js +3 -3
  2240. data/vendor/mathjax/unpacked/localization/pt-br/pt-br.js +3 -3
  2241. data/vendor/mathjax/unpacked/localization/pt/FontWarnings.js +2 -2
  2242. data/vendor/mathjax/unpacked/localization/pt/HTML-CSS.js +2 -2
  2243. data/vendor/mathjax/unpacked/localization/pt/HelpDialog.js +2 -2
  2244. data/vendor/mathjax/unpacked/localization/pt/MathML.js +5 -5
  2245. data/vendor/mathjax/unpacked/localization/pt/MathMenu.js +24 -18
  2246. data/vendor/mathjax/unpacked/localization/pt/TeX.js +46 -46
  2247. data/vendor/mathjax/unpacked/localization/pt/pt.js +3 -4
  2248. data/vendor/mathjax/unpacked/localization/qqq/FontWarnings.js +2 -2
  2249. data/vendor/mathjax/unpacked/localization/qqq/HTML-CSS.js +2 -2
  2250. data/vendor/mathjax/unpacked/localization/qqq/HelpDialog.js +2 -2
  2251. data/vendor/mathjax/unpacked/localization/qqq/MathML.js +5 -5
  2252. data/vendor/mathjax/unpacked/localization/qqq/MathMenu.js +23 -17
  2253. data/vendor/mathjax/unpacked/localization/qqq/TeX.js +4 -4
  2254. data/vendor/mathjax/unpacked/localization/qqq/qqq.js +4 -4
  2255. data/vendor/mathjax/unpacked/localization/ru/FontWarnings.js +9 -3
  2256. data/vendor/mathjax/unpacked/localization/ru/HTML-CSS.js +2 -2
  2257. data/vendor/mathjax/unpacked/localization/ru/HelpDialog.js +12 -3
  2258. data/vendor/mathjax/unpacked/localization/ru/MathML.js +12 -3
  2259. data/vendor/mathjax/unpacked/localization/ru/MathMenu.js +82 -3
  2260. data/vendor/mathjax/unpacked/localization/ru/TeX.js +73 -3
  2261. data/vendor/mathjax/unpacked/localization/ru/ru.js +6 -5
  2262. data/vendor/mathjax/unpacked/localization/sco/FontWarnings.js +38 -0
  2263. data/vendor/mathjax/unpacked/localization/sco/HTML-CSS.js +36 -0
  2264. data/vendor/mathjax/unpacked/localization/sco/HelpDialog.js +41 -0
  2265. data/vendor/mathjax/unpacked/localization/sco/MathML.js +41 -0
  2266. data/vendor/mathjax/unpacked/localization/sco/MathMenu.js +111 -0
  2267. data/vendor/mathjax/unpacked/localization/sco/TeX.js +102 -0
  2268. data/vendor/mathjax/unpacked/localization/sco/sco.js +61 -0
  2269. data/vendor/mathjax/unpacked/localization/sl/FontWarnings.js +2 -2
  2270. data/vendor/mathjax/unpacked/localization/sl/HTML-CSS.js +2 -2
  2271. data/vendor/mathjax/unpacked/localization/sl/HelpDialog.js +2 -2
  2272. data/vendor/mathjax/unpacked/localization/sl/MathML.js +2 -2
  2273. data/vendor/mathjax/unpacked/localization/sl/MathMenu.js +8 -2
  2274. data/vendor/mathjax/unpacked/localization/sl/TeX.js +3 -3
  2275. data/vendor/mathjax/unpacked/localization/sl/sl.js +3 -3
  2276. data/vendor/mathjax/unpacked/localization/sv/FontWarnings.js +9 -3
  2277. data/vendor/mathjax/unpacked/localization/sv/HTML-CSS.js +7 -4
  2278. data/vendor/mathjax/unpacked/localization/sv/HelpDialog.js +12 -3
  2279. data/vendor/mathjax/unpacked/localization/sv/MathML.js +12 -3
  2280. data/vendor/mathjax/unpacked/localization/sv/MathMenu.js +61 -9
  2281. data/vendor/mathjax/unpacked/localization/sv/TeX.js +56 -17
  2282. data/vendor/mathjax/unpacked/localization/sv/sv.js +9 -8
  2283. data/vendor/mathjax/unpacked/localization/tr/FontWarnings.js +2 -2
  2284. data/vendor/mathjax/unpacked/localization/tr/HTML-CSS.js +2 -2
  2285. data/vendor/mathjax/unpacked/localization/tr/HelpDialog.js +2 -2
  2286. data/vendor/mathjax/unpacked/localization/tr/MathML.js +2 -2
  2287. data/vendor/mathjax/unpacked/localization/tr/MathMenu.js +2 -2
  2288. data/vendor/mathjax/unpacked/localization/tr/TeX.js +2 -2
  2289. data/vendor/mathjax/unpacked/localization/tr/tr.js +3 -3
  2290. data/vendor/mathjax/unpacked/localization/uk/FontWarnings.js +2 -2
  2291. data/vendor/mathjax/unpacked/localization/uk/HTML-CSS.js +2 -2
  2292. data/vendor/mathjax/unpacked/localization/uk/HelpDialog.js +2 -2
  2293. data/vendor/mathjax/unpacked/localization/uk/MathML.js +2 -2
  2294. data/vendor/mathjax/unpacked/localization/uk/MathMenu.js +8 -2
  2295. data/vendor/mathjax/unpacked/localization/uk/TeX.js +3 -3
  2296. data/vendor/mathjax/unpacked/localization/uk/uk.js +3 -3
  2297. data/vendor/mathjax/unpacked/localization/vi/FontWarnings.js +38 -0
  2298. data/vendor/mathjax/unpacked/localization/vi/HTML-CSS.js +36 -0
  2299. data/vendor/mathjax/unpacked/localization/vi/HelpDialog.js +41 -0
  2300. data/vendor/mathjax/unpacked/localization/vi/MathML.js +41 -0
  2301. data/vendor/mathjax/unpacked/localization/vi/MathMenu.js +111 -0
  2302. data/vendor/mathjax/unpacked/localization/vi/TeX.js +102 -0
  2303. data/vendor/mathjax/unpacked/localization/vi/vi.js +61 -0
  2304. data/vendor/mathjax/unpacked/localization/zh-hans/FontWarnings.js +2 -2
  2305. data/vendor/mathjax/unpacked/localization/zh-hans/HTML-CSS.js +2 -2
  2306. data/vendor/mathjax/unpacked/localization/zh-hans/HelpDialog.js +2 -2
  2307. data/vendor/mathjax/unpacked/localization/zh-hans/MathML.js +4 -4
  2308. data/vendor/mathjax/unpacked/localization/zh-hans/MathMenu.js +15 -8
  2309. data/vendor/mathjax/unpacked/localization/zh-hans/TeX.js +17 -3
  2310. data/vendor/mathjax/unpacked/localization/zh-hans/zh-hans.js +3 -3
  2311. metadata +129 -4
  2312. data/vendor/mathjax/README-branch.txt +0 -1
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * ---------------------------------------------------------------------
14
14
  *
15
- * Copyright (c) 2009-2013 The MathJax Consortium
15
+ * Copyright (c) 2009-2015 The MathJax Consortium
16
16
  *
17
17
  * Licensed under the Apache License, Version 2.0 (the "License");
18
18
  * you may not use this file except in compliance with the License.
@@ -0,0 +1,139 @@
1
+ /* -*- Mode: Javascript; indent-tabs-mode:nil; js-indent-level: 2 -*- */
2
+ /* vim: set ts=2 et sw=2 tw=80: */
3
+
4
+ /*************************************************************
5
+ *
6
+ * MathJax/extensions/CHTML-preview.js
7
+ *
8
+ * Implements a fast preview using the Common-HTML output jax
9
+ * and then a slower update to the more accurate HTML-CSS output
10
+ * (or whatever the user has selected).
11
+ *
12
+ * ---------------------------------------------------------------------
13
+ *
14
+ * Copyright (c) 2014-2015 The MathJax Consortium
15
+ *
16
+ * Licensed under the Apache License, Version 2.0 (the "License");
17
+ * you may not use this file except in compliance with the License.
18
+ * You may obtain a copy of the License at
19
+ *
20
+ * http://www.apache.org/licenses/LICENSE-2.0
21
+ *
22
+ * Unless required by applicable law or agreed to in writing, software
23
+ * distributed under the License is distributed on an "AS IS" BASIS,
24
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
25
+ * See the License for the specific language governing permissions and
26
+ * limitations under the License.
27
+ */
28
+
29
+ (function (HUB,HTML) {
30
+
31
+ var SETTINGS = HUB.config.menuSettings;
32
+
33
+ var CHTMLpreview = MathJax.Extension["CHTML-preview"] = {
34
+ version: "2.5.0",
35
+
36
+ //
37
+ // Configuration for the chunking of the main output
38
+ // after the previews have been created, and other configuration.
39
+ //
40
+ config: HUB.CombineConfig("CHTML-preview",{
41
+ Chunks: {EqnChunk: 10000, EqnChunkFactor: 1, EqnChunkDelay: 0},
42
+ color: "inherit!important",
43
+ updateTime: 30, updateDelay: 6,
44
+ messageStyle: "none",
45
+ disabled: false
46
+ }),
47
+
48
+ //
49
+ // Ajust the chunking of the output jax
50
+ //
51
+ Config: function () {
52
+ HUB.Config({
53
+ "HTML-CSS": this.config.Chunks,
54
+ SVG: this.config.Chunks
55
+ });
56
+ MathJax.Ajax.Styles({".MathJax_Preview .MJXc-math":{color:this.config.color}});
57
+ var update, delay, style, done, saved;
58
+ var config = this.config;
59
+
60
+ if (!config.disabled && SETTINGS.CHTMLpreview == null)
61
+ HUB.Config({menuSettings:{CHTMLpreview:true}});
62
+ HUB.Register.MessageHook("Begin Math Output",function () {
63
+ if (!done && SETTINGS.CHTMLpreview && SETTINGS.renderer !== "CommonHTML") {
64
+ update = HUB.processUpdateTime; delay = HUB.processUpdateDelay;
65
+ style = HUB.config.messageStyle;
66
+ HUB.processUpdateTime = config.updateTime;
67
+ HUB.processUpdateDelay = config.updateDelay;
68
+ HUB.Config({messageStyle: config.messageStyle});
69
+ MathJax.Message.Clear(0,0);
70
+ saved = true;
71
+ }
72
+ });
73
+ HUB.Register.MessageHook("End Math Output",function () {
74
+ if (!done && saved) {
75
+ HUB.processUpdateTime = update;
76
+ HUB.processUpdateDelay = delay;
77
+ HUB.Config({messageStyle: style});
78
+ done = true;
79
+ }
80
+ });
81
+ },
82
+
83
+ //
84
+ // Insert a preview span, if there isn't one already,
85
+ // and call the CommonHTML output jax to create the preview
86
+ //
87
+ Preview: function (data) {
88
+ if (!SETTINGS.CHTMLpreview || SETTINGS.renderer === "CommonHTML") return;
89
+ var preview = data.script.MathJax.preview || data.script.previousSibling;
90
+ if (!preview || preview.className !== MathJax.Hub.config.preRemoveClass) {
91
+ preview = HTML.Element("span",{className:MathJax.Hub.config.preRemoveClass});
92
+ data.script.parentNode.insertBefore(preview,data.script);
93
+ data.script.MathJax.preview = preview;
94
+ }
95
+ preview.innerHTML = ""; preview.style.color = "inherit";
96
+ return this.postFilter(preview,data);
97
+ },
98
+ postFilter: function (preview,data) {
99
+ //
100
+ // Load the CommonHTML jax if it is not already loaded
101
+ //
102
+ if (!data.math.root.toCommonHTML) {
103
+ var queue = MathJax.Callback.Queue();
104
+ queue.Push(
105
+ ["Require",MathJax.Ajax,"[MathJax]/jax/output/CommonHTML/config.js"],
106
+ ["Require",MathJax.Ajax,"[MathJax]/jax/output/CommonHTML/jax.js"]
107
+ );
108
+ HUB.RestartAfter(queue.Push({}));
109
+ }
110
+ data.math.root.toCommonHTML(preview);
111
+ },
112
+
113
+ //
114
+ // Hook into the input jax postFilter to create the previews as
115
+ // the input jax are processed.
116
+ //
117
+ Register: function (name) {
118
+ HUB.Register.StartupHook(name+" Jax Require",function () {
119
+ var jax = MathJax.InputJax[name];
120
+ jax.postfilterHooks.Add(["Preview",MathJax.Extension["CHTML-preview"]],50);
121
+ });
122
+ }
123
+ }
124
+
125
+ //
126
+ // Hook into each input jax
127
+ //
128
+ CHTMLpreview.Register("TeX");
129
+ CHTMLpreview.Register("MathML");
130
+ CHTMLpreview.Register("AsciiMath");
131
+
132
+ HUB.Register.StartupHook("End Config",["Config",CHTMLpreview]);
133
+
134
+ HUB.Startup.signal.Post("CHTML-preview Ready");
135
+
136
+ })(MathJax.Hub,MathJax.HTML);
137
+
138
+ MathJax.Ajax.loadComplete("[MathJax]/extensions/CHTML-preview.js");
139
+
@@ -70,7 +70,7 @@
70
70
  *
71
71
  * ---------------------------------------------------------------------
72
72
  *
73
- * Copyright (c) 2010-2013 The MathJax Consortium
73
+ * Copyright (c) 2010-2015 The MathJax Consortium
74
74
  *
75
75
  * Licensed under the Apache License, Version 2.0 (the "License");
76
76
  * you may not use this file except in compliance with the License.
@@ -86,7 +86,7 @@
86
86
  */
87
87
 
88
88
  (function (HUB,HTML) {
89
- var VERSION = "2.3";
89
+ var VERSION = "2.5.0";
90
90
 
91
91
  var STIXURL = "http://www.stixfonts.org/";
92
92
  var MATHJAXURL = "https://github.com/mathjax/MathJax/tree/master/fonts/HTML-CSS/TeX/otf";
@@ -241,8 +241,8 @@
241
241
  if (HUB.Browser.isMSIE) {
242
242
  if (CONFIG.messageStyle.position === "fixed") {
243
243
  MathJax.Message.Init(); // make sure MathJax_MSIE_frame exists
244
- frame = document.getElementById("MathJax_MSIE_Frame");
245
- CONFIG.messageStyle.position = "absolute";
244
+ frame = document.getElementById("MathJax_MSIE_Frame") || frame;
245
+ if (frame !== document.body) {CONFIG.messageStyle.position = "absolute"}
246
246
  }
247
247
  } else {delete CONFIG.messageStyle.filter}
248
248
  CONFIG.messageStyle.maxWidth = (document.body.clientWidth-75) + "px";
@@ -20,7 +20,7 @@
20
20
  *
21
21
  * ---------------------------------------------------------------------
22
22
  *
23
- * Copyright (c) 2012-2013 The MathJax Consortium
23
+ * Copyright (c) 2012-2015 The MathJax Consortium
24
24
  *
25
25
  * Licensed under the Apache License, Version 2.0 (the "License");
26
26
  * you may not use this file except in compliance with the License.
@@ -37,7 +37,7 @@
37
37
 
38
38
 
39
39
  MathJax.Extension["HTML-CSS/handle-floats"] = {
40
- version: "2.3"
40
+ version: "2.5.1"
41
41
  };
42
42
 
43
43
  //
@@ -66,7 +66,7 @@ MathJax.Hub.Register.StartupHook("HTML-CSS Jax Ready",function () {
66
66
  TRANSLATE = HTMLCSS.Translate;
67
67
  HTMLCSS.Augment({
68
68
  Translate: function (script,state) {
69
- TRANSLATE.call(this,script,state);
69
+ TRANSLATE.apply(this,arguments);
70
70
  if (script.MathJax.elementJax.HTMLCSS.display) {
71
71
  var next = script.nextSibling;
72
72
  if (!next || next.className !== "MathJax_MSIE_Separator") {
@@ -9,7 +9,7 @@
9
9
  *
10
10
  * ---------------------------------------------------------------------
11
11
  *
12
- * Copyright (c) 2013 The MathJax Consortium
12
+ * Copyright (c) 2013-2015 The MathJax Consortium
13
13
  *
14
14
  * Licensed under the Apache License, Version 2.0 (the "License");
15
15
  * you may not use this file except in compliance with the License.
@@ -27,14 +27,14 @@
27
27
  (function (HUB,HTML,AJAX,OUTPUT,LOCALE) {
28
28
 
29
29
  var HELP = MathJax.Extension.Help = {
30
- version: "2.3"
30
+ version: "2.5.0"
31
31
  };
32
32
 
33
33
  var STIXURL = "http://www.stixfonts.org/";
34
34
  var MENU = MathJax.Menu;
35
35
 
36
36
  var CONFIG = HUB.CombineConfig("HelpDialog",{
37
- closeImg: AJAX.fileURL(OUTPUT.imageDir+"/CloseX-31.png"), // image for close "X" for mobiles
37
+ closeImg: AJAX.urlRev(OUTPUT.imageDir+"/CloseX-31.png"), // image for close "X" for mobiles
38
38
 
39
39
  styles: {
40
40
  "#MathJax_Help": {
@@ -95,7 +95,7 @@
95
95
  ["div",{style:{"margin-left":"1em"}},[
96
96
  ["p",{},[["ShowMath",
97
97
  "*Show Math As* allows you to view the formula's source markup " +
98
- "for copy & paste (as MathML or in its origianl format)."]]
98
+ "for copy & paste (as MathML or in its original format)."]]
99
99
  ],
100
100
  ["p",{},[["Settings",
101
101
  "*Settings* gives you control over features of MathJax, such as the " +
@@ -12,7 +12,7 @@
12
12
  *
13
13
  * ---------------------------------------------------------------------
14
14
  *
15
- * Copyright (c) 2013 The MathJax Consortium
15
+ * Copyright (c) 2013-2015 The MathJax Consortium
16
16
  *
17
17
  * Licensed under the Apache License, Version 2.0 (the "License");
18
18
  * you may not use this file except in compliance with the License.
@@ -28,7 +28,7 @@
28
28
  */
29
29
 
30
30
  (function (HUB,AJAX) {
31
- var VERSION = "2.3";
31
+ var VERSION = "2.5.0";
32
32
 
33
33
  var CONFIG = MathJax.Hub.CombineConfig("MatchWebFonts",{
34
34
  matchFor: {
@@ -40,7 +40,7 @@
40
40
  fontCheckTimeout: 15 * 1000, // how long to keep looking for fonts (15 seconds)
41
41
  });
42
42
 
43
- var MATCH = MathJax.Extension.MatchWebFonts = {
43
+ MathJax.Extension.MatchWebFonts = {
44
44
  version: VERSION,
45
45
  config: CONFIG
46
46
  };
@@ -81,7 +81,6 @@
81
81
  for (i = 0, m = scripts.length; i < m; i++) {
82
82
  script = scripts[i]; if (!script.parentNode) continue; retry = true;
83
83
  var jax = script.MathJax.elementJax; if (!jax) continue;
84
- var span = document.getElementById(jax.inputID+"-Frame");
85
84
  //
86
85
  // Check if ex or mex has changed
87
86
  //
@@ -98,9 +97,10 @@
98
97
  //
99
98
  // Remove markers
100
99
  //
100
+ scripts = scripts.concat(size); // some scripts have been moved to the size array
101
101
  for (i = 0, m = scripts.length; i < m; i++) {
102
102
  script = scripts[i];
103
- if (script.parentNode && script.MathJax.elementJax) {
103
+ if (script && script.parentNode && script.MathJax.elementJax) {
104
104
  script.parentNode.removeChild(script.previousSibling);
105
105
  }
106
106
  }
@@ -152,18 +152,18 @@
152
152
  for (i = 0, m = scripts.length; i < m; i++) {
153
153
  script = scripts[i]; if (!script.parentNode) continue; retry = true;
154
154
  var jax = script.MathJax.elementJax; if (!jax) continue;
155
- var span = document.getElementById(jax.inputID+"-Frame");
156
155
  //
157
156
  // Check if ex or mex has changed
158
157
  //
159
158
  var test = script.previousSibling;
160
159
  var ex = test.firstChild.offsetHeight/60;
161
- if (ex === 0 || ex === "NaN") {ex = this.defaultEx; em = this.defaultEm}
160
+ if (ex === 0 || ex === "NaN") {ex = this.defaultEx}
162
161
  if (ex !== jax.SVG.ex) {size.push(script); scripts[i] = {}}
163
162
  }
164
163
  //
165
164
  // Remove markers
166
165
  //
166
+ scripts = scripts.concat(size); // some scripts have been moved to the size array
167
167
  for (i = 0, m = scripts.length; i < m; i++) {
168
168
  script = scripts[i];
169
169
  if (script.parentNode && script.MathJax.elementJax) {
@@ -257,7 +257,7 @@
257
257
  // Check widths of mtd elements
258
258
  //
259
259
  if (math.MathJaxMtds) {
260
- for (j = 0, n = math.MathJaxMtds.length; j < n; j++) {
260
+ for (var j = 0, n = math.MathJaxMtds.length; j < n; j++) {
261
261
  if (!math.MathJaxMtds[j].parentNode) continue;
262
262
  if (newEx || math.MathJaxMtds[j].firstChild.scrollWidth !== jax.mtds[j]) {
263
263
  jax.mtds[j] = math.MathJaxMtds[j].firstChild.scrollWidth;
@@ -303,7 +303,7 @@
303
303
  });
304
304
  });
305
305
 
306
- HUB.Startup.signal.Post("MathWebFont Extension Ready");
306
+ HUB.Startup.signal.Post("MatchWebFonts Extension Ready");
307
307
  AJAX.loadComplete("[MathJax]/extensions/MatchWebFonts.js");
308
308
 
309
309
  })(MathJax.Hub,MathJax.Ajax);
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * ---------------------------------------------------------------------
12
12
  *
13
- * Copyright (c) 2011-2013 The MathJax Consortium
13
+ * Copyright (c) 2011-2015 The MathJax Consortium
14
14
  *
15
15
  * Licensed under the Apache License, Version 2.0 (the "License");
16
16
  * you may not use this file except in compliance with the License.
@@ -26,7 +26,7 @@
26
26
  */
27
27
 
28
28
  (function (HUB,HTML,AJAX,CALLBACK,LOCALE,OUTPUT,INPUT) {
29
- var VERSION = "2.3";
29
+ var VERSION = "2.5.0";
30
30
 
31
31
  var EXTENSION = MathJax.Extension;
32
32
  var ME = EXTENSION.MathEvents = {version: VERSION};
@@ -45,7 +45,7 @@
45
45
  button: {
46
46
  x: -4, y: -3, // menu button offsets
47
47
  wx: -2, // button offset for full-width equations
48
- src: AJAX.fileURL(OUTPUT.imageDir+"/MenuArrow-15.png") // button image
48
+ src: AJAX.urlRev(OUTPUT.imageDir+"/MenuArrow-15.png") // button image
49
49
  },
50
50
  fadeinInc: .2, // increment for fade-in
51
51
  fadeoutInc: .05, // increment for fade-out
@@ -114,10 +114,9 @@
114
114
  False: function (event) {
115
115
  if (!event) {event = window.event}
116
116
  if (event) {
117
- if (event.preventDefault) {event.preventDefault()}
117
+ if (event.preventDefault) {event.preventDefault()} else {event.returnValue = false}
118
118
  if (event.stopPropagation) {event.stopPropagation()}
119
119
  event.cancelBubble = true;
120
- event.returnValue = false;
121
120
  }
122
121
  return false;
123
122
  },
@@ -161,6 +160,7 @@
161
160
  source.items[0].name = jax.sourceMenuTitle;
162
161
  source.items[0].format = (jax.sourceMenuFormat||"MathML");
163
162
  source.items[1].name = INPUT[jax.inputJax].sourceMenuTitle;
163
+ source.items[5].disabled = !INPUT[jax.inputJax].annotationEncoding;
164
164
 
165
165
  //
166
166
  // Try and find each known annotation format and enable the menu
@@ -440,8 +440,10 @@
440
440
  // Preload images so they show up with the menu
441
441
  //
442
442
  getImages: function () {
443
- var menu = new Image();
444
- menu.src = CONFIG.button.src;
443
+ if (SETTINGS.discoverable) {
444
+ var menu = new Image();
445
+ menu.src = CONFIG.button.src;
446
+ }
445
447
  }
446
448
 
447
449
  };
@@ -5,9 +5,9 @@
5
5
  *
6
6
  * MathJax/extensions/MathML/content-mathml.js
7
7
  *
8
- * This file implements an XSLT transform to convert Content-MathML to
8
+ * This file provides methods to convert Content-MathML to
9
9
  * Presentation MathML for processing by MathJax. The transform is
10
- * performed in a pre-filter for the MathML input jax, so that the
10
+ * performed in a DOM filter for the MathML input jax, so that the
11
11
  * Show Math As menu will still show the Original MathML as Content MathML,
12
12
  * but the Presentation MathML can be obtained from the main MathML menu.
13
13
  *
@@ -19,8 +19,8 @@
19
19
  *
20
20
  * in your configuration.
21
21
  *
22
- * A portion of this file is taken from ctop.xsl which is
23
- * Copyright (c) David Carlisle 2001, 2002,
22
+ * A portion of this file is taken from ctop.js which is
23
+ * Copyright (c) David Carlisle 2001, 2002, 2008, 2009, 2013,
24
24
  * and is used by permission of David Carlisle, who has agreed to allow us
25
25
  * to release it under the Apache2 license (see below). That portion is
26
26
  * indicated via comments.
@@ -28,7 +28,7 @@
28
28
  * The remainder falls under the copyright that follows.
29
29
  * ---------------------------------------------------------------------
30
30
  *
31
- * Copyright (c) 2013 The MathJax Consortium
31
+ * Copyright (c) 2013-2015 The MathJax Consortium
32
32
  *
33
33
  * Licensed under the Apache License, Version 2.0 (the "License");
34
34
  * you may not use this file except in compliance with the License.
@@ -44,87 +44,1679 @@
44
44
  */
45
45
 
46
46
 
47
- MathJax.Extension["MathML/content-mathml"] = {
48
- version: "2.3"
49
- };
47
+ MathJax.Extension["MathML/content-mathml"] = (function(HUB) {
48
+ /*
49
+ * Content MathML to Presentation MathML conversion
50
+ *
51
+ * based on David Carlisle's ctop.js - https://web-xslt.googlecode.com/svn/trunk/ctop/ctop.js
52
+ *
53
+ */
50
54
 
51
- MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {
52
55
 
53
- var MATHML = MathJax.InputJax.MathML,
54
- PARSE = MATHML.Parse.prototype;
56
+ var isMSIE = HUB.Browser.isMSIE;
55
57
 
56
- MATHML.prefilterHooks.Add(function (data) {
57
- if (!MATHML.ctopXSLT) return;
58
+ if (isMSIE) {
59
+ try {document.namespaces.add("m","http://www.w3.org/1998/Math/MathML")} catch (err) {}
60
+ }
58
61
 
59
- // Parse the <math> but use MATHML.Parse's preProcessMath to apply the normal preprocessing.
60
- if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()}
61
- var doc = MATHML.ParseXML(PARSE.preProcessMath(data.math));
62
+ var CONFIG = HUB.CombineConfig("MathML.content-mathml",{
63
+ // render `a+(-b)` as `a-b`?
64
+ collapsePlusMinus: true,
62
65
 
63
- // Now transform the <math> using the ctop stylesheet.
64
- var newdoc = MATHML.ctopXSLT.transformToDocument(doc);
66
+ /* mathvariant to use with corresponding <ci> type attribute */
67
+ cistyles: {
68
+ vector: 'bold-italic',
69
+ matrix: 'bold-upright'
70
+ },
71
+
72
+ /* Symbol names to translate to characters
73
+ */
74
+ symbols: {
75
+ gamma: '\u03B3'
76
+ }
65
77
 
66
- if ((typeof newdoc) === "string") {
67
- // Internet Explorer returns a string, so just use it.
68
- data.math = newdoc;
69
- } else if (window.XMLSerializer) {
70
- // Serialize the <math> again. We could directly provide the DOM content
71
- // but other prefilterHooks may assume data.math is still a string.
72
- var serializer = new XMLSerializer();
73
- data.math = serializer.serializeToString(newdoc.documentElement, doc);
74
- }
75
78
  });
76
79
 
77
- /*
78
- * The following is taken from ctop.xsl (http://www.w3.org/Math/XSL/ctop.xsl)
79
- * which is Copyright (c) David Carlisle 2001, 2002. It is used by permission
80
- * of David Carlisle, who has agreed to allow it to be released under the
81
- * Apache2 licesnse.
82
- */
83
- var ctopStylesheet = '<x:stylesheet version="1.0" xmlns:x="http://www.w3.org/1999/XSL/Transform" xmlns="http://www.w3.org/1998/Math/MathML" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:e="http://exslt.org/strings" xmlns:c="http://exslt.org/common" exclude-result-prefixes="m e c"> <!-- Copyright David Carlisle 2001, 2002, 2008, 2009. Use and distribution of this code are permitted under the terms of the<a href="http://www.w3.org/Consortium/Legal/copyright-software-19980720" >W3C Software Notice and License</a>. 2001-2002 MathML2 version 2008-2009 Updates for MathML3 --> <x:output method="xml" /> <x:template match="/"><x:apply-templates/></x:template> <x:template match="*"><x:copy><x:copy-of select="@*"/><x:apply-templates/></x:copy></x:template> <x:template match="m:cn"><mn><x:apply-templates/></mn></x:template> <x:template match="m:cn[@type=\'complex-cartesian\']"><mrow><mn><x:apply-templates select="text()[1]"/></mn><mo>+</mo><mn><x:apply-templates select="text()[2]"/></mn><mo>&#8290;</mo><mi>i</mi></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'complex_cartesian\']]"><mrow><mn><x:apply-templates select="*[2]"/></mn><mo>+</mo><mn><x:apply-templates select="*[3]"/></mn><mo>&#8290;</mo><mi>i</mi></mrow></x:template> <x:template match="m:cn[@type=\'rational\']"><mrow><mn><x:apply-templates select="text()[1]"/></mn><mo>/</mo><mn><x:apply-templates select="text()[2]"/></mn></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'rational\']]"><mrow><mn><x:apply-templates select="*[2]"/></mn><mo>/</mo><mn><x:apply-templates select="*[3]"/></mn></mrow></x:template> <x:template match="m:cn[not(@type) or @type=\'integer\']"><x:choose><x:when test="not(@base) or @base=10"><mn><x:apply-templates/></mn></x:when><x:otherwise><msub><mn><x:apply-templates/></mn><mn><x:value-of select="@base"/></mn></msub></x:otherwise></x:choose></x:template> <x:template match="m:cn[@type=\'complex-polar\']"><mrow><mn><x:apply-templates select="text()[1]"/></mn><mo>&#8290;</mo><msup><mi>e</mi><mrow><mi>i</mi><mo>&#8290;</mo><mn><x:apply-templates select="text()[2]"/></mn></mrow></msup></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'complex_polar\']]"><mrow><x:apply-templates select="*[2]"/><mo>&#8290;</mo><msup><mi>e</mi><mrow><mi>i</mi><mo>&#8290;</mo><x:apply-templates select="*[3]"/></mrow></msup></mrow></x:template> <x:template match="m:cn[@type=\'e-notation\']"><mn><x:apply-templates select="m:sep/preceding-sibling::node()"/><x:text>E</x:text><x:apply-templates select="m:sep/following-sibling::node()"/></mn></x:template> <x:template match="m:cn[@type=\'hexdouble\']"><mn><x:text>0x</x:text><x:apply-templates/></mn></x:template> <x:template match="m:ci/text()"><mi><x:value-of select="."/></mi></x:template> <x:template match="m:ci"><mrow><x:apply-templates/></mrow></x:template> <x:template match="m:csymbol/text()"><mi><x:value-of select="."/></mi></x:template> <x:template match="m:csymbol"><mrow><x:apply-templates/></mrow></x:template> <x:template match="m:apply|m:reln"><mrow><x:choose><x:when test="*[1]/*/*"><mfenced separators=""> <x:apply-templates select="*[1]"> <x:with-param name="p" select="10"/> </x:apply-templates></mfenced></x:when><x:otherwise><x:apply-templates select="*[1]"> <x:with-param name="p" select="10"/></x:apply-templates></x:otherwise></x:choose><mo>&#8289;</mo><mfenced open="(" close=")" separators=","><x:apply-templates select="*[position()>1]"/></mfenced></mrow></x:template> <x:template match="m:bind"><mrow><x:choose><x:when test="*[1]/*/*"><mfenced separators=""> <x:apply-templates select="*[1]"> <x:with-param name="p" select="10"/> </x:apply-templates></mfenced></x:when><x:otherwise><x:apply-templates select="*[1]"> <x:with-param name="p" select="10"/></x:apply-templates></x:otherwise></x:choose><x:apply-templates select="bvar/*"/><mo>.</mo><x:apply-templates select="*[position()>1][not(self::m:bvar)]"/></mrow></x:template> <x:template match="m:fn"><mrow><x:apply-templates/></mrow></x:template> <x:template match="m:interval[*[2]]"><mfenced open="[" close="]"><x:apply-templates/></mfenced></x:template><x:template match="m:interval[*[2]][@closure=\'open\']" priority="2"><mfenced open="(" close=")"><x:apply-templates/></mfenced></x:template><x:template match="m:interval[*[2]][@closure=\'open-closed\']" priority="2"><mfenced open="(" close="]"><x:apply-templates/></mfenced></x:template><x:template match="m:interval[*[2]][@closure=\'closed-open\']" priority="2"><mfenced open="[" close=")"><x:apply-templates/></mfenced></x:template> <x:template match="m:interval"><mfenced open="{{" close="}}"><x:apply-templates/></mfenced></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'integer_interval\']]"><mfenced open="[" close="]"><x:apply-templates select="*[position()!=1]"/></mfenced></x:template><x:template match="m:apply[*[1][self::m:csymbol=\'interval\']]"><mfenced open="[" close="]"><x:apply-templates select="*[position()!=1]"/></mfenced></x:template><x:template match="m:apply[*[1][self::m:csymbol=\'interval-cc\']]"><mfenced open="[" close="]"><x:apply-templates select="*[position()!=1]"/></mfenced></x:template><x:template match="m:apply[*[1][self::m:csymbol=\'interval-oo\']]"><mfenced open="(" close=")"><x:apply-templates select="*[position()!=1]"/></mfenced></x:template><x:template match="m:apply[*[1][self::m:csymbol=\'oriented_interval\']]"><mfenced open="(" close=")"><x:apply-templates select="*[position()!=1]"/></mfenced></x:template> <x:template match="m:apply[*[1][self::m:inverse]] |m:apply[*[1][self::m:csymbol=\'inverse\']]"><msup><x:apply-templates select="*[2]"/><mrow><mo>(</mo><mn>-1</mn><mo>)</mo></mrow></msup></x:template> <x:template match="m:condition"><mrow><x:apply-templates/></mrow></x:template> <x:template match="m:declare"/> <x:template match="m:lambda |m:apply[*[1][self::m:csymbol=\'lambda\']] |m:bind[*[1][self::m:csymbol=\'lambda\']]"><mrow><mi>&#955;</mi><mrow><x:apply-templates select="m:bvar/*"/></mrow><mo>.</mo><mfenced><x:apply-templates select="*[last()]"/></mfenced></mrow></x:template> <x:template match="m:apply[*[1][self::m:compose]] |m:apply[*[1][self::m:csymbol=\'left_compose\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8728;</mo></x:with-param></x:call-template></x:template> <x:template match="m:ident"><mi>id</mi></x:template> <x:template match="m:domain"><mi>domain</mi></x:template> <x:template match="m:codomain"><mi>codomain</mi></x:template> <x:template match="m:image"><mi>image</mi></x:template> <x:template match="m:domainofapplication"><merror><mtext>unexpected domainofapplication</mtext></merror></x:template> <x:template match="m:apply[*[2][self::m:bvar]][m:domainofapplication]" priority="0.4"><mrow><munder><x:apply-templates select="*[1]"/><mrow><x:apply-templates select="m:bvar/*"/><mo>&#8712;</mo><x:apply-templates select="m:domainofapplication/*"/></mrow></munder><mfenced><x:apply-templates select="m:domainofapplication/following-sibling::*"/></mfenced></mrow></x:template> <x:template match="m:apply[m:domainofapplication]" priority="0.3"><mrow><mrow><mi>restriction</mi><mfenced><x:apply-templates select="*[1]"/><x:apply-templates select="m:domainofapplication/*"/></mfenced></mrow><mfenced><x:apply-templates select="m:domainofapplication/following-sibling::*"/></mfenced></mrow></x:template> <x:template match="m:piecewise"><mrow><mo>{</mo><mtable><x:for-each select="m:piece|m:otherwise"> <mtr> <mtd><x:apply-templates select="*[1]"/></mtd> <x:choose> <x:when test="self::m:piece"> <mtd columnalign="left"><mtext>&#160; if &#160;</mtext></mtd> <mtd><x:apply-templates select="*[2]"/></mtd> </x:when> <x:otherwise> <mtd colspan="2" columnalign="left"><mtext>&#160; otherwise</mtext></mtd> </x:otherwise> </x:choose> </mtr></x:for-each></mtable></mrow></x:template> <x:template match="m:apply[*[1][self::m:quotient]] |m:apply[*[1][self::m:csymbol=\'quotient\']]"><mrow><mo>&#8970;</mo><x:apply-templates select="*[2]"/><mo>/</mo><x:apply-templates select="*[3]"/><mo>&#8971;</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:factorial]] |m:apply[*[1][self::m:csymbol=\'factorial\']]"><mrow><x:apply-templates select="*[2]"><x:with-param name="p" select="7"/></x:apply-templates><mo>!</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:divide]] |m:apply[*[1][self::m:csymbol=\'divide\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>/</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="3"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:max]] |m:apply[*[1][self::m:csymbol=\'max\']]"><mrow><mi>max</mi><x:call-template name="set"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:min]]|m:reln[*[1][self::m:min]]"><mrow><mi>min</mi><x:call-template name="set"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:minus] and count(*)=2] |m:apply[*[1][self::m:csymbol=\'unary_minus\']]"><mrow><mo>&#8722;</mo><x:apply-templates select="*[2]"><x:with-param name="p" select="5"/></x:apply-templates></mrow></x:template> <x:template match="m:apply[*[1][self::m:minus] and count(*)&gt;2] |m:apply[*[1][self::m:csymbol=\'minus\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>&#8722;</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="2"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:plus]] |m:apply[*[1][self::m:csymbol=\'plus\']]"><x:param name="p" select="0"/><mrow><x:if test="$p &gt; 2"><mo>(</mo></x:if><x:for-each select="*[position()&gt;1]"><x:if test="position() &gt; 1"><mo><x:choose><x:when test="self::m:apply[*[1][self::m:times] and *[2][self::m:apply/*[1][self::m:minus] or self::m:cn[not(m:sep) and (number(.) &lt; 0)]]]">&#8722;</x:when><x:otherwise>+</x:otherwise></x:choose></mo></x:if><x:choose><x:when test="self::m:apply[*[1][self::m:times] and *[2][self::m:cn[not(m:sep) and (number(.) &lt;0)]]]"><mrow><mn><x:value-of select="-(*[2])"/></mn><mo>&#8290;</mo><x:apply-templates select="."><x:with-param name="first" select="2"/><x:with-param name="p" select="2"/></x:apply-templates></mrow></x:when><x:when test="self::m:apply[*[1][self::m:times] and *[2][self::m:apply/*[1][self::m:minus]]]"><mrow><x:apply-templates select="./*[2]/*[2]"/><x:apply-templates select="."><x:with-param name="first" select="2"/><x:with-param name="p" select="2"/></x:apply-templates></mrow></x:when><x:otherwise><x:apply-templates select="."><x:with-param name="p" select="2"/></x:apply-templates></x:otherwise></x:choose></x:for-each><x:if test="$p &gt; 2"><mo>)</mo></x:if></mrow></x:template> <x:template match="m:apply[*[1][self::m:power]] |m:apply[*[1][self::m:csymbol=\'power\']]"><msup><x:apply-templates select="*[2]"><x:with-param name="p" select="5"/></x:apply-templates><x:apply-templates select="*[3]"><x:with-param name="p" select="5"/></x:apply-templates></msup></x:template> <x:template match="m:apply[*[1][self::m:rem]] |m:apply[*[1][self::m:csymbol=\'rem\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>mod</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="3"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:times]] |m:apply[*[1][self::m:csymbol=\'times\']]" name="times"><x:param name="p" select="0"/><x:param name="first" select="1"/><mrow><x:if test="$p &gt; 3"><mo>(</mo></x:if><x:for-each select="*[position()&gt;1]"><x:if test="position() &gt; 1"><mo><x:choose><x:when test="self::m:cn">&#215;</x:when><x:otherwise>&#8290;</x:otherwise></x:choose></mo></x:if><x:if test="position()&gt;= $first"><x:apply-templates select="."><x:with-param name="p" select="3"/></x:apply-templates></x:if></x:for-each><x:if test="$p &gt; 3"><mo>)</mo></x:if></mrow></x:template> <x:template match="m:apply[*[1][self::m:root] and not(m:degree) or m:degree=2]" priority="4"><msqrt><x:apply-templates select="*[position()&gt;1]"/></msqrt></x:template> <x:template match="m:apply[*[1][self::m:root]]"><mroot><x:apply-templates select="*[position()&gt;1 and not(self::m:degree)]"/><mrow><x:apply-templates select="m:degree/*"/></mrow></mroot></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'root\']]"><mroot><x:apply-templates select="*[position()!=1]"/></mroot></x:template> <x:template match="m:gcd"><mi>gcd</mi></x:template> <x:template match="m:apply[*[1][self::m:and]] |m:reln[*[1][self::m:and]] |m:apply[*[1][self::m:csymbol=\'and\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8743;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:or]] |m:apply[*[1][self::m:csymbol=\'or\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="3"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8744;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:xor]] |m:apply[*[1][self::m:csymbol=\'xor\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="3"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>xor</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:not]] |m:apply[*[1][self::m:csymbol=\'not\']]"><mrow><mo>&#172;</mo><x:apply-templates select="*[2]"><x:with-param name="p" select="7"/></x:apply-templates></mrow></x:template> <x:template match="m:apply[*[1][self::m:implies]] |m:reln[*[1][self::m:implies]] |m:apply[*[1][self::m:csymbol=\'implies\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>&#8658;</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="3"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:forall]] |m:apply[*[1][self::m:csymbol=\'forall\']] |m:bind[*[1][self::m:forall]] |m:bind[*[1][self::m:csymbol=\'forall\']]"><mrow><mo>&#8704;</mo><mrow><x:apply-templates select="m:bvar[not(current()/m:condition)]/*|m:condition/*"/></mrow><mo>.</mo><mfenced><x:apply-templates select="*[last()]"/></mfenced></mrow></x:template> <x:template match="m:apply[*[1][self::m:exists]] |m:apply[*[1][self::m:csymbol=\'exists\']] |m:bind[*[1][self::m:exists]] |m:bind[*[1][self::m:csymbol=\'exists\']]"><mrow><mo>&#8707;</mo><mrow><x:apply-templates select="m:bvar[not(current()/m:condition)]/*|m:condition/*"/></mrow><mo>.</mo><mfenced separators=""><x:choose><x:when test="m:condition"><x:apply-templates select="m:condition/*"/><mo>&#8743;</mo></x:when><x:when test="m:domainofapplication"><mrow><mrow> <x:for-each select="m:bvar"> <x:apply-templates/> <x:if test="position()!=last()"> <mo>,</mo> </x:if> </x:for-each></mrow><mo>&#8712;</mo><x:apply-templates select="m:domainofapplication/*"/></mrow><mo>&#8743;</mo></x:when></x:choose><x:apply-templates select="*[last()]"/></mfenced></mrow></x:template> <x:template match="m:apply[*[1][self::m:abs]] |m:apply[*[1][self::m:csymbol=\'abs\']]"><mrow><mo>|</mo><x:apply-templates select="*[2]"/><mo>|</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:conjugate]] |m:apply[*[1][self::m:csymbol=\'conjugate\']]"><mover><x:apply-templates select="*[2]"/><mo>&#175;</mo></mover></x:template> <x:template match="m:arg"><mi>arg</mi></x:template> <x:template match="m:real|m:csymbol[.=\'real\']"><mo>&#8475;</mo></x:template> <x:template match="m:imaginary|m:csymbol[.=\'imaginary\']"><mo>&#8465;</mo></x:template> <x:template match="m:lcm"><mi>lcm</mi></x:template> <x:template match="m:apply[*[1][self::m:floor]] |m:apply[*[1][self::m:csymbol=\'floor\']]"><mrow><mo>&#8970;</mo><x:apply-templates select="*[2]"/><mo>&#8971;</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:ceiling]] |m:apply[*[1][self::m:csymbol=\'ceiling\']]"><mrow><mo>&#8968;</mo><x:apply-templates select="*[2]"/><mo>&#8969;</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:eq]] |m:reln[*[1][self::m:eq]] |m:apply[*[1][self::m:csymbol=\'eq\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>=</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:neq]] |m:apply[*[1][self::m:csymbol=\'neq\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8800;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:gt]] |m:reln[*[1][self::m:gt]] |m:apply[*[1][self::m:csymbol=\'gt\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&gt;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:lt]] |m:reln[*[1][self::m:lt]] |m:apply[*[1][self::m:csymbol=\'lt\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&lt;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:geq]] |m:apply[*[1][self::m:csymbol=\'geq\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8805;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:leq]] |m:apply[*[1][self::m:csymbol=\'leq\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8804;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:equivalent]] |m:apply[*[1][self::m:csymbol=\'equivalent\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8801;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:approx]] |m:apply[*[1][self::m:csymbol=\'approx\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="1"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8771;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:factorof]] |m:apply[*[1][self::m:csymbol=\'factorof\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>|</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="3"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:int]] |m:apply[*[1][self::m:csymbol=\'int\']] |m:bind[*[1][self::m:int]] |m:bind[*[1][self::m:csymbol=\'int\']]"><mrow><msubsup><mi>&#8747;</mi><mrow><x:apply-templates select="m:lowlimit/*|m:interval/*[1]|m:condition/*|m:domainofapplication/*"/></mrow><mrow><x:apply-templates select="m:uplimit/*|m:interval/*[2]"/></mrow></msubsup><x:apply-templates select="*[last()]"/><x:if test="m:bvar"><mi>d</mi><x:apply-templates select="m:bvar"/></x:if></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'defint\']]"><mrow><munder><mi>&#8747;</mi><x:apply-templates select="*[2]"/></munder><x:apply-templates select="*[last()]"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:diff] and not(m:bvar)]| m:apply[*[1][self::m:csymbol=\'diff\']]" priority="2"><msup><mrow><x:apply-templates select="*[2]"/></mrow><mo>&#8242;</mo></msup></x:template> <x:template match="m:apply[*[1][self::m:diff]]" priority="1"><mfrac><x:choose><x:when test="m:bvar/m:degree"><mrow><msup><mi>d</mi><x:apply-templates select="m:bvar/m:degree/node()"/></msup><x:apply-templates select="*[last()]"/></mrow><mrow><mi>d</mi><msup><x:apply-templates select="m:bvar/node()"/><x:apply-templates select="m:bvar/m:degree/node()"/></msup></mrow></x:when><x:otherwise><mrow><mi>d</mi><x:apply-templates select="*[last()]"/></mrow><mrow><mi>d</mi><x:apply-templates select="m:bvar"/></mrow></x:otherwise></x:choose></mfrac></x:template> <x:template match="m:apply[*[1][self::m:partialdiff] and m:list and m:ci and count(*)=3]" priority="2"><mrow><msub><mi>D</mi><mrow><x:for-each select="m:list[1]/*"><x:apply-templates select="."/><x:if test="position()&lt;last()"><mo>,</mo></x:if></x:for-each></mrow></msub><mrow><x:apply-templates select="*[3]"/></mrow></mrow></x:template> <x:template match="m:apply[*[1][self::m:partialdiff]]" priority="1"><mfrac><mrow><x:choose> <x:when test="not(m:bvar/m:degree) and not(m:bvar[2])"> <mo>&#8706;</mo> </x:when> <x:otherwise> <msup><mo>&#8706;</mo> <mrow> <x:choose> <x:when test="m:degree"> <x:apply-templates select="m:degree/node()"/> </x:when> <x:when test="m:bvar/m:degree[string(number(.))=\'NaN\']"> <x:for-each select="m:bvar/m:degree"> <x:apply-templates select="node()"/> <x:if test="position()&lt;last()"><mo>+</mo></x:if> </x:for-each> <x:if test="count(m:bvar[not(m:degree)])&gt;0"> <mo>+</mo><mn><x:value-of select="count(m:bvar[not(m:degree)])"/></mn> </x:if> </x:when> <x:otherwise> <mn><x:value-of select="number(sum(m:bvar/m:degree))+count(m:bvar[not(m:degree)])"/></mn> </x:otherwise> </x:choose> </mrow> </msup> </x:otherwise></x:choose><x:apply-templates select="*[last()]"/></mrow><mrow><x:for-each select="m:bvar"> <mrow> <mo>&#8706;</mo><msup><x:apply-templates select="node()"/> <mrow><x:apply-templates select="m:degree/node()"/></mrow> </msup> </mrow></x:for-each></mrow></mfrac></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'partialdiffdegree\']]"><mrow><msub><mo>&#8706;</mo><mrow><x:apply-templates select="*[2]"/></mrow></msub><mfenced><x:apply-templates select="*[4]"/></mfenced></mrow></x:template> <x:template match="m:lowlimit"/> <x:template match="m:uplimit"/> <x:template match="m:bvar"><mi><x:apply-templates/></mi><x:if test="following-sibling::m:bvar"><mo>,</mo></x:if></x:template> <x:template match="m:degree"/> <x:template match="m:divergence"><mi>div</mi></x:template> <x:template match="m:apply[*[1][self::m:divergence]and m:bvar and m:vector]"><x:variable name="v" select="m:bvar"/><mrow><mi>div</mi><mo>&#8289;</mo><mo>(</mo><mtable><x:for-each select="m:vector/*"><x:variable name="p" select="position()"/><mtr><mtd><x:apply-templates select="$v[$p]/*"/><mo>&#x21a6;</mo><x:apply-templates select="."/></mtd></mtr></x:for-each></mtable><mo>)</mo></mrow></x:template> <x:template match="m:grad"><mi>grad</mi></x:template> <x:template match="m:apply[*[1][self::m:grad]and m:bvar]"><mrow><mi>grad</mi><mo>&#8289;</mo><mrow><mo>(</mo><mfenced><x:apply-templates select="m:bvar/*"/></mfenced><mo>&#x21a6;</mo><x:apply-templates select="*[position()!=1][not(self::m:bvar)]"/><mo>)</mo></mrow></mrow></x:template> <x:template match="m:curl"><mi>curl</mi></x:template> <x:template match="m:laplacian"><msup><mo>&#8711;</mo><mn>2</mn></msup></x:template> <x:template match="m:apply[*[1][self::m:laplacian]and m:bvar]"><mrow><x:apply-templates select="*[1]"/><mo>&#8289;</mo><mrow><mo>(</mo><mfenced><x:apply-templates select="m:bvar/*"/></mfenced><mo>&#x21a6;</mo><x:apply-templates select="*[position()!=1][not(self::m:bvar)]"/><mo>)</mo></mrow></mrow></x:template> <x:template match="m:set"><x:call-template name="set"/></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'set\']]"><mfenced open="{{" close="}}" separators=","><x:apply-templates select="*[position()!=1]"/></mfenced></x:template> <x:template match="m:list"><x:call-template name="set"><x:with-param name="o" select="\'(\'"/><x:with-param name="c" select="\')\'"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'list\']]"><mfenced open="(" close=")" separators=","><x:apply-templates select="*[position()!=1]"/></mfenced></x:template> <x:template match="m:apply[*[1][self::m:union]] |m:apply[*[1][self::m:csymbol=\'union\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8746;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:union]][m:bvar] |m:apply[*[1][self::m:csymbol=\'union\']][m:bvar]" priority="2" ><x:call-template name="sum"><x:with-param name="mo"><mo>&#x22C3;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:intersect]] |m:apply[*[1][self::m:csymbol=\'intersect\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="3"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8745;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:intersect]][m:bvar] |m:apply[*[1][self::m:csymbol=\'intersect\']][m:bvar]" priority="2" ><x:call-template name="sum"><x:with-param name="mo"><mo>&#x22C2;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:in]] |m:apply[*[1][self::m:csymbol=\'in\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>&#8712;</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="3"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:notin]]|m:reln[*[1][self::m:notin]] |m:apply[*[1][self::m:csymbol=\'notin\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="mo"><mo>&#8713;</mo></x:with-param><x:with-param name="p" select="$p"/><x:with-param name="this-p" select="3"/></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:subset]] |m:apply[*[1][self::m:csymbol=\'subset\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8838;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:prsubset]] |m:apply[*[1][self::m:csymbol=\'prsubset\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8834;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:notsubset]] |m:apply[*[1][self::m:csymbol=\'notsubset\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8840;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:notprsubset]] |m:apply[*[1][self::m:csymbol=\'notprsubset\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8836;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:setdiff]] |m:apply[*[1][self::m:csymbol=\'setdiff\']]"><x:param name="p" select="0"/><x:call-template name="binary"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#8726;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:card]] |m:apply[*[1][self::m:csymbol=\'card\']]"><mrow><mo>|</mo><x:apply-templates select="*[2]"/><mo>|</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:cartesianproduct or self::m:vectorproduct]] |m:apply[*[1][self::m:csymbol[.=\'cartesian_product\' or . = \'vectorproduct\']]]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#215;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:cartesianproduct][count(following-sibling::m:reals)=count(following-sibling::*)]]" priority="2"><msup><x:apply-templates select="*[2]"><x:with-param name="p" select="5"/></x:apply-templates><mn><x:value-of select="count(*)-1"/></mn></msup></x:template> <x:template name="sum" match="m:apply[*[1][self::m:sum]]"><x:param name="mo"><mo>&#8721;</mo></x:param><mrow><munderover><x:copy-of select="$mo"/><mrow><x:apply-templates select="m:lowlimit|m:interval/*[1]|m:condition/*|m:domainofapplication/*"/></mrow><mrow><x:apply-templates select="m:uplimit/*|m:interval/*[2]"/></mrow></munderover><x:apply-templates select="*[last()]"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'sum\']]"><mrow><munder><mo>&#8721;</mo><x:apply-templates select="*[2]"/></munder><x:apply-templates select="*[last()]"/></mrow></x:template> <x:template match="m:apply/m:lowlimit" priority="3"><mrow><x:if test="../m:bvar"><x:apply-templates select="../m:bvar/node()"/><mo>=</mo></x:if><x:apply-templates/></mrow></x:template> <x:template match="m:apply[*[1][self::m:product]]"><x:call-template name="sum"><x:with-param name="mo"><mo>&#8719;</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'product\']]"><mrow><munder><mo>&#8719;</mo><x:apply-templates select="*[2]"/></munder><x:apply-templates select="*[last()]"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:limit]]"><mrow><munder><mi>lim</mi><mrow><x:apply-templates select="m:lowlimit|m:condition/*"/></mrow></munder><x:apply-templates select="*[last()]"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'limit\']][m:bind]"><mrow><munder><mi>lim</mi><mrow><x:apply-templates select="m:bind/m:bvar/*"/><mo><x:choose> <x:when test="*[3]=\'above\'">&#8600;</x:when> <x:when test="*[3]=\'below\'">&#8599;</x:when> <x:otherwise>&#8594;</x:otherwise></x:choose></mo><x:apply-templates select="*[2]"/></mrow></munder><x:apply-templates select="m:bind/*[last()]"/></mrow></x:template> <x:template match="m:apply[m:limit]/m:lowlimit" priority="4"><mrow><x:apply-templates select="../m:bvar/node()"/><mo>&#8594;</mo><x:apply-templates/></mrow></x:template> <x:template match="m:apply[*[1][self::m:tendsto]]|m:reln[*[1][self::m:tendsto]]"><x:param name="p"/><x:call-template name="binary"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo><x:choose><x:when test="@type=\'above\'">&#8600;</x:when><x:when test="@type=\'below\'">&#8599;</x:when><x:when test="@type=\'two-sided\'">&#8594;</x:when><x:otherwise>&#8594;</x:otherwise></x:choose></mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'tendsto\']]"><mrow><x:apply-templates select="*[3]"/><mo><x:choose> <x:when test="*[1][self::above]">&#8600;</x:when> <x:when test="*[1][self::below]">&#8599;</x:when> <x:when test="*[1][self::two-sided]">&#8594;</x:when> <x:otherwise>&#8594;</x:otherwise></x:choose></mo><x:apply-templates select="*[4]"/></mrow></x:template> <x:template match="m:apply[*[1][self::m:semantics/m:ci=\'tendsto\']]"><mrow><x:apply-templates select="*[2]"/><mo>&#8594;</mo><x:apply-templates select="*[3]"/></mrow></x:template> <x:template match="m:tendsto"><mi>tendsto</mi></x:template> <x:template match="m:apply[*[1][ self::m:sin or self::m:cos or self::m:tan or self::m:sec or self::m:csc or self::m:cot or self::m:sinh or self::m:cosh or self::m:tanh or self::m:sech or self::m:csch or self::m:coth or self::m:arcsin or self::m:arccos or self::m:arctan or self::m:arccosh or self::m:arccot or self::m:arccoth or self::m:arccsc or self::m:arccsch or self::m:arcsec or self::m:arcsech or self::m:arcsinh or self::m:arctanh or self::m:ln]]"><mrow><mi><x:value-of select="local-name(*[1])"/></mi><mo>&#8289;</mo><x:apply-templates select="*[2]"><x:with-param name="p" select="7"/></x:apply-templates></mrow></x:template> <x:template match=" m:sin | m:cos | m:tan | m:sec | m:csc | m:cot | m:sinh | m:cosh | m:tanh | m:sech | m:csch | m:coth | m:arcsin | m:arccos | m:arctan | m:arccosh | m:arccot | m:arccoth | m:arccsc | m:arccsch | m:arcsec | m:arcsech | m:arcsinh | m:arctanh | m:ln|m:mean| m:plus|m:minus"><mi><x:value-of select="local-name()"/></mi></x:template> <x:template match="m:apply[*[1][self::m:exp]] |m:apply[*[1][self::m:csymbol=\'exp\']]"><msup><mi>e</mi><mrow><x:apply-templates select="*[2]"/></mrow></msup></x:template> <x:template match="m:apply[*[1][self::m:log]] |m:apply[*[1][self::m:csymbol=\'log\']]"><mrow><x:choose><x:when test="not(m:logbase) or m:logbase=10"><mi>log</mi></x:when><x:otherwise><msub><mi>log</mi><mrow><x:apply-templates select="m:logbase/node()"/></mrow></msub></x:otherwise></x:choose><mo>&#8289;</mo><x:apply-templates select="*[last()]"><x:with-param name="p" select="7"/></x:apply-templates></mrow></x:template> <x:template match="m:apply[*[1][self::m:mean]] |m:apply[*[1][self::m:csymbol=\'mean\']]"><mrow><mo>&#9001;</mo><x:for-each select="*[position()&gt;1]"><x:apply-templates select="."/><x:if test="position() !=last()"><mo>,</mo></x:if></x:for-each><mo>&#9002;</mo></mrow></x:template> <x:template match="m:sdev|m:csymbol[.=\'sdev\']"><mo>&#963;</mo></x:template> <x:template match="m:apply[*[1][self::m:variance]] |m:apply[*[1][self::m:csymbol=\'variance\']]"><msup><mrow><mo>&#963;</mo><mo>&#8289;</mo><mfenced><x:apply-templates select="*[position()!=1]"/></mfenced></mrow><mn>2</mn></msup></x:template> <x:template match="m:median"><mi>median</mi></x:template> <x:template match="m:mode"><mi>mode</mi></x:template> <x:template match="m:apply[*[1][self::m:moment]]"><mrow><mo>&#9001;</mo><msup><x:variable name="data" select="*[not(position()=1)] [not(self::m:degree or self::m:momentabout)]"/><x:choose> <x:when test="$data[2]"> <mfenced> <x:apply-templates select="$data"/> </mfenced> </x:when> <x:otherwise> <x:apply-templates select="$data"/> </x:otherwise></x:choose><mrow><x:apply-templates select="m:degree/node()"/></mrow></msup><mo>&#9002;</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'moment\']]"><msub><mrow><mo>&#9001;</mo><msup> <x:apply-templates select="*[4]"/> <x:apply-templates select="*[2]"/></msup><mo>&#9002;</mo></mrow><x:apply-templates select="*[3]"/> </msub></x:template> <x:template match="m:momentabout"/> <x:template match="m:apply[*[1][self::m:moment]][m:momentabout]" priority="2"><msub><mrow><mo>&#9001;</mo><msup> <x:variable name="data" select="*[not(position()=1)] [not(self::m:degree or self::m:momentabout)]"/> <x:choose> <x:when test="$data[2]"> <mfenced> <x:apply-templates select="$data"/> </mfenced> </x:when> <x:otherwise> <x:apply-templates select="$data"/> </x:otherwise> </x:choose> <mrow><x:apply-templates select="m:degree/node()"/></mrow></msup><mo>&#9002;</mo></mrow><mrow><x:apply-templates select="m:momentabout/*"/></mrow></msub></x:template> <x:template match="m:vector"><mrow><mo>(</mo><mtable><x:for-each select="*"><mtr><mtd><x:apply-templates select="."/></mtd></mtr></x:for-each></mtable><mo>)</mo></mrow></x:template> <x:template match="m:vector[m:condition]"><mrow><mo>[</mo><x:apply-templates select="*[last()]"/><mo>|</mo><x:apply-templates select="m:condition"/><mo>]</mo></mrow></x:template> <x:template match="m:vector[m:domainofapplication]"><mrow><mo>[</mo><x:apply-templates select="*[last()]"/><mo>|</mo><x:apply-templates select="m:bvar/*"/><mo>&#x2208;</mo><x:apply-templates select="m:domainofapplication/*"/><mo>]</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'vector\']]"><mrow><mo>(</mo><mtable><x:for-each select="*[position()!=1]"><mtr><mtd><x:apply-templates select="."/></mtd></mtr></x:for-each></mtable><mo>)</mo></mrow></x:template> <x:template match="m:matrix"><mrow><mo>(</mo><mtable><x:apply-templates/></mtable><mo>)</mo></mrow></x:template> <x:template match="m:matrix[m:condition]"><mrow><mo>[</mo><msub><mi>m</mi><mrow> <x:for-each select="m:bvar"> <x:apply-templates/> <x:if test="position()!=last()"><mo>,</mo></x:if> </x:for-each></mrow></msub><mo>|</mo><mrow><msub> <mi>m</mi> <mrow> <x:for-each select="m:bvar"> <x:apply-templates/> <x:if test="position()!=last()"><mo>,</mo></x:if> </x:for-each> </mrow></msub><mo>=</mo><x:apply-templates select="*[last()]"/></mrow><mo>;</mo><x:apply-templates select="m:condition"/><mo>]</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:csymbol=\'matrix\']]"><mrow><mo>(</mo><mtable><x:apply-templates select="*[position()!=1]"/></mtable><mo>)</mo></mrow></x:template> <x:template match="m:matrix/m:matrixrow"><mtr><x:for-each select="*"><mtd><x:apply-templates select="."/></mtd></x:for-each></mtr></x:template> <x:template match="m:matrixrow"><mtable><mtr><x:for-each select="*"><mtd><x:apply-templates select="."/></mtd></x:for-each></mtr></mtable></x:template> <x:template match="m:apply[*[1][self::m:csymbol.=\'matrixrow\']]"><mtr><x:for-each select="*[position()!=1]"><mtd><x:apply-templates select="."/></mtd></x:for-each></mtr></x:template> <x:template match="m:apply[*[1][self::m:determinant]] |m:apply[*[1][self::m:csymbol=\'determinant\']]"><mrow><mi>det</mi><mo>&#8289;</mo><x:apply-templates select="*[2]"><x:with-param name="p" select="7"/></x:apply-templates></mrow></x:template> <x:template match="m:apply[*[1][self::m:determinant]][*[2][self::m:matrix]]" priority="2"><mrow><mo>|</mo><mtable><x:apply-templates select="m:matrix/*"/></mtable><mo>|</mo></mrow></x:template> <x:template match="m:apply[*[1][self::m:transpose]] |m:apply[*[1][self::m:csymbol=\'transpose\']]"><msup><x:apply-templates select="*[2]"><x:with-param name="p" select="7"/></x:apply-templates><mi>T</mi></msup></x:template> <x:template match="m:apply[*[1][self::m:selector]] |m:apply[*[1][self::m:csymbol=\'selector\']]"><msub><x:apply-templates select="*[2]"><x:with-param name="p" select="7"/></x:apply-templates><mrow><x:for-each select="*[position()&gt;2]"><x:apply-templates select="."/><x:if test="position() !=last()"><mo>,</mo></x:if></x:for-each></mrow></msub></x:template> <x:template match="m:apply[*[1][self::m:scalarproduct]] |m:apply[*[1][self::m:csymbol=\'scalarproduct\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>.</mo></x:with-param></x:call-template></x:template> <x:template match="m:apply[*[1][self::m:outerproduct]] |m:apply[*[1][self::m:csymbol=\'outerproduct\']]"><x:param name="p" select="0"/><x:call-template name="infix"><x:with-param name="this-p" select="2"/><x:with-param name="p" select="$p"/><x:with-param name="mo"><mo>&#x2297;</mo></x:with-param></x:call-template></x:template> <x:template match="m:semantics"><x:apply-templates select="*[1]"/></x:template><x:template match="m:semantics[m:annotation-xml/@encoding=\'MathML-Presentation\']"><x:apply-templates select="m:annotation-xml[@encoding=\'MathML-Presentation\']/node()"/></x:template> <x:template match="m:integers"><mi mathvariant="double-struck">Z</mi></x:template> <x:template match="m:reals"><mi mathvariant="double-struck">R</mi></x:template> <x:template match="m:rationals"><mi mathvariant="double-struck">Q</mi></x:template> <x:template match="m:naturalnumbers"><mi mathvariant="double-struck">N</mi></x:template> <x:template match="m:complexes"><mi mathvariant="double-struck">C</mi></x:template> <x:template match="m:primes"><mi mathvariant="double-struck">P</mi></x:template> <x:template match="m:exponentiale"><mi>e</mi></x:template> <x:template match="m:imaginaryi"><mi>i</mi></x:template> <x:template match="m:notanumber"><mi>NaN</mi></x:template> <x:template match="m:true"><mi>true</mi></x:template> <x:template match="m:false"><mi>false</mi></x:template> <x:template match="m:emptyset|m:csymbol[.=\'emptyset\']"><mi>&#8709;</mi></x:template> <x:template match="m:pi|m:csymbol[.=\'pi\']"><mi>&#960;</mi></x:template> <x:template match="m:eulergamma|m:csymbol[.=\'gamma\']"><mi>&#947;</mi></x:template> <x:template match="m:infinity|m:csymbol[.=\'infinity\']"><mi>&#8734;</mi></x:template> <x:template name="infix" ><x:param name="mo"/><x:param name="p" select="0"/><x:param name="this-p" select="0"/><x:variable name="dmo"><x:choose><x:when test="m:domainofapplication"><munder><x:copy-of select="$mo"/><mrow> <x:apply-templates select="m:domainofapplication/*"/></mrow></munder></x:when><x:otherwise><x:copy-of select="$mo"/></x:otherwise></x:choose></x:variable><mrow><x:if test="$this-p &lt; $p"><mo>(</mo></x:if><x:for-each select="*[not(self::m:domainofapplication)][position()&gt;1]"><x:if test="position() &gt; 1"><x:copy-of select="$dmo"/></x:if><x:apply-templates select="."><x:with-param name="p" select="$this-p"/></x:apply-templates></x:for-each><x:if test="$this-p &lt; $p"><mo>)</mo></x:if></mrow></x:template> <x:template name="binary" ><x:param name="mo"/><x:param name="p" select="0"/><x:param name="this-p" select="0"/><mrow><x:if test="$this-p &lt; $p"><mo>(</mo></x:if><x:apply-templates select="*[2]"><x:with-param name="p" select="$this-p"/></x:apply-templates><x:copy-of select="$mo"/><x:apply-templates select="*[3]"><x:with-param name="p" select="$this-p"/></x:apply-templates><x:if test="$this-p &lt; $p"><mo>)</mo></x:if></mrow></x:template> <x:template name="set" ><x:param name="o" select="\'{\'"/><x:param name="c" select="\'}\'"/><mrow><mo><x:value-of select="$o"/></mo><x:choose><x:when test="m:condition"><mrow><x:apply-templates select="m:condition/following-sibling::*"/></mrow><mo>|</mo><mrow><x:apply-templates select="m:condition/node()"/></mrow></x:when><x:when test="m:domainofapplication"><mrow><x:apply-templates select="m:domainofapplication/following-sibling::*"/></mrow><mo>|</mo><mrow><x:apply-templates select="m:bvar/node()"/></mrow><mo>&#8712;</mo><mrow><x:apply-templates select="m:domainofapplication/node()"/></mrow></x:when><x:otherwise><x:for-each select="*[not(position()=1 and parent::m:apply)]"><x:apply-templates select="."/><x:if test="position() !=last()"><mo>,</mo></x:if></x:for-each></x:otherwise></x:choose><mo><x:value-of select="$c"/></mo></mrow></x:template> <x:template match="m:cs"><ms><x:value-of select=" translate(., \'&#9;&#10;&#13;&#32;\', \'&#160;&#160;&#160;&#160;\')"/></ms></x:template> <x:template match="m:cbytes"><mrow/></x:template> <x:template match="m:cerror"><merror><x:apply-templates/></merror></x:template> <x:template match="m:share" priority="4"><mi href="{@href}">share<x:value-of select="substring-after(@href,\'#\')"/></mi></x:template> <x:output indent="yes" omit-xml-declaration="yes"/> <x:template match="*"><x:copy><x:copy-of select="@*"/><x:apply-templates/></x:copy></x:template> <x:template match="*[@dir=\'rtl\']" priority="10"><!--starting rtl<x:value-of select="name()"/>.--><x:apply-templates mode="rtl" select="."/></x:template> <x:template match="@*" mode="rtl"><x:copy-of select="."/></x:template><x:template match="*" mode="rtl"><x:copy><x:apply-templates select="@*" mode="rtl"/><x:for-each select="node()"><x:sort data-type="number" order="descending" select="position()"/><x:text></x:text><x:apply-templates mode="rtl" select="."/></x:for-each></x:copy></x:template> <x:template match="@open" mode="rtl"><x:attribute name="close"><x:value-of select="."/></x:attribute></x:template> <x:template match="@open[.=\'(\']" mode="rtl"><x:attribute name="close">)</x:attribute></x:template> <x:template match="@open[.=\')\']" mode="rtl"><x:attribute name="close">(</x:attribute></x:template> <x:template match="@open[.=\'[\']" mode="rtl"><x:attribute name="close">]</x:attribute></x:template> <x:template match="@open[.=\']\']" mode="rtl"><x:attribute name="close">[</x:attribute></x:template> <x:template match="@open[.=\'{\']" mode="rtl"><x:attribute name="close">}</x:attribute></x:template> <x:template match="@open[.=\'}\']" mode="rtl"><x:attribute name="close">{</x:attribute></x:template> <x:template match="@close" mode="rtl"><x:attribute name="open"><x:value-of select="."/></x:attribute></x:template> <x:template match="@close[.=\'(\']" mode="rtl"><x:attribute name="open">)</x:attribute></x:template> <x:template match="@close[.=\')\']" mode="rtl"><x:attribute name="open">(</x:attribute></x:template> <x:template match="@close[.=\'[\']" mode="rtl"><x:attribute name="open">]</x:attribute></x:template> <x:template match="@close[.=\']\']" mode="rtl"><x:attribute name="open">[</x:attribute></x:template> <x:template match="@close[.=\'{\']" mode="rtl"><x:attribute name="open">}</x:attribute></x:template> <x:template match="@close[.=\'}\']" mode="rtl"><x:attribute name="open">{</x:attribute></x:template> <x:template match="m:mfrac[@bevelled=\'true\']" mode="rtl"><mrow><msub><mi></mi><x:apply-templates select="*[2]" mode="rtl"/></msub><mo>&#x5c;</mo><msup><mi></mi><x:apply-templates select="*[1]" mode="rtl"/></msup></mrow></x:template> <x:template match="m:mfrac" mode="rtl"><x:copy><x:apply-templates mode="rtl" select="@*|*"/></x:copy></x:template> <x:template match="m:mroot" mode="rtl"><msup><menclose notation="top right"><x:apply-templates mode="rtl" select="@*|*[1]"/></menclose><x:apply-templates mode="rtl" select="*[2]"/></msup></x:template> <x:template match="m:msqrt" mode="rtl"><menclose notation="top right"><x:apply-templates mode="rtl" select="@*|*[1]"/></menclose></x:template> <x:template match="m:mtable|m:munder|m:mover|m:munderover" mode="rtl" priority="2"><x:copy><x:apply-templates select="@*" mode="rtl"/><x:apply-templates mode="rtl"></x:apply-templates></x:copy></x:template><x:template match="m:msup" mode="rtl" priority="2"><mmultiscripts><x:apply-templates select="*[1]" mode="rtl"/><mprescripts/><none/><x:apply-templates select="*[2]" mode="rtl"/></mmultiscripts></x:template><x:template match="m:msub" mode="rtl" priority="2"><mmultiscripts><x:apply-templates select="*[1]" mode="rtl"/><mprescripts/><x:apply-templates select="*[2]" mode="rtl"/><none/></mmultiscripts></x:template><x:template match="m:msubsup" mode="rtl" priority="2"><mmultiscripts><x:apply-templates select="*[1]" mode="rtl"/><mprescripts/><x:apply-templates select="*[2]" mode="rtl"/><x:apply-templates select="*[3]" mode="rtl"/></mmultiscripts></x:template><x:template match="m:mmultiscripts" mode="rtl" priority="2"><mmultiscripts><x:apply-templates select="*[1]" mode="rtl"/><x:for-each select="m:mprescripts/following-sibling::*[position() mod 2 = 1]"><x:sort data-type="number" order="descending" select="position()"/><x:apply-templates select="." mode="rtl"/><x:apply-templates select="following-sibling::*[1]" mode="rtl"/></x:for-each><mprescripts/><x:for-each select="m:mprescripts/preceding-sibling::*[position()!=last()][position() mod 2 = 0]"><x:sort data-type="number" order="descending" select="position()"/><x:apply-templates select="." mode="rtl"/><x:apply-templates select="following-sibling::*[1]" mode="rtl"/></x:for-each></mmultiscripts></x:template><x:template match="m:mmultiscripts[not(m:mprescripts)]" mode="rtl" priority="3"><mmultiscripts><x:apply-templates select="*[1]" mode="rtl"/><mprescripts/><x:for-each select="*[position() mod 2 = 0]"><x:sort data-type="number" order="descending" select="position()"/><x:apply-templates select="." mode="rtl"/><x:apply-templates select="following-sibling::*[1]" mode="rtl"/></x:for-each></mmultiscripts></x:template><x:template match="text()[.=\'(\']" mode="rtl">)</x:template><x:template match="text()[.=\')\']" mode="rtl">(</x:template><x:template match="text()[.=\'{\']" mode="rtl">}</x:template><x:template match="text()[.=\'}\']" mode="rtl">{</x:template><x:template match="text()[.=\'&lt;\']" mode="rtl">&gt;</x:template><x:template match="text()[.=\'&gt;\']" mode="rtl">&lt;</x:template><x:template match="text()[.=\'&#x2208;\']" mode="rtl">&#x220b;</x:template><x:template match="text()[.=\'&#x220b;\']" mode="rtl">&#x2208;</x:template><x:template match="text()[.=\'&#x2211;\']|text()[.=\'&#x222b;\']" mode="rtl"><svg width="20" height="20" version="1.1" xmlns="http://www.w3.org/2000/svg"><g transform="matrix(-1 0 0 1 0 0 )"><text id="TextElement" x="-20" y="15" ><x:value-of select="."/></text></g></svg></x:template> <x:template match="@notation[.=\'radical\']" mode="rtl"><x:attribute name="notation">top right</x:attribute></x:template> <x:template name="mml2attrib"><!-- <x:copy-of select="@*[not(local-name()=\'href\')]"/> --><x:copy-of select="@*[not(local-name()=\'href\')]"/><x:attribute name="style"><x:if test="@style"><x:value-of select="@style"/>;</x:if><x:if test="@mathcolor">color:<x:value-of select="@mathcolor"/>;</x:if><x:if test="@mathbackground">background-color:<x:value-of select="@mathbackground"/>;</x:if></x:attribute></x:template> <!-- <x:template match="*[@href]" priority="3"><a xmlns="http://www.w3.org/1999/xhtml" style="text-decoration: none" href="{@href}"><x:copy><x:call-template name="mml2attrib"/><x:attribute name="class"><x:text>mmlhref</x:text><x:value-of select="@class"/></x:attribute><x:apply-templates/></x:copy></a></x:template>--><x:template match="*[@mathcolor|@mathbackground]"><x:copy><x:call-template name="mml2attrib"/><x:apply-templates/></x:copy></x:template> <x:param name="hascolspan" select="true()"/> <x:template match="m:mstack"><mtable columnspacing="0em"><x:variable name="t"><x:apply-templates select="*" mode="mstack1"><x:with-param name="p" select="0"/></x:apply-templates></x:variable><x:variable name="maxl"><x:for-each select="c:node-set($t)/*/@l"><x:sort data-type="number" order="descending"/><x:if test="position()=1"><x:value-of select="."/></x:if></x:for-each></x:variable><x:for-each select="c:node-set($t)/*[not(@class=\'mscarries\') or following-sibling::*[1]/@class=\'mscarries\']"><x:variable name="c" select="preceding-sibling::*[1][@class=\'mscarries\']"/><x:text>&#10;</x:text><mtr><x:variable name="offset" select="$maxl - @l"/><x:choose><x:when test="$hascolspan and @class=\'msline\' and (string(*[1]/@columnspan)=\'\' or string(*[1]/@columnspan)=\'0\')"><mtd columnspan="{$maxl}"><x:copy-of select="*/@style"/></mtd></x:when><x:when test="@class=\'msline\' and @l=\'*\'"><x:variable name="msl" select="*[1]"/><x:for-each select="(//node())[position()&lt;=$maxl]"><x:copy-of select="$msl"/></x:for-each></x:when><x:when test="$c"><x:variable name="ldiff" select="$c/@l - @l"/><x:variable name="loffset" select="$maxl - $c/@l"/><x:for-each select="(//*)[position()&lt;= $offset]"><x:variable name="pn" select="position()"/><x:variable name="cy" select="$c/*[position()=$pn - $loffset]"/> <mtd> <x:if test="$cy/*"/> <mover><mphantom><mn>0</mn></mphantom><mpadded width="0em" lspace="-0.5width"><x:copy-of select="$cy/*/*"/></mpadded></mover> </mtd></x:for-each><x:for-each select="*"><x:variable name="pn" select="position()"/><x:variable name="cy" select="$c/*[position()=$pn + $ldiff]"/><x:copy> <x:copy-of select="@*"/> <x:variable name="b"> <x:choose> <x:when test="not(string($cy/@crossout) or $cy/@crossout=\'none\')"><x:copy-of select="*"/></x:when> <x:otherwise> <menclose notation="{$cy/@crossout}"><x:copy-of select="*"/></menclose> </x:otherwise> </x:choose> </x:variable> <x:choose> <x:when test="$cy/*/m:none or not($cy/*/*)"><x:copy-of select="$b"/></x:when> <x:when test="not(string($cy/@location)) or $cy/@location=\'n\'"> <mover><x:copy-of select="$b"/><mpadded width="0em" lspace="-0.5width"><x:copy-of select="$cy/*/*"/></mpadded></mover> </x:when> <x:when test="$cy/@location=\'nw\'"> <mmultiscripts><x:copy-of select="$b"/><mprescripts/><none/><mpadded lspace="-1width" width="0em"><x:copy-of select="$cy/*/*"/></mpadded></mmultiscripts> </x:when> <x:when test="$cy/@location=\'s\'"> <munder><x:copy-of select="$b"/><mpadded width="0em" lspace="-0.5width"><x:copy-of select="$cy/*/*"/></mpadded></munder> </x:when> <x:when test="$cy/@location=\'sw\'"> <mmultiscripts><x:copy-of select="$b"/><mprescripts/><mpadded lspace="-1width" width="0em"><x:copy-of select="$cy/*/*"/></mpadded><none/></mmultiscripts> </x:when> <x:when test="$cy/@location=\'ne\'"> <msup><x:copy-of select="$b"/><mpadded width="0em"><x:copy-of select="$cy/*/*"/></mpadded></msup> </x:when> <x:when test="$cy/@location=\'se\'"> <msub><x:copy-of select="$b"/><mpadded width="0em"><x:copy-of select="$cy/*/*"/></mpadded></msub> </x:when> <x:when test="$cy/@location=\'w\'"> <msup><mrow/><mpadded lspace="-1width" width="0em"><x:copy-of select="$cy/*/*"/></mpadded></msup> <x:copy-of select="$b"/> </x:when> <x:when test="$cy/@location=\'e\'"> <x:copy-of select="$b"/> <msup><mrow/><mpadded width="0em"><x:copy-of select="$cy/*/*"/></mpadded></msup> </x:when> <x:otherwise> <x:copy-of select="$b"/> </x:otherwise> </x:choose></x:copy></x:for-each></x:when><x:otherwise><x:for-each select="(//*)[position()&lt;= $offset]"><mtd/></x:for-each><x:copy-of select="*"/></x:otherwise></x:choose></mtr></x:for-each></mtable></x:template> <x:template mode="mstack1" match="*"><x:param name="p"/><x:param name="maxl" select="0"/><mtr l="{1 + $p}"><x:if test="ancestor::mstack[1]/@stackalign=\'left\'"><x:attribute name="l"><x:value-of select="$p"/></x:attribute></x:if><mtd><x:apply-templates select="."/></mtd></mtr></x:template> <x:template mode="mstack1" match="m:msrow"><x:param name="p"/><x:param name="maxl" select="0"/><x:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/><x:variable name="align"><x:choose><x:when test="string($align1)=\'\'">decimalpoint</x:when><x:otherwise><x:value-of select="$align1"/></x:otherwise></x:choose></x:variable><x:variable name="row"><x:apply-templates mode="mstack1" select="*"><x:with-param name="p" select="0"/></x:apply-templates></x:variable><x:text>&#10;</x:text><x:variable name="l1"><x:choose><x:when test="$align=\'decimalpoint\' and m:mn"><x:for-each select="c:node-set($row)/m:mtr[m:mtd/m:mn][1]"><x:value-of select="number(sum(@l))+count(preceding-sibling::*/@l)"/></x:for-each></x:when><x:when test="$align=\'right\' or $align=\'decimalpoint\'"><x:value-of select="count(c:node-set($row)/m:mtr/m:mtd)"/></x:when><x:otherwise><x:value-of select="0"/></x:otherwise></x:choose></x:variable><mtr class="msrow" l="{number($l1) + number(sum(@position)) +$p}"><x:copy-of select="c:node-set($row)/m:mtr/*"/></mtr></x:template> <x:template mode="mstack1" match="m:mn"><x:param name="p"/><x:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/><x:variable name="dp1" select="ancestor::*[@decimalpoint][1]/@decimalpoint"/><x:variable name="align"><x:choose><x:when test="string($align1)=\'\'">decimalpoint</x:when><x:otherwise><x:value-of select="$align1"/></x:otherwise></x:choose></x:variable><x:variable name="dp"><x:choose><x:when test="string($dp1)=\'\'">.</x:when><x:otherwise><x:value-of select="$dp1"/></x:otherwise></x:choose></x:variable><mtr l="$p"><x:variable name="mn" select="normalize-space(.)"/><x:variable name="len" select="string-length($mn)"/><x:choose><x:when test="$align=\'right\' or ($align=\'decimalpoint\' and not(contains($mn,$dp)))"><x:attribute name="l"><x:value-of select="$p + $len"/></x:attribute></x:when><x:when test="$align=\'decimalpoint\'"><x:attribute name="l"><x:value-of select="$p + string-length(substring-before($mn,$dp))"/></x:attribute></x:when></x:choose> <x:for-each select="(//node())[position() &lt;=$len]"><x:variable name="pos" select="position()"/><mtd><mn><x:value-of select="substring($mn,$pos,1)"/></mn></mtd></x:for-each></mtr></x:template> <x:template match="m:msgroup" mode="mstack1"><x:param name="p"/><x:variable name="s" select="number(sum(@shift))"/><x:variable name="thisp" select="number(sum(@position))"/><x:for-each select="*"><x:apply-templates mode="mstack1" select="."><x:with-param name="p" select="number($p)+$thisp+(position()-1)*$s"/></x:apply-templates></x:for-each></x:template> <x:template match="m:msline" mode="mstack1"><x:param name="p"/><x:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/><x:variable name="align"><x:choose><x:when test="string($align1)=\'\'">decimalpoint</x:when><x:otherwise><x:value-of select="$align1"/></x:otherwise></x:choose></x:variable><mtr class="msline"><x:attribute name="l"><x:choose><x:when test="not(string(@length)) or @length=0">*</x:when><x:when test="string($align)=\'right\' or string($align)=\'decimalpoint\' "><x:value-of select="$p+ @length"/></x:when><x:otherwise><x:value-of select="$p"/></x:otherwise></x:choose></x:attribute><x:variable name="w"><x:choose><x:when test="@mslinethickness=\'thin\'">0.1em</x:when><x:when test="@mslinethickness=\'medium\'">0.15em</x:when><x:when test="@mslinethickness=\'thick\'">0.2em</x:when><x:when test="@mslinethickness"><x:value-of select="@mslinethickness"/></x:when><x:otherwise>0.15em</x:otherwise></x:choose></x:variable><x:choose><x:when test="$hascolspan"><mtd class="msline" columnspan="{@length}"><x:copy-of select="@position"/><x:attribute name="style"><x:value-of select="concat(\'border-style: solid; border-width: 0 0 \',$w,\' 0\')"/></x:attribute></mtd></x:when><x:when test="not(string(@length)) or @length=0"><mtd class="mslinemax"><mpadded lspace="-0.5em" width="0em" height="0em"><mfrac linethickness="{$w}"><mspace width="1em"/><mrow/></mfrac></mpadded></mtd></x:when><x:otherwise><x:variable name="l" select="@length"/><x:for-each select="(//node())[position()&lt;=$l]"><mtd class="msline"><mpadded lspace="-0.5em" width="0em" height="0em"><mfrac linethickness="{$w}"> <mspace width="1em"/> <mrow/></mfrac></mpadded></mtd></x:for-each></x:otherwise></x:choose></mtr></x:template> <x:template match="m:mscarries" mode="mstack1"><x:param name="p"/><x:variable name="align1" select="ancestor::m:mstack[1]/@stackalign"/><x:variable name="l1"><x:choose><x:when test="string($align1)=\'left\'">0</x:when><x:otherwise><x:value-of select="count(*)"/></x:otherwise></x:choose></x:variable><mtr class="mscarries" l="{$p + $l1 + sum(@position)}"><x:apply-templates select="*" mode="msc"/></mtr></x:template> <x:template match="*" mode="msc"><mtd><x:copy-of select="../@location|../@crossout"/><mstyle mathsize="70%"><x:apply-templates select="."/></mstyle></mtd></x:template> <x:template match="m:mscarry" mode="msc"><mtd><x:copy-of select="@location|@crossout"/><mstyle mathsize="70%"><x:apply-templates select="*"/></mstyle></mtd></x:template> <x:template match="m:mlongdiv"><x:variable name="ms"><mstack><x:copy-of select="(ancestor-or-self::*/@decimalpoint)[last()]"/><x:choose><x:when test="@longdivstyle=\'left/\right\'"><msrow><mrow><x:copy-of select="*[1]"/></mrow><mo>/</mo><x:copy-of select="*[3]"/><mo>\</mo><x:copy-of select="*[2]"/></msrow></x:when><x:when test="@longdivstyle=\'left)(right\'"><msrow><mrow><x:copy-of select="*[1]"/></mrow><mo>)</mo><x:copy-of select="*[3]"/><mo>(</mo><x:copy-of select="*[2]"/></msrow></x:when><x:when test="@longdivstyle=\':right=right\'"><msrow><x:copy-of select="*[3]"/><mo>:</mo><x:copy-of select="*[1]"/><mo>=</mo><x:copy-of select="*[2]"/></msrow></x:when><x:otherwise><x:copy-of select="*[2]"/><msline length="{string-length(*[3])}"/><msrow><mrow><x:copy-of select="*[1]"/></mrow><mo>)</mo><x:copy-of select="*[3]"/></msrow></x:otherwise></x:choose><x:copy-of select="*[position()&gt;3]"/></mstack></x:variable><x:apply-templates select="c:node-set($ms)"/></x:template> <x:template match="m:menclose[@notation=\'madruwb\']" mode="rtl"><menclose notation="bottom right"><x:apply-templates mode="rtl"/></menclose></x:template> </x:stylesheet>';
84
- /*
85
- * End of ctop.xsl material.
86
- */
87
-
88
- var ctop;
89
- if (window.XSLTProcessor) {
90
- // standard method: just use an XSLTProcessor and parse the stylesheet
91
- if (!MATHML.ParseXML) {MATHML.ParseXML = MATHML.createParser()}
92
- MATHML.ctopXSLT = new XSLTProcessor();
93
- MATHML.ctopXSLT.importStylesheet(MATHML.ParseXML(ctopStylesheet));
94
- } else if (MathJax.Hub.Browser.isMSIE) {
95
- // nonstandard methods for Internet Explorer
96
- if (MathJax.Hub.Browser.versionAtLeast("9.0")) {
97
- // For Internet Explorer >= 9, use createProcessor
98
- ctop = new ActiveXObject("Msxml2.FreeThreadedDOMDocument");
99
- ctop.loadXML(ctopStylesheet);
100
- var xslt = new ActiveXObject("Msxml2.XSLTemplate");
101
- xslt.stylesheet = ctop;
102
- MATHML.ctopXSLT = {
103
- ctop: xslt.createProcessor(),
104
- transformToDocument: function(doc) {
105
- this.ctop.input = doc;
106
- this.ctop.transform();
107
- return this.ctop.output;
108
- }
109
- }
110
- } else {
111
- // For Internet Explorer <= 8, use transformNode
112
- ctop = MATHML.createMSParser();
113
- ctop.async = false;
114
- ctop.loadXML(ctopStylesheet);
115
- MATHML.ctopXSLT = {
116
- ctop: ctop,
117
- transformToDocument: function(doc) {
118
- return doc.documentElement.transformNode(this.ctop);
80
+ var CToP = {
81
+ version: '2.4',
82
+ settings: CONFIG,
83
+
84
+ /* Transform the given <math> elements from Content MathML to Presentation MathML and replace the original elements
85
+ */
86
+ transformElements: function(elements) {
87
+ for (var i = 0, l = elements.length; i<l; i++ ) {
88
+ var mathNode = CToP.transformElement(elements[i]);
89
+ elements[i].parentNode.replaceChild(mathNode,elements[i]);
90
+ }
91
+ },
92
+
93
+ /* Transform a Content MathML element into Presentation MathML, and return the new element
94
+ */
95
+ transformElement: function(element) {
96
+ var mathNode = CToP.cloneNode(element);
97
+ for (var j = 0, l = element.childNodes.length; j<l; j++ ) {
98
+ CToP.applyTransform(mathNode,element.childNodes[j],0);
99
+ }
100
+ return mathNode;
101
+ },
102
+
103
+ getTextContent: function(element) {
104
+ return element.text !== undefined ? element.text : element.innerText !== undefined ? element.innerText : element.textContent;
105
+ },
106
+
107
+ setTextContent: function(element,textContent) {
108
+ for (var i = 0, l = element.childNodes.length; i<l; i++) {
109
+ if (element.childNodes[i].nodeType === 3) {
110
+ element.removeChild(element.childNodes[i]);
111
+ i--;
112
+ l--;
113
+ }
114
+ }
115
+ element.appendChild(document.createTextNode(textContent));
116
+ },
117
+
118
+ cloneNode: function(element,deep) {
119
+ var clone, i, l;
120
+ if (element.nodeType === 1) {
121
+ clone = CToP.createElement(element.nodeName);
122
+ for (i = 0, l = element.attributes.length; i<l; i++ ) {
123
+ clone.setAttribute(element.attributes[i].nodeName,element.attributes[i].nodeValue);
124
+ }
125
+ if (deep) {
126
+ for (i = 0, l = element.childNodes.length; i<l; i++ ) {
127
+ var clonedChild = CToP.cloneNode(element.childNodes[i],true);
128
+ clone.appendChild(clonedChild);
129
+ }
130
+ }
131
+ } else if (element.nodeType === 3) {
132
+ clone = document.createTextNode(element.nodeValue);
133
+ }
134
+ return clone;
135
+ },
136
+
137
+ /* Create an element with given name, belonging to the MathML namespace
138
+ */
139
+ createElement: function(name) {
140
+ var math = (isMSIE ? document.createElement("m:"+name) :
141
+ document.createElementNS("http://www.w3.org/1998/Math/MathML",name));
142
+ math.isMathJax = true;
143
+ return math;
144
+ },
145
+
146
+ /* Get node's children
147
+ */
148
+ getChildren: function(node) {
149
+ var children = [];
150
+ for (var j = 0, l = node.childNodes.length; j<l; j++ ) {
151
+ if (node.childNodes[j].nodeType === 1) {
152
+ children.push(node.childNodes[j]);
153
+ }
154
+ }
155
+ return children;
156
+ },
157
+
158
+ /* Classify node's children as argumentss, variable bindings, or qualifiers
159
+ */
160
+ classifyChildren: function(contentMMLNode) {
161
+ var args = [], bvars = [], qualifiers = [];
162
+ for (var j = 0, l = contentMMLNode.childNodes.length; j<l; j++ ) {
163
+ if (contentMMLNode.childNodes[j].nodeType === 1) {
164
+ var childNode = contentMMLNode.childNodes[j], name = childNode.nodeName;
165
+ if (name === 'bvar') {
166
+ bvars.push(childNode);
167
+ } else if (name === 'condition'||
168
+ name === 'degree'||
169
+ name === 'momentabout'||
170
+ name === 'logbase'||
171
+ name === 'lowlimit'||
172
+ name === 'uplimit'||
173
+ (name === 'interval' && args.length<2)||
174
+ name === 'domainofapplication') {
175
+ qualifiers.push(childNode);
176
+ } else {
177
+ args.push(childNode);
178
+ }
179
+ }
180
+ }
181
+ return {
182
+ args:args,
183
+ bvars:bvars,
184
+ qualifiers:qualifiers
185
+ };
186
+ },
187
+
188
+ /* Add an element with given name and text content
189
+ */
190
+ appendToken: function(parentNode,name,textContent) {
191
+ var element = CToP.createElement(name);
192
+ element.appendChild(document.createTextNode(textContent));
193
+ parentNode.appendChild(element);
194
+ return element;
195
+ },
196
+
197
+ /* Transform a Content MathML node to Presentation MathML node(s), and attach it to the parent
198
+ */
199
+ applyTransform: function(parentNode,contentMMLNode,precedence) {
200
+ if (!contentMMLNode) {
201
+ var merror = CToP.createElement('merror');
202
+ CToP.appendToken(merror,'mtext','Missing child node');
203
+ parentNode.appendChild(merror);
204
+ return;
205
+ }
206
+ if (contentMMLNode.nodeType === 1) {
207
+ if (CToP.tokens[contentMMLNode.nodeName]) {
208
+ CToP.tokens[contentMMLNode.nodeName](parentNode,contentMMLNode,precedence);
209
+ } else if (contentMMLNode.childNodes.length === 0) {
210
+ CToP.appendToken(parentNode,'mi',contentMMLNode.nodeName);
211
+ } else {
212
+ var clonedChild = CToP.cloneNode(contentMMLNode);
213
+ parentNode.appendChild(clonedChild);
214
+ for (var j = 0, l = contentMMLNode.childNodes.length; j<l; j++ ) {
215
+ CToP.applyTransform(clonedChild,contentMMLNode.childNodes[j],precedence);
216
+ }
217
+ }
218
+ } else if (contentMMLNode.nodeType === 3) {
219
+ parentNode.appendChild(CToP.cloneNode(contentMMLNode));
220
+ }
221
+ },
222
+
223
+ /* Make an mfenced environment
224
+ */
225
+ createmfenced: function(children,open,close) {
226
+ var mf = CToP.createElement('mfenced');
227
+ mf.setAttribute('open',open);
228
+ mf.setAttribute('close',close);
229
+ for (var j = 0, l = children.length; j<l; j++ ) {
230
+ CToP.applyTransform(mf,children[j],0);
231
+ }
232
+ return mf;
233
+ },
234
+
235
+ transforms: {
236
+
237
+ /* Transform an identifier symbol
238
+ */
239
+ identifier: function(textContent) {
240
+ return function(parentNode,contentMMLNode,precedence) {
241
+ CToP.appendToken(parentNode,'mi',textContent);
242
+ }
243
+ },
244
+
245
+ /* Transform a set or set-like notation
246
+ */
247
+ set: function(open,close) {
248
+ var bindSet = CToP.transforms.bind('',',','|');
249
+ return function(parentNode,contentMMLNode) {
250
+ var children = CToP.classifyChildren(contentMMLNode);
251
+
252
+ var args = children.args, bvars = children.bvars, qualifiers = children.qualifiers;
253
+ if (bvars.length) {
254
+ var firstArg = children.args[0];
255
+ args = args.slice(1);
256
+ var mfenced = CToP.createElement('mfenced');
257
+ mfenced.setAttribute('open',open);
258
+ mfenced.setAttribute('close',close);
259
+ bindSet(mfenced,contentMMLNode,firstArg,args,bvars,qualifiers,0);
260
+ parentNode.appendChild(mfenced);
261
+ } else {
262
+ parentNode.appendChild(CToP.createmfenced(args,open,close));
263
+ }
264
+ }
265
+ },
266
+
267
+ /* Transform a content token to a presentation token
268
+ *
269
+ * (function factory)
270
+ * @param {string} name - name of the corresponding presentation MML tag
271
+ */
272
+ token: function(name) {
273
+ return function(parentNode,contentMMLNode) {
274
+ if (contentMMLNode.childNodes.length === 1 && contentMMLNode.childNodes[0].nodeType === 3) {
275
+ CToP.appendToken(parentNode,name,CToP.getTextContent(contentMMLNode));
276
+ } else {
277
+ var mrow = CToP.createElement('mrow');
278
+ for (var j = 0, l = contentMMLNode.childNodes.length; j<l; j++ ) {
279
+ if (contentMMLNode.childNodes[j].nodeType === 3) {
280
+ CToP.appendToken(parentNode,name,CToP.getTextContent(contentMMLNode.childNodes[j]));
281
+ }else{
282
+ CToP.applyTransform(mrow,contentMMLNode.childNodes[j],0);
283
+ }
284
+ }
285
+ if (mrow.childNodes.length) {
286
+ parentNode.appendChild(mrow);
287
+ }
288
+ }
289
+ }
290
+ },
291
+
292
+ /* Transform a binary operation
293
+ *
294
+ * (function factory)
295
+ */
296
+ binary: function(name,tokenPrecedence) {
297
+ return function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
298
+ var mrow = CToP.createElement('mrow');
299
+ var needsBrackets = tokenPrecedence<precedence || (tokenPrecedence == precedence && name === "-");
300
+ if (needsBrackets) {
301
+ CToP.appendToken(mrow,'mo','(');
302
+ }
303
+ if (args.length>1) {
304
+ CToP.applyTransform(mrow,args[0],tokenPrecedence);
305
+ }
306
+ CToP.appendToken(mrow,'mo',name);
307
+ if (args.length>0) {
308
+ var z = args[(args.length === 1)?0:1];
309
+ CToP.applyTransform(mrow,z,tokenPrecedence);
310
+ }
311
+ if (needsBrackets) {
312
+ CToP.appendToken(mrow,'mo',')');
313
+ }
314
+ parentNode.appendChild(mrow);
315
+ }
316
+ },
317
+
318
+ /* Transform an infix operator
319
+ *
320
+ * (function factory)
321
+ */
322
+ infix: function(name,tokenPrecedence) {
323
+ return function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
324
+ var mrow = CToP.createElement('mrow');
325
+ var needsBrackets = precedence>tokenPrecedence;
326
+ if (needsBrackets) {
327
+ CToP.appendToken(mrow,'mo','(');
328
+ }
329
+ for (var j = 0, l = args.length; j<l; j++ ) {
330
+ if (j>0) {
331
+ CToP.appendToken(mrow,'mo',name);
332
+ }
333
+ CToP.applyTransform(mrow,args[j],tokenPrecedence);
334
+ }
335
+ if (needsBrackets) {
336
+ CToP.appendToken(mrow,'mo',')');
337
+ }
338
+ parentNode.appendChild(mrow);
339
+ }
340
+ },
341
+
342
+ /* Transform an iterated operation, e.g. summation
343
+ *
344
+ * (function factory
345
+ */
346
+ iteration: function(name,limitSymbol) {
347
+ return function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
348
+ var mrow = CToP.createElement('mrow');
349
+ var mo = CToP.createElement('mo');
350
+ CToP.setTextContent(mo,name);
351
+ var munderover = CToP.createElement('munderover');
352
+ munderover.appendChild(mo);
353
+ var mrow1 = CToP.createElement('mrow');
354
+ var i, j, num_qualifiers, num_bvars, children, bvar, num_children, num_args;
355
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
356
+ if (qualifiers[i].nodeName === 'lowlimit'||
357
+ qualifiers[i].nodeName === 'condition'||
358
+ qualifiers[i].nodeName === 'domainofapplication')
359
+ {
360
+ if (qualifiers[i].nodeName === 'lowlimit') {
361
+ for (j = 0, num_bvars = bvars.length; j<num_bvars; j++ ) {
362
+ bvar = bvars[j];
363
+ children = CToP.getChildren(bvar);
364
+ if (children.length) {
365
+ CToP.applyTransform(mrow1,children[0],0);
366
+ }
367
+ }
368
+ if (bvars.length) {
369
+ CToP.appendToken(mrow1,"mo",limitSymbol);
370
+ }
371
+ }
372
+ children = CToP.getChildren(qualifiers[i]);
373
+ for (j = 0;j<children.length;j++) {
374
+ CToP.applyTransform(mrow1,children[j],0);
375
+ }
376
+ } else {
377
+ children = CToP.getChildren(qualifiers[i]);
378
+ if (qualifiers[i].nodeName === 'interval' && children.length === 2) {
379
+ for (j = 0, num_bvars = bvars.length; j<num_bvars; j++ ) {
380
+ bvar = bvars[j];
381
+ children = CToP.getChildren(bvar);
382
+ if (children.length) {
383
+ CToP.applyTransform(mrow1,children[0],0);
384
+ }
385
+ }
386
+ if (bvars.length) {
387
+ CToP.appendToken(mrow1,"mo","=");
388
+ }
389
+ CToP.applyTransform(mrow1,CToP.getChildren(qualifiers[i])[0],0);
390
+ }
391
+ }
392
+ }
393
+ munderover.appendChild(mrow1);
394
+ var mjrow = CToP.createElement('mrow');
395
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
396
+ if (qualifiers[i].nodeName === 'uplimit' ||qualifiers[i].nodeName === 'interval' )
397
+ {
398
+ children = CToP.getChildren(qualifiers[i]);
399
+ for (j = 0, num_children = children.length; j<num_children; j++ ) {
400
+ CToP.applyTransform(mjrow,children[j],0);
401
+ }
402
+ }
403
+ }
404
+ munderover.appendChild(mjrow);
405
+ mrow.appendChild(munderover);
406
+
407
+ for (i = 0, num_args = args.length; i<num_args; i++ ) {
408
+ CToP.applyTransform(mrow,args[i],precedence);
409
+ }
410
+
411
+ parentNode.appendChild(mrow);
412
+ }
413
+ },
414
+
415
+ /* Transform something which binds a variable, e.g. forall or lambda
416
+ *
417
+ * (function factory)
418
+ */
419
+ bind: function(name,argSeparator,conditionSeparator) {
420
+ return function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
421
+ var mrow = CToP.createElement('mrow');
422
+ var children, i, j, l, num_qualifiers, num_children;
423
+ if (name) {
424
+ CToP.appendToken(mrow,'mo',name);
425
+ }
426
+ for (j = 0, l = bvars.length; j<l; j++ ) {
427
+ var bvar = bvars[j];
428
+ if (j>0) {
429
+ CToP.appendToken(mrow,'mo',',');
430
+ }
431
+ children = CToP.getChildren(bvar);
432
+ if (children.length) {
433
+ CToP.applyTransform(mrow,children[0],0);
434
+ }
435
+ }
436
+
437
+ var conditions_mrow = CToP.createElement('mrow');
438
+ var conditions = false;
439
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
440
+ if (qualifiers[i].nodeName === 'condition') {
441
+ conditions = true;
442
+ children = CToP.getChildren(qualifiers[i]);
443
+ for (j = 0, num_children = children.length; j<num_children; j++ ) {
444
+ CToP.applyTransform(conditions_mrow,children[j],0);
445
+ }
446
+ }
447
+ }
448
+ if (conditions) {
449
+ CToP.appendToken(mrow,'mo',conditionSeparator);
450
+ }
451
+ mrow.appendChild(conditions_mrow);
452
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
453
+ if (qualifiers[i].nodeName != 'condition') {
454
+ CToP.appendToken(mrow,'mo','\u2208');
455
+ children = CToP.getChildren(qualifiers[i]);
456
+ for (j = 0, num_children = children.length; j<num_children; j++ ) {
457
+ CToP.applyTransform(mrow,children[j],0);
458
+ }
459
+ }
460
+ }
461
+ if (args.length && (bvars.length||children.length)) {
462
+ CToP.appendToken(mrow,'mo',argSeparator);
463
+ }
464
+ for (i = 0, l = args.length; i<l; i++ ) {
465
+ CToP.applyTransform(mrow,args[i],0);
466
+ }
467
+ parentNode.appendChild(mrow);
468
+ }
469
+ },
470
+
471
+ /** Transform a function application
472
+ *
473
+ * i.e. something which ends up looking like `f(x,y,z)`, where `f` is a string
474
+ *
475
+ * (function factory)
476
+ */
477
+ fn: function(name) {
478
+ return function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
479
+ var mrow = CToP.createElement('mrow');
480
+ if (firstArg.childNodes.length) {
481
+ CToP.applyTransform(mrow,firstArg,1);
482
+ } else {
483
+ CToP.appendToken(mrow,'mi',name);
484
+ }
485
+ CToP.appendToken(mrow,'mo','\u2061');
486
+ mrow.appendChild(CToP.createmfenced(args,'(',')'));
487
+ parentNode.appendChild(mrow);
488
+ }
489
+ },
490
+
491
+ /** Transform a min/max operation
492
+ *
493
+ * (function factory)
494
+ */
495
+ minmax: function(name) {
496
+ return function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
497
+ var mrow = CToP.createElement('mrow');
498
+ CToP.appendToken(mrow,'mi',name);
499
+ var mrow2 = CToP.createElement('mrow');
500
+ CToP.appendToken(mrow2,'mo','{');
501
+ for (var i = 0, l = args.length; i<l; i++ ) {
502
+ if (i>0) {
503
+ CToP.appendToken(mrow2,'mo',',');
504
+ }
505
+ CToP.applyTransform(mrow2,args[i],0);
506
+ }
507
+ if (qualifiers.length) {
508
+ CToP.appendToken(mrow2,'mo','|');
509
+ for (i = 0, l = qualifiers.length; i<l; i++ ) {
510
+ CToP.applyTransform(mrow2,qualifiers[i],0);
511
+ }
512
+ }
513
+ CToP.appendToken(mrow2,'mo','}');
514
+ mrow.appendChild(mrow2);
515
+ parentNode.appendChild(mrow);
119
516
  }
120
517
  }
121
518
  }
122
- } else {
123
- // No XSLT support. Do not change the <math> content.
124
- MATHML.ctopXSLT = null;
125
519
  }
126
520
 
127
- MathJax.Hub.Startup.signal.Post("MathML content-mathml Ready");
521
+ /* Functions to transform variable/atom tokens
522
+ */
523
+ CToP.tokens = {
524
+ ci: function(parentNode,contentMMLNode,precedence) {
525
+ if (contentMMLNode.childNodes.length === 1 && contentMMLNode.childNodes[0].nodeType === 3) {
526
+ var mi = CToP.appendToken(parentNode,'mi',CToP.getTextContent(contentMMLNode));
527
+ var type = contentMMLNode.getAttribute('type');
528
+ if (type in CToP.settings.cistyles) {
529
+ mi.setAttribute('mathvariant',CToP.settings.cistyles[type]);
530
+ }
531
+ } else {
532
+ CToP.transforms.token('mi')(parentNode,contentMMLNode,precedence);
533
+ }
534
+ },
535
+ cs: CToP.transforms.token('ms'),
536
+
537
+ csymbol: function(parentNode,contentMMLNode,precedence) {
538
+ var cd = contentMMLNode.getAttribute('cd');
539
+ if (cd && CToP.contentDictionaries[cd]) {
540
+ CToP.contentDictionaries[cd](parentNode,contentMMLNode,precedence);
541
+ } else if (CToP.settings.symbols[name]) {
542
+ CToP.appendToken(parentNode,'mi',CToP.settings.symbols[name]);
543
+ } else {
544
+ CToP.tokens.ci(parentNode,contentMMLNode);
545
+ }
546
+ },
547
+ fn: function(parentNode,contentMMLNode,precedence) {
548
+ CToP.applyTransform(parentNode,CToP.getChildren(contentMMLNode)[0],precedence);
549
+ },
550
+
551
+ naturalnumbers: CToP.transforms.identifier('\u2115'),
552
+ integers: CToP.transforms.identifier('\u2124'),
553
+ reals: CToP.transforms.identifier('\u211D'),
554
+ rationals: CToP.transforms.identifier('\u211A'),
555
+ complexes: CToP.transforms.identifier('\u2102'),
556
+ primes: CToP.transforms.identifier('\u2119'),
557
+ exponentiale: CToP.transforms.identifier('e'),
558
+ imaginaryi: CToP.transforms.identifier('i'),
559
+ notanumber: CToP.transforms.identifier('NaN'),
560
+ eulergamma: CToP.transforms.identifier('\u03B3'),
561
+ gamma: CToP.transforms.identifier('\u0263'),
562
+ pi: CToP.transforms.identifier('\u03C0'),
563
+ infinity: CToP.transforms.identifier('\u221E'),
564
+ emptyset: CToP.transforms.identifier('\u2205'),
565
+ "true": CToP.transforms.identifier('true'),
566
+ "false": CToP.transforms.identifier('false'),
567
+ set: CToP.transforms.set('{','}'),
568
+ list: CToP.transforms.set('(',')'),
569
+
570
+ interval: function(parentNode,contentMMLNode,precedence) {
571
+ var closure = contentMMLNode.getAttribute('closure');
572
+
573
+ var open, close;
574
+ switch(closure) {
575
+ case 'open':
576
+ open = '(';
577
+ close = ')';
578
+ break;
579
+ case 'open-closed':
580
+ open = '(';
581
+ close = ']';
582
+ break;
583
+ case 'closed-open':
584
+ open = '[';
585
+ close = ')';
586
+ break;
587
+ case 'closed':
588
+ default:
589
+ open = '[';
590
+ close = ']';
591
+ }
592
+
593
+ parentNode.appendChild(CToP.createmfenced(CToP.getChildren(contentMMLNode),open,close));
594
+ },
595
+
596
+ apply: function(parentNode,contentMMLNode,precedence) {
597
+ var children = CToP.classifyChildren(contentMMLNode);
598
+
599
+ var firstArg = children.args[0];
600
+ var args = children.args.slice(1), bvars = children.bvars, qualifiers = children.qualifiers;
601
+
602
+ if (firstArg) {
603
+ var name = firstArg.nodeName;
604
+ name = (name === "csymbol") ? CToP.getTextContent(firstArg).toLowerCase() : name;
605
+ if (CToP.applyTokens[name]) {
606
+ CToP.applyTokens[name](parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
607
+ } else {
608
+ CToP.transforms.fn(name)(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
609
+ }
610
+ } else {
611
+ parentNode.appendChild(CToP.createElement('mrow'));
612
+ }
613
+ },
614
+
615
+ cn: function(parentNode,contentMMLNode,precedence) {
616
+ var type = contentMMLNode.getAttribute("type");
617
+ var base = contentMMLNode.getAttribute("base");
618
+ if (type || base) {
619
+ if (base) {
620
+ type = 'based-integer';
621
+ }
622
+ switch(type) {
623
+ case 'integer':
624
+ case 'real':
625
+ case 'double':
626
+ case 'constant':
627
+ CToP.transforms.token('mn')(parentNode,contentMMLNode);
628
+ break;
629
+ case 'hexdouble':
630
+ CToP.appendToken(parentNode,'mn','0x'+CToP.getTextContent(contentMMLNode));
631
+ break;
632
+ default:
633
+ var apply = CToP.createElement('apply');
634
+ var mrow = CToP.createElement('mrow');
635
+ var c = CToP.createElement(type);
636
+ apply.appendChild(c);
637
+ if (base) {
638
+ CToP.appendToken(apply,'mn',base);
639
+ }
640
+ for (var j = 0, l = contentMMLNode.childNodes.length; j<l; j++ ) {
641
+ if (contentMMLNode.childNodes[j].nodeType === 3) {
642
+ CToP.appendToken(mrow,'cn',CToP.getTextContent(contentMMLNode.childNodes[j]));
643
+ }else if (contentMMLNode.childNodes[j].nodeName === 'sep') {
644
+ apply.appendChild(mrow);
645
+ mrow = CToP.createElement('mrow');
646
+ } else {
647
+ mrow.appendChild(CToP.cloneNode(contentMMLNode.childNodes[j],true));
648
+ }
649
+ }
650
+ apply.appendChild(mrow);
651
+ CToP.applyTransform(parentNode,apply,0);
652
+ }
653
+ } else {
654
+ CToP.transforms.token('mn')(parentNode,contentMMLNode);
655
+ }
656
+ },
657
+
658
+ vector: function(parentNode,contentMMLNode,precedence) {
659
+ var mrow = CToP.createElement('mrow');
660
+ CToP.appendToken(mrow,'mo','(');
661
+
662
+ var mtable = CToP.createElement('mtable');
663
+ var children = CToP.getChildren(contentMMLNode);
664
+ for (var i = 0, l = children.length; i<l; i++ ) {
665
+ var mtr = CToP.createElement('mtr');
666
+ var mtd = CToP.createElement('mtd');
667
+ CToP.applyTransform(mtd,children[i],0);
668
+ mtr.appendChild(mtd);
669
+ mtable.appendChild(mtr);
670
+ }
671
+
672
+ mrow.appendChild(mtable);
673
+ CToP.appendToken(mrow,'mo',')');
674
+ parentNode.appendChild(mrow);
675
+ },
676
+
677
+ piecewise: function(parentNode,contentMMLNode,precedence) {
678
+ var mrow = CToP.createElement('mrow');
679
+ CToP.appendToken(mrow,'mo','{');
680
+ var mtable = CToP.createElement('mtable');
681
+ mrow.appendChild(mtable);
682
+ var children = CToP.getChildren(contentMMLNode);
683
+ for (var i = 0, l = children.length; i<l; i++ ) {
684
+ CToP.applyTransform(mtable,children[i],0);
685
+ }
686
+ parentNode.appendChild(mrow);
687
+ },
688
+
689
+ piece: function(parentNode,contentMMLNode,precedence) {
690
+ var mtr = CToP.createElement('mtr');
691
+ var children = CToP.getChildren(contentMMLNode);
692
+ for (var i = 0, l = children.length; i<l; i++ ) {
693
+ var mtd = CToP.createElement('mtd');
694
+ mtr.appendChild(mtd);
695
+ CToP.applyTransform(mtd,children[i],0);
696
+ if (i === 0) {
697
+ mtd = CToP.createElement('mtd');
698
+ CToP.appendToken(mtd,"mtext","\u00A0if\u00A0");
699
+ mtr.appendChild(mtd);
700
+ }
701
+ }
702
+ parentNode.appendChild(mtr);
703
+ },
704
+
705
+ otherwise: function(parentNode,contentMMLNode,precedence) {
706
+ var mtr = CToP.createElement('mtr');
707
+ var children = CToP.getChildren(contentMMLNode);
708
+ if (children.length) {
709
+ var mtd = CToP.createElement('mtd');
710
+ mtr.appendChild(mtd);
711
+ CToP.applyTransform(mtd,children[0],0);
712
+ mtd = CToP.createElement('mtd');
713
+ mtd.setAttribute('columnspan','2');
714
+ CToP.appendToken(mtd,"mtext","\u00A0otherwise");
715
+ mtr.appendChild(mtd);
716
+ }
717
+ parentNode.appendChild(mtr);
718
+ },
719
+
720
+ matrix: function(parentNode,contentMMLNode,precedence) {
721
+ var children = CToP.classifyChildren(contentMMLNode);
722
+ var args = children.args, bvars = children.bvars, qualifiers = children.qualifiers;
723
+
724
+ if (bvars.length || qualifiers.length) {
725
+ var mrow = CToP.createElement('mrow');
726
+ CToP.appendToken(mrow,"mo","[");
727
+ var msub = CToP.createElement('msub');
728
+ CToP.appendToken(msub,'mi','m');
729
+ var mrow2 = CToP.createElement('mrow');
730
+ for (var i = 0, l = bvars.length; i<l; i++ ) {
731
+ if (i != 0) {
732
+ CToP.appendToken(mrow2,'mo',',');
733
+ }
734
+ CToP.applyTransform(mrow2,bvars[i].childNodes[0],0);
735
+ }
736
+ msub.appendChild(mrow2);
737
+ mrow.appendChild(msub);
738
+ var msub2 = CToP.cloneNode(msub,true);
739
+ CToP.appendToken(mrow,'mo','|');
740
+ mrow.appendChild(msub2);
741
+ CToP.appendToken(mrow,'mo','=');
742
+ for (i = 0, l = args.length; i<l; i++ ) {
743
+ if (i != 0) {
744
+ CToP.appendToken(mrow,'mo',',');
745
+ }
746
+ CToP.applyTransform(mrow,args[i],0);
747
+ }
748
+ CToP.appendToken(mrow,'mo',';');
749
+ for (i = 0, l = qualifiers.length; i<l; i++) {
750
+ if (i != 0) {
751
+ CToP.appendToken(mrow,'mo',',');
752
+ }
753
+ CToP.applyTransform(mrow,qualifiers[i],0);
754
+ }
755
+ CToP.appendToken(mrow,'mo',']');
756
+ parentNode.appendChild(mrow);
757
+ } else {
758
+ var mfenced = CToP.createElement('mfenced');
759
+ var mtable = CToP.createElement('mtable');
760
+ for (i = 0, l = args.length; i<l; i++ ) {
761
+ CToP.applyTransform(mtable,args[i],0);
762
+ }
763
+ mfenced.appendChild(mtable);
764
+ parentNode.appendChild(mfenced);
765
+ }
766
+ },
767
+
768
+ matrixrow: function(parentNode,contentMMLNode,precedence) {
769
+ var mtr = CToP.createElement('mtr');
770
+ var children = CToP.getChildren(contentMMLNode);
771
+ for (var i = 0, l = children.length; i<l; i++ ) {
772
+ var mtd = CToP.createElement('mtd');
773
+ CToP.applyTransform(mtd,children[i],0);
774
+ mtr.appendChild(mtd);
775
+ }
776
+ parentNode.appendChild(mtr);
777
+ },
778
+
779
+ condition: function(parentNode,contentMMLNode,precedence) {
780
+ var mrow = CToP.createElement('mrow');
781
+ var children = CToP.getChildren(contentMMLNode);
782
+ for (var i = 0, l = children.length; i<l; i++ ) {
783
+ CToP.applyTransform(mrow,children[i],0);
784
+ }
785
+ parentNode.appendChild(mrow);
786
+ },
787
+
788
+ lambda: function(parentNode,contentMMLNode,precedence) {
789
+ var firstArg = CToP.createElement('lambda');
790
+ var children = CToP.classifyChildren(contentMMLNode);
791
+ var args = children.args, bvars = children.bvars, qualifiers = children.qualifiers;
792
+ var i, l, num_qualifiers;
793
+
794
+ if (bvars.length) {
795
+ CToP.applyTokens.lambda(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
796
+ } else {
797
+ var mrow = CToP.createElement('mrow');
798
+ for (i = 0, l = args.length; i<l; i++ ) {
799
+ CToP.applyTransform(mrow,args[i],0);
800
+ }
801
+ if (qualifiers.length) {
802
+ var msub = CToP.createElement('msub');
803
+ CToP.appendToken(msub,'mo','|');
804
+ var mrow2 = CToP.createElement('mrow');
805
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
806
+ children = CToP.getChildren(qualifiers[i]);
807
+ for (var j = 0, num_children = children.length; j<num_children; j++ ) {
808
+ CToP.applyTransform(mrow2,children[j],0);
809
+ }
810
+ }
811
+ msub.appendChild(mrow2);
812
+ mrow.appendChild(msub);
813
+ }
814
+ parentNode.appendChild(mrow);
815
+ }
816
+ },
817
+
818
+ ident: function(parentNode,contentMMLNode,precedence) {
819
+ CToP.appendToken(parentNode,"mi","id")
820
+ },
821
+
822
+ domainofapplication: function(parentNode,contentMMLNode,precedence) {
823
+ var merror = CToP.createElement('merror');
824
+ CToP.appendToken(merror,'mtext','unexpected domainofapplication');
825
+ parentNode.appendChild(merror);
826
+ },
827
+
828
+ share: function(parentNode,contentMMLNode,precedence) {
829
+ var mi = CToP.createElement('mi');
830
+ mi.setAttribute('href',contentMMLNode.getAttribute('href'));
831
+ CToP.setTextContent(mi,"Share " + contentMMLNode.getAttribute('href'));
832
+ parentNode.appendChild(mi);
833
+ },
834
+
835
+ cerror: function(parentNode,contentMMLNode,precedence) {
836
+ var merror = CToP.createElement('merror');
837
+ var children = CToP.getChildren(contentMMLNode);
838
+ for (var i = 0, l = children.length; i<l; i++ ) {
839
+ CToP.applyTransform(merror,children[i],0);
840
+ }
841
+ parentNode.appendChild(merror);
842
+ },
843
+
844
+ semantics: function(parentNode,contentMMLNode,precedence) {
845
+ var mrow = CToP.createElement('mrow');
846
+ var children = CToP.getChildren(contentMMLNode);
847
+ if (children.length) {
848
+ var z = children[0];
849
+ for (var i = 0, l = children.length; i<l; i++ ) {
850
+ if (children[i].nodeName === 'annotation-xml' && children[i].getAttribute('encoding') === 'MathML-Presentation') {
851
+ z = children[i];
852
+ break;
853
+ }
854
+ }
855
+ CToP.applyTransform(mrow,z,0);
856
+ }
857
+ parentNode.appendChild(mrow);
858
+ },
859
+
860
+ "annotation-xml": function(parentNode,contentMMLNode,precedence) {
861
+ var mrow = CToP.createElement('mrow');
862
+ var children = CToP.getChildren(contentMMLNode);
863
+ for (var i = 0, l = children.length; i<l; i++ ) {
864
+ CToP.applyTransform(mrow,children[i],0);
865
+ }
866
+ parentNode.appendChild(mrow);
867
+ }
868
+ };
869
+
870
+ CToP.tokens.reln = CToP.tokens.bind = CToP.tokens.apply;
871
+
872
+ CToP.contentDictionaries = {
873
+ "setname1": function(parentNode,contentMMLNode,precedence) {
874
+ var sets = {
875
+ C: '\u2102',
876
+ N: '\u2115',
877
+ P: '\u2119',
878
+ Q: '\u211A',
879
+ R: '\u211D',
880
+ Z: '\u2124'
881
+ }
882
+ var name = CToP.getTextContent(contentMMLNode);
883
+ CToP.appendToken(parentNode,'mi',sets[name]);
884
+ },
885
+ aritherror: function(parentNode,contentMMLNode,precedence) {
886
+ var name = CToP.getTextContent(contentMMLNode);
887
+ CToP.appendToken(parentNode,'mi',name+':');
888
+ }
889
+ }
890
+
891
+ /* Functions to transform function/operation application tokens
892
+ */
893
+ CToP.applyTokens = {
894
+ rem: CToP.transforms.binary('mod',3),
895
+ divide: CToP.transforms.binary('/',3),
896
+ remainder: CToP.transforms.binary('mod',3),
897
+ implies: CToP.transforms.binary('\u21D2',3),
898
+ factorof: CToP.transforms.binary('|',3),
899
+ "in": CToP.transforms.binary('\u2208',3),
900
+ notin: CToP.transforms.binary('\u2209',3),
901
+ notsubset: CToP.transforms.binary('\u2288',2),
902
+ notprsubset: CToP.transforms.binary('\u2284',2),
903
+ setdiff: CToP.transforms.binary('\u2216',2),
904
+ eq: CToP.transforms.infix('=',1),
905
+ compose: CToP.transforms.infix('\u2218',0),
906
+ "left_compose": CToP.transforms.infix('\u2218',1),
907
+ xor: CToP.transforms.infix('xor',3),
908
+ neq: CToP.transforms.infix('\u2260',1),
909
+ gt: CToP.transforms.infix('>',1),
910
+ lt: CToP.transforms.infix('<',1),
911
+ geq: CToP.transforms.infix('\u2265',1),
912
+ leq: CToP.transforms.infix('\u2264',1),
913
+ equivalent: CToP.transforms.infix('\u2261',1),
914
+ approx: CToP.transforms.infix('\u2248',1),
915
+ subset: CToP.transforms.infix('\u2286',2),
916
+ prsubset: CToP.transforms.infix('\u2282',2),
917
+ cartesianproduct: CToP.transforms.infix('\u00D7',2),
918
+ "cartesian_product": CToP.transforms.infix('\u00D7',2),
919
+ vectorproduct: CToP.transforms.infix('\u00D7',2),
920
+ scalarproduct: CToP.transforms.infix('.',2),
921
+ outerproduct: CToP.transforms.infix('\u2297',2),
922
+ sum: CToP.transforms.iteration('\u2211','='),
923
+ product: CToP.transforms.iteration('\u220F','='),
924
+ forall: CToP.transforms.bind('\u2200','.',','),
925
+ exists: CToP.transforms.bind('\u2203','.',','),
926
+ lambda: CToP.transforms.bind('\u03BB','.',','),
927
+ limit: CToP.transforms.iteration('lim','\u2192'),
928
+ sdev: CToP.transforms.fn('\u03c3'),
929
+ determinant: CToP.transforms.fn('det'),
930
+ max: CToP.transforms.minmax('max'),
931
+ min: CToP.transforms.minmax('min'),
932
+ real: CToP.transforms.fn('\u211b'),
933
+ imaginary: CToP.transforms.fn('\u2111'),
934
+ set: CToP.transforms.set('{','}'),
935
+ list: CToP.transforms.set('(',')'),
936
+
937
+ exp: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
938
+ var msup = CToP.createElement('msup');
939
+ CToP.appendToken(msup,'mi','e');
940
+ CToP.applyTransform(msup,args[0],0);
941
+ parentNode.appendChild(msup);
942
+ },
943
+
944
+ union: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
945
+ if (bvars.length) {
946
+ CToP.transforms.iteration('\u22C3','=')(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
947
+ } else {
948
+ CToP.transforms.infix('\u222A',2)(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
949
+ }
950
+ },
951
+
952
+ intersect: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
953
+ if (bvars.length) {
954
+ CToP.transforms.iteration('\u22C2','=')(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
955
+ } else {
956
+ var mrow = CToP.createElement('mrow');
957
+ var needsBrackets = precedence>2;
958
+ if (needsBrackets) {
959
+ CToP.appendToken(mrow,'mo','(');
960
+ }
961
+ for (var j = 0, l = args.length; j<l; j++ ) {
962
+ var argBrackets = false;
963
+ if (j>0) {
964
+ CToP.appendToken(mrow,'mo','\u2229');
965
+ if (args[j].nodeName === 'apply') {
966
+ var child = CToP.getChildren(args[j])[0];
967
+ argBrackets = child.nodeName === 'union';
968
+ }
969
+ }
970
+ if (argBrackets) {
971
+ CToP.appendToken(mrow,'mo','(');
972
+ }
973
+ CToP.applyTransform(mrow,args[j],2);
974
+ if (argBrackets) {
975
+ CToP.appendToken(mrow,'mo',')');
976
+ }
977
+ }
978
+ if (needsBrackets) {
979
+ CToP.appendToken(mrow,'mo',')');
980
+ }
981
+ parentNode.appendChild(mrow);
982
+ }
983
+ },
984
+
985
+ floor: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
986
+ var mrow = CToP.createElement('mrow');
987
+ CToP.appendToken(mrow,'mo','\u230a');
988
+ CToP.applyTransform(mrow,args[0],0);
989
+ CToP.appendToken(mrow,'mo','\u230b');
990
+ parentNode.appendChild(mrow);
991
+ },
992
+
993
+ conjugate: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
994
+ var mover = CToP.createElement('mover');
995
+ CToP.applyTransform(mover,args[0],0);
996
+ CToP.appendToken(mover,'mo','\u00af');
997
+ parentNode.appendChild(mover);
998
+ },
999
+
1000
+ abs: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1001
+ var mrow = CToP.createElement('mrow');
1002
+ CToP.appendToken(mrow,'mo','|');
1003
+ CToP.applyTransform(mrow,args[0],0);
1004
+ CToP.appendToken(mrow,'mo','|');
1005
+ parentNode.appendChild(mrow);
1006
+ },
1007
+
1008
+ and: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1009
+ if (bvars.length || qualifiers.length) {
1010
+ CToP.transforms.iteration('\u22c0','=')(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,4);
1011
+ } else {
1012
+ CToP.transforms.infix('\u2227',2)(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
1013
+ }
1014
+ },
1015
+
1016
+ or: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1017
+ if (bvars.length || qualifiers.length) {
1018
+ CToP.transforms.iteration('\u22c1','=')(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,4);
1019
+ } else {
1020
+ CToP.transforms.infix('\u2228',2)(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
1021
+ }
1022
+ },
1023
+
1024
+ xor: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1025
+ if (bvars.length || qualifiers.length) {
1026
+ CToP.transforms.iteration('xor','=')(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,4);
1027
+ } else {
1028
+ CToP.transforms.infix('xor',2)(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
1029
+ }
1030
+ },
1031
+
1032
+ card: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1033
+ var mrow = CToP.createElement('mrow');
1034
+ CToP.appendToken(mrow,'mo','|');
1035
+ CToP.applyTransform(mrow,args[0],0);
1036
+ CToP.appendToken(mrow,'mo','|');
1037
+ parentNode.appendChild(mrow);
1038
+ },
1039
+
1040
+ mean: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1041
+ if (args.length === 1) {
1042
+ var mover = CToP.createElement('mover');
1043
+ CToP.applyTransform(mover,args[0],0);
1044
+ CToP.appendToken(mover,'mo','\u00af');
1045
+ parentNode.appendChild(mover);
1046
+ } else {
1047
+ parentNode.appendChild(CToP.createmfenced(args,'\u27e8','\u27e9'));
1048
+ }
1049
+ },
1050
+
1051
+ moment: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1052
+ var degree, momentabout, children, i, j, l;
1053
+
1054
+ for (i = 0, l = qualifiers.length; i<l; i++ ) {
1055
+ if (qualifiers[i].nodeName === 'degree') {
1056
+ degree = qualifiers[i];
1057
+ } else if (qualifiers[i].nodeName === 'momentabout') {
1058
+ momentabout = qualifiers[i];
1059
+ }
1060
+ }
1061
+
1062
+ var mrow = CToP.createElement('mrow');
1063
+ CToP.appendToken(mrow,'mo','\u27e8');
1064
+ var argrow = CToP.createElement('mrow');
1065
+ if (args.length>1) {
1066
+ argrow.appendChild(CToP.createmfenced(args,'(',')'));
1067
+ } else {
1068
+ CToP.applyTransform(argrow,args[0],0);
1069
+ }
1070
+ if (degree) {
1071
+ var msup = CToP.createElement('msup');
1072
+ msup.appendChild(argrow);
1073
+ children = CToP.getChildren(degree);
1074
+ for (j = 0, l = children.length; j<l; j++ ) {
1075
+ CToP.applyTransform(msup,children[j],0);
1076
+ }
1077
+ mrow.appendChild(msup);
1078
+ } else {
1079
+ mrow.appendChild(argrow);
1080
+ }
1081
+ CToP.appendToken(mrow,'mo','\u27e9');
1082
+
1083
+ if (momentabout) {
1084
+ var msub = CToP.createElement('msub');
1085
+ msub.appendChild(mrow);
1086
+ children = CToP.getChildren(momentabout);
1087
+ for (j = 0, l = children.length; j<l; j++ ) {
1088
+ CToP.applyTransform(msub,children[j],0);
1089
+ }
1090
+ parentNode.appendChild(msub);
1091
+ } else {
1092
+ parentNode.appendChild(mrow);
1093
+ }
1094
+ },
1095
+
1096
+ variance: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1097
+ var mrow = CToP.createElement('mrow');
1098
+ var msup = CToP.createElement('msup');
1099
+ CToP.appendToken(msup,'mo','\u03c3');
1100
+ CToP.appendToken(msup,'mn','2');
1101
+ mrow.appendChild(msup);
1102
+ CToP.appendToken(mrow,'mo','\u2061');
1103
+ mrow.appendChild(CToP.createmfenced(args,'(',')'));
1104
+ parentNode.appendChild(mrow);
1105
+ },
1106
+
1107
+ grad: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1108
+ var mrow = CToP.createElement('mrow');
1109
+ CToP.appendToken(mrow,'mo','\u2207');
1110
+ CToP.appendToken(mrow,'mo','\u2061');
1111
+ mrow.appendChild(CToP.createmfenced(args,'(',')'));
1112
+ parentNode.appendChild(mrow);
1113
+ },
1114
+
1115
+ laplacian: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1116
+ var mrow = CToP.createElement('mrow');
1117
+ var msup = CToP.createElement('msup');
1118
+ CToP.appendToken(msup,'mo','\u2207');
1119
+ CToP.appendToken(msup,'mn','2');
1120
+ mrow.appendChild(msup);
1121
+ CToP.appendToken(mrow,'mo','\u2061');
1122
+ mrow.appendChild(CToP.createmfenced(args,'(',')'));
1123
+ parentNode.appendChild(mrow);
1124
+ },
1125
+
1126
+ curl: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1127
+ var mrow = CToP.createElement('mrow');
1128
+ CToP.appendToken(mrow,'mo','\u2207');
1129
+ CToP.appendToken(mrow,'mo','\u00d7');
1130
+ var needsBrackets = args[0].nodeName === 'apply';
1131
+ if (needsBrackets) {
1132
+ mrow.appendChild(CToP.createmfenced(args,'(', ')'));
1133
+ }
1134
+ else {
1135
+ CToP.applyTransform(mrow,args[0],precedence);
1136
+ }
1137
+ parentNode.appendChild(mrow);
1138
+ },
1139
+
1140
+ divergence: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1141
+ var mrow = CToP.createElement('mrow');
1142
+ CToP.appendToken(mrow,'mo','\u2207');
1143
+ CToP.appendToken(mrow,'mo','\u22c5');
1144
+ var needsBrackets = args[0].nodeName === 'apply';
1145
+ if (needsBrackets) {
1146
+ mrow.appendChild(CToP.createmfenced(args,'(', ')'));
1147
+ }
1148
+ else {
1149
+ CToP.applyTransform(mrow,args[0],precedence);
1150
+ }
1151
+ parentNode.appendChild(mrow);
1152
+ },
1153
+
1154
+ not: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1155
+ var mrow = CToP.createElement('mrow');
1156
+ CToP.appendToken(mrow,'mo','\u00ac');
1157
+ var needsBrackets = args[0].nodeName === 'apply' || args[0].nodeName === 'bind';
1158
+ if (needsBrackets) {
1159
+ CToP.appendToken(mrow,'mo','(');
1160
+ }
1161
+ CToP.applyTransform(mrow,args[0],precedence);
1162
+ if (needsBrackets) {
1163
+ CToP.appendToken(mrow,'mo',')');
1164
+ }
1165
+ parentNode.appendChild(mrow)
1166
+ },
1167
+
1168
+ divide: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1169
+ var mfrac = CToP.createElement('mfrac');
1170
+ CToP.applyTransform(mfrac,args[0],0);
1171
+ CToP.applyTransform(mfrac,args[1],0);
1172
+ parentNode.appendChild(mfrac);
1173
+ },
1174
+
1175
+ tendsto: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1176
+ var type;
1177
+ if (firstArg.nodeName === 'tendsto') {
1178
+ type = firstArg.getAttribute('type');
1179
+ } else {
1180
+ type = CToP.getTextContent(args[0]);
1181
+ args = args.slice(1);
1182
+ }
1183
+ var name = (type === 'above')? '\u2198' :
1184
+ (type === 'below') ? '\u2197' : '\u2192' ;
1185
+ CToP.transforms.binary(name,2)(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence);
1186
+ },
1187
+
1188
+ minus: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1189
+ var tokenPrecedence = args.length === 1 ? 5 : 2;
1190
+
1191
+ var mrow = CToP.createElement('mrow');
1192
+ var needsBrackets = tokenPrecedence<precedence;
1193
+ if (needsBrackets) {
1194
+ CToP.appendToken(mrow,'mo','(');
1195
+ }
1196
+
1197
+ if (args.length === 1) {
1198
+ CToP.appendToken(mrow,'mo','-');
1199
+ CToP.applyTransform(mrow,args[0],tokenPrecedence);
1200
+ } else {
1201
+ CToP.applyTransform(mrow,args[0],tokenPrecedence);
1202
+ CToP.appendToken(mrow,'mo','-');
1203
+ var bracketArg;
1204
+ if (args[1].nodeName === 'apply') {
1205
+ var argOp = CToP.getChildren(args[1])[0];
1206
+ bracketArg = argOp.nodeName === 'plus' || argOp.nodeName === 'minus';
1207
+ }
1208
+ if (bracketArg) {
1209
+ CToP.appendToken(mrow,'mo','(');
1210
+ }
1211
+ CToP.applyTransform(mrow,args[1],tokenPrecedence);
1212
+ if (bracketArg) {
1213
+ CToP.appendToken(mrow,'mo',')');
1214
+ }
1215
+ }
1216
+
1217
+ if (needsBrackets) {
1218
+ CToP.appendToken(mrow,'mo',')');
1219
+ }
1220
+ parentNode.appendChild(mrow);
1221
+ },
1222
+
1223
+ "complex-cartesian": function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1224
+ var mrow = CToP.createElement('mrow');
1225
+ CToP.applyTransform(mrow,args[0],0);
1226
+ CToP.appendToken(mrow,'mo','+');
1227
+ CToP.applyTransform(mrow,args[1],0);
1228
+ CToP.appendToken(mrow,'mo','\u2062');
1229
+ CToP.appendToken(mrow,'mi','i');
1230
+ parentNode.appendChild(mrow);
1231
+ },
1232
+
1233
+ "complex-polar": function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1234
+ var mrow = CToP.createElement('mrow');
1235
+ CToP.applyTransform(mrow,args[0],0);
1236
+ CToP.appendToken(mrow,'mo','\u2062');
1237
+ var msup = CToP.createElement('msup');
1238
+ CToP.appendToken(msup,'mi','e');
1239
+ var exponent = CToP.createElement('mrow');
1240
+ CToP.applyTransform(exponent,args[1],0);
1241
+ CToP.appendToken(exponent,'mo','\u2062');
1242
+ CToP.appendToken(exponent,'mi','i');
1243
+ msup.appendChild(exponent);
1244
+ mrow.appendChild(msup);
1245
+ parentNode.appendChild(mrow);
1246
+ },
1247
+
1248
+ integer: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1249
+ CToP.applyTransform(parentNode,args[0],0);
1250
+ },
1251
+
1252
+ "based-integer": function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1253
+ var msub = CToP.createElement('msub');
1254
+ CToP.applyTransform(msub,args[1],0);
1255
+ CToP.applyTransform(msub,args[0],0);
1256
+ parentNode.appendChild(msub);
1257
+ },
1258
+
1259
+ rational: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1260
+ var mfrac = CToP.createElement('mfrac');
1261
+ CToP.applyTransform(mfrac,args[0],0);
1262
+ CToP.applyTransform(mfrac,args[1],0);
1263
+ parentNode.appendChild(mfrac);
1264
+ },
1265
+
1266
+ times: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1267
+ var mrow = CToP.createElement('mrow');
1268
+ var needsBrackets = precedence>3;
1269
+ if (needsBrackets) {
1270
+ CToP.appendToken(mrow,'mo','(');
1271
+ }
1272
+ for (var j = 0, l = args.length; j<l; j++ ) {
1273
+ if (j>0) {
1274
+ CToP.appendToken(mrow,'mo',(args[j].nodeName === 'cn') ? "\u00D7" :"\u2062");
1275
+ }
1276
+ CToP.applyTransform(mrow,args[j],3);
1277
+ }
1278
+ if (needsBrackets) {
1279
+ CToP.appendToken(mrow,'mo',')');
1280
+ }
1281
+ parentNode.appendChild(mrow);
1282
+ },
1283
+
1284
+ plus: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1285
+ var mrow = CToP.createElement('mrow');
1286
+ var needsBrackets = precedence>2;
1287
+ if (needsBrackets) {
1288
+ CToP.appendToken(mrow,'mo','(');
1289
+ }
1290
+ for (var j = 0, l = args.length; j<l; j++ ) {
1291
+ var arg = args[j];
1292
+ var children = CToP.getChildren(arg);
1293
+ if (j>0) {
1294
+ var n;
1295
+ if (CToP.settings.collapsePlusMinus) {
1296
+ if (arg.nodeName === 'cn' && !(children.length) && (n = Number(CToP.getTextContent(arg))) <0) {
1297
+ CToP.appendToken(mrow,'mo','\u2212');
1298
+ CToP.appendToken(mrow,'mn', -n);
1299
+ } else if (arg.nodeName === 'apply' && children.length === 2 && children[0].nodeName === 'minus') {
1300
+ CToP.appendToken(mrow,'mo','\u2212');
1301
+ CToP.applyTransform(mrow,children[1],2);
1302
+ } else if (arg.nodeName === 'apply' && children.length>2 && children[0].nodeName === 'times' && children[1].nodeName === 'cn' && ( n = Number(CToP.getTextContent(children[1])) < 0)) {
1303
+ CToP.appendToken(mrow,'mo','\u2212');
1304
+ CToP.getTextContent(children[1]) = -n;// fix me: modifying document
1305
+ CToP.applyTransform(mrow,arg,2);
1306
+ } else{
1307
+ CToP.appendToken(mrow,'mo','+');
1308
+ CToP.applyTransform(mrow,arg,2);
1309
+ }
1310
+ } else {
1311
+ CToP.appendToken(mrow,'mo','+');
1312
+ CToP.applyTransform(mrow,arg,2);
1313
+ }
1314
+ } else {
1315
+ CToP.applyTransform(mrow,arg,2);
1316
+ }
1317
+ }
1318
+ if (needsBrackets) {
1319
+ CToP.appendToken(mrow,'mo',')');
1320
+ }
1321
+ parentNode.appendChild(mrow);
1322
+ },
1323
+
1324
+ transpose: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1325
+ var msup = CToP.createElement('msup');
1326
+ CToP.applyTransform(msup,args[0],precedence);
1327
+ CToP.appendToken(msup,'mi','T');
1328
+ parentNode.appendChild(msup);
1329
+ },
1330
+
1331
+ power: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1332
+ var msup = CToP.createElement('msup');
1333
+ CToP.applyTransform(msup,args[0],3);
1334
+ CToP.applyTransform(msup,args[1],precedence);
1335
+ parentNode.appendChild(msup);
1336
+ },
1337
+
1338
+ selector: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1339
+ var msub = CToP.createElement('msub');
1340
+ var mrow = args ? args[0]: CToP.createElement('mrow');
1341
+ CToP.applyTransform(msub,mrow,0);
1342
+ var mrow2 = CToP.createElement('mrow');
1343
+ for (var i = 1, l = args.length; i<l; i++ ) {
1344
+ if (i != 1) {
1345
+ CToP.appendToken(mrow2,'mo',',');
1346
+ }
1347
+ CToP.applyTransform(mrow2,args[i],0);
1348
+ }
1349
+ msub.appendChild(mrow2);
1350
+ parentNode.appendChild(msub);
1351
+ },
1352
+
1353
+ log: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1354
+ var mrow = CToP.createElement('mrow');
1355
+ var mi = CToP.createElement('mi');
1356
+ CToP.setTextContent(mi,'log');
1357
+ if (qualifiers.length && qualifiers[0].nodeName === 'logbase') {
1358
+ var msub = CToP.createElement('msub');
1359
+ msub.appendChild(mi);
1360
+ CToP.applyTransform(msub,CToP.getChildren(qualifiers[0])[0],0);
1361
+ mrow.appendChild(msub);
1362
+ } else {
1363
+ mrow.appendChild(mi);
1364
+ }
1365
+ CToP.applyTransform(mrow,args[0],7);
1366
+ parentNode.appendChild(mrow);
1367
+ },
1368
+
1369
+ "int": function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1370
+ var mrow = CToP.createElement('mrow');
1371
+ var mo = CToP.createElement('mo');
1372
+ CToP.setTextContent(mo,'\u222B');
1373
+ var msubsup = CToP.createElement('msubsup');
1374
+ msubsup.appendChild(mo);
1375
+ var mrow1 = CToP.createElement('mrow');
1376
+ var children, i, j, l, num_qualifiers, num_children;
1377
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
1378
+ if (qualifiers[i].nodeName === 'lowlimit'||
1379
+ qualifiers[i].nodeName === 'condition'||
1380
+ qualifiers[i].nodeName === 'domainofapplication')
1381
+ {
1382
+ children = CToP.getChildren(qualifiers[i]);
1383
+ for (j = 0, num_children = children.length; j<num_children; j++ ) {
1384
+ CToP.applyTransform(mrow1,children[j],0);
1385
+ }
1386
+ } else {
1387
+ children = CToP.getChildren(qualifiers[i]);
1388
+ if (qualifiers[i].nodeName === 'interval' && children.length === 2) {
1389
+ CToP.applyTransform(mrow1,children[0],0);
1390
+ }
1391
+ }
1392
+ }
1393
+ msubsup.appendChild(mrow1);
1394
+ var mrow2 = CToP.createElement('mrow');
1395
+ for (i = 0, num_qualifiers = qualifiers.length; i<num_qualifiers; i++ ) {
1396
+ if (qualifiers[i].nodeName === 'uplimit') {
1397
+ children = CToP.getChildren(qualifiers[i]);
1398
+ for (j = 0, num_children = children.length; j<num_children; j++ ) {
1399
+ CToP.applyTransform(mrow2,children[j],0);
1400
+ }
1401
+ break;
1402
+ } else if (qualifiers[i].nodeName === 'interval' ) {
1403
+ children = CToP.getChildren(qualifiers[i]);
1404
+ CToP.applyTransform(mrow2,children[children.length-1],0);
1405
+ break;
1406
+ }
1407
+ }
1408
+ msubsup.appendChild(mrow2);
1409
+ mrow.appendChild(msubsup);
1410
+ for (i = 0, l = args.length; i<l; i++ ) {
1411
+ CToP.applyTransform(mrow,args[i],0);
1412
+ }
1413
+ for (i = 0, l = bvars.length; i<l; i++ ) {
1414
+ var bvar = bvars[i];
1415
+ children = CToP.getChildren(bvar);
1416
+ if (children.length) {
1417
+ var mrow3 = CToP.createElement("mrow");
1418
+ CToP.appendToken(mrow3,'mi','d');
1419
+ CToP.applyTransform(mrow3,children[0],0);
1420
+ mrow.appendChild(mrow3);
1421
+ }
1422
+ }
1423
+ parentNode.appendChild(mrow);
1424
+ },
1425
+
1426
+ inverse: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1427
+ var msup = CToP.createElement('msup');
1428
+ var arg = (args.length) ? args[0] : CToP.createElement('mrow');
1429
+ CToP.applyTransform(msup,arg,precedence);
1430
+ var mfenced = CToP.createElement('mfenced');
1431
+ CToP.appendToken(mfenced,'mn','-1');
1432
+ msup.appendChild(mfenced);
1433
+ parentNode.appendChild(msup);
1434
+ },
1435
+
1436
+ quotient: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1437
+ var mrow = CToP.createElement('mrow');
1438
+ CToP.appendToken(mrow,'mo','\u230A');
1439
+ if (args.length) {
1440
+ CToP.applyTransform(mrow,args[0],0);
1441
+ CToP.appendToken(mrow,'mo','/');
1442
+ if (args.length>1) {
1443
+ CToP.applyTransform(mrow,args[1],0);
1444
+ }
1445
+ }
1446
+ CToP.appendToken(mrow,'mo','\u230B');
1447
+ parentNode.appendChild(mrow);
1448
+ },
1449
+
1450
+ factorial: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1451
+ var mrow = CToP.createElement('mrow');
1452
+ CToP.applyTransform(mrow,args[0],4);
1453
+ CToP.appendToken(mrow,'mo','!');
1454
+ parentNode.appendChild(mrow);
1455
+ },
1456
+
1457
+ root: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1458
+ var mr;
1459
+ if (firstArg.nodeName === 'root' && (qualifiers.length === 0 || (qualifiers[0].nodeName === 'degree' && CToP.getTextContent(qualifiers[0]) === '2'))) {
1460
+ mr = CToP.createElement('msqrt');
1461
+ for (var i = 0, l = args.length; i<l; i++ ) {
1462
+ CToP.applyTransform(mr,args[i],0);
1463
+ }
1464
+ } else {
1465
+ mr = CToP.createElement('mroot');
1466
+ CToP.applyTransform(mr,args[0],0);
1467
+ var arg = (firstArg.nodeName === 'root') ? qualifiers[0].childNodes[0] : args[1];
1468
+ CToP.applyTransform(mr,arg,0);
1469
+ }
1470
+ parentNode.appendChild(mr);
1471
+ },
1472
+
1473
+ diff: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1474
+ if (bvars.length) { // d/dx form
1475
+ var outNode;
1476
+ var mfrac = CToP.createElement('mfrac');
1477
+ var toprow = CToP.createElement('mrow');
1478
+ var bottomrow = CToP.createElement('mrow');
1479
+ mfrac.appendChild(toprow);
1480
+ mfrac.appendChild(bottomrow);
1481
+
1482
+ var bvar, degreeNode, msup, mrow;
1483
+
1484
+ var d = CToP.createElement('mi');
1485
+ CToP.setTextContent(d,'d');
1486
+
1487
+ var children = CToP.getChildren(bvars[0]);
1488
+ for (var j = 0, l = children.length; j<l; j++ ) {
1489
+ if (children[j].nodeName === 'degree') {
1490
+ var childNode = CToP.getChildren(children[j])[0];
1491
+ if (CToP.getTextContent(childNode) != '1') {
1492
+ degreeNode = childNode;
1493
+ msup = CToP.createElement('msup');
1494
+ msup.appendChild(d);
1495
+ d = msup;
1496
+ CToP.applyTransform(d,degreeNode,0);
1497
+ }
1498
+ } else {
1499
+ bvar = children[j];
1500
+ }
1501
+ }
1502
+ toprow.appendChild(d);
1503
+
1504
+ if (args.length) {
1505
+ switch(args[0].nodeName) {
1506
+ case 'apply':
1507
+ case 'bind':
1508
+ case 'reln':
1509
+ mrow = CToP.createElement('mrow');
1510
+ mrow.appendChild(mfrac);
1511
+ CToP.applyTransform(mrow,args[0],3);
1512
+ outNode = mrow;
1513
+ break;
1514
+ default:
1515
+ CToP.applyTransform(toprow,args[0],0);
1516
+ outNode = mfrac;
1517
+ }
1518
+ }
1519
+
1520
+ CToP.appendToken(bottomrow,'mi','d');
1521
+
1522
+ if (degreeNode) {
1523
+ var msup2 = CToP.createElement('msup');
1524
+ CToP.applyTransform(msup2,bvar,0);
1525
+ CToP.applyTransform(msup2,degreeNode,0);
1526
+ bottomrow.appendChild(msup2);
1527
+ } else {
1528
+ CToP.applyTransform(bottomrow,bvar,0);
1529
+ }
1530
+
1531
+
1532
+ parentNode.appendChild(outNode);
1533
+ } else { // f' form
1534
+ msup = CToP.createElement('msup');
1535
+ mrow = CToP.createElement('mrow');
1536
+ msup.appendChild(mrow);
1537
+ CToP.applyTransform(mrow,args[0],0);
1538
+ CToP.appendToken(msup,'mo','\u2032'); // tick
1539
+ parentNode.appendChild(msup);
1540
+ }
1541
+ },
1542
+
1543
+ partialdiff: function(parentNode,contentMMLNode,firstArg,args,bvars,qualifiers,precedence) {
1544
+ var msup, msub, mrow;
1545
+
1546
+ var mfrac = CToP.createElement('mfrac');
1547
+ var toprow = CToP.createElement('mrow');
1548
+ var bottomrow = CToP.createElement('mrow');
1549
+ mfrac.appendChild(toprow);
1550
+ mfrac.appendChild(bottomrow);
1551
+
1552
+ var differendNode, degree, children;
1553
+
1554
+ if (bvars.length === 0 && args.length === 2 && args[0].nodeName === 'list') {
1555
+ if (args[1].nodeName === 'lambda') { // `d^(n+m)/(dx^n dy^m) f` form, through a lambda
1556
+ degree = CToP.getChildren(args[0]).length;
1557
+ if (degree != 1) {
1558
+ msup = CToP.createElement('msup');
1559
+ CToP.appendToken(msup,'mo','\u2202'); // curly d
1560
+ CToP.appendToken(msup,'mn',degree);
1561
+ toprow.appendChild(msup);
1562
+ } else {
1563
+ CToP.appendToken(toprow,'mo','\u2202');
1564
+ }
1565
+
1566
+ children = CToP.getChildren(args[1]);
1567
+
1568
+ differendNode = children[children.length - 1]; // thing being differentiated
1569
+
1570
+ var bvarNames = [];
1571
+ var lambdaChildren = CToP.getChildren(args[1]); // names of bound variables
1572
+ var lambdaSequence = CToP.getChildren(args[0]); // indices of bound variable names, in order
1573
+ for (var i = 0, l = lambdaChildren.length; i<l; i++ ) {
1574
+ if (lambdaChildren[i].nodeName === 'bvar') {
1575
+ bvarNames.push(CToP.getChildren(lambdaChildren[i])[0]);
1576
+ }
1577
+ }
1578
+
1579
+ var lastN = null;
1580
+ degree = 0;
1581
+ function addDiff(n,degree) {
1582
+ CToP.appendToken(bottomrow,'mo','\u2202');
1583
+ var bvar = bvarNames[n];
1584
+ if (degree>1) {
1585
+ var msup = CToP.createElement('msup');
1586
+ CToP.applyTransform(msup,bvar,0);
1587
+ CToP.appendToken(msup,'mn',degree);
1588
+ bottomrow.appendChild(msup);
1589
+ } else {
1590
+ CToP.applyTransform(bottomrow,bvar,0);
1591
+ }
1592
+ }
1593
+ for (i = 0, l = lambdaSequence.length; i<l; i++ ) {
1594
+ var n = Number(CToP.getTextContent(lambdaSequence[i]))-1;
1595
+ if (lastN !== null && n != lastN) {
1596
+ addDiff(lastN,degree);
1597
+ degree = 0;
1598
+ }
1599
+ lastN = n;
1600
+ degree += 1;
1601
+ }
1602
+ if (lastN) {
1603
+ addDiff(lastN,degree);
1604
+ }
1605
+ } else { // `D_i_j f` form
1606
+ mrow = CToP.createElement('mrow');
1607
+ msub = CToP.createElement('msub');
1608
+ CToP.appendToken(msub,'mi','D');
1609
+ var bvar = CToP.getChildren(args[0]);
1610
+ msub.appendChild(CToP.createmfenced(bvar,'',''));
1611
+ mrow.appendChild(msub);
1612
+ CToP.applyTransform(mrow,args[1],0);
1613
+ parentNode.appendChild(mrow);
1614
+ return;
1615
+ }
1616
+ } else { // `d^(n+m)/(dx^n dy^m) f` form, with bvars
1617
+ msup = CToP.createElement('msup');
1618
+ toprow.appendChild(msup);
1619
+ CToP.appendToken(msup,'mo','\u2202');
1620
+
1621
+ var degreeRow = CToP.createElement('mrow');
1622
+ msup.appendChild(degreeRow);
1623
+
1624
+ var qualifier;
1625
+
1626
+ if (qualifiers.length && qualifiers[0].nodeName === 'degree' && CToP.getChildren(qualifiers[0]).length) {
1627
+ qualifier = CToP.getChildren(qualifiers[0])[0];
1628
+ CToP.applyTransform(degreeRow,qualifier,0);
1629
+ } else {
1630
+ degree = 0;
1631
+ var hadFirst = false;
1632
+ for (i = 0, l = bvars.length; i<l; i++ ) {
1633
+ children = CToP.getChildren(bvars[i]);
1634
+ if (children.length === 2) {
1635
+ for (var j = 0;j<2;j++) {
1636
+ if (children[j].nodeName === 'degree') {
1637
+ if (/^\s*\d+\s*$/.test(CToP.getTextContent(children[j]))) {
1638
+ degree += Number(CToP.getTextContent(children[j]));
1639
+ } else {
1640
+ if (hadFirst) {
1641
+ CToP.appendToken(degreeRow,'mo','+');
1642
+ }
1643
+ hadFirst = true;
1644
+ CToP.applyTransform(degreeRow,CToP.getChildren(children[j])[0],0);
1645
+ }
1646
+ }
1647
+ }
1648
+ } else {
1649
+ degree++;
1650
+ }
1651
+ }
1652
+ if (degree>0) {
1653
+ if (hadFirst) {
1654
+ CToP.appendToken(degreeRow,'mo','+');
1655
+ }
1656
+ CToP.appendToken(degreeRow,'mn',degree);
1657
+ }
1658
+ }
1659
+
1660
+ if (args.length) {
1661
+ differendNode = args[0];
1662
+ }
1663
+
1664
+ for (i = 0, l = bvars.length; i<l; i++ ) {
1665
+ CToP.appendToken(bottomrow,'mo','\u2202');
1666
+ children = CToP.getChildren(bvars[i]);
1667
+
1668
+ if (children.length === 2) {
1669
+ for (j = 0;j<2;j++) {
1670
+ if (children[j].nodeName === 'degree') {
1671
+ var msup2 = CToP.createElement('msup');
1672
+ CToP.applyTransform(msup2,children[1-j],0);
1673
+ var bvarDegreeNode = CToP.getChildren(children[j])[0];
1674
+ CToP.applyTransform(msup2,bvarDegreeNode,0);
1675
+ bottomrow.appendChild(msup2);
1676
+ }
1677
+ }
1678
+ } else if (children.length === 1) {
1679
+ CToP.applyTransform(bottomrow,children[0],0);
1680
+ }
1681
+ }
1682
+ }
1683
+ if (differendNode) {
1684
+ switch(differendNode.nodeName) {
1685
+ case 'apply':
1686
+ case 'bind':
1687
+ case 'reln':
1688
+ mrow = CToP.createElement('mrow');
1689
+ mrow.appendChild(mfrac);
1690
+ CToP.applyTransform(mrow,differendNode,3);
1691
+ outNode = mrow;
1692
+ break;
1693
+ default:
1694
+ CToP.applyTransform(toprow,differendNode,0);
1695
+ outNode = mfrac;
1696
+ }
1697
+ } else {
1698
+ outNode = mfrac;
1699
+ }
1700
+ parentNode.appendChild(outNode);
1701
+ }
1702
+ };
1703
+ CToP.applyTokens.size = CToP.applyTokens.card;
1704
+
1705
+ return CToP;
1706
+ })(MathJax.Hub);
1707
+
1708
+
1709
+ MathJax.Hub.Register.StartupHook("MathML Jax Ready",function () {
1710
+
1711
+ var MATHML = MathJax.InputJax.MathML;
1712
+
1713
+ var CToP = MathJax.Extension["MathML/content-mathml"];
1714
+
1715
+ MATHML.DOMfilterHooks.Add(function (data) {
1716
+ data.math = CToP.transformElement(data.math);
1717
+ });
1718
+
1719
+ MathJax.Hub.Startup.signal.Post("MathML/content-mathml Ready");
128
1720
  });
129
1721
 
130
1722
  MathJax.Ajax.loadComplete("[MathJax]/extensions/MathML/content-mathml.js");