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
@@ -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.
@@ -26,7 +26,6 @@
26
26
  * limitations under the License.
27
27
  */
28
28
 
29
-
30
29
  (function (AJAX,HUB,HTMLCSS) {
31
30
  var MML, isMobile = HUB.Browser.isMobile;
32
31
 
@@ -38,43 +37,56 @@
38
37
 
39
38
  var FONTTEST = MathJax.Object.Subclass({
40
39
  timeout: (isMobile? 15:8)*1000, // timeout for loading web fonts
41
-
42
- FontInfo: {
43
- STIX: {family: "STIXSizeOneSym", testString: "() {} []"},
44
- TeX: {family: "MathJax_Size1", testString: "() {} []"},
45
- "STIX-Web": {family: "STIXWeb_Size1", testString: "() {} []"},
46
- "Asana-Math": {family: "AsanaMath_Size1", testString: "() {} []"},
47
- "Gyre-Pagella": {family: "GyrePagella_Size1", testString: "() {} []"},
48
- "Gyre-Termes": {family: "GyreTermes_Size1", testString: "() {} []"},
49
- "Latin-Modern": {family: "LatinModern_Size1", testString: "() {} []"},
50
- "Neo-Euler": {family: "NeoEuler_Size1", testString: "() {} []"}
51
- },
52
40
  comparisonFont: ["sans-serif","monospace","script","Times","Courier","Arial","Helvetica"],
53
41
  testSize: ["40px","50px","60px","30px","20px"],
42
+ //
43
+ // Fedora aliases STIXSizeOneSym to STIX Word, so MathJax thinks STIX is
44
+ // available, but the fonts aren't actually correct. This is to test if
45
+ // STIXSizeOneSym has letters in it (so is actually STIX Word).
46
+ //
47
+ FedoraSTIXcheck: {family:"STIXSizeOneSym", testString:"abcABC", noStyleChar:true},
54
48
 
55
49
  Init: function () {
56
- this.div = MathJax.HTML.addElement(document.body,"div",{
57
- id: "MathJax_Font_Test",
58
- style: {position:"absolute", visibility:"hidden", top:0, left:0, width: "auto",
59
- padding:0, border:0, margin:0, whiteSpace:"nowrap",
60
- textAlign:"left", textIndent:0, textTransform:"none",
61
- lineHeight:"normal", letterSpacing:"normal", wordSpacing:"normal",
62
- fontSize:this.testSize[0], fontWeight:"normal", fontStyle:"normal",
63
- fontSizeAdjust:"none"}
64
- },[""]);
50
+ //
51
+ // Wrap the Font_Test DIV in a 0x0 DIV so that it takes no room
52
+ //
53
+ this.div = MathJax.HTML.addElement(document.body,"div",{style: {
54
+ position:"absolute", width:0, height:0, overflow:"hidden",
55
+ padding:0, border:0, margin:0
56
+ }},[["div",{
57
+ id: "MathJax_Font_Test",
58
+ style: {position:"absolute", visibility:"hidden", top:0, left:0, width: "auto",
59
+ padding:0, border:0, margin:0, whiteSpace:"nowrap",
60
+ textAlign:"left", textIndent:0, textTransform:"none",
61
+ lineHeight:"normal", letterSpacing:"normal", wordSpacing:"normal",
62
+ fontSize:this.testSize[0], fontWeight:"normal", fontStyle:"normal",
63
+ fontSizeAdjust:"none"}
64
+ },[""]]]
65
+ ).firstChild;
65
66
  this.text = this.div.firstChild;
66
67
  },
67
68
 
68
69
  findFont: function (fonts,pref) {
69
- if (pref && this.testCollection(pref)) {return pref}
70
- for (var i = 0, m = fonts.length; i < m; i++) {
71
- if (fonts[i] === pref) continue;
72
- if (this.testCollection(fonts[i])) {return fonts[i]}
70
+ var found = null;
71
+ if (pref && this.testCollection(pref)) {
72
+ found = pref;
73
+ } else {
74
+ for (var i = 0, m = fonts.length; i < m; i++) {
75
+ if (fonts[i] === pref) continue;
76
+ if (this.testCollection(fonts[i])) {found = fonts[i]; break}
77
+ }
73
78
  }
74
- return null;
79
+ if (found === "STIX" && this.testFont(this.FedoraSTIXcheck)) {found = null}
80
+ return found;
75
81
  },
76
82
 
77
- testCollection: function (name) {return this.testFont(this.FontInfo[name])},
83
+ testCollection: function (name) {
84
+ var font = {testString: "() {} []"};
85
+ font.family = {TeX:"MathJax_Size1", STIX:"STIXSizeOneSym"}[name] ||
86
+ name.replace(/-(Math)?/,"")+"MathJax_Size1";
87
+ if (name === "STIX") {font.noStyleChar = true}
88
+ return this.testFont(font);
89
+ },
78
90
 
79
91
  testFont: function (font) {
80
92
  if (font.isWebFont && HTMLCSS.FontFaceBug) {
@@ -83,20 +95,39 @@
83
95
  this.div.style.fontWeight = (font.weight||"normal");
84
96
  this.div.style.fontStyle = (font.style||"normal");
85
97
  }
98
+ //
99
+ // Hack: Fix up web font names for local access.
100
+ // (The names for Windows and Mac are different, unlike in the STIX and
101
+ // TeX fonts, so we have to work out a list of names here.)
102
+ //
103
+ // This should be removed when the web fonts are fixed. FIXME
104
+ //
105
+ var family = font.familyFixed || font.family;
106
+ if (!family.match(/^(STIX|MathJax)|'/)) {
107
+ family = family.replace(/_/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/ Jax/,"Jax")
108
+ + "','" + family + "','" + family + "-";
109
+ if (font.weight) {family += "Bold"}; if (font.style) {family += "Italic"}
110
+ if (!font.weight && !font.style) {family += "Regular"}
111
+ font.familyFixed = family = "'"+family+"'"
112
+ }
113
+
86
114
  var W = this.getComparisonWidths(font.testString,font.noStyleChar);
115
+ var found = null;
87
116
  if (W) {
88
- this.div.style.fontFamily = "'"+font.family+"',"+this.comparisonFont[0];
117
+ this.div.style.fontFamily = family+","+this.comparisonFont[0];
89
118
  if (this.div.offsetWidth == W[0]) {
90
- this.div.style.fontFamily = "'"+font.family+"',"+this.comparisonFont[W[2]];
91
- if (this.div.offsetWidth == W[1]) {return false}
119
+ this.div.style.fontFamily = family+","+this.comparisonFont[W[2]];
120
+ if (this.div.offsetWidth == W[1]) {found = false}
92
121
  }
93
- if (this.div.offsetWidth != W[3] || this.div.offsetHeight != W[4]) {
94
- if (font.noStyleChar || !HTMLCSS.FONTDATA || !HTMLCSS.FONTDATA.hasStyleChar) {return true}
95
- for (var i = 0, m = this.testSize.length; i < m; i++)
96
- {if (this.testStyleChar(font,this.testSize[i])) {return true}}
122
+ if (found === null && (this.div.offsetWidth != W[3] || this.div.offsetHeight != W[4])) {
123
+ if (!font.noStyleChar && HTMLCSS.FONTDATA && HTMLCSS.FONTDATA.hasStyleChar) {
124
+ for (var i = 0, m = this.testSize.length; i < m; i++)
125
+ {if (this.testStyleChar(font,this.testSize[i])) {found = true; m = 0}}
126
+ } else {found = true}
97
127
  }
98
128
  }
99
- return false;
129
+ if (HTMLCSS.safariTextNodeBug) {this.div.innerHTML = ""} else {this.text.nodeValue = ""}
130
+ return found;
100
131
  },
101
132
 
102
133
  styleChar: "\uEFFD", // width encodes style
@@ -182,18 +213,22 @@
182
213
  var type = HTMLCSS.allowWebFonts;
183
214
  var FONT = HTMLCSS.FONTDATA.FONTS[name];
184
215
  if (HTMLCSS.msieFontCSSBug && !FONT.family.match(/-Web$/)) {FONT.family += "-Web"}
185
- var dir = AJAX.fileURL(HTMLCSS.webfontDir+"/"+type);
216
+ var webfonts = HTMLCSS.webfontDir+"/"+type;
217
+ var dir = AJAX.fileURL(webfonts);
186
218
  var fullname = name.replace(/-b/,"-B").replace(/-i/,"-I").replace(/-Bold-/,"-Bold");
187
219
  if (!fullname.match(/-/)) {fullname += "-Regular"}
188
220
  if (type === "svg") {fullname += ".svg#"+fullname} else {fullname += "."+type}
221
+ var rev = AJAX.fileRev(webfonts+"/"+fullname.replace(/#.*/,""));
189
222
  var def = {
190
223
  "font-family": FONT.family,
191
- src: "url('"+dir+"/"+fullname+"')"
224
+ src: "url('"+dir+"/"+fullname+rev+"')"
192
225
  };
193
226
  if (type === "otf") {
227
+ fullname = fullname.replace(/otf$/,"woff");
228
+ rev = AJAX.fileRev(webfonts+"/"+fullname);
194
229
  def.src += " format('opentype')";
195
230
  dir = AJAX.fileURL(HTMLCSS.webfontDir+"/woff"); // add woff fonts as well
196
- def.src = "url('"+dir+"/"+fullname.replace(/otf$/,"woff")+"') format('woff'), "+def.src;
231
+ def.src = "url('"+dir+"/"+fullname+rev+"') format('woff'), "+def.src;
197
232
  } else if (type !== "eot") {def.src += " format('"+type+"')"}
198
233
  if (!(HTMLCSS.FontFaceBug && FONT.isWebFont)) {
199
234
  if (name.match(/-bold/)) {def["font-weight"] = "bold"}
@@ -204,7 +239,7 @@
204
239
  });
205
240
 
206
241
  var EVENT, TOUCH, HOVER; // filled in later
207
-
242
+
208
243
  HTMLCSS.Augment({
209
244
  config: {
210
245
  styles: {
@@ -224,23 +259,30 @@
224
259
  "white-space": "nowrap",
225
260
  "float": "none",
226
261
  "direction": "ltr",
262
+ "max-width": "none", "max-height": "none",
263
+ "min-width": 0, "min-height": 0,
227
264
  border: 0, padding: 0, margin: 0
228
265
  },
229
266
 
230
267
  ".MathJax_Display": {
231
268
  position: "relative",
232
- display: "block",
269
+ display: "block!important",
270
+ "text-indent": 0,
271
+ "max-width": "none", "max-height": "none",
272
+ "min-width": 0, "min-height": 0,
233
273
  width: "100%"
234
274
  },
235
275
 
236
276
  ".MathJax img, .MathJax nobr, .MathJax a": {
237
- border: 0, padding: 0, margin: 0, "max-width": "none", "max-height": "none",
277
+ border: 0, padding: 0, margin: 0,
278
+ "max-width": "none", "max-height": "none",
279
+ "min-width": 0, "min-height": 0,
238
280
  "vertical-align": 0, "line-height": "normal",
239
281
  "text-decoration": "none"
240
282
  },
241
283
  "img.MathJax_strut": {
242
- border:"0 !important", padding:"0 !important", margin: "0 !important",
243
- "vertical-align": "0 !important"
284
+ border:"0!important", padding:"0!important", margin:"0!important",
285
+ "vertical-align": "0!important"
244
286
  },
245
287
 
246
288
  ".MathJax span": {
@@ -251,12 +293,12 @@
251
293
  },
252
294
 
253
295
  ".MathJax nobr": {
254
- "white-space": "nowrap ! important"
296
+ "white-space": "nowrap!important"
255
297
  },
256
298
 
257
299
  ".MathJax img": {
258
- display: "inline ! important",
259
- "float": "none ! important"
300
+ display: "inline!important",
301
+ "float": "none!important"
260
302
  },
261
303
 
262
304
  ".MathJax *": {
@@ -274,12 +316,14 @@
274
316
  ".MathJax_Processed": {display:"none!important"},
275
317
 
276
318
  ".MathJax_ExBox": {
277
- display:"block", overflow:"hidden",
278
- width:"1px", height:"60ex"
319
+ display:"block!important", overflow:"hidden",
320
+ width:"1px", height:"60ex",
321
+ "min-height": 0, "max-height":"none"
279
322
  },
280
323
  ".MathJax .MathJax_EmBox": {
281
- display:"block", overflow:"hidden",
282
- width:"1px", height:"60em"
324
+ display:"block!important", overflow:"hidden",
325
+ width:"1px", height:"60em",
326
+ "min-height": 0, "max-height":"none"
283
327
  },
284
328
 
285
329
  ".MathJax .MathJax_HitBox": {
@@ -313,8 +357,6 @@
313
357
  },
314
358
  settings: HUB.config.menuSettings,
315
359
 
316
- hideProcessedMath: true, // use display:none until all math is processed
317
-
318
360
  Font: null, // created by Config() below
319
361
  webFontDefault: "MathJax_Blank",
320
362
  allowWebFonts: "otf", // assume browser can use OTF web fonts
@@ -322,27 +364,51 @@
322
364
  maxStretchyParts: 1000, // limit the number of parts allowed for
323
365
  // stretchy operators. See issue 366.
324
366
 
367
+ fontName: {
368
+ TeXLocal: "TeX",
369
+ TeXWeb: ["","TeX"],
370
+ TeXImage: ["",""],
371
+ STIXLocal: ["STIX","STIX-Web"],
372
+ STIXWeb: "STIX-Web",
373
+ AsanaMathWeb: "Asana-Math",
374
+ GyrePagellaWeb: "Gyre-Pagella",
375
+ GyreTermesWeb: "Gyre-Termes",
376
+ LatinModernWeb: "Latin-Modern",
377
+ NeoEulerWeb: "Neo-Euler"
378
+ },
379
+
380
+ fontInUse: "generic",
381
+ FONTDATA: {
382
+ TeX_factor: 1, baselineskip: 1.2, lineH: .8, lineD: .2, ffLineH: .8,
383
+ FONTS: {},
384
+ VARIANT: {"normal": {fonts:[]}, "-generic-variant": {}, "-largeOp": {}, "-smallOp": {}},
385
+ RANGES: [], DELIMITERS: {}, RULECHAR: 0x2D, REMAP: {}
386
+ },
387
+
325
388
  Config: function () {
326
389
  if (!this.require) {this.require = []}
327
- this.Font = FONTTEST();
328
- this.SUPER(arguments).Config.call(this); var settings = this.settings;
329
- if (this.adjustAvailableFonts) {this.adjustAvailableFonts(this.config.availableFonts)}
330
- if (settings.scale) {this.config.scale = settings.scale}
331
- if (settings.font && settings.font !== "Auto") {
332
- if (settings.font === "TeXLocal") {this.config.availableFonts = ["TeX"]; this.config.preferredFont = "TeX"; this.config.webFont = "TeX"}
333
- else if (settings.font === "TeXWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "TeX"}
334
- else if (settings.font === "TeXimage") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = ""}
335
- else if (settings.font === "STIXlocal") {this.config.availableFonts = ["STIX"]; this.config.preferredFont = "STIX"; this.config.webFont = "STIX-Web"}
336
- else if (settings.font === "STIXWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "STIX-Web"}
337
- else if (settings.font === "AsanaMathWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "Asana-Math"}
338
- else if (settings.font === "GyrePagellaWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "Gyre-Pagella"}
339
- else if (settings.font === "GyreTermesWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "Gyre-Termes"}
340
- else if (settings.font === "LatinModernWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "Latin-Modern"}
341
- else if (settings.font === "NeoEulerWeb") {this.config.availableFonts = []; this.config.preferredFont = ""; this.config.webFont = "Neo-Euler"}
342
- }
343
- var font = this.Font.findFont(this.config.availableFonts,this.config.preferredFont);
344
- if (!font && this.allowWebFonts) {font = this.config.webFont; if (font) {this.webFonts = true}}
345
- if (!font && this.config.imageFont) {font = this.config.imageFont; this.imgFonts = true}
390
+ this.Font = FONTTEST(); this.SUPER(arguments).Config.call(this);
391
+ var settings = this.settings, config = this.config, font = settings.font;
392
+ if (this.adjustAvailableFonts) {this.adjustAvailableFonts(config.availableFonts)}
393
+ if (settings.scale) {config.scale = settings.scale}
394
+ if (font && font !== "Auto" && this.fontName[font]) {
395
+ config.availableFonts = []; delete config.fonts;
396
+ if (this.fontName[font] instanceof Array) {
397
+ config.preferredFont = this.fontName[font][0];
398
+ config.webFont = this.fontName[font][1];
399
+ } else {
400
+ config.preferredFont = config.webFont = this.fontName[font];
401
+ }
402
+ if (config.preferredFont) {config.availableFonts[0] = config.preferredFont}
403
+ }
404
+ if (config.fonts) {
405
+ config.availableFonts = config.fonts;
406
+ config.preferredFont = config.webFont = config.fonts[0];
407
+ if (config.webFont === "STIX") {config.webFont += "-Web"}
408
+ }
409
+ font = this.Font.findFont(config.availableFonts,config.preferredFont);
410
+ if (!font && this.allowWebFonts) {font = config.webFont; if (font) {this.webFonts = true}}
411
+ if (!font && this.config.imageFont) {font = config.imageFont; this.imgFonts = true}
346
412
  if (font) {
347
413
  this.fontInUse = font; this.fontDir += "/" + font; this.webfontDir += "/" + font;
348
414
  this.require.push(this.fontDir+"/fontdata.js");
@@ -353,15 +419,6 @@
353
419
  } else {
354
420
  MESSAGE(["CantFindFontUsing","Can't find a valid font using %1",
355
421
  "["+this.config.availableFonts.join(", ")+"]"],null,3000);
356
- this.fontInUse = "generic";
357
- this.FONTDATA = {
358
- TeX_factor: 1, baselineskip: 1.2, lineH: .8, lineD: .2, ffLineH: .8,
359
- FONTS: {},
360
- VARIANT: {
361
- "normal": {fonts:[]}, "-generic-variant": {fonts:[]},
362
- "-largeOp": {fonts:[]}, "-smallOp": {fonts:[]}
363
- }, RANGES: [], DELIMITERS: {}, RULECHAR: 0x2D, REMAP: {}
364
- };
365
422
  HUB.Startup.signal.Post("HTML-CSS Jax - no valid font");
366
423
  }
367
424
  this.require.push(MathJax.OutputJax.extensionDir+"/MathEvents.js");
@@ -432,6 +489,8 @@
432
489
  // Safari/Windows doesn't display Plane1,
433
490
  // so disable STIX for these browsers.
434
491
  //
492
+ // ### FIXME ### Do we need to disable the other web fonts for these?
493
+ //
435
494
  for (var i = 0, m = fonts.length; i < m; i++)
436
495
  {if (fonts[i] === "STIX") {fonts.splice(i,1); m--; i--;}}
437
496
  if (this.config.preferredFont === "STIX") {this.config.preferredFont = fonts[0]}
@@ -450,6 +509,23 @@
450
509
  //
451
510
  InitializeHTML: function () {
452
511
  this.PreloadWebFonts();
512
+ this.getDefaultExEm();
513
+ //
514
+ // If the defaultEm size is zero, it might be that a web font hasn't
515
+ // arrived yet, so try to wait for it, but don't wait too long.
516
+ //
517
+ if (this.defaultEm) return;
518
+ var ready = MathJax.Callback();
519
+ AJAX.timer.start(AJAX,function (check) {
520
+ if (check.time(ready)) {HUB.signal.Post(["HTML-CSS Jax - no default em size"]); return}
521
+ HTMLCSS.getDefaultExEm();
522
+ if (HTMLCSS.defaultEm) {ready()} else {setTimeout(check,check.delay)}
523
+ },this.defaultEmDelay,this.defaultEmTimeout);
524
+ return ready;
525
+ },
526
+ defaultEmDelay: 100, // initial delay when checking for defaultEm
527
+ defaultEmTimeout: 1000, // when to stop looking for defaultEm
528
+ getDefaultExEm: function () {
453
529
  //
454
530
  // Get the default sizes (need styles in place to do this)
455
531
  //
@@ -464,7 +540,7 @@
464
540
 
465
541
  preTranslate: function (state) {
466
542
  var scripts = state.jax[this.id], i, m = scripts.length,
467
- script, prev, span, div, test, jax, ex, em, scale, maxwidth, relwidth = false,
543
+ script, prev, span, div, test, jax, ex, em, scale, maxwidth, relwidth = false, cwidth,
468
544
  linebreak = this.config.linebreaks.automatic, width = this.config.linebreaks.width;
469
545
  if (linebreak) {
470
546
  relwidth = (width.match(/^\s*(\d+(\.\d*)?%\s*)?container\s*$/) != null);
@@ -503,18 +579,13 @@
503
579
  div = this.Element("div",{className:"MathJax_Display"});
504
580
  div.appendChild(span);
505
581
  } else if (this.msieDisappearingBug) {span.style.display = "inline-block"}
506
- //
507
- // Mark math for screen readers
508
- // (screen readers don't know about role="math" yet, so use "textbox" instead)
509
- //
510
- div.setAttribute("role","textbox"); div.setAttribute("aria-readonly","true");
511
582
  div.className += " MathJax_Processing";
512
583
  script.parentNode.insertBefore(div,script);
513
584
  //
514
585
  // Add the test span for determining scales and linebreak widths
515
586
  //
516
587
  script.parentNode.insertBefore(this.EmExSpan.cloneNode(true),script);
517
- if (relwidth) {div.parentNode.insertBefore(this.linebreakSpan.cloneNode(true),div)}
588
+ div.parentNode.insertBefore(this.linebreakSpan.cloneNode(true),div)
518
589
  }
519
590
  //
520
591
  // Determine the scaling factors for each script
@@ -526,19 +597,21 @@
526
597
  jax = script.MathJax.elementJax; if (!jax) continue;
527
598
  ex = test.firstChild.offsetHeight/60;
528
599
  em = test.lastChild.firstChild.offsetHeight/60;
529
- if (relwidth) {maxwidth = div.previousSibling.firstChild.offsetWidth}
600
+ cwidth = div.previousSibling.firstChild.offsetWidth;
601
+ if (relwidth) {maxwidth = cwidth}
530
602
  if (ex === 0 || ex === "NaN") {
531
603
  // can't read width, so move to hidden div for processing
532
604
  // (this will cause a reflow for each math element that is hidden)
533
605
  this.hiddenDiv.appendChild(div);
534
606
  jax.HTMLCSS.isHidden = true;
535
- ex = this.defaultEx; em = this.defaultEm;
536
- if (relwidth) {maxwidth = this.defaultWidth}
607
+ ex = this.defaultEx; em = this.defaultEm; cwidth = this.defaultWidth;
608
+ if (relwidth) {maxwidth = cwidth}
537
609
  }
538
610
  scale = (this.config.matchFontHeight ? ex/this.TeX.x_height/em : 1);
539
611
  scale = Math.floor(Math.max(this.config.minScaleAdjust/100,scale)*this.config.scale);
540
612
  jax.HTMLCSS.scale = scale/100; jax.HTMLCSS.fontSize = scale+"%";
541
613
  jax.HTMLCSS.em = jax.HTMLCSS.outerEm = em; this.em = em * scale/100; jax.HTMLCSS.ex = ex;
614
+ jax.HTMLCSS.cwidth = cwidth/this.em;
542
615
  jax.HTMLCSS.lineWidth = (linebreak ? this.length2em(width,1,maxwidth/this.em) : 1000000);
543
616
  }
544
617
  //
@@ -548,11 +621,9 @@
548
621
  script = scripts[i]; if (!script.parentNode) continue;
549
622
  test = scripts[i].previousSibling;
550
623
  jax = scripts[i].MathJax.elementJax; if (!jax) continue;
551
- if (relwidth) {
552
- span = test.previousSibling;
553
- if (!jax.HTMLCSS.isHidden) {span = span.previousSibling}
554
- span.parentNode.removeChild(span);
555
- }
624
+ span = test.previousSibling;
625
+ if (!jax.HTMLCSS.isHidden) {span = span.previousSibling}
626
+ span.parentNode.removeChild(span);
556
627
  test.parentNode.removeChild(test);
557
628
  }
558
629
  //
@@ -563,6 +634,8 @@
563
634
  state.HTMLCSSdelay = false;
564
635
  },
565
636
 
637
+ PHASE: {I: 1, II: 2, III: 3}, // processing phases
638
+
566
639
  Translate: function (script,state) {
567
640
  if (!script.parentNode) return;
568
641
 
@@ -579,75 +652,114 @@
579
652
  //
580
653
  var jax = script.MathJax.elementJax, math = jax.root,
581
654
  span = document.getElementById(jax.inputID+"-Frame"),
582
- div = (jax.HTMLCSS.display ? span.parentNode : span);
655
+ div = (jax.HTMLCSS.display ? (span||{}).parentNode : span);
656
+ if (!div) return;
583
657
  //
584
658
  // Set the font metrics
585
659
  //
586
- this.em = MML.mbase.prototype.em = jax.HTMLCSS.em * jax.HTMLCSS.scale;
587
- this.outerEm = jax.HTMLCSS.em; this.scale = jax.HTMLCSS.scale;
588
- this.linebreakWidth = jax.HTMLCSS.lineWidth;
660
+ this.getMetrics(jax);
589
661
  if (this.scale !== 1) {span.style.fontSize = jax.HTMLCSS.fontSize}
590
662
  //
591
663
  // Typeset the math
592
664
  //
593
665
  this.initImg(span);
594
666
  this.initHTML(math,span);
595
- math.setTeXclass();
596
- try {math.toHTML(span,div)} catch (err) {
667
+ this.savePreview(script);
668
+ try {
669
+ math.setTeXclass();
670
+ jax.HTMLCSS.span = span; jax.HTMLCSS.div = div; // save for phase II and III
671
+ math.toHTML(span,div,this.PHASE.I);
672
+ } catch (err) {
597
673
  if (err.restart) {while (span.firstChild) {span.removeChild(span.firstChild)}}
674
+ this.restorePreview(script);
598
675
  throw err;
599
676
  }
677
+ this.restorePreview(script);
600
678
  //
601
- // Put it in place, and remove the processing marker
679
+ // Put it in place, remove the processing marker, and signal the new math
602
680
  //
603
681
  if (jax.HTMLCSS.isHidden) {script.parentNode.insertBefore(div,script)}
604
- div.className = div.className.split(/ /)[0];
682
+ div.className = div.className.split(/ /)[0] + " MathJax_Processed";
683
+ HUB.signal.Post(["New Math Pending",jax.inputID]); // FIXME: wait for this? (i.e., restart if returns uncalled callback)
605
684
  //
606
- // Check if we are hiding the math until more is processed
685
+ // Check if we should show this chunk of equations
607
686
  //
608
- if (this.hideProcessedMath) {
609
- //
610
- // Hide the math and don't let its preview be removed
611
- //
612
- div.className += " MathJax_Processed";
613
- if (script.MathJax.preview) {
614
- jax.HTMLCSS.preview = script.MathJax.preview;
615
- delete script.MathJax.preview;
616
- }
617
- //
618
- // Check if we should show this chunk of equations
619
- //
620
- state.HTMLCSSeqn += (state.i - state.HTMLCSSi); state.HTMLCSSi = state.i;
621
- if (state.HTMLCSSeqn >= state.HTMLCSSlast + state.HTMLCSSchunk) {
622
- this.postTranslate(state,true);
623
- state.HTMLCSSchunk = Math.floor(state.HTMLCSSchunk*this.config.EqnChunkFactor);
624
- state.HTMLCSSdelay = true; // delay if there are more scripts
625
- }
687
+ state.HTMLCSSeqn += (state.i - state.HTMLCSSi); state.HTMLCSSi = state.i;
688
+ if (state.HTMLCSSeqn >= state.HTMLCSSlast + state.HTMLCSSchunk) {
689
+ this.postTranslate(state,true);
690
+ state.HTMLCSSchunk = Math.floor(state.HTMLCSSchunk*this.config.EqnChunkFactor);
691
+ state.HTMLCSSdelay = true; // delay if there are more scripts
692
+ }
693
+ return false;
694
+ },
695
+ //
696
+ // MathML previews can contain the same ID's as the HTML output,
697
+ // which confuses HTMLspanElement(), so remove the preview temporarily
698
+ // and restore it after typesetting the math.
699
+ //
700
+ savePreview: function (script) {
701
+ var preview = script.MathJax.preview;
702
+ if (preview) {
703
+ script.MathJax.tmpPreview = document.createElement("span");
704
+ preview.parentNode.replaceChild(script.MathJax.tmpPreview,preview);
626
705
  }
627
706
  },
707
+ restorePreview: function (script) {
708
+ var tmpPreview = script.MathJax.tmpPreview;
709
+ if (tmpPreview) {
710
+ tmpPreview.parentNode.replaceChild(script.MathJax.preview,tmpPreview);
711
+ delete script.MathJax.tmpPreview;
712
+ }
713
+ },
714
+ //
715
+ // Get the jax metric information
716
+ //
717
+ getMetrics: function(jax) {
718
+ var data = jax.HTMLCSS;
719
+ this.em = MML.mbase.prototype.em = data.em * data.scale;
720
+ this.outerEm = data.em;
721
+ this.scale = data.scale;
722
+ this.cwidth = data.cwidth;
723
+ this.linebreakWidth = data.lineWidth;
724
+ },
628
725
 
629
726
  postTranslate: function (state,partial) {
630
- var scripts = state.jax[this.id];
631
- if (!this.hideProcessedMath) return;
727
+ var scripts = state.jax[this.id], script, jax, i, m;
728
+ //
729
+ // Merasure the math in this chunk (toHTML phase II)
730
+ //
731
+ for (i = state.HTMLCSSlast, m = state.HTMLCSSeqn; i < m; i++) {
732
+ script = scripts[i];
733
+ if (script && script.MathJax.elementJax) {
734
+ jax = script.MathJax.elementJax; this.getMetrics(jax);
735
+ jax.root.toHTML(jax.HTMLCSS.span,jax.HTMLCSS.div,this.PHASE.II);
736
+ }
737
+ }
632
738
  //
633
739
  // Reveal this chunk of math
634
740
  //
635
- for (var i = state.HTMLCSSlast, m = state.HTMLCSSeqn; i < m; i++) {
636
- var script = scripts[i];
741
+ for (i = state.HTMLCSSlast, m = state.HTMLCSSeqn; i < m; i++) {
742
+ script = scripts[i];
637
743
  if (script && script.MathJax.elementJax) {
744
+ //
745
+ // Finish the math with its measured size (toHTML phase III)
746
+ //
747
+ jax = script.MathJax.elementJax; this.getMetrics(jax);
748
+ jax.root.toHTML(jax.HTMLCSS.span,jax.HTMLCSS.div,this.PHASE.III);
749
+ delete jax.HTMLCSS.span; delete jax.HTMLCSS.div;
750
+ //
751
+ // The math is now fully processed
752
+ //
753
+ script.MathJax.state = jax.STATE.PROCESSED;
754
+ HUB.signal.Post(["New Math",script.MathJax.elementJax.inputID]); // FIXME: wait for this? (i.e., restart if returns uncalled callback)
638
755
  //
639
756
  // Remove the processed marker
640
757
  //
641
758
  script.previousSibling.className = script.previousSibling.className.split(/ /)[0];
642
- var data = script.MathJax.elementJax.HTMLCSS;
643
759
  //
644
760
  // Remove the preview, if any
645
761
  //
646
- if (data.preview) {
647
- data.preview.innerHTML = "";
648
- script.MathJax.preview = data.preview;
649
- delete data.preview;
650
- }
762
+ if (script.MathJax.preview) {script.MathJax.preview.innerHTML = ""}
651
763
  }
652
764
  }
653
765
  if (this.forceReflow) {
@@ -690,26 +802,45 @@
690
802
  this.em = MML.mbase.prototype.em = em;
691
803
  this.outerEm = em / jax.HTMLCSS.scale;
692
804
  emex.parentNode.removeChild(emex);
805
+ this.scale = jax.HTMLCSS.scale;
806
+ this.linebreakWidth = jax.HTMLCSS.lineWidth;
807
+ this.cwidth = jax.HTMLCSS.cwidth;
693
808
 
809
+ this.zoomScale = parseInt(HUB.config.menuSettings.zscale) / 100;
694
810
  this.idPostfix = "-zoom"; jax.root.toHTML(span,span); this.idPostfix = "";
695
- var width = jax.root.HTMLspanElement().bbox.width;
811
+ this.zoomScale = 1;
812
+
813
+ var bbox = jax.root.HTMLspanElement().bbox, width = bbox.width;
696
814
  if (width) {
697
815
  // Handle full-width displayed equations
698
- // FIXME: this is a hack for now
816
+ if (bbox.tw) {Mw = bbox.tw*em}
817
+ if (bbox.w*em < Mw) {Mw = bbox.w*em}
699
818
  span.style.width = Math.floor(Mw-1.5*HTMLCSS.em)+"px"; span.style.display="inline-block";
700
819
  var id = (jax.root.id||"MathJax-Span-"+jax.root.spanID)+"-zoom";
701
820
  var child = document.getElementById(id).firstChild;
702
821
  while (child && child.style.width !== width) {child = child.nextSibling}
703
- if (child) {child.style.width = "100%"}
822
+ if (child) {
823
+ var cwidth = child.offsetWidth; child.style.width = "100%";
824
+ if (cwidth > Mw) {span.style.width = (cwidth+100)+"px"}
825
+ }
704
826
  }
705
827
  //
828
+ // Adjust margins to prevent overlaps at the edges
829
+ //
830
+ child = span.firstChild.firstChild.style;
831
+ if (bbox.H != null && bbox.H > bbox.h)
832
+ {child.marginTop = HTMLCSS.Em(bbox.H-Math.max(bbox.h,HTMLCSS.FONTDATA.lineH))}
833
+ if (bbox.D != null && bbox.D > bbox.d)
834
+ {child.marginBottom = HTMLCSS.Em(bbox.D-Math.max(bbox.d,HTMLCSS.FONTDATA.lineD))}
835
+ if (bbox.lw < 0) {child.paddingLeft = HTMLCSS.Em(-bbox.lw)}
836
+ if (bbox.rw > bbox.w) {child.marginRight = HTMLCSS.Em(bbox.rw-bbox.w)}
837
+ //
706
838
  // Get height and width of zoomed math and original math
707
839
  //
708
840
  span.style.position = "absolute";
709
841
  if (!width) {math.style.position = "absolute"}
710
842
  var zW = span.offsetWidth, zH = span.offsetHeight,
711
843
  mH = math.offsetHeight, mW = math.offsetWidth;
712
- if (mW === 0) {mW = math.parentNode.offsetWidth}; // IE7 gets mW == 0?
713
844
  span.style.position = math.style.position = "";
714
845
  //
715
846
  return {Y:-EVENT.getBBox(span).h, mW:mW, mH:mH, zW:zW, zH:zH};
@@ -719,8 +850,14 @@
719
850
  initHTML: function (math,span) {},
720
851
  initFont: function (name) {
721
852
  var FONTS = HTMLCSS.FONTDATA.FONTS, AVAIL = HTMLCSS.config.availableFonts;
722
- if (AVAIL && AVAIL.length && HTMLCSS.Font.testFont(FONTS[name]))
723
- {FONTS[name].available = true; return null}
853
+ if (AVAIL && AVAIL.length && HTMLCSS.Font.testFont(FONTS[name])) {
854
+ FONTS[name].available = true;
855
+ if (FONTS[name].familyFixed) {
856
+ FONTS[name].family = FONTS[name].familyFixed;
857
+ delete FONTS[name].familyFixed;
858
+ }
859
+ return null;
860
+ }
724
861
  if (!this.allowWebFonts) {return null}
725
862
  FONTS[name].isWebFont = true;
726
863
  if (HTMLCSS.FontFaceBug) {
@@ -740,6 +877,7 @@
740
877
  },
741
878
 
742
879
  getHD: function (span) {
880
+ if (span.bbox && this.config.noReflows) {return {h:span.bbox.h, d:span.bbox.d}}
743
881
  var position = span.style.position;
744
882
  span.style.position = "absolute";
745
883
  this.HDimg.style.height = "0px";
@@ -754,21 +892,27 @@
754
892
  },
755
893
  getW: function (span) {
756
894
  var W, H, w = (span.bbox||{}).w, start = span;
895
+ if (span.bbox && this.config.noReflows && span.bbox.exactW !== false) {
896
+ if (!span.bbox.exactW) {
897
+ if (span.style.paddingLeft) w += this.unEm(span.style.paddingLeft)*(span.scale||1);
898
+ if (span.style.paddingRight) w += this.unEm(span.style.paddingRight)*(span.scale||1);
899
+ }
900
+ return w;
901
+ }
757
902
  if (span.bbox && span.bbox.exactW) {return w}
758
- if ((span.bbox && w >= 0 && !this.initialSkipBug) || this.negativeBBoxes || !span.firstChild) {
903
+ if ((span.bbox && w >= 0 && !this.initialSkipBug && !this.msieItalicWidthBug) ||
904
+ this.negativeBBoxes || !span.firstChild) {
759
905
  W = span.offsetWidth; H = span.parentNode.offsetHeight;
760
906
  } else if (span.bbox && w < 0 && this.msieNegativeBBoxBug) {
761
907
  W = -span.offsetWidth, H = span.parentNode.offsetHeight;
762
908
  } else {
763
909
  // IE can't deal with a space at the beginning, so put something else first
764
- if (this.initialSkipBug) {
765
- var position = span.style.position; span.style.position = "absolute";
766
- start = this.startMarker; span.insertBefore(start,span.firstChild)
767
- }
910
+ var position = span.style.position; span.style.position = "absolute";
911
+ start = this.startMarker; span.insertBefore(start,span.firstChild)
768
912
  span.appendChild(this.endMarker);
769
913
  W = this.endMarker.offsetLeft - start.offsetLeft;
770
914
  span.removeChild(this.endMarker);
771
- if (this.initialSkipBug) {span.removeChild(start); span.style.position = position}
915
+ span.removeChild(start); span.style.position = position
772
916
  }
773
917
  if (H != null) {span.parentNode.HH = H/this.em}
774
918
  return W/this.em;
@@ -795,7 +939,8 @@
795
939
  for (i = 0, m = SPANS.length; i < m; i++) {
796
940
  span = SPANS[i]; if (!span) continue;
797
941
  bbox = span.bbox; parent = this.parentNode(span);
798
- if (bbox.exactW || bbox.width || bbox.w === 0 || bbox.isMultiline) {
942
+ if (bbox.exactW || bbox.width || bbox.w === 0 || bbox.isMultiline ||
943
+ (this.config.noReflows && bbox.exactW !== false)) {
799
944
  if (!parent.bbox) {parent.bbox = bbox}
800
945
  continue;
801
946
  }
@@ -867,7 +1012,7 @@
867
1012
  if (length === MML.SIZE.BIG) {return 2}
868
1013
  if (length === MML.SIZE.SMALL) {return .71}
869
1014
  if (length === "infinity") {return HTMLCSS.BIGDIMEN}
870
- var factor = this.FONTDATA.TeX_factor;
1015
+ var factor = this.FONTDATA.TeX_factor, emFactor = (HTMLCSS.zoomScale||1) / HTMLCSS.em;
871
1016
  if (length.match(/mathspace$/)) {return HTMLCSS.MATHSPACE[length]*factor}
872
1017
  var match = length.match(/^\s*([-+]?(?:\.\d+|\d+(?:\.\d*)?))?(pt|em|ex|mu|px|pc|in|mm|cm|%)?/);
873
1018
  var m = parseFloat(match[1]||"1"), unit = match[2];
@@ -875,14 +1020,14 @@
875
1020
  if (unit === "em") {return m * factor}
876
1021
  if (unit === "ex") {return m * HTMLCSS.TeX.x_height * factor}
877
1022
  if (unit === "%") {return m / 100 * size}
878
- if (unit === "px") {return m / HTMLCSS.em}
879
- if (unit === "pt") {return m / 10 * factor} // 10 pt to an em
880
- if (unit === "pc") {return m * 1.2 * factor} // 12 pt to a pc
881
- if (unit === "in") {return m * this.pxPerInch / HTMLCSS.em}
882
- if (unit === "cm") {return m * this.pxPerInch / HTMLCSS.em / 2.54} // 2.54 cm to an inch
883
- if (unit === "mm") {return m * this.pxPerInch / HTMLCSS.em / 25.4} // 10 mm to a cm
1023
+ if (unit === "px") {return m * emFactor}
1024
+ if (unit === "pt") {return m / 10 * factor} // 10 pt to an em
1025
+ if (unit === "pc") {return m * 1.2 * factor} // 12 pt to a pc
1026
+ if (unit === "in") {return m * this.pxPerInch * emFactor}
1027
+ if (unit === "cm") {return m * this.pxPerInch * emFactor / 2.54} // 2.54 cm to an inch
1028
+ if (unit === "mm") {return m * this.pxPerInch * emFactor / 25.4} // 10 mm to a cm
884
1029
  if (unit === "mu") {return m / 18 * factor * mu} // 18mu to an em for the scriptlevel
885
- return m*factor*size; // relative to given size (or 1em as default)
1030
+ return m*size; // relative to given size (or 1em as default)
886
1031
  },
887
1032
  thickness2em: function (length,mu) {
888
1033
  var thick = HTMLCSS.TeX.rule_thickness;
@@ -936,6 +1081,7 @@
936
1081
  isMathJax: true,
937
1082
  style: {display:"inline-block", overflow:"hidden", height:"1px", width:this.Em(w)}
938
1083
  });
1084
+ if (w < 0) {blank.style.marginRight = blank.style.width; blank.style.width = 0}
939
1085
  if (before) {span.insertBefore(blank,span.firstChild)} else {span.appendChild(blank)}
940
1086
  return blank;
941
1087
  },
@@ -986,7 +1132,7 @@
986
1132
  width:0, height:H, verticalAlign:D},
987
1133
  bbox: {h:h, d:d, w:w, rw:w, lw:0, exactW:true}, noAdjust:true, HH:h+d, isMathJax:true
988
1134
  });
989
- if (w > 0 && rule.offsetWidth == 0) {rule.style.width = this.Em(w)}
1135
+ if (this.msieRuleBug && w > 0) {rule.style.width = this.Em(w)}
990
1136
  if (span.isBox || span.className == "mspace") {span.bbox = rule.bbox, span.HH = h+d}
991
1137
  return rule;
992
1138
  },
@@ -1077,9 +1223,7 @@
1077
1223
  if (!this.msieClipRectBug && !bbox.noclip && !noclip) {
1078
1224
  var dd = 3/this.em;
1079
1225
  var H = (bbox.H == null ? bbox.h : bbox.H), D = (bbox.D == null ? bbox.d : bbox.D);
1080
- var t = HH - H - dd, b = HH + D + dd, l = bbox.lw - 3*dd, r = 1000;
1081
- if (this.initialSkipBug && bbox.lw < 0) {l = -3*dd}
1082
- if (bbox.isFixed) {r = bbox.width-l}
1226
+ var t = HH - H - dd, b = HH + D + dd, l = -1000, r = 1000;
1083
1227
  span.style.clip = "rect("+this.Em(t)+" "+this.Em(r)+" "+this.Em(b)+" "+this.Em(l)+")";
1084
1228
  }
1085
1229
  }
@@ -1107,18 +1251,31 @@
1107
1251
  }
1108
1252
  span.style.width = bbox.width;
1109
1253
  }
1254
+ if (bbox.tw) {BBOX.tw = bbox.tw}
1110
1255
  }
1111
1256
  },
1112
- alignBox: function (span,align,y) {
1113
- this.placeBox(span,0,y); // set y position (and left aligned)
1257
+ alignBox: function (span,align,y,dx) {
1258
+ if (dx == null) {dx = 0}
1259
+ this.placeBox(span,dx,y); // set y position (and left aligned)
1260
+ if (this.msiePlaceBoxBug) {
1261
+ //
1262
+ // placeBox() adds an extra &nbsp;, so remove it here.
1263
+ //
1264
+ var node = span.lastChild;
1265
+ while (node && node.nodeName !== "#text") {node = node.previousSibling}
1266
+ if (node) {span.removeChild(node)}
1267
+ }
1114
1268
  var bbox = span.bbox; if (bbox.isMultiline) return;
1115
1269
  var isRelative = bbox.width != null && !bbox.isFixed;
1116
- var r = 0, c = -bbox.w/2, l = "50%";
1270
+ var r = 0, c = dx-bbox.w/2, l = "50%";
1117
1271
  if (this.initialSkipBug) {r = bbox.w-bbox.rw-.1; c += bbox.lw}
1118
1272
  if (this.msieMarginScaleBug) {c = (c*this.em) + "px"} else {c = this.Em(c)}
1119
- if (isRelative) {c = ""; l = (50 - parseFloat(bbox.width)/2) + "%"}
1273
+ if (isRelative) {
1274
+ c = (dx === 0 ? "" : this.Em(dx));
1275
+ l = (50 - parseFloat(bbox.width)/2) + "%";
1276
+ }
1120
1277
  HUB.Insert(span.style,({
1121
- right: {left:"", right: this.Em(r)},
1278
+ right: {left:"", right: this.Em(r-dx)},
1122
1279
  center: {left:l, marginLeft: c}
1123
1280
  })[align]);
1124
1281
  },
@@ -1293,7 +1450,10 @@
1293
1450
  span.style.top = this.Em(-h);
1294
1451
  } else {
1295
1452
  span.style.verticalAlign = this.Em(h);
1296
- if (HTMLCSS.ffVerticalAlignBug) {HTMLCSS.createRule(span.parentNode,span.bbox.h,0,0)}
1453
+ if (HTMLCSS.ffVerticalAlignBug) {
1454
+ HTMLCSS.createRule(span.parentNode,span.bbox.h,0,0);
1455
+ delete span.parentNode.bbox;
1456
+ }
1297
1457
  }
1298
1458
  }
1299
1459
  },
@@ -1337,24 +1497,16 @@
1337
1497
  }
1338
1498
  }
1339
1499
  if (variant.remap && variant.remap[n]) {
1340
- if (variant.remap[n] instanceof Array) {
1341
- var remap = variant.remap[n];
1342
- n = remap[0]; variant = this.FONTDATA.VARIANT[remap[1]];
1343
- } else if (typeof(variant.remap[n]) === "string") {
1344
- text = variant.remap[n]+text.substr(i+1);
1345
- i = 0; m = text.length; n = text.charCodeAt(0);
1346
- } else {
1347
- n = variant.remap[n];
1348
- if (variant.remap.variant) {variant = this.FONTDATA.VARIANT[variant.remap.variant]}
1349
- }
1350
- }
1351
- if (this.FONTDATA.REMAP[n] && !variant.noRemap) {
1500
+ n = variant.remap[n];
1501
+ if (variant.remap.variant) {variant = this.FONTDATA.VARIANT[variant.remap.variant]}
1502
+ } else if (this.FONTDATA.REMAP[n] && !variant.noRemap) {
1352
1503
  n = this.FONTDATA.REMAP[n];
1353
- if (n instanceof Array) {variant = this.FONTDATA.VARIANT[n[1]]; n = n[0]}
1354
- if (typeof(n) === "string") {
1355
- text = n+text.substr(i+1);
1356
- i = 0; m = text.length; n = n.charCodeAt(0);
1357
- }
1504
+ }
1505
+ if (n instanceof Array) {variant = this.FONTDATA.VARIANT[n[1]]; n = n[0]}
1506
+ if (typeof(n) === "string") {
1507
+ text = n+text.substr(i+1);
1508
+ m = text.length; i = -1;
1509
+ continue;
1358
1510
  }
1359
1511
  font = this.lookupChar(variant,n); c = font[n];
1360
1512
  if (force || (!this.checkFont(font,SPAN.style) && !c[5].img)) {
@@ -1373,6 +1525,7 @@
1373
1525
  if (span.bbox.w + c[3]/1000 < span.bbox.lw) {span.bbox.lw = span.bbox.w + c[3]/1000}
1374
1526
  if (span.bbox.w + c[4]/1000 > span.bbox.rw) {span.bbox.rw = span.bbox.w + c[4]/1000}
1375
1527
  span.bbox.w += c[2]/1000;
1528
+ if ((c[5]||{}).isUnknown) span.bbox.exactW = false; // force measurement
1376
1529
  }
1377
1530
  if (newtext.length) {this.addText(SPAN,newtext)}
1378
1531
  if (span.scale && span.scale !== 1) {
@@ -1391,7 +1544,8 @@
1391
1544
 
1392
1545
  handleFont: function (span,font,force) {
1393
1546
  span.style.fontFamily = font.family;
1394
- if (!font.directory) {span.style.fontSize = Math.floor(100/HTMLCSS.scale+.5) + "%"}
1547
+ if (!font.directory)
1548
+ {span.style.fontSize = Math.floor(HTMLCSS.config.scale/HTMLCSS.scale+.5) + "%"}
1395
1549
  if (!(HTMLCSS.FontFaceBug && font.isWebFont)) {
1396
1550
  var style = font.style || "normal", weight = font.weight || "normal";
1397
1551
  if (style !== "normal" || force) {span.style.fontStyle = style}
@@ -1582,7 +1736,7 @@
1582
1736
  scriptspace: .1,
1583
1737
  nulldelimiterspace: .12,
1584
1738
  delimiterfactor: 901,
1585
- delimitershortfall: .1, // originally .3,
1739
+ delimitershortfall: .3,
1586
1740
 
1587
1741
  min_rule_thickness: 1.25 // in pixels
1588
1742
  },
@@ -1602,12 +1756,21 @@
1602
1756
  for (var i = 0, m = this.data.length; i < m; i++)
1603
1757
  {if (this.data[i]) {this.data[i].toHTML(span)}}
1604
1758
  var stretchy = this.HTMLcomputeBBox(span);
1605
- var h = span.bbox.h, d = span.bbox.d;
1606
- for (i = 0, m = stretchy.length; i < m; i++) {stretchy[i].HTMLstretchV(span,h,d)}
1607
- if (stretchy.length) {this.HTMLcomputeBBox(span,true)}
1759
+ var h = span.bbox.h, d = span.bbox.d, stretched = false, bbox;
1760
+ for (i = 0, m = stretchy.length; i < m; i++) {
1761
+ bbox = stretchy[i].HTMLspanElement().bbox;
1762
+ if (stretchy[i].forceStretch || bbox.h !== h || bbox.d !== d)
1763
+ {stretchy[i].HTMLstretchV(span,h,d); stretched = true}
1764
+ }
1765
+ if (stretched) {this.HTMLcomputeBBox(span,true)}
1608
1766
  if (this.HTMLlineBreaks(span)) {span = this.HTMLmultiline(span)}
1609
1767
  this.HTMLhandleSpace(span);
1610
1768
  this.HTMLhandleColor(span);
1769
+ if (this.data.length === 1 && this.data[0]) {
1770
+ // copy skew data from accented character
1771
+ bbox = this.data[0].HTMLspanElement().bbox;
1772
+ if (bbox.skew) span.bbox.skew = bbox.skew;
1773
+ }
1611
1774
  return span;
1612
1775
  },
1613
1776
  HTMLlineBreaks: function () {return false},
@@ -1639,6 +1802,7 @@
1639
1802
  BBOX.w += bbox.w;
1640
1803
  if (child.style.paddingRight) {BBOX.w += HTMLCSS.unEm(child.style.paddingRight)*(child.scale||1)}
1641
1804
  if (bbox.width) {BBOX.width = bbox.width; BBOX.minWidth = bbox.minWidth}
1805
+ if (bbox.tw) {BBOX.tw = bbox.tw}
1642
1806
  if (bbox.ic) {BBOX.ic = bbox.ic} else {delete BBOX.ic}
1643
1807
  if (BBOX.exactW && !bbox.exactW) {delete BBOX.exactW}
1644
1808
  },
@@ -1706,8 +1870,30 @@
1706
1870
  if (this.styles.padding) {span.style.padding = ""}
1707
1871
  }
1708
1872
  if (this.href) {span.parentNode.bbox = span.bbox}
1873
+ this.HTMLaddAttributes(span);
1709
1874
  return span;
1710
1875
  },
1876
+ HTMLaddAttributes: function(span) {
1877
+ //
1878
+ // Copy RDFa, aria, and other tags from the MathML to the HTML-CSS
1879
+ // output spans Don't copy those in the MML.nocopyAttributes list,
1880
+ // the ignoreMMLattributes configuration list, or anything tha
1881
+ // already exists as a property of the span (e.g., no "onlick", etc.)
1882
+ // If a name in the ignoreMMLattributes object is set to false, then
1883
+ // the attribute WILL be copied.
1884
+ //
1885
+ if (this.attrNames) {
1886
+ var copy = this.attrNames, skip = MML.nocopyAttributes, ignore = HUB.config.ignoreMMLattributes;
1887
+ var defaults = (this.type === "mstyle" ? MML.math.prototype.defaults : this.defaults);
1888
+ for (var i = 0, m = copy.length; i < m; i++) {
1889
+ var id = copy[i];
1890
+ if (ignore[id] == false || (!skip[id] && !ignore[id] &&
1891
+ defaults[id] == null && typeof(span[id]) === "undefined")) {
1892
+ span.setAttribute(id,this.attr[id])
1893
+ }
1894
+ }
1895
+ }
1896
+ },
1711
1897
  HTMLspanElement: function () {
1712
1898
  if (!this.spanID) {return null}
1713
1899
  return document.getElementById((this.id||"MathJax-Span-"+this.spanID)+HTMLCSS.idPostfix);
@@ -1818,7 +2004,8 @@
1818
2004
  } else {
1819
2005
  var space = this.texSpacing();
1820
2006
  if (space !== "") {
1821
- space = HTMLCSS.length2em(space,this.HTMLgetScale())/(span.scale||1);
2007
+ this.HTMLgetScale();
2008
+ space = HTMLCSS.length2em(space,this.scale)/(span.scale||1)*this.mscale;
1822
2009
  if (span.style.paddingLeft) {space += HTMLCSS.unEm(span.style.paddingLeft)}
1823
2010
  span.style.paddingLeft = HTMLCSS.Em(space);
1824
2011
  }
@@ -1826,7 +2013,9 @@
1826
2013
  },
1827
2014
 
1828
2015
  HTMLgetScale: function () {
1829
- var scale = 1, values = this.getValues("mathsize","scriptlevel","fontsize");
2016
+ if (this.scale) {return this.scale * this.mscale}
2017
+ var scale = 1, values = this.getValues("scriptlevel","fontsize");
2018
+ values.mathsize = (this.isToken ? this : this.Parent()).Get("mathsize");
1830
2019
  if (this.style) {
1831
2020
  var span = this.HTMLspanElement();
1832
2021
  if (span.style.fontSize != "") {values.fontsize = span.style.fontSize}
@@ -1838,8 +2027,8 @@
1838
2027
  values.scriptminsize = HTMLCSS.length2em(this.Get("scriptminsize"));
1839
2028
  if (scale < values.scriptminsize) {scale = values.scriptminsize}
1840
2029
  }
1841
- if (this.isToken) {scale *= HTMLCSS.length2em(values.mathsize)}
1842
- return scale;
2030
+ this.scale = scale; this.mscale = HTMLCSS.length2em(values.mathsize);
2031
+ return scale * this.mscale;
1843
2032
  },
1844
2033
  HTMLgetMu: function (span) {
1845
2034
  var mu = 1, values = this.getValues("scriptlevel","scriptsizemultiplier");
@@ -1935,10 +2124,11 @@
1935
2124
  var text = this.data.join("").replace(/[\u2061-\u2064]/g,""); // remove invisibles
1936
2125
  if (remap) {text = remap(text,chars)}
1937
2126
  if (variant.fontInherit) {
1938
- var scale = Math.floor(100/HTMLCSS.scale+.5) + "%";
2127
+ var scale = Math.floor(HTMLCSS.config.scale/HTMLCSS.scale+.5) + "%";
1939
2128
  HTMLCSS.addElement(span,"span",{style:{"font-size":scale}},[text]);
1940
2129
  if (variant.bold) {span.lastChild.style.fontWeight = "bold"}
1941
2130
  if (variant.italic) {span.lastChild.style.fontStyle = "italic"}
2131
+ span.bbox = null;
1942
2132
  var HD = HTMLCSS.getHD(span), W = HTMLCSS.getW(span);
1943
2133
  span.bbox = {h:HD.h, d:HD.d, w:W, lw:0, rw:W, exactW: true};
1944
2134
  } else {
@@ -1951,10 +2141,11 @@
1951
2141
  var text = this.toString().replace(/[\u2061-\u2064]/g,""); // remove invisibles
1952
2142
  if (remap) {text = remap(text,chars)}
1953
2143
  if (variant.fontInherit) {
1954
- var scale = Math.floor(100/HTMLCSS.scale+.5) + "%";
2144
+ var scale = Math.floor(HTMLCSS.config.scale/HTMLCSS.scale+.5) + "%";
1955
2145
  HTMLCSS.addElement(span,"span",{style:{"font-size":scale}},[text]);
1956
2146
  if (variant.bold) {span.lastChild.style.fontWeight = "bold"}
1957
2147
  if (variant.italic) {span.lastChild.style.fontStyle = "italic"}
2148
+ delete span.bbox;
1958
2149
  var HD = HTMLCSS.getHD(span), W = HTMLCSS.getW(span);
1959
2150
  span.bbox = {h:HD.h, d:HD.d, w:W, lw:0, rw:W, exactW: true};
1960
2151
  } else {
@@ -1974,7 +2165,7 @@
1974
2165
  if (bbox.skew && text.length !== 1) {delete bbox.skew}
1975
2166
  if (bbox.rw > bbox.w && text.length === 1 && !variant.noIC) {
1976
2167
  bbox.ic = bbox.rw - bbox.w;
1977
- HTMLCSS.createBlank(span,bbox.ic);
2168
+ HTMLCSS.createBlank(span,bbox.ic/this.mscale);
1978
2169
  bbox.w = bbox.rw;
1979
2170
  }
1980
2171
  this.HTMLhandleSpace(span);
@@ -2016,7 +2207,7 @@
2016
2207
  //
2017
2208
  var parent = this.CoreParent(),
2018
2209
  isScript = (parent && parent.isa(MML.msubsup) && this !== parent.data[parent.base]),
2019
- mapchars = (isScript?this.HTMLremapChars:null);
2210
+ mapchars = (isScript?this.remapChars:null);
2020
2211
  if (text.length === 1 && parent && parent.isa(MML.munderover) &&
2021
2212
  this.CoreText(parent.data[parent.base]).length === 1) {
2022
2213
  var over = parent.data[parent.over], under = parent.data[parent.under];
@@ -2032,7 +2223,7 @@
2032
2223
  // Typeset contents
2033
2224
  //
2034
2225
  for (var i = 0, m = this.data.length; i < m; i++)
2035
- {if (this.data[i]) {this.data[i].toHTML(span,variant,this.HTMLremap,mapchars)}}
2226
+ {if (this.data[i]) {this.data[i].toHTML(span,variant,this.remap,mapchars)}}
2036
2227
  if (!span.bbox) {span.bbox = this.HTMLzeroBBox()}
2037
2228
  if (text.length !== 1) {delete span.bbox.skew}
2038
2229
  //
@@ -2046,7 +2237,8 @@
2046
2237
  // Handle large operator centering
2047
2238
  //
2048
2239
  if (values.largeop) {
2049
- var p = (span.bbox.h - span.bbox.d)/2 - HTMLCSS.TeX.axis_height*span.scale;
2240
+ var a = HTMLCSS.TeX.axis_height * this.scale * this.mscale
2241
+ var p = (span.bbox.h - span.bbox.d)/2 - a;
2050
2242
  if (HTMLCSS.safariVerticalAlignBug && span.lastChild.nodeName === "IMG") {
2051
2243
  span.lastChild.style.verticalAlign =
2052
2244
  HTMLCSS.Em(HTMLCSS.unEm(span.lastChild.style.verticalAlign||0)/HTMLCSS.em-p/span.scale);
@@ -2060,7 +2252,7 @@
2060
2252
  span.bbox.h -= p; span.bbox.d += p;
2061
2253
  if (span.bbox.rw > span.bbox.w) {
2062
2254
  span.bbox.ic = span.bbox.rw-span.bbox.w;
2063
- HTMLCSS.createBlank(span,span.bbox.ic);
2255
+ HTMLCSS.createBlank(span,span.bbox.ic/this.mscale);
2064
2256
  span.bbox.w = span.bbox.rw;
2065
2257
  }
2066
2258
  }
@@ -2072,37 +2264,6 @@
2072
2264
  this.HTMLhandleDir(span);
2073
2265
  return span;
2074
2266
  },
2075
- CoreParent: function () {
2076
- var parent = this;
2077
- while (parent && parent.isEmbellished() &&
2078
- parent.CoreMO() === this && !parent.isa(MML.math)) {parent = parent.Parent()}
2079
- return parent;
2080
- },
2081
- CoreText: function (parent) {
2082
- if (!parent) {return ""}
2083
- if (parent.isEmbellished()) {return parent.CoreMO().data.join("")}
2084
- while ((parent.isa(MML.mrow) || parent.isa(MML.TeXAtom) ||
2085
- parent.isa(MML.mstyle) || parent.isa(MML.mphantom)) &&
2086
- parent.data.length === 1 && parent.data[0]) {parent = parent.data[0]}
2087
- if (!parent.isToken) {return ""} else {return parent.data.join("")}
2088
- },
2089
- HTMLremapChars: {
2090
- '*':"\u2217",
2091
- '"':"\u2033",
2092
- "\u00B0":"\u2218",
2093
- "\u00B2":"2",
2094
- "\u00B3":"3",
2095
- "\u00B4":"\u2032",
2096
- "\u00B9":"1"
2097
- },
2098
- HTMLremap: function (text,map) {
2099
- text = text.replace(/-/g,"\u2212");
2100
- if (map) {
2101
- text = text.replace(/'/g,"\u2032").replace(/`/g,"\u2035");
2102
- if (text.length === 1) {text = map[text]||text}
2103
- }
2104
- return text;
2105
- },
2106
2267
  HTMLcanStretch: function (direction) {
2107
2268
  if (!this.Get("stretchy")) {return false}
2108
2269
  var c = this.data.join("");
@@ -2115,17 +2276,21 @@
2115
2276
  else if (under && this === under.CoreMO() && parent.Get("accentunder")) {c = HTMLCSS.FONTDATA.REMAPACCENTUNDER[c]||c}
2116
2277
  }
2117
2278
  c = HTMLCSS.FONTDATA.DELIMITERS[c.charCodeAt(0)];
2118
- return (c && c.dir == direction.substr(0,1));
2279
+ var stretch = (c && c.dir === direction.substr(0,1));
2280
+ this.forceStretch = (stretch && (this.Get("minsize",true) || this.Get("maxsize",true)));
2281
+ return stretch;
2119
2282
  },
2120
2283
  HTMLstretchV: function (box,h,d) {
2121
2284
  this.HTMLremoveColor();
2122
2285
  var values = this.getValues("symmetric","maxsize","minsize");
2123
2286
  var span = this.HTMLspanElement(), mu = this.HTMLgetMu(span), H;
2124
- var axis = HTMLCSS.TeX.axis_height, scale = span.scale;
2287
+ var scale = this.HTMLgetScale(), axis = HTMLCSS.TeX.axis_height * scale;
2125
2288
  if (values.symmetric) {H = 2*Math.max(h-axis,d+axis)} else {H = h + d}
2126
2289
  values.maxsize = HTMLCSS.length2em(values.maxsize,mu,span.bbox.h+span.bbox.d);
2127
2290
  values.minsize = HTMLCSS.length2em(values.minsize,mu,span.bbox.h+span.bbox.d);
2128
2291
  H = Math.max(values.minsize,Math.min(values.maxsize,H));
2292
+ if (H != values.minsize)
2293
+ {H = [Math.max(H*HTMLCSS.TeX.delimiterfactor/1000,H-HTMLCSS.TeX.delimitershortfall),H]}
2129
2294
  span = this.HTMLcreateSpan(box); // clear contents and attributes
2130
2295
  HTMLCSS.createDelimiter(span,this.data.join("").charCodeAt(0),H,scale);
2131
2296
  if (values.symmetric) {H = (span.bbox.h + span.bbox.d)/2 + axis}
@@ -2158,8 +2323,12 @@
2158
2323
  span = this.HTMLhandleSize(this.HTMLcreateSpan(span));
2159
2324
  var variant = this.HTMLgetVariant();
2160
2325
  // Avoid setting the font style for error text or if mtextFontInherit is set
2161
- if (HTMLCSS.config.mtextFontInherit || this.Parent().type === "merror")
2162
- {variant = {bold:variant.bold, italic:variant.italic, fontInherit: true}}
2326
+ if (HTMLCSS.config.mtextFontInherit || this.Parent().type === "merror") {
2327
+ var vname = this.Get("mathvariant");
2328
+ if (vname === "monospace") {span.className += " MJX-monospace"}
2329
+ else if (vname.match(/sans-serif/)) {span.className += " MJX-sans-serif"}
2330
+ variant = {bold:variant.bold, italic:variant.italic, fontInherit: true};
2331
+ }
2163
2332
  for (var i = 0, m = this.data.length; i < m; i++)
2164
2333
  {if (this.data[i]) {this.data[i].toHTML(span,variant)}}
2165
2334
  if (!span.bbox) {span.bbox = this.HTMLzeroBBox()}
@@ -2193,12 +2362,12 @@
2193
2362
  toHTML: function (span) {
2194
2363
  span = this.HTMLcreateSpan(span);
2195
2364
  var values = this.getValues("height","depth","width");
2196
- var mu = this.HTMLgetMu(span);
2365
+ var mu = this.HTMLgetMu(span); this.HTMLgetScale();
2197
2366
  values.mathbackground = this.mathbackground;
2198
2367
  if (this.background && !this.mathbackground) {values.mathbackground = this.background}
2199
- var h = HTMLCSS.length2em(values.height,mu),
2200
- d = HTMLCSS.length2em(values.depth,mu),
2201
- w = HTMLCSS.length2em(values.width,mu);
2368
+ var h = HTMLCSS.length2em(values.height,mu) * this.mscale,
2369
+ d = HTMLCSS.length2em(values.depth,mu) * this.mscale,
2370
+ w = HTMLCSS.length2em(values.width,mu) * this.mscale;
2202
2371
  HTMLCSS.createSpace(span,h,d,w,values.mathbackground,true);
2203
2372
  return span;
2204
2373
  }
@@ -2236,14 +2405,15 @@
2236
2405
  else {HTMLCSS.Measured(child,box)}
2237
2406
  var values = this.getValues("height","depth","width","lspace","voffset"),
2238
2407
  x = 0, y = 0, mu = this.HTMLgetMu(span);
2408
+ this.HTMLgetScale();
2239
2409
  if (values.lspace) {x = this.HTMLlength2em(box,values.lspace,mu)}
2240
2410
  if (values.voffset) {y = this.HTMLlength2em(box,values.voffset,mu)}
2241
- HTMLCSS.placeBox(box,x,y);
2411
+ HTMLCSS.placeBox(box,x,y); x /= this.mscale; y /= this.mscale;
2242
2412
  span.bbox = {
2243
2413
  h: box.bbox.h, d: box.bbox.d, w: box.bbox.w, exactW: true,
2244
- lw: Math.min(0,box.bbox.lw+x), rw: Math.max(box.bbox.w,box.bbox.rw+x),
2245
- H: Math.max((box.bbox.H == null ? -HTMLCSS.BIGDIMEN : box.bbox.H),box.bbox.h+y),
2246
- D: Math.max((box.bbox.D == null ? -HTMLCSS.BIGDIMEN : box.bbox.D),box.bbox.d-y)
2414
+ lw: box.bbox.lw+x, rw: box.bbox.rw+x,
2415
+ H: Math.max((box.bbox.H == null ? -HTMLCSS.BIGDIMEN : box.bbox.H+y),box.bbox.h+y),
2416
+ D: Math.max((box.bbox.D == null ? -HTMLCSS.BIGDIMEN : box.bbox.D-y),box.bbox.d-y)
2247
2417
  };
2248
2418
  if (values.height !== "") {span.bbox.h = this.HTMLlength2em(box,values.height,mu,"h",0)}
2249
2419
  if (values.depth !== "") {span.bbox.d = this.HTMLlength2em(box,values.depth,mu,"d",0)}
@@ -2263,7 +2433,7 @@
2263
2433
  if (m == null) {m = -HTMLCSS.BIGDIMEN}
2264
2434
  var match = String(length).match(/width|height|depth/);
2265
2435
  var size = (match ? span.bbox[match[0].charAt(0)] : (d ? span.bbox[d] : 0));
2266
- var v = HTMLCSS.length2em(length,mu,size);
2436
+ var v = HTMLCSS.length2em(length,mu,size/this.mscale) * this.mscale;
2267
2437
  if (d && String(length).match(/^\s*[-+]/))
2268
2438
  {return Math.max(m,span.bbox[d]+v)} else {return v}
2269
2439
  },
@@ -2331,7 +2501,7 @@
2331
2501
  HTMLCSS.placeBox(den,num.bbox.w+bevel.bbox.w-delta,(den.bbox.d-den.bbox.h)/2+a-delta);
2332
2502
  } else {
2333
2503
  var W = Math.max(num.bbox.w,den.bbox.w);
2334
- var t = HTMLCSS.thickness2em(values.linethickness,scale), p,q, u,v;
2504
+ var t = HTMLCSS.thickness2em(values.linethickness,this.scale)*this.mscale, p,q, u,v;
2335
2505
  var mt = HTMLCSS.TeX.min_rule_thickness/this.em;
2336
2506
  if (isDisplay) {u = HTMLCSS.TeX.num1; v = HTMLCSS.TeX.denom1}
2337
2507
  else {u = (t === 0 ? HTMLCSS.TeX.num3 : HTMLCSS.TeX.num2); v = HTMLCSS.TeX.denom2}
@@ -2357,11 +2527,17 @@
2357
2527
  },
2358
2528
  HTMLcanStretch: function (direction) {return false},
2359
2529
  HTMLhandleSpace: function (span) {
2360
- if (!this.texWithDelims) {
2361
- var space = (this.useMMLspacing ? 0 : HTMLCSS.length2em(this.texSpacing()||0)) + .12;
2362
- span.style.paddingLeft = HTMLCSS.Em(space);
2363
- span.style.paddingRight = HTMLCSS.Em(.12);
2530
+ if (!this.texWithDelims && !this.useMMLspacing) {
2531
+ //
2532
+ // Add nulldelimiterspace around the fraction
2533
+ // (TeXBook pg 150 and Appendix G rule 15e)
2534
+ //
2535
+ var space = HTMLCSS.TeX.nulldelimiterspace * this.mscale;
2536
+ var style = span.childNodes[HTMLCSS.msiePaddingWidthBug ? 1 : 0].style;
2537
+ style.marginLeft = style.marginRight = HTMLCSS.Em(space);
2538
+ span.bbox.w += 2*space; span.bbox.r += 2*space;
2364
2539
  }
2540
+ this.SUPER(arguments).HTMLhandleSpace.call(this,span);
2365
2541
  }
2366
2542
  });
2367
2543
 
@@ -2505,6 +2681,7 @@
2505
2681
  this.data[i].HTMLcanStretch("Horizontal"));
2506
2682
  } else {
2507
2683
  stretch[i] = this.data[i].HTMLcanStretch("Horizontal");
2684
+ children[i].style.paddingLeft = children[i].style.paddingRight = "";
2508
2685
  }
2509
2686
  }
2510
2687
  }
@@ -2519,10 +2696,14 @@
2519
2696
  if (D == null && HW != null) {W = HW} else if (W == -HTMLCSS.BIGDIMEN) {W = WW}
2520
2697
  for (i = WW = 0, m = this.data.length; i < m; i++) {if (this.data[i]) {
2521
2698
  box = boxes[i];
2522
- if (stretch[i]) {box.bbox = this.data[i].HTMLstretchH(box,W).bbox}
2699
+ if (stretch[i]) {
2700
+ box.bbox = this.data[i].HTMLstretchH(box,W).bbox;
2701
+ if (i !== this.base)
2702
+ {children[i].style.paddingLeft = children[i].style.paddingRight = ""}
2703
+ }
2523
2704
  if (box.bbox.w > WW) {WW = box.bbox.w}
2524
2705
  }}
2525
- var t = HTMLCSS.TeX.rule_thickness, factor = HTMLCSS.FONTDATA.TeX_factor;
2706
+ var t = HTMLCSS.TeX.rule_thickness * this.mscale, factor = HTMLCSS.FONTDATA.TeX_factor;
2526
2707
  var base = boxes[this.base] || {bbox: this.HTMLzeroBBox()};
2527
2708
  var x, y, z1, z2, z3, dw, k, delta = 0;
2528
2709
  if (base.bbox.ic) {delta = 1.3*base.bbox.ic + .05} // adjust faked IC to be more in line with expeted results
@@ -2542,7 +2723,10 @@
2542
2723
  if (i == this.over) {
2543
2724
  if (accent) {
2544
2725
  k = Math.max(t * scale * factor,2.5/this.em); z3 = 0;
2545
- if (base.bbox.skew) {x += base.bbox.skew}
2726
+ if (base.bbox.skew) {
2727
+ x += base.bbox.skew; span.bbox.skew = base.bbox.skew;
2728
+ if (x+box.bbox.w > WW) {span.bbox.skew += (WW-box.bbox.w-x)/2}
2729
+ }
2546
2730
  } else {
2547
2731
  z1 = HTMLCSS.TeX.big_op_spacing1 * scale * factor;
2548
2732
  z2 = HTMLCSS.TeX.big_op_spacing3 * scale * factor;
@@ -2596,13 +2780,11 @@
2596
2780
  if (sup) {sup.bbox.w += s; sup.bbox.rw = Math.max(sup.bbox.w,sup.bbox.rw)}
2597
2781
  if (sub) {sub.bbox.w += s; sub.bbox.rw = Math.max(sub.bbox.w,sub.bbox.rw)}
2598
2782
  HTMLCSS.placeBox(base,0,0);
2599
- var sscale;
2783
+ var sscale = scale;
2600
2784
  if (sup) {
2601
2785
  sscale = this.data[this.sup].HTMLgetScale();
2602
2786
  } else if (sub) {
2603
2787
  sscale = this.data[this.sub].HTMLgetScale();
2604
- } else {
2605
- sscale = this.HTMLgetScale();
2606
2788
  }
2607
2789
  var q = HTMLCSS.TeX.sup_drop * sscale, r = HTMLCSS.TeX.sub_drop * sscale;
2608
2790
  var u = base.bbox.h - q, v = base.bbox.d + r, delta = 0, p;
@@ -2610,9 +2792,9 @@
2610
2792
  base.bbox.w -= base.bbox.ic; // remove IC (added by mo and mi)
2611
2793
  delta = 1.3*base.bbox.ic + .05; // adjust faked IC to be more in line with expected results
2612
2794
  }
2613
- if (this.data[this.base] &&
2795
+ if (this.data[this.base] && HW == null && D == null &&
2614
2796
  (this.data[this.base].type === "mi" || this.data[this.base].type === "mo")) {
2615
- if (this.data[this.base].data.join("").length === 1 && base.bbox.scale === 1 &&
2797
+ if (this.data[this.base].data.join("").length === 1 && children[0].scale === 1 &&
2616
2798
  !this.data[this.base].Get("largeop")) {u = v = 0}
2617
2799
  }
2618
2800
  var min = this.getValues("subscriptshift","superscriptshift");
@@ -2654,93 +2836,149 @@
2654
2836
  MML.mtable.Augment({toHTML: MML.mbase.HTMLautoload});
2655
2837
 
2656
2838
  MML["annotation-xml"].Augment({toHTML: MML.mbase.HTMLautoload});
2839
+ MML.annotation.Augment({toHTML: function (span) {return this.HTMLcreateSpan(span)}});
2657
2840
 
2658
2841
  MML.math.Augment({
2659
- toHTML: function (span,node) {
2660
- var alttext = this.Get("alttext");
2661
- if (alttext && alttext !== "") {node.setAttribute("aria-label",alttext)}
2662
- var nobr = HTMLCSS.addElement(span,"nobr",{isMathJax: true});
2663
- span = this.HTMLcreateSpan(nobr);
2664
- var stack = HTMLCSS.createStack(span), box = HTMLCSS.createBox(stack), math;
2665
- // Move font-size from outer span to stack to avoid line separation
2666
- // problem in strict HTML mode
2667
- stack.style.fontSize = nobr.parentNode.style.fontSize; nobr.parentNode.style.fontSize = "";
2668
- if (this.data[0] != null) {
2669
- if (HTMLCSS.msieColorBug) {
2670
- if (this.background) {this.data[0].background = this.background; delete this.background}
2671
- if (this.mathbackground) {this.data[0].mathbackground = this.mathbackground; delete this.mathbackground}
2672
- }
2673
- MML.mbase.prototype.displayAlign = HUB.config.displayAlign;
2674
- MML.mbase.prototype.displayIndent = HUB.config.displayIndent;
2675
- var html = this.data[0].toHTML(box); html.bbox.exactW = false; // force remeasure just to be sure
2676
- math = HTMLCSS.Measured(html,box);
2677
- }
2678
- HTMLCSS.placeBox(box,0,0);
2842
+ toHTML: function (span,node,phase) {
2843
+ var stack, box, html, math;
2679
2844
  //
2680
- // Get width right if minimum font size is set:
2681
- // Round to nearest pixel (plus a small amount), and convert back to outer-em's.
2682
- // Add the width to the span (outside the MathJax class, so uses outer em size,
2683
- // which makes it work even when minimum font size is in effect).
2845
+ // Phase I lays out the math, but doesn't measure the final math yet
2846
+ // (that is done for a chunk at a time, to avoid reflows)
2684
2847
  //
2685
- span.style.width = HTMLCSS.Em((Math.round(math.bbox.w*this.em)+.25)/HTMLCSS.outerEm);
2686
- span.style.display = "inline-block";
2687
- //
2688
- // Adjust bbox to match outer em-size
2689
- //
2690
- var p = 1/HTMLCSS.em, f = HTMLCSS.em / HTMLCSS.outerEm; HTMLCSS.em /= f;
2691
- span.bbox.h *= f; span.bbox.d *= f; span.bbox.w *= f;
2692
- span.bbox.lw *= f; span.bbox.rw *= f;
2693
- if (math && math.bbox.width != null) {
2694
- span.style.minWidth = (math.bbox.minWidth || span.style.width);
2695
- span.style.width = stack.style.width = math.bbox.width;
2696
- box.style.width = "100%";
2697
- }
2698
- //
2699
- // Add color (if any)
2700
- //
2701
- this.HTMLhandleColor(span);
2702
- //
2703
- // Make math span be the correct height and depth
2704
- //
2705
- if (math) {HTMLCSS.createRule(span,(math.bbox.h+p)*f,(math.bbox.d+p)*f,0)}
2706
- //
2707
- // Handle indentalign and indentshift for single-line display equations
2708
- //
2709
- if (!this.isMultiline && this.Get("display") === "block" && span.bbox.width == null) {
2710
- var values = this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");
2711
- if (values.indentalignfirst !== MML.INDENTALIGN.INDENTALIGN) {values.indentalign = values.indentalignfirst}
2712
- if (values.indentalign === MML.INDENTALIGN.AUTO) {values.indentalign = this.displayAlign}
2713
- node.style.textAlign = values.indentalign;
2714
- if (values.indentshiftfirst !== MML.INDENTSHIFT.INDENTSHIFT) {values.indentshift = values.indentshiftfirst}
2715
- if (values.indentshift === "auto") {values.indentshift = this.displayIndent}
2716
- if (values.indentshift && values.indentalign !== MML.INDENTALIGN.CENTER) {
2717
- span.style[{left:"marginLeft",right:"marginRight"}[values.indentalign]] =
2718
- HTMLCSS.Em(HTMLCSS.length2em(values.indentshift));
2848
+ if (!phase || phase === HTMLCSS.PHASE.I) {
2849
+ var nobr = HTMLCSS.addElement(span,"nobr",{isMathJax: true});
2850
+ span = this.HTMLcreateSpan(nobr);
2851
+ var alttext = this.Get("alttext");
2852
+ if (alttext && !span.getAttribute("aria-label")) span.setAttribute("aria-label",alttext);
2853
+ if (!span.getAttribute("role")) span.setAttribute("role","math");
2854
+ // span.setAttribute("tabindex",0); // causes focus outline, so disable for now
2855
+ stack = HTMLCSS.createStack(span); box = HTMLCSS.createBox(stack);
2856
+ // Move font-size from outer span to stack to avoid line separation
2857
+ // problem in strict HTML mode
2858
+ stack.style.fontSize = nobr.parentNode.style.fontSize; nobr.parentNode.style.fontSize = "";
2859
+ if (this.data[0] != null) {
2860
+ if (HTMLCSS.msieColorBug) {
2861
+ if (this.background) {this.data[0].background = this.background; delete this.background}
2862
+ if (this.mathbackground) {this.data[0].mathbackground = this.mathbackground; delete this.mathbackground}
2863
+ }
2864
+ MML.mbase.prototype.displayAlign = HUB.config.displayAlign;
2865
+ MML.mbase.prototype.displayIndent = HUB.config.displayIndent;
2866
+ if (String(HUB.config.displayIndent).match(/^0($|[a-z%])/i))
2867
+ MML.mbase.prototype.displayIndent = "0";
2868
+ html = this.data[0].toHTML(box); html.bbox.exactW = true; // force remeasure just to be sure
2719
2869
  }
2720
- }
2870
+ } else {
2871
+ span = span.firstChild.firstChild;
2872
+ if (this.href) span = span.firstChild;
2873
+ stack = span.firstChild;
2874
+ if (stack.style.position !== "relative") stack = stack.nextSibling;
2875
+ box = stack.firstChild;
2876
+ html = box.firstChild;
2877
+ }
2878
+ //
2879
+ // Phase II measures the math (this is done for each one in the chunk at once)
2880
+ //
2881
+ math = ((!phase || phase === HTMLCSS.PHASE.II) ? HTMLCSS.Measured(html,box) : html);
2882
+ //
2883
+ // Phase III finishes the layout using the measured math
2884
+ //
2885
+ if (!phase || phase === HTMLCSS.PHASE.III) {
2886
+ HTMLCSS.placeBox(box,0,0);
2887
+ //
2888
+ // Get width right if minimum font size is set:
2889
+ // Round to nearest pixel (plus a small amount), and convert back to outer-em's.
2890
+ // Add the width to the span (outside the MathJax class, so uses outer em size,
2891
+ // which makes it work even when minimum font size is in effect).
2892
+ //
2893
+ span.style.width = HTMLCSS.Em(Math.max(0,Math.round(math.bbox.w*this.em)+.25)/HTMLCSS.outerEm);
2894
+ span.style.display = "inline-block";
2895
+ //
2896
+ // Adjust bbox to match outer em-size
2897
+ //
2898
+ var p = 1/HTMLCSS.em, f = HTMLCSS.em / HTMLCSS.outerEm; HTMLCSS.em /= f;
2899
+ span.bbox.h *= f; span.bbox.d *= f; span.bbox.w *= f;
2900
+ span.bbox.lw *= f; span.bbox.rw *= f;
2901
+ if (span.bbox.H) {span.bbox.H *= f}
2902
+ if (span.bbox.D) {span.bbox.D *= f}
2903
+ if (math && math.bbox.width != null) {
2904
+ span.style.minWidth = (math.bbox.minWidth || span.style.width);
2905
+ span.style.width = math.bbox.width;
2906
+ box.style.width = stack.style.width = "100%";
2907
+ }
2908
+ //
2909
+ // Add color (if any)
2910
+ //
2911
+ var color = this.HTMLhandleColor(span);
2912
+ //
2913
+ // Make math span be the correct height and depth
2914
+ //
2915
+ if (math) {HTMLCSS.createRule(span,(math.bbox.h+p)*f,(math.bbox.d+p)*f,0)}
2916
+ //
2917
+ // Handle indentalign and indentshift for single-line display equations
2918
+ //
2919
+ if (!this.isMultiline && this.Get("display") === "block" && span.bbox.width == null) {
2920
+ var values = this.getValues("indentalignfirst","indentshiftfirst","indentalign","indentshift");
2921
+ if (values.indentalignfirst !== MML.INDENTALIGN.INDENTALIGN) {values.indentalign = values.indentalignfirst}
2922
+ if (values.indentalign === MML.INDENTALIGN.AUTO) {values.indentalign = this.displayAlign}
2923
+ if (values.indentshiftfirst !== MML.INDENTSHIFT.INDENTSHIFT) {values.indentshift = values.indentshiftfirst}
2924
+ if (values.indentshift === "auto") {values.indentshift = "0"}
2925
+ var shift = HTMLCSS.length2em(values.indentshift,1,HTMLCSS.scale*HTMLCSS.cwidth);
2926
+ if (this.displayIndent !== "0") {
2927
+ var indent = HTMLCSS.length2em(this.displayIndent,1,HTMLCSS.scale*HTMLCSS.cwidth);
2928
+ shift += (values.indentalign === MML.INDENTALIGN.RIGHT ? -indent : indent);
2929
+ }
2930
+ node.style.textAlign = values.indentalign;
2931
+ // ### FIXME: make percentage widths respond to changes in container
2932
+ if (shift) {
2933
+ shift *= HTMLCSS.em/HTMLCSS.outerEm;
2934
+ HUB.Insert(span.style,({
2935
+ left: {marginLeft: HTMLCSS.Em(shift)},
2936
+ right: {marginLeft: HTMLCSS.Em(Math.max(0,span.bbox.w+shift)), marginRight: HTMLCSS.Em(-shift)},
2937
+ center: {marginLeft: HTMLCSS.Em(shift), marginRight: HTMLCSS.Em(-shift)}
2938
+ })[values.indentalign]);
2939
+ //
2940
+ // Move the background color, of any
2941
+ //
2942
+ if (color) {
2943
+ color.style.marginLeft = HTMLCSS.Em(parseFloat(color.style.marginLeft)+shift);
2944
+ color.style.marginRight =
2945
+ HTMLCSS.Em(parseFloat(color.style.marginRight)-shift
2946
+ + (values.indentalign === "right" ? Math.min(0,span.bbox.w+shift) - span.bbox.w : 0));
2947
+ }
2948
+ }
2949
+ }
2950
+ }
2721
2951
  return span;
2722
2952
  },
2723
2953
  HTMLspanElement: MML.mbase.prototype.HTMLspanElement
2724
2954
  });
2725
2955
 
2726
2956
  MML.TeXAtom.Augment({
2727
- toHTML: function (span) {
2957
+ toHTML: function (span,HW,D) {
2728
2958
  span = this.HTMLcreateSpan(span);
2729
2959
  if (this.data[0] != null) {
2730
2960
  if (this.texClass === MML.TEXCLASS.VCENTER) {
2731
2961
  var stack = HTMLCSS.createStack(span);
2732
2962
  var box = HTMLCSS.createBox(stack);
2733
- HTMLCSS.Measured(this.data[0].toHTML(box),box);
2734
- // FIXME: should the axis height be scaled?
2735
- HTMLCSS.placeBox(box,0,HTMLCSS.TeX.axis_height-(box.bbox.h+box.bbox.d)/2+box.bbox.d);
2963
+ var child = this.data[0].toHTML(box);
2964
+ if (D != null) {HTMLCSS.Remeasured(this.data[0].HTMLstretchV(box,HW,D),box)}
2965
+ else if (HW != null) {HTMLCSS.Remeasured(this.data[0].HTMLstretchH(box,HW),box)}
2966
+ else {HTMLCSS.Measured(child,box)}
2967
+ var a = HTMLCSS.TeX.axis_height * this.HTMLgetScale();
2968
+ HTMLCSS.placeBox(box,0,a-(box.bbox.h+box.bbox.d)/2+box.bbox.d);
2736
2969
  } else {
2737
- span.bbox = this.data[0].toHTML(span).bbox;
2970
+ var html = this.data[0].toHTML(span,HW,D);
2971
+ if (D != null) {html = this.data[0].HTMLstretchV(box,HW,D)}
2972
+ else if (HW != null) {html = this.data[0].HTMLstretchH(box,HW)}
2973
+ span.bbox = html.bbox;
2738
2974
  }
2739
2975
  }
2740
2976
  this.HTMLhandleSpace(span);
2741
2977
  this.HTMLhandleColor(span);
2742
2978
  return span;
2743
- }
2979
+ },
2980
+ HTMLstretchH: MML.mbase.HTMLstretchH,
2981
+ HTMLstretchV: MML.mbase.HTMLstretchV
2744
2982
  });
2745
2983
 
2746
2984
  //
@@ -2752,7 +2990,7 @@
2752
2990
  // We also need to wait for the onload handler to run, since the loadComplete
2753
2991
  // will call Config and Startup, which need to modify the body.
2754
2992
  //
2755
- MathJax.Hub.Register.StartupHook("onLoad",function () {
2993
+ HUB.Register.StartupHook("onLoad",function () {
2756
2994
  setTimeout(MathJax.Callback(["loadComplete",HTMLCSS,"jax.js"]),0);
2757
2995
  });
2758
2996
  });
@@ -2791,12 +3029,14 @@
2791
3029
  msiePlaceBoxBug: (isIE8 && !quirks),
2792
3030
  msieClipRectBug: !isIE8,
2793
3031
  msieNegativeSpaceBug: quirks,
3032
+ msieRuleBug: (mode < 7), // rules need to be measured
2794
3033
  cloneNodeBug: (isIE8 && browser.version === "8.0"),
3034
+ msieItalicWidthBug: true, // can't measure boxes ending in italics correctly
2795
3035
  initialSkipBug: (mode < 8), // confused by initial left-margin values
2796
3036
  msieNegativeBBoxBug: (mode >= 8), // negative bboxes have positive widths
2797
3037
  msieIE6: !isIE7,
2798
3038
  msieItalicWidthBug: true,
2799
- FontFaceBug: true,
3039
+ FontFaceBug: (mode < 9),
2800
3040
  msieFontCSSBug: browser.isIE9,
2801
3041
  allowWebFonts: (mode >= 9 ? "woff" : "eot")
2802
3042
  });
@@ -2810,7 +3050,7 @@
2810
3050
  (HUB.config.root+"/").substr(0,root.length) === root) {webFonts = "otf"}
2811
3051
  }
2812
3052
  HTMLCSS.Augment({
2813
- ffVerticalAlignBug: true,
3053
+ ffVerticalAlignBug: !browser.versionAtLeast("20.0"), // not sure when this bug was fixed
2814
3054
  AccentBug: true,
2815
3055
  allowWebFonts: webFonts
2816
3056
  });
@@ -2836,6 +3076,7 @@
2836
3076
  }
2837
3077
  }
2838
3078
  },
3079
+ Em: ((browser.webkit||0) >= 538 ? HTMLCSS.EmRounded : HTMLCSS.Em), // issue #931
2839
3080
  rfuzz: .011,
2840
3081
  AccentBug: true,
2841
3082
  AdjustSurd: true,
@@ -2844,6 +3085,7 @@
2844
3085
  safariVerticalAlignBug: !v3p1,
2845
3086
  safariTextNodeBug: !v3p0,
2846
3087
  forceReflow: true,
3088
+ FontFaceBug: true,
2847
3089
  allowWebFonts: (v3p1 && !forceImages ? "otf" : false)
2848
3090
  });
2849
3091
  if (trueSafari) {
@@ -2869,9 +3111,10 @@
2869
3111
  HTMLCSS.Augment({
2870
3112
  Em: HTMLCSS.EmRounded, // vertical alignment needs help (since around v20)
2871
3113
  cloneNodeBug: true, // Chrome gets heights wrong with the cloned ones
2872
- rfuzz: .011,
3114
+ rfuzz: -.02,
2873
3115
  AccentBug: true,
2874
3116
  AdjustSurd: true,
3117
+ FontFaceBug: browser.versionAtLeast("32.0"), // Chrome 32 fails on bold-italic (#735)
2875
3118
  negativeBBoxes: true,
2876
3119
  safariNegativeSpaceBug: true,
2877
3120
  safariWebFontSerif: [""],