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
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * ---------------------------------------------------------------------
12
12
  *
13
- * Copyright (c) 2009-2013 The MathJax Consortium
13
+ * Copyright (c) 2009-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.
@@ -27,7 +27,7 @@
27
27
 
28
28
  MathJax.InputJax.MathML = MathJax.InputJax({
29
29
  id: "MathML",
30
- version: "2.3",
30
+ version: "2.5.0",
31
31
  directory: MathJax.InputJax.directory + "/MathML",
32
32
  extensionDir: MathJax.InputJax.extensionDir + "/MathML",
33
33
  entityDir: MathJax.InputJax.directory + "/MathML/entities",
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/a.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/b.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/c.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/d.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/e.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/f.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/fr.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/g.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/h.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/i.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/j.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/k.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/l.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/m.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/n.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/o.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/opf.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/p.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/q.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/r.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/s.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/scr.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/t.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/u.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/v.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/w.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/x.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/y.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -2,7 +2,7 @@
2
2
  *
3
3
  * MathJax/jax/output/HTML-CSS/entities/z.js
4
4
  *
5
- * Copyright (c) 2010-2013 The MathJax Consortium
5
+ * Copyright (c) 2010-2015 The MathJax Consortium
6
6
  *
7
7
  * Licensed under the Apache License, Version 2.0 (the "License");
8
8
  * you may not use this file except in compliance with the License.
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * ---------------------------------------------------------------------
13
13
  *
14
- * Copyright (c) 2010-2013 The MathJax Consortium
14
+ * Copyright (c) 2010-2015 The MathJax Consortium
15
15
  *
16
16
  * Licensed under the Apache License, Version 2.0 (the "License");
17
17
  * you may not use this file except in compliance with the License.
@@ -36,12 +36,12 @@
36
36
 
37
37
  MATHML.Parse = MathJax.Object.Subclass({
38
38
 
39
- Init: function (string) {this.Parse(string)},
39
+ Init: function (string,script) {this.Parse(string,script)},
40
40
 
41
41
  //
42
42
  // Parse the MathML and check for errors
43
43
  //
44
- Parse: function (math) {
44
+ Parse: function (math,script) {
45
45
  var doc;
46
46
  if (typeof math !== "string") {doc = math.parentNode} else {
47
47
  doc = MATHML.ParseXML(this.preProcessMath.call(this,math));
@@ -63,7 +63,9 @@
63
63
  "MathML must be formed by a <math> element, not %1",
64
64
  "<"+doc.firstChild.nodeName+">"]);
65
65
  }
66
- this.mml = this.MakeMML(doc.firstChild);
66
+ var data = {math:doc.firstChild, script:script};
67
+ MATHML.DOMfilterHooks.Execute(data);
68
+ this.mml = this.MakeMML(data.math);
67
69
  },
68
70
 
69
71
  //
@@ -138,10 +140,11 @@
138
140
  if (name.match(/^_moz-math-((column|row)(align|line)|font-style)$/)) continue;
139
141
  var value = node.attributes[i].value;
140
142
  value = this.filterAttribute(name,value);
143
+ var defaults = (mml.type === "mstyle" ? MML.math.prototype.defaults : mml.defaults);
141
144
  if (value != null) {
142
145
  if (value.toLowerCase() === "true") {value = true}
143
146
  else if (value.toLowerCase() === "false") {value = false}
144
- if (mml.defaults[name] != null || MML.copyAttributes[name])
147
+ if (defaults[name] != null || MML.copyAttributes[name])
145
148
  {mml[name] = value} else {mml.attr[name] = value}
146
149
  mml.attrNames.push(name);
147
150
  }
@@ -157,9 +160,13 @@
157
160
  var child = node.childNodes[i];
158
161
  if (child.nodeName === "#comment") continue;
159
162
  if (child.nodeName === "#text") {
160
- if (mml.isToken && !mml.mmlSelfClosing) {
161
- var text = child.nodeValue.replace(/&([a-z][a-z0-9]*);/ig,this.replaceEntity);
162
- mml.Append(MML.chars(this.trimSpace(text)));
163
+ if ((mml.isToken || mml.isChars) && !mml.mmlSelfClosing) {
164
+ var text = child.nodeValue;
165
+ if (mml.isToken) {
166
+ text = text.replace(/&([a-z][a-z0-9]*);/ig,this.replaceEntity);
167
+ text = this.trimSpace(text);
168
+ }
169
+ mml.Append(MML.chars(text));
163
170
  } else if (child.nodeValue.match(/\S/)) {
164
171
  MATHML.Error(["UnexpectedTextNode",
165
172
  "Unexpected text node: %1","'"+child.nodeValue+"'"]);
@@ -238,8 +245,9 @@
238
245
  MATHML.Augment({
239
246
  sourceMenuTitle: /*_(MathMenu)*/ ["OriginalMathML","Original MathML"],
240
247
 
241
- prefilterHooks: MathJax.Callback.Hooks(true), // hooks to run before processing MathML
242
- postfilterHooks: MathJax.Callback.Hooks(true), // hooks to run after processing MathML
248
+ prefilterHooks: MathJax.Callback.Hooks(true), // hooks to run on MathML string before processing MathML
249
+ DOMfilterHooks: MathJax.Callback.Hooks(true), // hooks to run on MathML DOM before processing
250
+ postfilterHooks: MathJax.Callback.Hooks(true), // hooks to run on internal jax format after processing MathML
243
251
 
244
252
  Translate: function (script) {
245
253
  if (!this.ParseXML) {this.ParseXML = this.createParser()}
@@ -247,20 +255,21 @@
247
255
  if (script.firstChild &&
248
256
  script.firstChild.nodeName.toLowerCase().replace(/^[a-z]+:/,"") === "math") {
249
257
  data.math = script.firstChild;
250
- this.prefilterHooks.Execute(data); math = data.math;
251
258
  } else {
252
259
  math = MathJax.HTML.getScript(script);
253
260
  if (BROWSER.isMSIE) {math = math.replace(/(&nbsp;)+$/,"")}
254
- data.math = math; this.prefilterHooks.Execute(data); math = data.math;
261
+ data.math = math;
255
262
  }
263
+ var callback = this.prefilterHooks.Execute(data); if (callback) return callback;
264
+ math = data.math;
256
265
  try {
257
- mml = MATHML.Parse(math).mml;
266
+ mml = MATHML.Parse(math,script).mml;
258
267
  } catch(err) {
259
268
  if (!err.mathmlError) {throw err}
260
269
  mml = this.formatError(err,math,script);
261
270
  }
262
- data.math = MML(mml); this.postfilterHooks.Execute(data);
263
- return data.math;
271
+ data.math = MML(mml);
272
+ return this.postfilterHooks.Execute(data) || data.math;
264
273
  },
265
274
  prefilterMath: function (math,script) {return math},
266
275
  prefilterMathML: function (math,script) {return math},
@@ -282,8 +291,11 @@
282
291
  parseDOM: function (string) {return this.parser.parseFromString(string,"text/xml")},
283
292
  parseMS: function (string) {return (this.parser.loadXML(string) ? this.parser : null)},
284
293
  parseDIV: function (string) {
285
- this.div.innerHTML = string.replace(/<([a-z]+)([^>]*)\/>/g,"<$1$2></$1>");
286
- return this.div;
294
+ this.div.innerHTML =
295
+ "<div>"+string.replace(/<([a-z]+)([^>]*)\/>/g,"<$1$2></$1>")+"</div>";
296
+ var doc = this.div.firstChild;
297
+ this.div.innerHTML = "";
298
+ return doc;
287
299
  },
288
300
  parseError: function (string) {return null},
289
301
  createMSParser: function() {
@@ -10,7 +10,7 @@
10
10
  *
11
11
  * ---------------------------------------------------------------------
12
12
  *
13
- * Copyright (c) 2009-2013 The MathJax Consortium
13
+ * Copyright (c) 2009-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.
@@ -27,7 +27,7 @@
27
27
 
28
28
  MathJax.InputJax.TeX = MathJax.InputJax({
29
29
  id: "TeX",
30
- version: "2.3",
30
+ version: "2.5.0",
31
31
  directory: MathJax.InputJax.directory + "/TeX",
32
32
  extensionDir: MathJax.InputJax.extensionDir + "/TeX",
33
33
 
@@ -11,7 +11,7 @@
11
11
  *
12
12
  * ---------------------------------------------------------------------
13
13
  *
14
- * Copyright (c) 2009-2013 The MathJax Consortium
14
+ * Copyright (c) 2009-2015 The MathJax Consortium
15
15
  *
16
16
  * Licensed under the Apache License, Version 2.0 (the "License");
17
17
  * you may not use this file except in compliance with the License.
@@ -44,7 +44,7 @@
44
44
  Push: function () {
45
45
  var i, m, item, top;
46
46
  for (i = 0, m = arguments.length; i < m; i++) {
47
- item = arguments[i];
47
+ item = arguments[i]; if (!item) continue;
48
48
  if (item instanceof MML.mbase) {item = STACKITEM.mml(item)}
49
49
  item.global = this.global;
50
50
  top = (this.data.length ? this.Top().checkItem(item) : true);
@@ -167,6 +167,7 @@
167
167
  else {item.data[0] = MML.mrow(this.primes.With({variantForm:true}),item.data[0])}
168
168
  }
169
169
  this.data[0].SetData(this.position,item.data[0]);
170
+ if (this.movesupsub != null) {this.data[0].movesupsub = this.movesupsub}
170
171
  return STACKITEM.mml(this.data[0]);
171
172
  }
172
173
  if (this.SUPER(arguments).checkItem.call(this,item))
@@ -184,9 +185,8 @@
184
185
  var mml = MML.mfrac(this.num,this.mmlData(false));
185
186
  if (this.thickness != null) {mml.linethickness = this.thickness}
186
187
  if (this.open || this.close) {
187
- mml.texClass = MML.TEXCLASS.INNER;
188
188
  mml.texWithDelims = true;
189
- mml = TEX.fenced(this.open,mml,this.close);
189
+ mml = TEX.fixedFence(this.open,mml,this.close);
190
190
  }
191
191
  return [STACKITEM.mml(mml), item];
192
192
  }
@@ -258,7 +258,7 @@
258
258
  STACKITEM.array = STACKITEM.Subclass({
259
259
  type: "array", isOpen: true, arraydef: {},
260
260
  Init: function () {
261
- this.table = []; this.row = []; this.env = {}; this.frame = []
261
+ this.table = []; this.row = []; this.env = {}; this.frame = []; this.hfill = [];
262
262
  this.SUPER(arguments).Init.apply(this,arguments);
263
263
  },
264
264
  checkItem: function (item) {
@@ -286,8 +286,23 @@
286
286
  }
287
287
  return this.SUPER(arguments).checkItem.call(this,item);
288
288
  },
289
- EndEntry: function () {this.row.push(MML.mtd.apply(MML,this.data)); this.data = []},
290
- EndRow: function () {this.table.push(MML.mtr.apply(MML,this.row)); this.row = []},
289
+ EndEntry: function () {
290
+ var mtd = MML.mtd.apply(MML,this.data);
291
+ if (this.hfill.length) {
292
+ if (this.hfill[0] === 0) mtd.columnalign = "right";
293
+ if (this.hfill[this.hfill.length-1] === this.data.length)
294
+ mtd.columnalign = (mtd.columnalign ? "center" : "left");
295
+ }
296
+ this.row.push(mtd); this.data = []; this.hfill = [];
297
+ },
298
+ EndRow: function () {
299
+ var mtr = MML.mtr;
300
+ if (this.isNumbered && this.row.length === 3) {
301
+ this.row.unshift(this.row.pop()); // move equation number to first position
302
+ mtr = MML.mlabeledtr;
303
+ }
304
+ this.table.push(mtr.apply(MML,this.row)); this.row = [];
305
+ },
291
306
  EndTable: function () {
292
307
  if (this.data.length || this.row.length) {this.EndEntry(); this.EndRow()}
293
308
  this.checkLines();
@@ -424,6 +439,7 @@
424
439
  '%': 'Comment',
425
440
  '&': 'Entry',
426
441
  '#': 'Hash',
442
+ '\u00A0': 'Space',
427
443
  '\u2019': 'Prime'
428
444
  },
429
445
 
@@ -912,11 +928,14 @@
912
928
  hline: ['HLine','solid'],
913
929
  hdashline: ['HLine','dashed'],
914
930
  // noalign: 'HandleNoAlign',
915
- eqalignno: ['Matrix',null,null,"right left right",MML.LENGTH.THICKMATHSPACE+" 3em",".5em",'D'],
916
- leqalignno: ['Matrix',null,null,"right left right",MML.LENGTH.THICKMATHSPACE+" 3em",".5em",'D'],
931
+ eqalignno: ['Matrix',null,null,"right left",MML.LENGTH.THICKMATHSPACE,".5em",'D',null,"right"],
932
+ leqalignno: ['Matrix',null,null,"right left",MML.LENGTH.THICKMATHSPACE,".5em",'D',null,"left"],
933
+ hfill: 'HFill',
934
+ hfil: 'HFill', // \hfil treated as \hfill for now
935
+ hfilll: 'HFill', // \hfilll treated as \hfill for now
917
936
 
918
937
  // TeX substitution macros
919
- bmod: ['Macro','\\mathbin{\\mmlToken{mo}{mod}}'],
938
+ bmod: ['Macro','\\mmlToken{mo}[lspace="thickmathspace" rspace="thickmathspace"]{mod}'],
920
939
  pmod: ['Macro','\\pod{\\mmlToken{mi}{mod}\\kern 6mu #1}',1],
921
940
  mod: ['Macro','\\mathchoice{\\kern18mu}{\\kern12mu}{\\kern12mu}{\\kern12mu}\\mmlToken{mi}{mod}\\,\\,#1',1],
922
941
  pod: ['Macro','\\mathchoice{\\kern18mu}{\\kern8mu}{\\kern8mu}{\\kern8mu}(#1)',1],
@@ -933,8 +952,10 @@
933
952
  mathsf: ['Macro','{\\sf #1}',1],
934
953
  mathtt: ['Macro','{\\tt #1}',1],
935
954
  textrm: ['Macro','\\mathord{\\rm\\text{#1}}',1],
936
- textit: ['Macro','\\mathord{\\it{\\text{#1}}}',1],
937
- textbf: ['Macro','\\mathord{\\bf{\\text{#1}}}',1],
955
+ textit: ['Macro','\\mathord{\\it\\text{#1}}',1],
956
+ textbf: ['Macro','\\mathord{\\bf\\text{#1}}',1],
957
+ textsf: ['Macro','\\mathord{\\sf\\text{#1}}',1],
958
+ texttt: ['Macro','\\mathord{\\tt\\text{#1}}',1],
938
959
  pmb: ['Macro','\\rlap{#1}\\kern1px{#1}',1],
939
960
  TeX: ['Macro','T\\kern-.14em\\lower.5ex{E}\\kern-.115em X'],
940
961
  LaTeX: ['Macro','L\\kern-.325em\\raise.21em{\\scriptstyle{A}}\\kern-.17em\\TeX'],
@@ -944,11 +965,12 @@
944
965
  not: 'Not',
945
966
  dots: 'Dots',
946
967
  space: 'Tilde',
968
+ '\u00A0': 'Tilde',
947
969
 
948
970
 
949
971
  // LaTeX
950
- begin: 'Begin',
951
- end: 'End',
972
+ begin: 'BeginEnd',
973
+ end: 'BeginEnd',
952
974
 
953
975
  newcommand: ['Extension','newcommand'],
954
976
  renewcommand: ['Extension','newcommand'],
@@ -1165,48 +1187,56 @@
1165
1187
  Superscript: function (c) {
1166
1188
  if (this.GetNext().match(/\d/)) // don't treat numbers as a unit
1167
1189
  {this.string = this.string.substr(0,this.i+1)+" "+this.string.substr(this.i+1)}
1168
- var position, primes, base, top = this.stack.Top();
1190
+ var primes, base, top = this.stack.Top();
1169
1191
  if (top.type === "prime") {base = top.data[0]; primes = top.data[1]; this.stack.Pop()}
1170
1192
  else {base = this.stack.Prev(); if (!base) {base = MML.mi("")}}
1171
1193
  if (base.isEmbellishedWrapper) {base = base.data[0].data[0]}
1172
- if (base.type === "msubsup") {
1173
- if (base.data[base.sup])
1174
- {TEX.Error(["DoubleExponent","Double exponent: use braces to clarify"])}
1175
- position = base.sup;
1176
- } else if (base.movesupsub) {
1177
- if (base.type !== "munderover" || base.data[base.over]) {
1178
- if (base.movablelimits && base.isa(MML.mi)) {base = this.mi2mo(base)}
1179
- base = MML.munderover(base,null,null).With({movesupsub:true})
1194
+ var movesupsub = base.movesupsub, position = base.sup;
1195
+ if ((base.type === "msubsup" && base.data[base.sup]) ||
1196
+ (base.type === "munderover" && base.data[base.over] && !base.subsupOK))
1197
+ {TEX.Error(["DoubleExponent","Double exponent: use braces to clarify"])}
1198
+ if (base.type !== "msubsup") {
1199
+ if (movesupsub) {
1200
+ if (base.type !== "munderover" || base.data[base.over]) {
1201
+ if (base.movablelimits && base.isa(MML.mi)) {base = this.mi2mo(base)}
1202
+ base = MML.munderover(base,null,null).With({movesupsub:true})
1203
+ }
1204
+ position = base.over;
1205
+ } else {
1206
+ base = MML.msubsup(base,null,null);
1207
+ position = base.sup;
1180
1208
  }
1181
- position = base.over;
1182
- } else {
1183
- base = MML.msubsup(base,null,null);
1184
- position = base.sup;
1185
1209
  }
1186
- this.Push(STACKITEM.subsup(base).With({position: position, primes: primes}));
1210
+ this.Push(STACKITEM.subsup(base).With({
1211
+ position: position, primes: primes, movesupsub: movesupsub
1212
+ }));
1187
1213
  },
1188
1214
  Subscript: function (c) {
1189
1215
  if (this.GetNext().match(/\d/)) // don't treat numbers as a unit
1190
1216
  {this.string = this.string.substr(0,this.i+1)+" "+this.string.substr(this.i+1)}
1191
- var position, primes, base, top = this.stack.Top();
1217
+ var primes, base, top = this.stack.Top();
1192
1218
  if (top.type === "prime") {base = top.data[0]; primes = top.data[1]; this.stack.Pop()}
1193
1219
  else {base = this.stack.Prev(); if (!base) {base = MML.mi("")}}
1194
1220
  if (base.isEmbellishedWrapper) {base = base.data[0].data[0]}
1195
- if (base.type === "msubsup") {
1196
- if (base.data[base.sub])
1197
- {TEX.Error(["DoubleSubscripts","Double subscripts: use braces to clarify"])}
1198
- position = base.sub;
1199
- } else if (base.movesupsub) {
1200
- if (base.type !== "munderover" || base.data[base.under]) {
1201
- if (base.movablelimits && base.isa(MML.mi)) {base = this.mi2mo(base)}
1202
- base = MML.munderover(base,null,null).With({movesupsub:true})
1221
+ var movesupsub = base.movesupsub, position = base.sub;
1222
+ if ((base.type === "msubsup" && base.data[base.sub]) ||
1223
+ (base.type === "munderover" && base.data[base.under] && !base.subsupOK))
1224
+ {TEX.Error(["DoubleSubscripts","Double subscripts: use braces to clarify"])}
1225
+ if (base.type !== "msubsup") {
1226
+ if (movesupsub) {
1227
+ if (base.type !== "munderover" || base.data[base.under]) {
1228
+ if (base.movablelimits && base.isa(MML.mi)) {base = this.mi2mo(base)}
1229
+ base = MML.munderover(base,null,null).With({movesupsub:true})
1230
+ }
1231
+ position = base.under;
1232
+ } else {
1233
+ base = MML.msubsup(base,null,null);
1234
+ position = base.sub;
1203
1235
  }
1204
- position = base.under;
1205
- } else {
1206
- base = MML.msubsup(base,null,null);
1207
- position = base.sub;
1208
1236
  }
1209
- this.Push(STACKITEM.subsup(base).With({position: position, primes: primes}));
1237
+ this.Push(STACKITEM.subsup(base).With({
1238
+ position: position, primes: primes, movesupsub: movesupsub
1239
+ }));
1210
1240
  },
1211
1241
  PRIME: "\u2032", SMARTQUOTE: "\u2019",
1212
1242
  Prime: function (c) {
@@ -1249,8 +1279,8 @@
1249
1279
  * Handle other characters (as <mo> elements)
1250
1280
  */
1251
1281
  Other: function (c) {
1252
- var def = {stretchy: false}, mo;
1253
- if (this.stack.env.font) {def.mathvariant = this.stack.env.font}
1282
+ var def, mo;
1283
+ if (this.stack.env.font) {def = {mathvariant: this.stack.env.font}}
1254
1284
  if (TEXDEF.remap[c]) {
1255
1285
  c = TEXDEF.remap[c];
1256
1286
  if (c instanceof Array) {def = c[1]; c = c[0]}
@@ -1258,6 +1288,7 @@
1258
1288
  } else {
1259
1289
  mo = MML.mo(c).With(def);
1260
1290
  }
1291
+ if (mo.autoDefault("stretchy",true)) {mo.stretchy = false}
1261
1292
  if (mo.autoDefault("texClass",true) == "") {mo = MML.TeXAtom(mo)}
1262
1293
  this.Push(this.mmlToken(mo));
1263
1294
  },
@@ -1319,10 +1350,16 @@
1319
1350
  },
1320
1351
  Limits: function (name,limits) {
1321
1352
  var op = this.stack.Prev("nopop");
1322
- if (!op || op.texClass !== MML.TEXCLASS.OP)
1353
+ if (!op || (op.Get("texClass") !== MML.TEXCLASS.OP && op.movesupsub == null))
1323
1354
  {TEX.Error(["MisplacedLimits","%1 is allowed only on operators",name])}
1355
+ var top = this.stack.Top();
1356
+ if (op.type === "munderover" && !limits) {
1357
+ op = top.data[top.data.length-1] = MML.msubsup.apply(MML.subsup,op.data);
1358
+ } else if (op.type === "msubsup" && limits) {
1359
+ op = top.data[top.data.length-1] = MML.munderover.apply(MML.underover,op.data);
1360
+ }
1324
1361
  op.movesupsub = (limits ? true : false);
1325
- op.movablelimits = false;
1362
+ op.Core().movablelimits = false;
1326
1363
  },
1327
1364
 
1328
1365
  Over: function (name,open,close) {
@@ -1393,11 +1430,17 @@
1393
1430
  var pos = {o: "over", u: "under"}[name.charAt(1)];
1394
1431
  var base = this.ParseArg(name);
1395
1432
  if (base.Get("movablelimits")) {base.movablelimits = false}
1433
+ if (base.isa(MML.munderover) && base.isEmbellished()) {
1434
+ base.Core().With({lspace:0,rspace:0}); // get spacing right for NativeMML
1435
+ base = MML.mrow(MML.mo().With({rspace:0}),base); // add an empty <mi> so it's not embellished any more
1436
+ }
1396
1437
  var mml = MML.munderover(base,null,null);
1397
- if (stack) {mml.movesupsub = true}
1398
- mml.data[mml[pos]] =
1399
- this.mmlToken(MML.mo(MML.entity("#x"+c)).With({stretchy:true, accent:(pos == "under")}));
1400
- this.Push(mml);
1438
+ mml.SetData(
1439
+ mml[pos],
1440
+ this.mmlToken(MML.mo(MML.entity("#x"+c)).With({stretchy:true, accent:(pos==="under")}))
1441
+ );
1442
+ if (stack) {mml = MML.TeXAtom(mml).With({texClass:MML.TEXCLASS.OP, movesupsub:true})}
1443
+ this.Push(mml.With({subsupOK:true}));
1401
1444
  },
1402
1445
 
1403
1446
  Overset: function (name) {
@@ -1433,10 +1476,10 @@
1433
1476
  if (!MML[type] || !MML[type].prototype.isToken)
1434
1477
  {TEX.Error(["NotMathMLToken","%1 is not a token element",type])}
1435
1478
  while (attr !== "") {
1436
- match = attr.match(/^([a-z]+)\s*=\s*(\'[^']*'|"[^"]*"|[^ ]*)\s*/i);
1479
+ match = attr.match(/^([a-z]+)\s*=\s*('[^']*'|"[^"]*"|[^ ,]*)\s*,?\s*/i);
1437
1480
  if (!match)
1438
1481
  {TEX.Error(["InvalidMathMLAttr","Invalid MathML attribute: %1",attr])}
1439
- if (!MML[type].prototype.defaults[match[1]] && !this.MmlTokenAllow[match[1]]) {
1482
+ if (MML[type].prototype.defaults[match[1]] == null && !this.MmlTokenAllow[match[1]]) {
1440
1483
  TEX.Error(["UnknownAttrForElement",
1441
1484
  "%1 is not a recognized attribute for %2",
1442
1485
  match[1],type]);
@@ -1486,7 +1529,7 @@
1486
1529
 
1487
1530
  Lap: function (name) {
1488
1531
  var mml = MML.mpadded(this.ParseArg(name)).With({width: 0});
1489
- if (name === "\\llap") {mml.lspace = "-1 width"}
1532
+ if (name === "\\llap") {mml.lspace = "-1width"}
1490
1533
  this.Push(MML.TeXAtom(mml));
1491
1534
  },
1492
1535
 
@@ -1531,7 +1574,7 @@
1531
1574
  MakeBig: function (name,mclass,size) {
1532
1575
  size *= TEXDEF.p_height;
1533
1576
  size = String(size).replace(/(\.\d\d\d).+/,'$1')+"em";
1534
- var delim = this.GetDelimiter(name);
1577
+ var delim = this.GetDelimiter(name,true);
1535
1578
  this.Push(MML.TeXAtom(MML.mo(delim).With({
1536
1579
  minsize: size, maxsize: size,
1537
1580
  fence: true, stretchy: true, symmetric: true
@@ -1541,7 +1584,7 @@
1541
1584
  BuildRel: function (name) {
1542
1585
  var top = this.ParseUpTo(name,"\\over");
1543
1586
  var bot = this.ParseArg(name);
1544
- this.Push(MML.TeXAtom(MML.munderover(bot,null,top)).With({mclass: MML.TEXCLASS.REL}));
1587
+ this.Push(MML.TeXAtom(MML.munderover(bot,null,top)).With({texClass: MML.TEXCLASS.REL}));
1545
1588
  },
1546
1589
 
1547
1590
  HBox: function (name,style) {
@@ -1599,7 +1642,7 @@
1599
1642
  }
1600
1643
  },
1601
1644
 
1602
- Matrix: function (name,open,close,align,spacing,vspacing,style,cases) {
1645
+ Matrix: function (name,open,close,align,spacing,vspacing,style,cases,numbered) {
1603
1646
  var c = this.GetNext();
1604
1647
  if (c === "")
1605
1648
  {TEX.Error(["MissingArgFor","Missing argument for %1",name])}
@@ -1612,6 +1655,7 @@
1612
1655
  }
1613
1656
  });
1614
1657
  if (cases) {array.isCases = true}
1658
+ if (numbered) {array.isNumbered = true; array.arraydef.side = numbered}
1615
1659
  if (open || close) {array.open = open; array.close = close}
1616
1660
  if (style === "D") {array.arraydef.displaystyle = true}
1617
1661
  if (align != null) {array.arraydef.columnalign = align}
@@ -1648,9 +1692,8 @@
1648
1692
  CrLaTeX: function (name) {
1649
1693
  var n;
1650
1694
  if (this.string.charAt(this.i) === "[") {
1651
- n = this.GetBrackets(name,"").replace(/ /g,"");
1652
- if (n &&
1653
- !n.match(/^((-?(\.\d+|\d+(\.\d*)?))(pt|em|ex|mu|mm|cm|in|pc))$/)) {
1695
+ n = this.GetBrackets(name,"").replace(/ /g,"").replace(/,/,".");
1696
+ if (n && !this.matchDimen(n)) {
1654
1697
  TEX.Error(["BracketMustBeDimension",
1655
1698
  "Bracket argument to %1 must be a dimension",name]);
1656
1699
  }
@@ -1667,17 +1710,22 @@
1667
1710
  }
1668
1711
  } else {
1669
1712
  if (n) {this.Push(MML.mspace().With({depth:n}))}
1670
- this.Push(MML.mo().With({linebreak:MML.LINEBREAK.NEWLINE}));
1713
+ this.Push(MML.mspace().With({linebreak:MML.LINEBREAK.NEWLINE}));
1671
1714
  }
1672
1715
  },
1673
1716
  emPerInch: 7.2,
1717
+ pxPerInch: 72,
1718
+ matchDimen: function (dim) {
1719
+ return dim.match(/^(-?(?:\.\d+|\d+(?:\.\d*)?))(px|pt|em|ex|mu|pc|in|mm|cm)$/);
1720
+ },
1674
1721
  dimen2em: function (dim) {
1675
- var match = dim.match(/^(-?(?:\.\d+|\d+(?:\.\d*)?))(pt|em|ex|mu|pc|in|mm|cm)/);
1722
+ var match = this.matchDimen(dim);
1676
1723
  var m = parseFloat(match[1]||"1"), unit = match[2];
1677
1724
  if (unit === "em") {return m}
1678
1725
  if (unit === "ex") {return m * .43}
1679
1726
  if (unit === "pt") {return m / 10} // 10 pt to an em
1680
1727
  if (unit === "pc") {return m * 1.2} // 12 pt to a pc
1728
+ if (unit === "px") {return m * this.emPerInch / this.pxPerInch}
1681
1729
  if (unit === "in") {return m * this.emPerInch}
1682
1730
  if (unit === "cm") {return m * this.emPerInch / 2.54} // 2.54 cm to an inch
1683
1731
  if (unit === "mm") {return m * this.emPerInch / 25.4} // 10 mm to a cm
@@ -1704,31 +1752,44 @@
1704
1752
  }
1705
1753
  },
1706
1754
 
1755
+ HFill: function (name) {
1756
+ var top = this.stack.Top();
1757
+ if (top.isa(STACKITEM.array)) top.hfill.push(top.data.length);
1758
+ else TEX.Error(["UnsupportedHFill","Unsupported use of %1",name]);
1759
+ },
1760
+
1761
+
1762
+
1707
1763
  /************************************************************************/
1708
1764
  /*
1709
1765
  * LaTeX environments
1710
1766
  */
1711
1767
 
1712
- Begin: function (name) {
1713
- var env = this.GetArgument(name);
1714
- if (env.match(/[^a-z*]/i))
1715
- {TEX.Error(["InvalidEnv","Invalid environment name '%1'",env])}
1768
+ BeginEnd: function (name) {
1769
+ var env = this.GetArgument(name), isEnd = false;
1770
+ if (env.match(/^\\end\\/)) {isEnd = true; env = env.substr(5)} // special \end{} for \newenvironment environments
1771
+ if (env.match(/\\/i)) {TEX.Error(["InvalidEnv","Invalid environment name '%1'",env])}
1716
1772
  var cmd = this.envFindName(env);
1717
- if (!cmd)
1718
- {TEX.Error(["UnknownEnv","Unknown environment '%1'",env])}
1719
- if (++this.macroCount > TEX.config.MAXMACROS) {
1720
- TEX.Error(["MaxMacroSub2",
1721
- "MathJax maximum substitution count exceeded; " +
1722
- "is there a recursive latex environment?"]);
1723
- }
1773
+ if (!cmd) {TEX.Error(["UnknownEnv","Unknown environment '%1'",env])}
1724
1774
  if (!(cmd instanceof Array)) {cmd = [cmd]}
1725
- var mml = STACKITEM.begin().With({name: env, end: cmd[1], parse:this});
1726
- if (cmd[0] && this[cmd[0]]) {mml = this[cmd[0]].apply(this,[mml].concat(cmd.slice(2)))}
1775
+ var end = (cmd[1] instanceof Array ? cmd[1][0] : cmd[1]);
1776
+ var mml = STACKITEM.begin().With({name: env, end: end, parse:this});
1777
+ if (name === "\\end") {
1778
+ if (!isEnd && cmd[1] instanceof Array && this[cmd[1][1]]) {
1779
+ mml = this[cmd[1][1]].apply(this,[mml].concat(cmd.slice(2)));
1780
+ } else {
1781
+ mml = STACKITEM.end().With({name: env});
1782
+ }
1783
+ } else {
1784
+ if (++this.macroCount > TEX.config.MAXMACROS) {
1785
+ TEX.Error(["MaxMacroSub2",
1786
+ "MathJax maximum substitution count exceeded; " +
1787
+ "is there a recursive latex environment?"]);
1788
+ }
1789
+ if (cmd[0] && this[cmd[0]]) {mml = this[cmd[0]].apply(this,[mml].concat(cmd.slice(2)))}
1790
+ }
1727
1791
  this.Push(mml);
1728
1792
  },
1729
- End: function (name) {
1730
- this.Push(STACKITEM.end().With({name: this.GetArgument(name)}));
1731
- },
1732
1793
  envFindName: function (name) {return TEXDEF.environment[name]},
1733
1794
 
1734
1795
  Equation: function (begin,row) {return row},
@@ -1805,7 +1866,7 @@
1805
1866
  * Check if the next character is a space
1806
1867
  */
1807
1868
  nextIsSpace: function () {
1808
- return this.string.charAt(this.i).match(/[ \n\r\t]/);
1869
+ return this.string.charAt(this.i).match(/\s/);
1809
1870
  },
1810
1871
 
1811
1872
  /*
@@ -1886,11 +1947,12 @@
1886
1947
  /*
1887
1948
  * Get the name of a delimiter (check it in the delimiter list).
1888
1949
  */
1889
- GetDelimiter: function (name) {
1950
+ GetDelimiter: function (name,braceOK) {
1890
1951
  while (this.nextIsSpace()) {this.i++}
1891
- var c = this.string.charAt(this.i);
1892
- if (this.i < this.string.length) {
1893
- this.i++; if (c == "\\") {c += this.GetCS(name)}
1952
+ var c = this.string.charAt(this.i); this.i++;
1953
+ if (this.i <= this.string.length) {
1954
+ if (c == "\\") {c += this.GetCS(name)}
1955
+ else if (c === "{" && braceOK) {this.i--; c = this.GetArgument(name)}
1894
1956
  if (TEXDEF.delimiter[c] != null) {return this.convertDelimiter(c)}
1895
1957
  }
1896
1958
  TEX.Error(["MissingOrUnrecognizedDelim",
@@ -1905,14 +1967,14 @@
1905
1967
  if (this.nextIsSpace()) {this.i++}
1906
1968
  if (this.string.charAt(this.i) == '{') {
1907
1969
  dimen = this.GetArgument(name);
1908
- if (dimen.match(/^\s*([-+]?(\.\d+|\d+(\.\d*)?))\s*(pt|em|ex|mu|px|mm|cm|in|pc)\s*$/))
1909
- {return dimen.replace(/ /g,"")}
1970
+ if (dimen.match(/^\s*([-+]?([.,]\d+|\d+([.,]\d*)?))\s*(pt|em|ex|mu|px|mm|cm|in|pc)\s*$/))
1971
+ {return dimen.replace(/ /g,"").replace(/,/,".")}
1910
1972
  } else {
1911
1973
  dimen = this.string.slice(this.i);
1912
- var match = dimen.match(/^\s*(([-+]?(\.\d+|\d+(\.\d*)?))\s*(pt|em|ex|mu|px|mm|cm|in|pc)) ?/);
1974
+ var match = dimen.match(/^\s*(([-+]?([.,]\d+|\d+([.,]\d*)?))\s*(pt|em|ex|mu|px|mm|cm|in|pc)) ?/);
1913
1975
  if (match) {
1914
1976
  this.i += match[0].length;
1915
- return match[1].replace(/ /g,"");
1977
+ return match[1].replace(/ /g,"").replace(/,/,".");
1916
1978
  }
1917
1979
  }
1918
1980
  TEX.Error(["MissingDimOrUnits",
@@ -1958,7 +2020,7 @@
1958
2020
  InternalMath: function (text,level) {
1959
2021
  var def = {displaystyle: false}; if (level != null) {def.scriptlevel = level}
1960
2022
  if (this.stack.env.font) {def.mathvariant = this.stack.env.font}
1961
- if (!text.match(/\\?\$|\\\(|\\(eq)?ref\s*\{/)) {return [this.InternalText(text,def)]}
2023
+ if (!text.match(/\\?[${}\\]|\\\(|\\(eq)?ref\s*\{/)) {return [this.InternalText(text,def)]}
1962
2024
  var i = 0, k = 0, c, match = '';
1963
2025
  var mml = [];
1964
2026
  while (i < text.length) {
@@ -1986,8 +2048,8 @@
1986
2048
  } else if (c === ')' && match === ')') {
1987
2049
  mml.push(MML.TeXAtom(TEX.Parse(text.slice(k,i-2),{}).mml().With(def)));
1988
2050
  match = ''; k = i;
1989
- } else if (c === '$' && match === '') {
1990
- i--; text = text.substr(0,i-1) + text.substr(i); // remove \ from \$
2051
+ } else if (c.match(/[${}\\]/) && match === '') {
2052
+ i--; text = text.substr(0,i-1) + text.substr(i); // remove \ from \$, \{, \}, or \\
1991
2053
  }
1992
2054
  }
1993
2055
  }
@@ -2051,6 +2113,7 @@
2051
2113
  },
2052
2114
 
2053
2115
  sourceMenuTitle: /*_(MathMenu)*/ ["TeXCommands","TeX Commands"],
2116
+ annotationEncoding: "application/x-tex",
2054
2117
 
2055
2118
  prefilterHooks: MathJax.Callback.Hooks(true), // hooks to run before processing TeX
2056
2119
  postfilterHooks: MathJax.Callback.Hooks(true), // hooks to run after processing TeX
@@ -2074,20 +2137,21 @@
2074
2137
  var mml, isError = false, math = MathJax.HTML.getScript(script);
2075
2138
  var display = (script.type.replace(/\n/g," ").match(/(;|\s|\n)mode\s*=\s*display(;|\s|\n|$)/) != null);
2076
2139
  var data = {math:math, display:display, script:script};
2077
- this.prefilterHooks.Execute(data); math = data.math;
2140
+ var callback = this.prefilterHooks.Execute(data); if (callback) return callback;
2141
+ math = data.math;
2078
2142
  try {
2079
2143
  mml = TEX.Parse(math).mml();
2080
- // mml = MML.semantics(mml,MML.annotation(math).With({encoding:"application/x-tex"}));
2081
2144
  } catch(err) {
2082
2145
  if (!err.texError) {throw err}
2083
2146
  mml = this.formatError(err,math,display,script);
2084
2147
  isError = true;
2085
2148
  }
2149
+ if (mml.isa(MML.mtable) && mml.displaystyle === "inherit") mml.displaystyle = display; // for tagged equations
2086
2150
  if (mml.inferred) {mml = MML.apply(MathJax.ElementJax,mml.data)} else {mml = MML(mml)}
2087
2151
  if (display) {mml.root.display = "block"}
2088
2152
  if (isError) {mml.texError = true}
2089
- data.math = mml; this.postfilterHooks.Execute(data);
2090
- return data.math;
2153
+ data.math = mml;
2154
+ return this.postfilterHooks.Execute(data) || data.math;
2091
2155
  },
2092
2156
  prefilterMath: function (math,displaystyle,script) {
2093
2157
  return math;
@@ -2125,13 +2189,27 @@
2125
2189
  * Create an mrow that has stretchy delimiters at either end, as needed
2126
2190
  */
2127
2191
  fenced: function (open,mml,close) {
2128
- var mrow = MML.mrow();
2129
- mrow.open = open; mrow.close = close;
2130
- if (open) {mrow.Append(MML.mo(open).With({fence:true, stretchy:true, texClass:MML.TEXCLASS.OPEN}))}
2192
+ var mrow = MML.mrow().With({open:open, close:close, texClass:MML.TEXCLASS.INNER});
2193
+ mrow.Append(MML.mo(open).With({fence:true, stretchy:true, texClass:MML.TEXCLASS.OPEN}));
2131
2194
  if (mml.type === "mrow") {mrow.Append.apply(mrow,mml.data)} else {mrow.Append(mml)}
2132
- if (close) {mrow.Append(MML.mo(close).With({fence:true, stretchy:true, texClass:MML.TEXCLASS.CLOSE}))}
2195
+ mrow.Append(MML.mo(close).With({fence:true, stretchy:true, texClass:MML.TEXCLASS.CLOSE}));
2133
2196
  return mrow;
2134
2197
  },
2198
+ /*
2199
+ * Create an mrow that has \mathchoice using \bigg and \big for the delimiters
2200
+ */
2201
+ fixedFence: function (open,mml,close) {
2202
+ var mrow = MML.mrow().With({open:open, close:close, texClass:MML.TEXCLASS.ORD});
2203
+ if (open) {mrow.Append(this.mathPalette(open,"l"))}
2204
+ if (mml.type === "mrow") {mrow.Append.apply(mrow,mml.data)} else {mrow.Append(mml)}
2205
+ if (close) {mrow.Append(this.mathPalette(close,"r"))}
2206
+ return mrow;
2207
+ },
2208
+ mathPalette: function (fence,side) {
2209
+ if (fence === '{' || fence === '}') {fence = "\\"+fence}
2210
+ var D = '{\\bigg'+side+' '+fence+'}', T = '{\\big'+side+' '+fence+'}';
2211
+ return TEX.Parse('\\mathchoice'+D+T+T+T).mml();
2212
+ },
2135
2213
 
2136
2214
  //
2137
2215
  // Combine adjacent <mo> elements that are relations