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
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-1.0.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-extra.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -16,4 +16,4 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- (function(h){var p="2.3";var m=h.FONTDATA.DELIMITERS;var k="STIXGeneral",i="STIXGeneral-bold",j="STIXVariants",n="STIXNonUnicode",f="STIXSizeOneSym",d="STIXSizeTwoSym",b="STIXSizeThreeSym",a="STIXSizeFourSym",o="STIXSizeFiveSym";var l="H",g="V";var e={61:{dir:l,HW:[[0.685,k]],stretch:{rep:[61,k]}},8606:{dir:l,HW:[[0.926,k]],stretch:{left:[8606,k],rep:[8722,k]}},8608:{dir:l,HW:[[0.926,k]],stretch:{right:[8608,k],rep:[8722,k]}},8612:{dir:l,HW:[[0.926,k]],stretch:{left:[8592,j],rep:[8722,k],right:[8867,i,0,0.1,0.6]}},8613:{dir:g,HW:[[0.816,k]],stretch:{bot:[95,k,0.05,-0.01,0.8],ext:[9168,k],top:[8593,k]}},8614:{dir:l,HW:[[1,k]],stretch:{left:[57526,n],rep:[8722,k],right:[8594,k]}},8615:{dir:g,HW:[[0.816,k]],stretch:{top:[8868,i,0.04,0,0.6],ext:[9168,k],bot:[8595,k]}},8624:{dir:g,HW:[[0.818,k]],stretch:{top:[8624,k],ext:[9168,k,0.152]}},8625:{dir:g,HW:[[0.818,k]],stretch:{top:[8625,k],ext:[9168,k,-0.195]}},8636:{dir:l,HW:[[0.955,k]],stretch:{left:[8636,k],rep:[8722,k]}},8637:{dir:l,HW:[[0.955,k]],stretch:{left:[8637,k],rep:[8722,k]}},8638:{dir:g,HW:[[0.818,k]],stretch:{top:[8638,k],ext:[9168,k]}},8639:{dir:g,HW:[[0.818,k]],stretch:{top:[8639,k],ext:[9168,k]}},8640:{dir:l,HW:[[0.955,k]],stretch:{right:[8640,k],rep:[8722,k]}},8641:{dir:l,HW:[[0.955,k]],stretch:{right:[8641,k],rep:[8722,k]}},8642:{dir:g,HW:[[0.818,k]],stretch:{bot:[8642,k],ext:[9168,k]}},8643:{dir:g,HW:[[0.818,k]],stretch:{bot:[8643,k],ext:[9168,k]}},8666:{dir:l,HW:[[0.926,k]],stretch:{left:[8666,k],rep:[8801,k]}},8667:{dir:l,HW:[[0.926,k]],stretch:{right:[8667,k],rep:[8801,k]}},9140:{dir:l,HW:[[0.926,k],[1.063,f],[1.606,d],[2.147,b],[2.692,a],[3.237,o]],stretch:{left:[8976,k],rep:[8722,k,0,0.12],right:[172,k]}},9141:{dir:l,HW:[[0.926,k],[1.063,f],[1.606,d],[2.147,b],[2.692,a],[3.237,o]],stretch:{left:[10813,k,0,0.12],rep:[8722,k,0,0,0,0.12],right:[10812,k,0,0.12]}},9180:{dir:l,HW:[[0.926,f],[1,k],[1.46,d],[1.886,b],[2.328,a],[3.237,o]],stretch:{left:[57659,n],right:[57660,n],rep:[57674,n]}},9181:{dir:l,HW:[[0.926,f],[1,k],[1.46,d],[1.886,b],[2.328,a],[3.237,o]],stretch:{left:[57661,n],right:[57662,n],rep:[57675,n]}},9184:{dir:l,HW:[[1,k],[1.46,f],[1.886,d],[2.312,b],[2.738,a],[3.164,o]],stretch:{left:[57613,n,-0.1,-0.1],rep:[8722,k,0,0.05],right:[57612,n,0,-0.1],fullExtenders:true}},9185:{dir:l,HW:[[1,k],[1.46,f],[1.886,d],[2.312,b],[2.738,a],[3.164,o]],stretch:{left:[57612,n,-0.1,0.1],rep:[8722,k,0,-0.1,0,0.1],right:[57613,n,0,0.1],fullExtenders:true}},10502:{dir:l,HW:[[0.926,k]],stretch:{left:[8656,k],rep:[61,k],right:[10980,k,0,-0.09]}},10503:{dir:l,HW:[[0.926,k]],stretch:{left:[8872,k,0,-0.09],rep:[61,k],right:[8658,k]}},10574:{dir:l,HW:[],stretch:{left:[8636,k],rep:[8722,k],right:[8640,k]}},10575:{dir:g,HW:[[0.818,k]],stretch:{top:[8638,k],ext:[9168,k],bot:[8642,k]}},10576:{dir:l,HW:[[0.926,k]],stretch:{left:[8637,k],rep:[8722,k],right:[8641,k]}},10577:{dir:g,HW:[[0.818,k]],stretch:{top:[8639,k],ext:[9168,k],bot:[8643,k]}},10586:{dir:l,HW:[[0.926,k]],stretch:{left:[8636,k],rep:[8722,k],right:[8867,i,0,0.1,0.6]}},10587:{dir:l,HW:[[0.926,k]],stretch:{left:[57526,n],rep:[8722,k],right:[8640,k]}},10588:{dir:g,HW:[[0.818,k]],stretch:{bot:[95,k,0.05,-0.01,0.8],ext:[9168,k],top:[8638,k]}},10589:{dir:g,HW:[[0.818,k]],stretch:{top:[8868,i,0.04,0,0.6],ext:[9168,k],bot:[8642,k]}},10590:{dir:l,HW:[[0.926,k]],stretch:{left:[8637,k],rep:[8722,k],right:[8867,i,0,0.1,0.6]}},10591:{dir:l,HW:[[0.926,k]],stretch:{left:[57526,n],rep:[8722,k],right:[8641,k]}},10592:{dir:g,HW:[[0.818,k]],stretch:{bot:[95,k,0.05,-0.01,0.8],ext:[9168,k],top:[8639,k]}},10593:{dir:g,HW:[[0.818,k]],stretch:{top:[8868,i,0.04,0,0.6],ext:[9168,k],bot:[8643,k]}},711:{dir:l,HW:[[0.333,k],[0.56,f],[0.979,d],[1.458,b],[1.886,a],[2.328,o]]},717:{dir:l,HW:[[0.334,k]],stretch:{rep:[717,k]}},759:{dir:l,HW:[[0.558,f],[0.977,d],[1.458,b],[1.886,a],[2.328,o]]},8607:{dir:g,HW:[[0.816,k]],stretch:{ext:[9168,k],top:[8607,k]}},8609:{dir:g,HW:[[0.816,k]],stretch:{ext:[9168,k],bot:[8609,k]}},8616:{dir:g,HW:[[0.816,k]],stretch:{top:[8593,k],ext:[9168,k],bot:[10515,k]}},8617:{dir:l,HW:[[0.926,k]],stretch:{left:[8592,k],rep:[8722,k],right:[57525,n]}},8618:{dir:l,HW:[[0.926,k]],stretch:{left:[57524,n],rep:[8722,k],right:[8594,k]}},8626:{dir:g,HW:[[0.818,k]],stretch:{bot:[8626,k],ext:[9168,k,0.152]}},8627:{dir:g,HW:[[0.818,k]],stretch:{bot:[8627,k],ext:[9168,k,-0.195]}},8628:{dir:l,HW:[[0.926,k]],stretch:{rep:[8722,k,0,0.4],right:[8628,k]}},8629:{dir:g,HW:[[0.818,k]],stretch:{bot:[8629,k],ext:[9168,k,0.57]}},8651:{dir:l,HW:[[0.926,k]],stretch:{left:[10602,k],rep:[61,k],right:[10605,k]}},8652:{dir:l,HW:[[0.926,k]],stretch:{left:[10603,k],rep:[61,k],right:[10604,k]}},8672:{dir:l,HW:[[0.926,k]],stretch:{left:[8672,k],rep:[57633,n,0,0,0,0,0.1],fullExtenders:true}},8673:{dir:g,HW:[[0.818,k]],stretch:{ext:[57645,n],top:[8673,k],fullExtenders:true}},8674:{dir:l,HW:[[0.926,k]],stretch:{right:[8674,j],rep:[57646,n,0,0,0,0,0.1],fullExtenders:true}},8675:{dir:g,HW:[[0.818,k]],stretch:{ext:[57644,n],bot:[8675,k],fullExtenders:true}},8676:{dir:l,HW:[[0.926,k]],stretch:{left:[8676,k],rep:[8722,k]}},8677:{dir:l,HW:[[0.926,k]],stretch:{right:[8677,k],rep:[8722,k]}},8701:{dir:l,HW:[[0.926,k]],stretch:{left:[8701,k],rep:[8722,k]}},8702:{dir:l,HW:[[0.926,k]],stretch:{right:[8702,k],rep:[8722,k]}},8703:{dir:l,HW:[[0.926,k]],stretch:{left:[8701,k],rep:[8722,k],right:[8702,k]}},10214:{dir:g,HW:[[0.93,k],[1.23,f],[1.845,d],[2.46,b],[3.075,a]],stretch:{top:[9555,k],ext:[9553,k],bot:[9561,k]}},10215:{dir:g,HW:[[0.93,k],[1.23,f],[1.845,d],[2.46,b],[3.075,a]],stretch:{top:[9558,k],ext:[9553,k],bot:[9564,k]}},10218:{dir:g,HW:[[0.931,k],[1.23,f],[1.845,d],[2.461,b],[3.075,a]]},10219:{dir:g,HW:[[0.931,k],[1.23,f],[1.845,d],[2.461,b],[3.075,a]]},10506:{dir:g,HW:[[0.818,k]],stretch:{top:[10506,k],ext:[57653,n]}},10507:{dir:g,HW:[[0.818,k]],stretch:{bot:[10507,k],ext:[57653,n]}},10514:{dir:g,HW:[[0.818,k]],stretch:{top:[10514,k],ext:[9168,k]}},10515:{dir:g,HW:[[0.818,k]],stretch:{bot:[10515,k],ext:[9168,k]}},10578:{dir:l,HW:[[0.926,k]],stretch:{left:[10578,k],rep:[8722,k]}},10579:{dir:l,HW:[[0.926,k]],stretch:{right:[10579,k],rep:[8722,k]}},10580:{dir:g,HW:[[0.818,k]],stretch:{top:[10580,k],ext:[9168,k]}},10581:{dir:g,HW:[[0.818,k]],stretch:{bot:[10581,k],ext:[9168,k]}},10582:{dir:l,HW:[[0.926,k]],stretch:{left:[10582,k],rep:[8722,k]}},10583:{dir:l,HW:[[0.926,k]],stretch:{right:[10583,k],rep:[8722,k]}},10584:{dir:g,HW:[[0.818,k]],stretch:{top:[10584,k],ext:[9168,k]}},10585:{dir:g,HW:[[0.818,k]],stretch:{bot:[10585,k],ext:[9168,k]}},10624:{dir:g,HW:[[0.874,k]],stretch:{ext:[10624,k]}},10647:{dir:g,HW:[[0.932,k]],stretch:{top:[57613,n,0.1,0.05],ext:[9168,k,-0.1],bot:[57612,n,0.1]}},10648:{dir:g,HW:[[0.932,k]],stretch:{top:[57612,n,-0.1,0.05],ext:[9168,k],bot:[57613,n,-0.1]}}};for(var c in e){if(e.hasOwnProperty(c)){m[c]=e[c]}}MathJax.Ajax.loadComplete(h.fontDir+"/fontdata-extra.js")})(MathJax.OutputJax["HTML-CSS"]);
19
+ (function(h){var p="2.5.0";var m=h.FONTDATA.DELIMITERS;var k="STIXGeneral",i="STIXGeneral-bold",j="STIXVariants",n="STIXNonUnicode",f="STIXSizeOneSym",d="STIXSizeTwoSym",b="STIXSizeThreeSym",a="STIXSizeFourSym",o="STIXSizeFiveSym";var l="H",g="V";var e={61:{dir:l,HW:[[0.685,k]],stretch:{rep:[61,k]}},8606:{dir:l,HW:[[0.926,k]],stretch:{left:[8606,k],rep:[8722,k]}},8608:{dir:l,HW:[[0.926,k]],stretch:{right:[8608,k],rep:[8722,k]}},8612:{dir:l,HW:[[0.926,k]],stretch:{left:[8592,j],rep:[8722,k],right:[8867,i,0,0.1,0.6]}},8613:{dir:g,HW:[[0.816,k]],stretch:{bot:[95,k,0.05,-0.01,0.8],ext:[9168,k],top:[8593,k]}},8614:{dir:l,HW:[[1,k]],stretch:{left:[57526,n],rep:[8722,k],right:[8594,k]}},8615:{dir:g,HW:[[0.816,k]],stretch:{top:[8868,i,0.04,0,0.6],ext:[9168,k],bot:[8595,k]}},8624:{dir:g,HW:[[0.818,k]],stretch:{top:[8624,k],ext:[9168,k,0.152]}},8625:{dir:g,HW:[[0.818,k]],stretch:{top:[8625,k],ext:[9168,k,-0.195]}},8636:{dir:l,HW:[[0.955,k]],stretch:{left:[8636,k],rep:[8722,k]}},8637:{dir:l,HW:[[0.955,k]],stretch:{left:[8637,k],rep:[8722,k]}},8638:{dir:g,HW:[[0.818,k]],stretch:{top:[8638,k],ext:[9168,k]}},8639:{dir:g,HW:[[0.818,k]],stretch:{top:[8639,k],ext:[9168,k]}},8640:{dir:l,HW:[[0.955,k]],stretch:{right:[8640,k],rep:[8722,k]}},8641:{dir:l,HW:[[0.955,k]],stretch:{right:[8641,k],rep:[8722,k]}},8642:{dir:g,HW:[[0.818,k]],stretch:{bot:[8642,k],ext:[9168,k]}},8643:{dir:g,HW:[[0.818,k]],stretch:{bot:[8643,k],ext:[9168,k]}},8666:{dir:l,HW:[[0.926,k]],stretch:{left:[8666,k],rep:[8801,k]}},8667:{dir:l,HW:[[0.926,k]],stretch:{right:[8667,k],rep:[8801,k]}},9140:{dir:l,HW:[[0.926,k],[1.063,f],[1.606,d],[2.147,b],[2.692,a],[3.237,o]],stretch:{left:[8976,k],rep:[8722,k,0,0.12],right:[172,k]}},9141:{dir:l,HW:[[0.926,k],[1.063,f],[1.606,d],[2.147,b],[2.692,a],[3.237,o]],stretch:{left:[10813,k,0,0.12],rep:[8722,k,0,0,0,0.12],right:[10812,k,0,0.12]}},9180:{dir:l,HW:[[0.926,f],[1,k],[1.46,d],[1.886,b],[2.328,a],[3.237,o]],stretch:{left:[57659,n],right:[57660,n],rep:[57674,n]}},9181:{dir:l,HW:[[0.926,f],[1,k],[1.46,d],[1.886,b],[2.328,a],[3.237,o]],stretch:{left:[57661,n],right:[57662,n],rep:[57675,n]}},9184:{dir:l,HW:[[1,k],[1.46,f],[1.886,d],[2.312,b],[2.738,a],[3.164,o]],stretch:{left:[57613,n,-0.1,-0.1],rep:[8722,k,0,0.05],right:[57612,n,0,-0.1],fullExtenders:true}},9185:{dir:l,HW:[[1,k],[1.46,f],[1.886,d],[2.312,b],[2.738,a],[3.164,o]],stretch:{left:[57612,n,-0.1,0.1],rep:[8722,k,0,-0.1,0,0.1],right:[57613,n,0,0.1],fullExtenders:true}},10502:{dir:l,HW:[[0.926,k]],stretch:{left:[8656,k],rep:[61,k],right:[10980,k,0,-0.09]}},10503:{dir:l,HW:[[0.926,k]],stretch:{left:[8872,k,0,-0.09],rep:[61,k],right:[8658,k]}},10574:{dir:l,HW:[],stretch:{left:[8636,k],rep:[8722,k],right:[8640,k]}},10575:{dir:g,HW:[[0.818,k]],stretch:{top:[8638,k],ext:[9168,k],bot:[8642,k]}},10576:{dir:l,HW:[[0.926,k]],stretch:{left:[8637,k],rep:[8722,k],right:[8641,k]}},10577:{dir:g,HW:[[0.818,k]],stretch:{top:[8639,k],ext:[9168,k],bot:[8643,k]}},10586:{dir:l,HW:[[0.926,k]],stretch:{left:[8636,k],rep:[8722,k],right:[8867,i,0,0.1,0.6]}},10587:{dir:l,HW:[[0.926,k]],stretch:{left:[57526,n],rep:[8722,k],right:[8640,k]}},10588:{dir:g,HW:[[0.818,k]],stretch:{bot:[95,k,0.05,-0.01,0.8],ext:[9168,k],top:[8638,k]}},10589:{dir:g,HW:[[0.818,k]],stretch:{top:[8868,i,0.04,0,0.6],ext:[9168,k],bot:[8642,k]}},10590:{dir:l,HW:[[0.926,k]],stretch:{left:[8637,k],rep:[8722,k],right:[8867,i,0,0.1,0.6]}},10591:{dir:l,HW:[[0.926,k]],stretch:{left:[57526,n],rep:[8722,k],right:[8641,k]}},10592:{dir:g,HW:[[0.818,k]],stretch:{bot:[95,k,0.05,-0.01,0.8],ext:[9168,k],top:[8639,k]}},10593:{dir:g,HW:[[0.818,k]],stretch:{top:[8868,i,0.04,0,0.6],ext:[9168,k],bot:[8643,k]}},711:{dir:l,HW:[[0.333,k],[0.56,f],[0.979,d],[1.458,b],[1.886,a],[2.328,o]]},717:{dir:l,HW:[[0.334,k]],stretch:{rep:[717,k]}},759:{dir:l,HW:[[0.558,f],[0.977,d],[1.458,b],[1.886,a],[2.328,o]]},8607:{dir:g,HW:[[0.816,k]],stretch:{ext:[9168,k],top:[8607,k]}},8609:{dir:g,HW:[[0.816,k]],stretch:{ext:[9168,k],bot:[8609,k]}},8616:{dir:g,HW:[[0.816,k]],stretch:{top:[8593,k],ext:[9168,k],bot:[10515,k]}},8617:{dir:l,HW:[[0.926,k]],stretch:{left:[8592,k],rep:[8722,k],right:[57525,n]}},8618:{dir:l,HW:[[0.926,k]],stretch:{left:[57524,n],rep:[8722,k],right:[8594,k]}},8626:{dir:g,HW:[[0.818,k]],stretch:{bot:[8626,k],ext:[9168,k,0.152]}},8627:{dir:g,HW:[[0.818,k]],stretch:{bot:[8627,k],ext:[9168,k,-0.195]}},8628:{dir:l,HW:[[0.926,k]],stretch:{rep:[8722,k,0,0.4],right:[8628,k]}},8629:{dir:g,HW:[[0.818,k]],stretch:{bot:[8629,k],ext:[9168,k,0.57]}},8651:{dir:l,HW:[[0.926,k]],stretch:{left:[10602,k],rep:[61,k],right:[10605,k]}},8652:{dir:l,HW:[[0.926,k]],stretch:{left:[10603,k],rep:[61,k],right:[10604,k]}},8672:{dir:l,HW:[[0.926,k]],stretch:{left:[8672,k],rep:[57633,n,0,0,0,0,0.1],fullExtenders:true}},8673:{dir:g,HW:[[0.818,k]],stretch:{ext:[57645,n],top:[8673,k],fullExtenders:true}},8674:{dir:l,HW:[[0.926,k]],stretch:{right:[8674,j],rep:[57646,n,0,0,0,0,0.1],fullExtenders:true}},8675:{dir:g,HW:[[0.818,k]],stretch:{ext:[57644,n],bot:[8675,k],fullExtenders:true}},8676:{dir:l,HW:[[0.926,k]],stretch:{left:[8676,k],rep:[8722,k]}},8677:{dir:l,HW:[[0.926,k]],stretch:{right:[8677,k],rep:[8722,k]}},8701:{dir:l,HW:[[0.926,k]],stretch:{left:[8701,k],rep:[8722,k]}},8702:{dir:l,HW:[[0.926,k]],stretch:{right:[8702,k],rep:[8722,k]}},8703:{dir:l,HW:[[0.926,k]],stretch:{left:[8701,k],rep:[8722,k],right:[8702,k]}},10214:{dir:g,HW:[[0.93,k],[1.23,f],[1.845,d],[2.46,b],[3.075,a]],stretch:{top:[9555,k],ext:[9553,k],bot:[9561,k]}},10215:{dir:g,HW:[[0.93,k],[1.23,f],[1.845,d],[2.46,b],[3.075,a]],stretch:{top:[9558,k],ext:[9553,k],bot:[9564,k]}},10218:{dir:g,HW:[[0.931,k],[1.23,f],[1.845,d],[2.461,b],[3.075,a]]},10219:{dir:g,HW:[[0.931,k],[1.23,f],[1.845,d],[2.461,b],[3.075,a]]},10506:{dir:g,HW:[[0.818,k]],stretch:{top:[10506,k],ext:[57653,n]}},10507:{dir:g,HW:[[0.818,k]],stretch:{bot:[10507,k],ext:[57653,n]}},10514:{dir:g,HW:[[0.818,k]],stretch:{top:[10514,k],ext:[9168,k]}},10515:{dir:g,HW:[[0.818,k]],stretch:{bot:[10515,k],ext:[9168,k]}},10578:{dir:l,HW:[[0.926,k]],stretch:{left:[10578,k],rep:[8722,k]}},10579:{dir:l,HW:[[0.926,k]],stretch:{right:[10579,k],rep:[8722,k]}},10580:{dir:g,HW:[[0.818,k]],stretch:{top:[10580,k],ext:[9168,k]}},10581:{dir:g,HW:[[0.818,k]],stretch:{bot:[10581,k],ext:[9168,k]}},10582:{dir:l,HW:[[0.926,k]],stretch:{left:[10582,k],rep:[8722,k]}},10583:{dir:l,HW:[[0.926,k]],stretch:{right:[10583,k],rep:[8722,k]}},10584:{dir:g,HW:[[0.818,k]],stretch:{top:[10584,k],ext:[9168,k]}},10585:{dir:g,HW:[[0.818,k]],stretch:{bot:[10585,k],ext:[9168,k]}},10624:{dir:g,HW:[[0.874,k]],stretch:{ext:[10624,k]}},10647:{dir:g,HW:[[0.932,k]],stretch:{top:[57613,n,0.1,0.05],ext:[9168,k,-0.1],bot:[57612,n,0.1]}},10648:{dir:g,HW:[[0.932,k]],stretch:{top:[57612,n,-0.1,0.05],ext:[9168,k],bot:[57613,n,-0.1]}}};for(var c in e){if(e.hasOwnProperty(c)){m[c]=e[c]}}MathJax.Ajax.loadComplete(h.fontDir+"/fontdata-extra.js")})(MathJax.OutputJax["HTML-CSS"]);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -16,4 +16,4 @@
16
16
  * limitations under the License.
17
17
  */
18
18
 
19
- (function(j,b,r){var s="2.3";j.allowWebFonts=false;var l="STIXGeneral",t="STIXGeneral-bold",p="STIXGeneral-italic",u="STIXGeneral-bold-italic",q="STIXNonUnicode",o="STIXNonUnicode-italic",i="STIXSizeOneSym",h="STIXSizeTwoSym",g="STIXSizeThreeSym",d="STIXSizeFourSym",c="STIXSizeFiveSym";var k="H",a="V",m={load:"extra",dir:k},f={load:"extra",dir:a};j.Augment({FONTDATA:{version:s,STIXversion:"1.1",TeX_factor:1.125,baselineskip:1.2,lineH:0.8,lineD:0.2,FONTS:{STIXGeneral:"General/Regular/Main.js","STIXGeneral-italic":"General/Italic/Main.js","STIXGeneral-bold":"General/Bold/Main.js","STIXGeneral-bold-italic":"General/BoldItalic/Main.js",STIXNonUnicode:"NonUnicode/Regular/Main.js","STIXNonUnicode-italic":"NonUnicode/Italic/Main.js","STIXNonUnicode-bold":"NonUnicode/Bold/Main.js","STIXNonUnicode-bold-italic":"NonUnicode/BoldItalic/Main.js",STIXVariants:"Variants/Regular/All.js",STIXSizeOneSym:"SizeOneSym/Regular/All.js",STIXSizeTwoSym:"SizeTwoSym/Regular/All.js",STIXSizeThreeSym:"SizeThreeSym/Regular/All.js",STIXSizeFourSym:"SizeFourSym/Regular/All.js",STIXSizeFiveSym:"SizeFiveSym/Regular/All.js",STIXIntegralsD:"IntegralsD/Regular/All.js"},VARIANT:{normal:{fonts:[l,q,i],remap:{8709:[8709,"-STIX-variant"]}},bold:{fonts:[t,"STIXNonUnicode-bold","STIXSizeOneSym-bold"],bold:true},italic:{fonts:[p,o,l,q,i],italic:true},"bold-italic":{fonts:[u,"STIXNonUnicode-bold-italic"],bold:true,italic:true},"double-struck":{offsetA:120120,offsetN:120792,remap:{120122:8450,120127:8461,120133:8469,120135:8473,120136:8474,120137:8477,120145:8484}},fraktur:{offsetA:120068,remap:{120070:8493,120075:8460,120076:8465,120085:8476,120093:8488}},"bold-fraktur":{fonts:[t],offsetA:120172,bold:true},script:{fonts:[p],offsetA:119964,italic:true,remap:{119965:8492,119968:8496,119969:8497,119971:8459,119972:8464,119975:8466,119976:8499,119981:8475,119994:8495,119996:8458,120004:8500}},"bold-script":{fonts:[u],offsetA:120016,bold:true,italic:true},"sans-serif":{offsetA:120224,offsetN:120802,offsetG:57725},"bold-sans-serif":{offsetA:120276,offsetG:120662,offsetN:120812,bold:true},"sans-serif-italic":{fonts:[p,o],offsetA:120328,offsetN:57780,offsetG:57791,italic:true},"sans-serif-bold-italic":{fonts:[u,"STIXNonUnicode-bold-italic"],offsetA:120380,offsetN:57846,offsetG:120720,bold:true,italic:true},monospace:{offsetA:120432,offsetN:120822,remap:{32:[32,"-STIX-variant"]}},"-STIX-variant":{fonts:["STIXVariants",q,l],remap:{10887:57360,10888:57359,8816:57361,8817:57358,8928:57419,8929:57423,8840:57366,8841:57368,9651:9653,9661:9663,8709:[8709,b.VARIANT.NORMAL]}},"-tex-caligraphic":{fonts:[p,o,q,i],offsetA:57901,noLowerCase:1},"-tex-oldstyle":{offsetN:57953,remap:{57954:57957,57955:57961,57956:57965,57957:57969,57958:57973,57959:57977,57960:57981,57961:57985,57962:57989}},"-tex-mathit":{fonts:[p,o,l,q,i],italic:true,noIC:true},"-largeOp":{fonts:[i,"STIXIntegralsD",q,l]},"-smallOp":{},"-tex-caligraphic-bold":{fonts:["STIXGeneral-bold-italic","STIXNonUnicode-bold-italic","STIXNonUnicode","STIXGeneral","STIXSizeOneSym"],bold:true,offsetA:57927,noLowerCase:1},"-tex-oldstyle-bold":{fonts:["STIXGeneral-bold","STIXNonUnicode-bold","STIXGeneral","STIXSizeOneSym"],bold:true,offsetN:57955,remap:{57956:57959,57957:57963,57958:57967,57959:57971,57960:57975,57961:57979,57962:57983,57963:57987,57964:57991}}},RANGES:[{name:"alpha",low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57,offset:"N"},{name:"greek",low:945,high:969,offset:"G",add:26},{name:"Greek",low:913,high:1014,offset:"G",remap:{1013:53,977:54,1008:55,981:56,1009:57,982:58,1012:17}}],RULECHAR:8254,REMAP:{755:730,756:714,65079:9182,65080:9183,12296:10216,12297:10217,10072:8739},REMAPACCENT:{"\u2192":"\u20D7"},REMAPACCENTUNDER:{},DELIMITERS:{40:{dir:a,HW:[[0.844,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9115,i],ext:[9116,i],bot:[9117,i]}},41:{dir:a,HW:[[0.844,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9118,i],ext:[9119,i],bot:[9120,i]}},47:{dir:a,HW:[[0.69,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},91:{dir:a,HW:[[0.818,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9121,i],ext:[9122,i],bot:[9123,i]}},92:{dir:a,HW:[[0.69,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},93:{dir:a,HW:[[0.818,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9124,i],ext:[9125,i],bot:[9126,i]}},123:{dir:a,HW:[[0.861,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9127,i],mid:[9128,i],bot:[9129,i],ext:[9130,i]}},124:{dir:a,HW:[[0.69,l]],stretch:{ext:[8739,l]}},125:{dir:a,HW:[[0.861,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9131,i],mid:[9132,i],bot:[9133,i],ext:[9130,i]}},710:{dir:k,HW:[[0.333,l],[0.56,i],[0.979,h],[1.46,g],[1.886,d],[2.328,c]]},711:{dir:k,HW:[[0.333,l],[0.56,i],[0.979,h],[1.46,g],[1.886,d],[2.328,c]]},732:{dir:k,HW:[[0.333,l],[0.558,i],[0.978,h],[1.458,g],[1.886,d],[2.328,c]]},8214:{dir:a,HW:[[0.879,l]],stretch:{ext:[8214,l]}},8254:{dir:k,HW:[[0.5,l]],stretch:{rep:[8254,l]}},8592:{dir:k,HW:[[0.926,l]],stretch:{left:[8592,l],rep:[8722,l]}},8593:{dir:a,HW:[[0.818,l]],stretch:{top:[8593,l],ext:[9168,l]}},8594:{dir:k,HW:[[0.926,l]],stretch:{rep:[8722,l],right:[8594,l]}},8595:{dir:a,HW:[[0.818,l]],stretch:{ext:[9168,l],bot:[8595,l]}},8596:{dir:k,HW:[[0.926,l]],stretch:{left:[8592,l],rep:[8722,l],right:[8594,l]}},8597:{dir:a,HW:[[0.818,l]],stretch:{top:[8593,l],ext:[9168,l],bot:[8595,l]}},8656:{dir:k,HW:[[0.926,l]],stretch:{left:[8656,l],rep:[61,l]}},8657:{dir:a,HW:[[0.818,l]],stretch:{top:[8657,l],ext:[8741,l,0.1]}},8658:{dir:k,HW:[[0.926,l]],stretch:{rep:[61,l],right:[8658,l]}},8659:{dir:a,HW:[[0.818,l]],stretch:{ext:[8741,l,0.1],bot:[8659,l]}},8660:{dir:k,HW:[[0.926,l]],stretch:{left:[8656,l],rep:[61,l],right:[8658,l]}},8661:{dir:a,HW:[[0.818,l]],stretch:{top:[8657,l],ext:[8741,l,0.1],bot:[8659,l]}},8730:{dir:a,HW:[[0.954,"STIXVariants"],[1.232,l],[1.847,i],[2.46,h],[3.075,g]],stretch:{top:[57345,q],ext:[57344,q],bot:[9143,i],fullExtenders:true}},8739:{dir:a,HW:[[0.879,l]],stretch:{ext:[8739,l]}},8741:{dir:a,HW:[[0.879,l]],stretch:{ext:[8741,l]}},8968:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9121,i],ext:[9122,i]}},8969:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],streth:{top:[9124,i],ext:[9125,i]}},8970:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{ext:[9122,i],bot:[9123,i]}},8971:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{ext:[9125,i],bot:[9126,i]}},9130:{dir:a,HW:[[1.01,i]],stretch:{top:[9130,i],ext:[9130,i],bot:[9130,i]}},9135:{dir:k,HW:[[0.315,l]],stretch:{rep:[9135,l]}},9136:{dir:a,HW:[[1,i]],stretch:{top:[9127,i],ext:[9130,i],bot:[9133,i]}},9137:{dir:a,HW:[[1,i]],stretch:{top:[9131,i],ext:[9130,i],bot:[9129,i]}},9168:{dir:a,HW:[[0.304,l],[0.69,l,null,124],[0.879,l,null,8739]],stretch:{ext:[8739,l]}},9182:{dir:k,HW:[[0.926,i],[1,l],[1.46,h],[1.886,g],[2.328,d],[3.238,c]],stretch:{left:[57659,q],mid:[57664,q],right:[57660,q],rep:[57674,q]}},9183:{dir:k,HW:[[0.926,i],[1,l],[1.46,h],[1.886,g],[2.328,d],[3.238,c]],stretch:{left:[57661,q],mid:[57665,q],right:[57662,q],rep:[57675,q]}},10216:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},10217:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},10222:{dir:a,HW:[[0.853,l]],stretch:{top:[9127,i],ext:[9130,i],bot:[9129,i]}},10223:{dir:a,HW:[[0.853,l]],stretch:{top:[9131,i],ext:[9130,i],bot:[9133,i]}},45:{alias:9135,dir:k},94:{alias:710,dir:k},95:{alias:9135,dir:k},126:{alias:732,dir:k},175:{alias:9135,dir:k},713:{alias:9135,dir:k},770:{alias:710,dir:k},771:{alias:732,dir:k},780:{alias:711,dir:k},818:{alias:9135,dir:k},8213:{alias:9135,dir:k},8215:{alias:9135,dir:k},8722:{alias:9135,dir:k},8725:{alias:47,dir:a},9001:{alias:10216,dir:a},9002:{alias:10217,dir:a},9472:{alias:8722,dir:k},10072:{alias:8739,dir:a},12296:{alias:10216,dir:a},12297:{alias:10217,dir:a},65079:{alias:9182,dir:k},65080:{alias:9183,dir:k},61:m,8606:m,8608:m,8612:m,8613:f,8614:m,8615:f,8624:f,8625:f,8636:m,8637:m,8638:f,8639:f,8640:m,8641:m,8642:f,8643:f,8666:m,8667:m,9140:m,9141:m,9180:m,9181:m,9184:m,9185:m,10502:m,10503:m,10574:m,10575:f,10576:m,10577:f,10586:m,10587:m,10588:f,10589:f,10590:m,10591:m,10592:f,10593:f,10229:{alias:8592,dir:k},10230:{alias:8594,dir:k},10231:{alias:8596,dir:k},10232:{alias:8656,dir:k},10233:{alias:8658,dir:k},10234:{alias:8660,dir:k},10235:{alias:8612,dir:k},10236:{alias:8614,dir:k},10237:{alias:10502,dir:k},10238:{alias:10503,dir:k},711:m,717:m,759:m,8607:f,8609:f,8616:f,8617:m,8618:m,8626:f,8627:f,8628:m,8629:f,8651:m,8652:m,8672:m,8673:f,8674:m,8675:f,8676:m,8677:m,8701:m,8702:m,8703:m,10214:f,10215:f,10218:f,10219:f,10506:f,10507:f,10514:f,10515:f,10578:m,10579:m,10580:f,10581:f,10582:m,10583:m,10584:f,10585:f,10624:f,10647:f,10648:f}}});j.FONTDATA.FONTS.STIXGeneral={directory:"General/Regular",family:"STIXGeneral",Ranges:[[160,255,"Latin1Supplement"],[256,383,"LatinExtendedA"],[384,591,"LatinExtendedB"],[592,687,"IPAExtensions"],[688,767,"SpacingModLetters"],[768,879,"CombDiacritMarks"],[880,1023,"GreekAndCoptic"],[1024,1279,"Cyrillic"],[7424,7615,"PhoneticExtensions"],[7680,7935,"LatinExtendedAdditional"],[8192,8303,"GeneralPunctuation"],[8304,8351,"SuperAndSubscripts"],[8352,8399,"CurrencySymbols"],[8400,8447,"CombDiactForSymbols"],[8448,8527,"LetterlikeSymbols"],[8528,8591,"NumberForms"],[8592,8703,"Arrows"],[8704,8959,"MathOperators"],[8960,9215,"MiscTechnical"],[9216,9279,"ControlPictures"],[9312,9471,"EnclosedAlphanum"],[9472,9599,"BoxDrawing"],[9600,9631,"BlockElements"],[9632,9727,"GeometricShapes"],[9728,9983,"MiscSymbols"],[9984,10175,"Dingbats"],[10176,10223,"MiscMathSymbolsA"],[10224,10239,"SupplementalArrowsA"],[10496,10623,"SupplementalArrowsB"],[10624,10751,"MiscMathSymbolsB"],[10752,11007,"SuppMathOperators"],[11008,11263,"MiscSymbolsAndArrows"],[12288,12351,"CJK"],[12352,12447,"Hiragana"],[42784,43007,"LatinExtendedD"],[64256,64335,"AlphaPresentForms"],[65520,65535,"Specials"],[119808,119859,"MathBold"],[119860,119911,"MathItalic"],[119912,119963,"MathBoldItalic"],[119964,120015,"MathScript"],[120016,120067,"MathBoldScript"],[120068,120119,"Fraktur"],[120120,120171,"BBBold"],[120172,120223,"BoldFraktur"],[120224,120275,"MathSS"],[120276,120327,"MathSSBold"],[120328,120379,"MathSSItalic"],[120380,120431,"MathSSItalicBold"],[120432,120483,"MathTT"],[120484,120485,"ij"],[120488,120545,"GreekBold"],[120546,120603,"GreekItalic"],[120604,120661,"GreekBoldItalic"],[120662,120719,"GreekSSBold"],[120720,120777,"GreekSSBoldItalic"],[120782,120791,"MathBold"],[120792,120801,"BBBold"],[120802,120811,"MathSS"],[120812,120822,"MathSSBold"],[120822,120831,"MathTT"]],32:[0,0,250,0,0],33:[676,9,333,130,236],34:[676,-431,408,77,331],35:[662,0,500,6,495],36:[727,87,500,44,458],37:[706,19,747,61,686],38:[676,13,778,42,750],39:[676,-431,180,48,133],40:[676,177,333,48,304],41:[676,177,333,29,285],42:[676,-265,500,68,433],43:[547,41,685,48,636],44:[102,141,250,55,195],45:[257,-194,333,39,285],46:[100,11,250,70,181],47:[676,14,278,-9,287],48:[676,14,500,24,476],49:[676,0,500,111,394],50:[676,0,500,29,474],51:[676,14,500,41,431],52:[676,0,500,12,473],53:[688,14,500,31,438],54:[684,14,500,34,468],55:[662,8,500,20,449],56:[676,14,500,56,445],57:[676,22,500,30,459],58:[459,11,278,81,192],59:[459,141,278,80,219],60:[534,24,685,56,621],61:[386,-120,685,48,637],62:[534,24,685,56,621],63:[676,8,444,68,414],64:[676,14,921,116,809],65:[674,0,722,15,707],66:[662,0,667,17,593],67:[676,14,667,28,633],68:[662,0,722,16,685],69:[662,0,611,12,597],70:[662,0,556,11,546],71:[676,14,722,32,709],72:[662,0,722,18,703],73:[662,0,333,18,315],74:[662,14,373,-6,354],75:[662,0,722,33,723],76:[662,0,611,12,598],77:[662,0,889,12,864],78:[662,11,722,12,707],79:[676,14,722,34,688],80:[662,0,557,16,542],81:[676,177,722,34,701],82:[662,0,667,17,660],83:[676,14,556,43,491],84:[662,0,611,17,593],85:[662,14,722,14,705],86:[662,11,722,16,697],87:[662,11,944,5,932],88:[662,0,722,10,704],89:[662,0,722,22,703],90:[662,0,612,10,598],91:[662,156,333,88,299],92:[676,14,278,-9,287],93:[662,156,333,34,245],94:[662,-297,469,24,446],95:[-75,125,500,0,500],96:[678,-507,333,18,242],97:[460,10,444,37,442],98:[683,10,500,3,468],99:[460,10,444,25,412],100:[683,10,500,27,491],101:[460,10,444,25,424],102:[683,0,333,20,383],103:[460,218,500,28,470],104:[683,0,500,9,487],105:[683,0,278,16,253],106:[683,218,278,-70,194],107:[683,0,500,7,505],108:[683,0,278,19,257],109:[460,0,778,16,775],110:[460,0,500,16,485],111:[460,10,500,29,470],112:[460,217,500,5,470],113:[460,217,500,24,488],114:[460,0,333,5,335],115:[459,10,389,51,348],116:[579,10,278,13,279],117:[450,10,500,9,480],118:[450,14,500,19,477],119:[450,14,722,21,694],120:[450,0,500,17,479],121:[450,218,500,14,475],122:[450,0,444,27,418],123:[680,181,480,100,350],124:[676,14,200,67,133],125:[680,181,480,130,380],126:[325,-183,541,40,502],160:[0,0,250,0,0],168:[622,-523,333,18,316],172:[393,-115,600,48,552],175:[601,-547,333,11,322],177:[502,87,685,48,637],183:[310,-199,250,70,181],215:[529,25,640,43,597],247:[516,10,564,30,534],305:[460,0,278,16,253],567:[460,218,278,-70,193],710:[674,-507,333,11,322],711:[674,-507,333,11,322],713:[601,-547,334,11,322],714:[679,-509,333,93,320],715:[679,-509,333,22,249],728:[664,-507,335,27,308],729:[622,-523,333,118,217],732:[638,-532,333,1,331],768:[678,-507,0,-371,-147],769:[678,-507,0,-371,-147],770:[674,-507,0,-386,-75],771:[638,-532,0,-395,-65],772:[601,-547,0,-385,-74],774:[664,-507,0,-373,-92],775:[622,-523,0,-280,-181],776:[622,-523,0,-379,-81],778:[711,-512,0,-329,-130],779:[678,-507,0,-401,-22],780:[674,-507,0,-385,-74],824:[662,156,0,-380,31],915:[662,0,587,11,577],916:[674,0,722,48,675],920:[676,14,722,34,688],923:[674,0,702,15,687],926:[662,0,643,29,614],928:[662,0,722,18,703],931:[662,0,624,30,600],933:[674,0,722,29,703],934:[662,0,763,35,728],936:[690,0,746,22,724],937:[676,0,744,29,715],8224:[676,149,500,59,442],8225:[676,153,500,58,442],8230:[100,11,1000,111,888],8242:[678,-402,289,75,214],8254:[820,-770,500,0,500],8407:[760,-548,0,-453,-17],8465:[695,34,762,45,711],8472:[547,217,826,52,799],8476:[704,22,874,50,829],8501:[677,13,682,43,634],8592:[449,-58,926,71,857],8593:[662,156,511,60,451],8594:[448,-57,926,70,856],8595:[662,156,511,60,451],8596:[449,-57,926,38,888],8597:[730,224,511,60,451],8598:[662,156,926,70,856],8599:[662,156,926,70,856],8600:[662,156,926,70,856],8601:[662,156,926,70,856],8614:[450,-57,926,70,857],8617:[553,-57,926,70,856],8618:[553,-57,926,70,856],8636:[494,-220,955,54,901],8637:[286,-12,955,54,901],8640:[494,-220,955,54,901],8641:[286,-12,955,54,901],8652:[539,33,926,70,856],8656:[551,45,926,60,866],8657:[662,156,685,45,641],8658:[551,45,926,60,866],8659:[662,156,685,45,641],8660:[517,10,926,20,906],8661:[730,224,685,45,641],8704:[662,0,560,2,558],8706:[668,11,471,40,471],8707:[662,0,560,73,487],8709:[583,79,762,50,712],8711:[662,12,731,63,667],8712:[531,27,685,60,625],8713:[662,157,685,60,625],8715:[531,27,685,60,625],8719:[763,259,1000,52,948],8720:[763,259,1000,52,948],8721:[763,259,914,58,856],8722:[286,-220,685,64,621],8723:[502,87,685,48,637],8725:[710,222,523,46,478],8726:[411,-93,428,25,403],8727:[471,-33,523,67,457],8728:[387,-117,350,40,310],8729:[387,-117,350,40,310],8730:[973,259,928,112,963],8733:[430,0,685,41,643],8734:[430,0,926,70,854],8736:[547,0,685,23,643],8739:[690,189,266,100,166],8741:[690,189,523,129,394],8743:[536,29,620,31,589],8744:[536,29,620,31,589],8745:[536,31,620,48,572],8746:[536,31,620,48,572],8747:[824,320,459,32,639],8764:[362,-148,685,48,637],8768:[547,42,286,35,249],8771:[445,-55,685,48,637],8773:[532,27,685,48,637],8776:[475,-25,685,48,637],8781:[498,-8,685,48,637],8784:[611,-120,685,48,637],8800:[662,156,685,48,637],8801:[478,-28,685,48,637],8804:[609,103,685,64,629],8805:[609,103,685,64,629],8810:[532,26,933,25,908],8811:[532,26,933,25,908],8826:[532,26,685,64,621],8827:[532,26,685,64,621],8828:[628,120,685,64,621],8829:[629,119,685,64,621],8834:[531,25,685,64,621],8835:[531,25,685,64,621],8838:[607,103,685,64,621],8839:[607,103,685,64,621],8846:[536,31,620,48,572],8849:[607,103,685,64,621],8850:[607,103,685,64,621],8851:[536,31,620,48,572],8852:[536,31,620,48,572],8853:[623,119,842,50,792],8854:[623,119,842,50,792],8855:[623,119,842,50,792],8856:[623,119,842,50,792],8857:[583,79,762,50,712],8866:[662,0,685,64,621],8867:[662,0,685,64,621],8868:[662,0,685,48,637],8869:[662,0,685,48,637],8872:[662,0,685,64,621],8896:[763,259,924,54,870],8897:[763,259,924,54,870],8898:[778,254,924,94,830],8899:[768,264,924,94,830],8900:[488,-16,523,26,497],8901:[313,-193,286,83,203],8902:[597,13,700,35,665],8904:[582,80,810,54,756],8942:[606,104,511,192,319],8943:[316,-189,926,108,818],8945:[520,18,926,194,732],8968:[713,213,469,188,447],8969:[713,213,469,27,286],8970:[713,213,469,188,447],8971:[713,213,469,27,286],8994:[360,-147,1019,54,965],8995:[360,-147,1019,54,965],9135:[286,-220,315,0,315],9168:[405,-101,511,222,288],9651:[811,127,1145,35,1110],9657:[555,50,660,80,605],9661:[811,127,1145,35,1110],9667:[554,51,660,55,580],9711:[785,282,1207,70,1137],9824:[609,99,685,34,651],9825:[603,105,685,34,651],9826:[609,105,685,41,643],9827:[603,99,685,34,651],9837:[768,10,426,57,346],9838:[768,181,426,75,350],9839:[768,181,426,41,386],10216:[713,213,400,77,335],10217:[713,213,400,65,323],10222:[676,177,233,56,211],10223:[676,177,233,22,177],10229:[449,-58,1574,55,1519],10230:[449,-57,1574,55,1519],10231:[449,-57,1574,55,1519],10232:[551,45,1574,55,1519],10233:[551,45,1574,55,1519],10234:[517,10,1574,55,1519],10235:[450,-57,1574,55,1519],10236:[450,-57,1574,55,1519],10741:[710,222,523,46,478],10752:[763,259,1126,53,1073],10753:[763,259,1126,53,1073],10754:[763,259,1126,53,1073],10755:[768,264,924,94,830],10756:[768,264,924,94,830],10757:[763,259,924,94,830],10758:[763,259,924,94,830],10815:[662,0,694,30,664],10927:[609,103,685,64,621],10928:[609,103,685,64,621]};j.FONTDATA.FONTS["STIXGeneral-bold"]={directory:"General/Bold",family:"STIXGeneral",weight:"bold",Ranges:[[160,255,"Latin1Supplement"],[256,383,"LatinExtendedA"],[384,591,"LatinExtendedB"],[592,687,"IPAExtensions"],[688,767,"SpacingModLetters"],[768,879,"CombDiacritMarks"],[880,1023,"GreekAndCoptic"],[1024,1279,"Cyrillic"],[7424,7615,"PhoneticExtensions"],[7680,7935,"LatinExtendedAdditional"],[8192,8303,"GeneralPunctuation"],[8304,8351,"SuperAndSubscripts"],[8352,8399,"CurrencySymbols"],[8400,8447,"CombDiactForSymbols"],[8448,8527,"LetterlikeSymbols"],[8528,8591,"NumberForms"],[8592,8703,"Arrows"],[8704,8959,"MathOperators"],[8960,9215,"MiscTechnical"],[9216,9279,"ControlPictures"],[9312,9471,"EnclosedAlphanum"],[9472,9599,"BoxDrawing"],[9632,9727,"GeometricShapes"],[9728,9983,"MiscSymbols"],[10176,10223,"MiscMathSymbolsA"],[10624,10751,"MiscMathSymbolsB"],[10752,11007,"SuppMathOperators"],[42784,43007,"LatinExtendedD"],[64256,64335,"AlphaPresentForms"],[119808,119859,"MathBold"],[120120,120171,"BBBold"],[120172,120223,"BoldFraktur"],[120276,120327,"MathSSBold"],[120488,120545,"GreekBold"],[120662,120719,"GreekSSBold"],[120782,120791,"MathBold"],[120812,120822,"MathSSBold"]],32:[0,0,250,0,0],33:[691,13,333,81,251],34:[691,-404,555,83,472],35:[700,0,500,5,495],36:[750,99,500,29,472],37:[706,29,749,61,688],38:[691,16,833,62,789],39:[691,-404,278,75,204],40:[694,168,333,46,306],41:[694,168,333,27,287],42:[691,-255,500,56,448],43:[563,57,750,65,685],44:[155,180,250,39,223],45:[287,-171,333,44,287],46:[156,13,250,41,210],47:[691,19,278,-24,302],48:[688,13,500,24,476],49:[688,0,500,65,441],50:[688,0,500,17,478],51:[688,14,500,16,468],52:[688,0,500,19,476],53:[676,8,500,22,470],54:[688,13,500,28,475],55:[676,0,500,17,477],56:[688,13,500,28,472],57:[688,13,500,26,473],58:[472,13,333,82,251],59:[472,180,333,82,266],60:[534,24,750,80,670],61:[399,-107,750,68,682],62:[534,24,750,80,670],63:[689,13,500,57,445],64:[691,19,930,108,822],65:[690,0,722,9,689],66:[676,0,667,16,619],67:[691,19,722,49,687],68:[676,0,722,14,690],69:[676,0,667,16,641],70:[676,0,611,16,583],71:[691,19,778,37,755],72:[676,0,778,21,759],73:[676,0,389,20,370],74:[676,96,500,3,478],75:[676,0,778,30,769],76:[677,0,667,19,638],77:[676,0,944,14,921],78:[676,18,722,16,701],79:[691,19,778,35,743],80:[676,0,611,16,600],81:[691,176,778,35,743],82:[676,0,722,26,716],83:[692,19,556,35,513],84:[676,0,667,31,636],85:[676,19,722,16,701],86:[676,18,722,16,701],87:[676,15,1000,19,981],88:[676,0,722,16,699],89:[676,0,722,15,699],90:[676,0,667,28,634],91:[678,149,333,67,301],92:[691,19,278,-25,303],93:[678,149,333,32,266],94:[676,-311,581,73,509],95:[-75,125,500,0,500],96:[713,-528,333,8,246],97:[473,14,500,25,488],98:[676,14,556,17,521],99:[473,14,444,25,430],100:[676,14,556,25,534],101:[473,14,444,25,427],102:[691,0,333,14,389],103:[473,206,500,28,483],104:[676,0,556,15,534],105:[691,0,278,15,256],106:[691,203,333,-57,263],107:[676,0,556,22,543],108:[676,0,278,15,256],109:[473,0,833,15,814],110:[473,0,556,21,539],111:[473,14,500,25,476],112:[473,205,556,19,524],113:[473,205,556,34,536],114:[473,0,444,28,434],115:[473,14,389,25,361],116:[630,12,333,19,332],117:[461,14,556,16,538],118:[461,14,500,21,485],119:[461,14,722,23,707],120:[461,0,500,12,484],121:[461,205,500,16,482],122:[461,0,444,21,420],123:[698,175,394,22,340],124:[691,19,220,66,154],125:[698,175,394,54,372],126:[333,-173,520,29,491],915:[676,0,620,16,593],916:[690,0,722,33,673],920:[692,18,778,35,743],923:[690,0,707,9,674],926:[676,0,647,40,607],928:[676,0,778,21,759],931:[676,0,671,28,641],933:[692,0,703,7,693],934:[676,0,836,18,818],936:[692,0,808,15,797],937:[692,0,768,28,740]};j.FONTDATA.FONTS["STIXGeneral-italic"]={directory:"General/Italic",family:"STIXGeneral",style:"italic",Ranges:[[160,255,"Latin1Supplement"],[256,383,"LatinExtendedA"],[384,591,"LatinExtendedB"],[592,687,"IPAExtensions"],[688,767,"SpacingModLetters"],[880,1023,"GreekAndCoptic"],[1024,1279,"Cyrillic"],[7680,7935,"LatinExtendedAdditional"],[8192,8303,"GeneralPunctuation"],[8352,8399,"CurrencySymbols"],[8400,8447,"CombDiactForSymbols"],[8448,8527,"LetterlikeSymbols"],[8704,8959,"MathOperators"],[9216,9279,"ControlPictures"],[9312,9471,"EnclosedAlphanum"],[9472,9599,"BoxDrawing"],[64256,64335,"AlphaPresentForms"],[119860,119911,"MathItalic"],[119964,120015,"MathScript"],[120328,120379,"MathSSItalic"],[120484,120485,"ij"],[120546,120603,"GreekItalic"]],32:[0,0,250,0,0],33:[667,11,333,39,304],34:[666,-421,420,144,432],35:[676,0,501,2,540],36:[731,89,500,32,497],37:[706,19,755,80,705],38:[666,18,778,76,723],39:[666,-421,214,132,241],40:[669,181,333,42,315],41:[669,180,333,16,289],42:[666,-255,500,128,492],43:[506,0,675,86,590],44:[101,129,250,-5,135],45:[255,-192,333,49,282],46:[100,11,250,27,138],47:[666,18,278,-65,386],48:[676,7,500,32,497],49:[676,0,500,50,409],50:[676,0,500,12,452],51:[676,7,500,16,465],52:[676,0,500,1,479],53:[666,7,500,15,491],54:[686,7,500,30,521],55:[666,8,500,75,537],56:[676,7,500,30,493],57:[676,17,500,23,492],58:[441,11,333,50,261],59:[441,129,333,26,261],60:[516,10,675,84,592],61:[386,-120,675,86,590],62:[516,10,675,84,592],63:[664,12,500,132,472],64:[666,18,920,118,806],65:[668,0,611,-51,564],66:[653,0,611,-8,588],67:[666,18,667,66,689],68:[653,0,722,-8,700],69:[653,0,611,-1,634],70:[653,0,611,8,645],71:[666,18,722,52,722],72:[653,0,722,-8,769],73:[653,0,333,-8,384],74:[653,18,444,-6,491],75:[653,0,667,7,722],76:[653,0,556,-8,559],77:[653,0,833,-18,872],78:[653,15,667,-20,727],79:[667,18,722,60,699],80:[653,0,611,0,605],81:[666,182,722,59,699],82:[653,0,611,-13,588],83:[667,18,500,17,508],84:[653,0,556,59,633],85:[653,18,722,102,765],86:[653,18,611,76,688],87:[653,18,833,71,906],88:[653,0,611,-29,655],89:[653,0,556,78,633],90:[653,0,556,-6,606],91:[663,153,389,21,391],92:[666,18,278,-41,319],93:[663,153,389,12,382],94:[666,-301,422,0,422],95:[-75,125,500,0,500],96:[664,-492,333,120,311],97:[441,11,501,17,476],98:[683,11,500,23,473],99:[441,11,444,30,425],100:[683,13,500,15,527],101:[441,11,444,31,412],102:[678,207,278,-147,424],103:[441,206,500,8,471],104:[683,9,500,19,478],105:[654,11,278,49,264],106:[652,207,278,-124,279],107:[683,11,444,14,461],108:[683,11,278,41,279],109:[441,9,722,12,704],110:[441,9,500,14,474],111:[441,11,500,27,468],112:[441,205,504,-75,472],113:[441,209,500,25,484],114:[441,0,389,45,412],115:[442,13,389,16,366],116:[546,11,278,38,296],117:[441,11,500,42,475],118:[441,18,444,20,426],119:[441,18,667,15,648],120:[441,11,444,-27,447],121:[441,206,444,-24,426],122:[428,81,389,-2,380],123:[687,177,400,51,407],124:[666,18,275,105,171],125:[687,177,400,-7,349],126:[323,-183,541,40,502],305:[441,11,278,47,235],567:[441,207,278,-124,246],915:[653,0,611,8,645],916:[668,0,611,-32,526],920:[667,18,722,60,699],923:[668,0,611,-51,564],926:[653,0,651,-6,680],928:[653,0,722,-8,769],931:[653,0,620,-6,659],933:[668,0,556,78,648],934:[653,0,741,50,731],936:[667,0,675,77,778],937:[666,0,762,-6,739],945:[441,11,552,27,549],946:[678,205,506,-40,514],947:[435,206,410,19,438],948:[668,11,460,24,460],949:[441,11,444,30,425],950:[683,185,454,30,475],951:[441,205,474,14,442],952:[678,11,480,27,494],953:[441,11,278,49,235],954:[441,13,444,14,465],955:[678,16,458,-12,431],956:[428,205,526,-33,483],957:[441,18,470,20,459],958:[683,185,454,30,446],959:[441,11,500,27,468],960:[428,18,504,19,536],961:[441,205,504,-40,471],962:[441,185,454,30,453],963:[428,11,498,27,531],964:[428,11,410,12,426],965:[441,10,478,19,446],966:[441,205,622,27,590],967:[441,207,457,-108,498],968:[441,205,584,15,668],969:[439,11,686,27,654],977:[678,10,556,19,526],981:[683,205,627,27,595],982:[428,11,792,17,832],1009:[441,205,516,27,484],1013:[441,11,444,30,420],8467:[687,11,579,48,571]};j.FONTDATA.FONTS.STIXIntegralsD={directory:"IntegralsD/Regular",family:"STIXIntegralsD",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[2000,269,585,56,1035],8750:[2000,269,635,56,1035]};j.FONTDATA.FONTS.STIXNonUnicode={directory:"NonUnicode/Regular",family:"STIXNonUnicode",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]],57344:[610,25,1184,829,895],57345:[667,-41,1184,829,1211],57656:[634,-584,480,-10,490],57657:[-127,177,480,-10,490],57659:[955,-512,897,-25,908],57660:[955,-512,897,-11,922],57661:[182,261,897,-25,908],57662:[182,261,897,-11,922],57664:[1218,-820,1844,-10,1854],57665:[-126,524,1844,-10,1854],57674:[955,-820,633,-1,634],57675:[-126,261,633,-1,634],57953:[422,10,523,41,481],57957:[421,0,523,127,405],57961:[421,0,523,68,455],57965:[424,198,523,47,463],57969:[420,198,523,58,480],57973:[421,198,523,66,457],57977:[612,8,523,37,486],57981:[421,198,523,25,490],57985:[606,12,523,47,477],57989:[421,200,523,41,483],57999:[135,0,325,-1,326],58000:[135,0,633,-1,634]};j.FONTDATA.FONTS["STIXNonUnicode-bold"]={directory:"NonUnicode/Bold",family:"STIXNonUnicode",weight:"bold",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]]};j.FONTDATA.FONTS["STIXNonUnicode-italic"]={directory:"NonUnicode/Italic",family:"STIXNonUnicode",style:"italic",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]],57901:[677,45,852,43,812],57902:[670,3,724,35,709],57903:[671,11,569,43,586],57904:[662,0,801,34,788],57905:[670,4,553,40,599],57906:[662,0,652,43,710],57907:[671,131,580,40,580],57908:[664,21,831,41,845],57909:[662,0,575,38,591],57910:[662,120,632,31,785],57911:[670,13,809,30,783],57912:[670,7,693,30,653],57913:[671,45,1166,40,1128],57914:[795,37,957,40,1064],57915:[669,10,737,38,729],57916:[662,0,667,38,709],57917:[671,131,744,43,704],57918:[662,3,854,38,816],57919:[671,0,634,38,671],57920:[721,0,509,41,730],57921:[672,13,817,37,950],57922:[677,33,638,33,680],57923:[685,32,956,33,998],57924:[672,13,692,38,739],57925:[675,131,719,34,763],57926:[664,94,752,38,714]};j.FONTDATA.FONTS.STIXSizeOneSym={directory:"SizeOneSym/Regular",family:"STIXSizeOneSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8512,8512,"All"],[8730,8732,"All"],[8992,8993,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"],[10744,10745,"All"],[10752,10762,"All"],[11004,11007,"All"]],32:[0,0,250,0,0],40:[1066,164,468,139,382],41:[1066,164,468,86,329],47:[1066,164,579,25,552],91:[1066,164,383,180,363],92:[1066,164,579,27,552],93:[1066,164,383,20,203],95:[-127,177,1000,0,1000],123:[1066,164,575,114,466],125:[1066,164,575,109,461],160:[0,0,250,0,0],770:[767,-554,0,-720,-160],771:[750,-598,0,-722,-162],8719:[1500,-49,1355,50,1305],8720:[1500,-49,1355,50,1305],8721:[1499,-49,1292,90,1202],8730:[1552,295,1057,112,1089],8896:[1500,-49,1265,60,1205],8897:[1500,-49,1265,60,1205],8898:[1510,-49,1265,118,1147],8899:[1500,-39,1265,118,1147],8968:[1066,164,453,180,426],8969:[1066,164,453,25,273],8970:[1066,164,453,180,428],8971:[1066,164,453,27,273],9115:[700,305,450,50,400],9116:[705,305,450,50,174],9117:[705,300,450,50,400],9118:[700,305,450,50,400],9119:[705,305,450,276,400],9120:[705,300,450,50,400],9121:[682,323,450,50,415],9122:[687,323,450,50,150],9123:[687,318,450,50,415],9124:[682,323,450,35,400],9125:[687,323,450,300,400],9126:[687,318,450,35,400],9127:[700,305,640,260,600],9128:[705,305,640,40,380],9129:[705,300,640,260,600],9130:[705,305,640,260,380],9131:[700,305,640,40,380],9132:[705,305,640,260,600],9133:[705,300,640,40,380],9134:[610,25,688,294,394],9136:[700,301,600,35,566],9137:[700,301,600,35,566],9143:[1510,345,1184,112,895],9144:[1566,289,721,0,66],9145:[1566,289,721,655,721],9182:[136,89,926,0,925],9183:[789,-564,926,0,925],10216:[1066,164,578,116,462],10217:[1066,164,578,116,462],10752:[1500,-49,1555,52,1503],10753:[1500,-49,1555,52,1503],10754:[1500,-49,1555,52,1503],10756:[1500,-39,1265,118,1147],10757:[1500,-49,1153,82,1071],10758:[1500,-49,1153,82,1071]};j.FONTDATA.FONTS.STIXSizeTwoSym={directory:"SizeTwoSym/Regular",family:"STIXSizeTwoSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8730,8732,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"],[11004,11007,"All"]],32:[0,0,250,0,0],40:[1566,279,589,139,503],41:[1566,279,608,114,478],47:[1566,279,806,25,781],91:[1566,279,459,190,422],92:[1566,279,806,25,781],93:[1566,279,459,37,269],95:[-127,177,1500,0,1500],123:[1566,279,717,124,531],125:[1566,279,717,186,593],160:[0,0,250,0,0],770:[777,-564,0,-1150,-171],771:[760,-608,0,-1152,-173],8730:[2056,404,1124,110,1157],8968:[1566,279,524,190,479],8969:[1566,279,526,47,336],8970:[1566,279,524,190,479],8971:[1566,279,526,47,336],9182:[143,81,1460,0,1460],9183:[797,-573,1460,0,1460],10216:[1566,279,622,95,531],10217:[1566,279,622,91,527]};j.FONTDATA.FONTS.STIXSizeThreeSym={directory:"SizeThreeSym/Regular",family:"STIXSizeThreeSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8730,8732,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"]],32:[0,0,250,0,0],40:[2066,394,750,182,667],41:[2066,394,750,83,568],47:[2066,394,1101,30,1071],91:[2066,394,508,225,491],92:[2066,394,1101,30,1071],93:[2066,394,508,17,283],95:[-127,177,2000,0,2000],123:[2066,394,906,143,717],125:[2066,394,906,189,763],160:[0,0,250,0,0],770:[777,-564,0,-1610,-150],771:[774,-608,0,-1612,-152],8730:[2565,510,1076,112,1110],8968:[2066,394,565,225,550],8969:[2066,394,565,15,340],8970:[2066,394,565,225,550],8971:[2066,394,565,15,340],9182:[157,86,1886,0,1886],9183:[815,-572,1886,0,1886],10216:[2066,394,765,96,670],10217:[2066,394,765,95,669]};j.FONTDATA.FONTS.STIXSizeFourSym={directory:"SizeFourSym/Regular",family:"STIXSizeFourSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8730,8732,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"]],32:[0,0,250,0,0],40:[2566,509,808,124,732],41:[2566,509,808,76,684],47:[2566,509,1309,16,1293],91:[2566,509,661,295,634],92:[2566,509,1309,16,1293],93:[2566,509,661,27,366],95:[-127,177,2500,0,2500],123:[2566,509,1076,173,882],125:[2566,509,1076,194,903],160:[0,0,250,0,0],770:[796,-573,0,-2040,-154],771:[771,-608,0,-2040,-154],8730:[1510,345,1184,112,895],8968:[2566,509,682,295,655],8969:[2566,509,682,27,387],8970:[2566,509,682,295,655],8971:[2566,509,682,27,387],9182:[175,90,2328,0,2328],9183:[837,-572,2328,0,2328],10216:[2566,509,908,113,796],10217:[2566,509,908,112,795]};j.FONTDATA.FONTS.STIXSizeFiveSym={directory:"SizeFiveSym/Regular",family:"STIXSizeFiveSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[9115,9145,"All"],[9180,9185,"All"]],32:[0,0,250,0,0],95:[-127,177,3000,0,3000],160:[0,0,250,0,0],770:[816,-572,0,-2485,-157],771:[780,-617,0,-2485,-157],9182:[181,90,3238,0,3238],9183:[844,-573,3238,0,3238]};j.FONTDATA.FONTS.STIXVariants={directory:"Variants/Regular",family:"STIXVariants",Ranges:[[32,32,"All"],[119,124,"All"],[160,160,"All"],[411,411,"All"],[612,612,"All"],[8242,8279,"All"],[8512,8512,"All"],[8592,8595,"All"],[8657,8674,"All"],[8709,8941,"All"],[8994,8995,"All"],[9251,9251,"All"],[9641,9641,"All"],[10812,10990,"All"]],8242:[565,-28,340,44,295],8463:[683,10,579,47,547],8709:[729,74,523,28,502],8726:[710,222,523,46,478],8730:[943,11,737,67,767]};j.FONTDATA.FONTS.STIXGeneral[8942][0]+=400;j.FONTDATA.FONTS.STIXGeneral[8945][0]+=500;j.FONTDATA.FONTS.STIXGeneral[8722][1]+=100;j.FONTDATA.FONTS.STIXGeneral[61][1]+=100;j.FONTDATA.FONTS.STIXNonUnicode[57674][0]+=200;j.FONTDATA.FONTS.STIXNonUnicode[57674][1]+=200;j.FONTDATA.FONTS.STIXNonUnicode[57675][0]+=200;j.FONTDATA.FONTS.STIXNonUnicode[57675][1]+=200;MathJax.Hub.Register.LoadHook(j.fontDir+"/Variants/Regular/All.js",function(){j.FONTDATA.FONTS.STIXVariants[32][2]+=275;j.FONTDATA.FONTS.STIXVariants[32][5]={rfix:275}});MathJax.Hub.Browser.Select({MSIE:function(v){if(!v.versionAtLeast("8.0")||document.documentMode<8){var w=j.FONTDATA;w.REMAP[713]=175;w.REMAP[714]=180;w.REMAP[715]=96;w.REMAP[730]=176;w.RANGES[5]=w.RANGES[4];w.RANGES[4]=w.RANGES[3];w.RANGES[3]={name:"greek",low:945,high:1014,offset:"GG",remap:{1013:26,977:27,1008:28,981:29,1009:30,982:31}};w.VARIANT.bold.offsetGG=120514;w.VARIANT.bold.offsetG=120488;w.VARIANT.italic.offsetGG=120572;w.VARIANT.italic.offsetG=120546;w.VARIANT["bold-italic"].offsetGG=120630;w.VARIANT["bold-italic"].offsetG=120604}},Safari:function(v){v.STIXfontBug=v.versionAtLeast("5.1")&&v.isMac},Chrome:function(w){if(w.isMac){var v=navigator.appVersion.match(/AppleWebKit\/(\d+)/);if(v&&parseInt(v[1])>534){w.STIXfontBug=true}}}});if(MathJax.Hub.Browser.STIXfontBug){j.FONTDATA.FONTS.STIXGeneral.family="STIXGeneral-Regular";j.FONTDATA.FONTS["STIXGeneral-italic"].family="STIXGeneral-Italic";delete j.FONTDATA.FONTS["STIXGeneral-italic"].style;j.FONTDATA.FONTS.STIXNonUnicode.family="STIXNonUnicode-Regular";j.FONTDATA.FONTS["STIXNonUnicode-italic"].family="STIXNonUnicode-Italic";delete j.FONTDATA.FONTS["STIXNonUnicode-italic"].style}var e=[];var n=j.Font.div;r.addElement(n,"span",{style:{display:"inline-block","font-family":"STIXNonUnicode","font-weight":"bold"}},["\uE38C\uE38C\uE38C\uE38C\uE38C"]);r.addElement(n,"span",{style:{display:"inline-block","font-family":"STIXNonUnicode","font-weight":"bold"}},["\uE39A\uE39A\uE39A\uE39A\uE39A"]);if(n.lastChild.previousSibling.offsetWidth<n.lastChild.offsetWidth){e.push(["Require",MathJax.Ajax,j.fontDir+"/fontdata-1.0.js"])}n.removeChild(n.lastChild);n.removeChild(n.lastChild);if(!j.Font.testFont({family:"STIXSizeOneSym",testString:"\u02C6"})){e.push(["Require",MathJax.Ajax,j.fontDir+"/fontdata-beta.js"])}e.push(["loadComplete",MathJax.Ajax,j.fontDir+"/fontdata.js"]);MathJax.Callback.Queue.apply(MathJax.Callback,e)})(MathJax.OutputJax["HTML-CSS"],MathJax.ElementJax.mml,MathJax.HTML);
19
+ (function(j,b,r){var s="2.5.0";j.allowWebFonts=false;var l="STIXGeneral",t="STIXGeneral-bold",p="STIXGeneral-italic",u="STIXGeneral-bold-italic",q="STIXNonUnicode",o="STIXNonUnicode-italic",i="STIXSizeOneSym",h="STIXSizeTwoSym",g="STIXSizeThreeSym",d="STIXSizeFourSym",c="STIXSizeFiveSym";var k="H",a="V",m={load:"extra",dir:k},f={load:"extra",dir:a};j.Augment({FONTDATA:{version:s,STIXversion:"1.1",TeX_factor:1.125,baselineskip:1.2,lineH:0.8,lineD:0.2,FONTS:{STIXGeneral:"General/Regular/Main.js","STIXGeneral-italic":"General/Italic/Main.js","STIXGeneral-bold":"General/Bold/Main.js","STIXGeneral-bold-italic":"General/BoldItalic/Main.js",STIXNonUnicode:"NonUnicode/Regular/Main.js","STIXNonUnicode-italic":"NonUnicode/Italic/Main.js","STIXNonUnicode-bold":"NonUnicode/Bold/Main.js","STIXNonUnicode-bold-italic":"NonUnicode/BoldItalic/Main.js",STIXVariants:"Variants/Regular/All.js",STIXSizeOneSym:"SizeOneSym/Regular/All.js",STIXSizeTwoSym:"SizeTwoSym/Regular/All.js",STIXSizeThreeSym:"SizeThreeSym/Regular/All.js",STIXSizeFourSym:"SizeFourSym/Regular/All.js",STIXSizeFiveSym:"SizeFiveSym/Regular/All.js",STIXIntegralsD:"IntegralsD/Regular/All.js"},VARIANT:{normal:{fonts:[l,q,i],remap:{8709:[8709,"-STIX-variant"]}},bold:{fonts:[t,"STIXNonUnicode-bold","STIXSizeOneSym-bold"],bold:true},italic:{fonts:[p,o,l,q,i],italic:true},"bold-italic":{fonts:[u,"STIXNonUnicode-bold-italic"],bold:true,italic:true},"double-struck":{offsetA:120120,offsetN:120792,remap:{120122:8450,120127:8461,120133:8469,120135:8473,120136:8474,120137:8477,120145:8484}},fraktur:{offsetA:120068,remap:{120070:8493,120075:8460,120076:8465,120085:8476,120093:8488}},"bold-fraktur":{fonts:[t],offsetA:120172,bold:true},script:{fonts:[p],offsetA:119964,italic:true,remap:{119965:8492,119968:8496,119969:8497,119971:8459,119972:8464,119975:8466,119976:8499,119981:8475,119994:8495,119996:8458,120004:8500}},"bold-script":{fonts:[u],offsetA:120016,bold:true,italic:true},"sans-serif":{offsetA:120224,offsetN:120802,offsetG:57725,offsetE:57725},"bold-sans-serif":{offsetA:120276,offsetG:120662,offsetN:120812,bold:true},"sans-serif-italic":{fonts:[p,o],offsetA:120328,offsetN:57780,offsetG:57791,offsetE:57791,italic:true},"sans-serif-bold-italic":{fonts:[u,"STIXNonUnicode-bold-italic"],offsetA:120380,offsetN:57846,offsetG:120720,bold:true,italic:true},monospace:{offsetA:120432,offsetN:120822,remap:{32:[32,"-STIX-variant"]}},"-STIX-variant":{fonts:["STIXVariants",q,l],remap:{10887:57360,10888:57359,8816:57361,8817:57358,8928:57419,8929:57423,8840:57366,8841:57368,9651:9653,9661:9663,8709:[8709,b.VARIANT.NORMAL]}},"-tex-caligraphic":{fonts:[p,o,q,i],offsetA:57901,noLowerCase:1},"-tex-oldstyle":{offsetN:57953,remap:{57954:57957,57955:57961,57956:57965,57957:57969,57958:57973,57959:57977,57960:57981,57961:57985,57962:57989}},"-tex-mathit":{fonts:[p,o,l,q,i],italic:true,noIC:true},"-largeOp":{fonts:[i,"STIXIntegralsD",q,l]},"-smallOp":{},"-tex-caligraphic-bold":{fonts:["STIXGeneral-bold-italic","STIXNonUnicode-bold-italic","STIXNonUnicode","STIXGeneral","STIXSizeOneSym"],bold:true,offsetA:57927,noLowerCase:1},"-tex-oldstyle-bold":{fonts:["STIXGeneral-bold","STIXNonUnicode-bold","STIXGeneral","STIXSizeOneSym"],bold:true,offsetN:57955,remap:{57956:57959,57957:57963,57958:57967,57959:57971,57960:57975,57961:57979,57962:57983,57963:57987,57964:57991}}},RANGES:[{name:"alpha",low:97,high:122,offset:"A",add:26},{name:"Alpha",low:65,high:90,offset:"A"},{name:"number",low:48,high:57,offset:"N"},{name:"greek-non-unicode",low:945,high:969,offset:"E",add:25},{name:"greek",low:945,high:969,offset:"G",add:26},{name:"Greek",low:913,high:1014,offset:"G",remap:{1013:53,977:54,1008:55,981:56,1009:57,982:58,1012:17}}],RULECHAR:8254,REMAP:{755:730,756:714,65079:9182,65080:9183,12296:10216,12297:10217,10072:8739},REMAPACCENT:{"\u007E":"\u0303","\u2192":"\u20D7","\u0060":"\u0300","\u005E":"\u0302","\u00B4":"\u0301","\u2032":"\u0301","\u2035":"\u0300"},REMAPACCENTUNDER:{},DELIMITERS:{40:{dir:a,HW:[[0.844,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9115,i],ext:[9116,i],bot:[9117,i]}},41:{dir:a,HW:[[0.844,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9118,i],ext:[9119,i],bot:[9120,i]}},47:{dir:a,HW:[[0.69,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},91:{dir:a,HW:[[0.818,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9121,i],ext:[9122,i],bot:[9123,i]}},92:{dir:a,HW:[[0.69,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},93:{dir:a,HW:[[0.818,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9124,i],ext:[9125,i],bot:[9126,i]}},123:{dir:a,HW:[[0.861,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9127,i],mid:[9128,i],bot:[9129,i],ext:[9130,i]}},124:{dir:a,HW:[[0.69,l]],stretch:{ext:[8739,l]}},125:{dir:a,HW:[[0.861,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9131,i],mid:[9132,i],bot:[9133,i],ext:[9130,i]}},710:{dir:k,HW:[[0.333,l],[0.56,i],[0.979,h],[1.46,g],[1.886,d],[2.328,c]]},711:{dir:k,HW:[[0.333,l],[0.56,i],[0.979,h],[1.46,g],[1.886,d],[2.328,c]]},732:{dir:k,HW:[[0.333,l],[0.558,i],[0.978,h],[1.458,g],[1.886,d],[2.328,c]]},8214:{dir:a,HW:[[0.879,l]],stretch:{ext:[8214,l]}},8254:{dir:k,HW:[[0.5,l]],stretch:{rep:[8254,l]}},8592:{dir:k,HW:[[0.926,l]],stretch:{left:[8592,l],rep:[8722,l]}},8593:{dir:a,HW:[[0.818,l]],stretch:{top:[8593,l],ext:[9168,l]}},8594:{dir:k,HW:[[0.926,l]],stretch:{rep:[8722,l],right:[8594,l]}},8595:{dir:a,HW:[[0.818,l]],stretch:{ext:[9168,l],bot:[8595,l]}},8596:{dir:k,HW:[[0.926,l]],stretch:{left:[8592,l],rep:[8722,l],right:[8594,l]}},8597:{dir:a,HW:[[0.818,l]],stretch:{top:[8593,l],ext:[9168,l],bot:[8595,l]}},8656:{dir:k,HW:[[0.926,l]],stretch:{left:[8656,l],rep:[61,l]}},8657:{dir:a,HW:[[0.818,l]],stretch:{top:[8657,l],ext:[8741,l,0.082]}},8658:{dir:k,HW:[[0.926,l]],stretch:{rep:[61,l],right:[8658,l]}},8659:{dir:a,HW:[[0.818,l]],stretch:{ext:[8741,l,0.082],bot:[8659,l]}},8660:{dir:k,HW:[[0.926,l]],stretch:{left:[8656,l],rep:[61,l],right:[8658,l]}},8661:{dir:a,HW:[[0.818,l]],stretch:{top:[8657,l],ext:[8741,l,0.082],bot:[8659,l]}},8730:{dir:a,HW:[[0.954,"STIXVariants"],[1.232,l],[1.847,i],[2.46,h],[3.075,g]],stretch:{top:[57345,q],ext:[57344,q],bot:[9143,i],fullExtenders:true}},8739:{dir:a,HW:[[0.879,l]],stretch:{ext:[8739,l]}},8741:{dir:a,HW:[[0.879,l]],stretch:{ext:[8741,l]}},8968:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{top:[9121,i],ext:[9122,i]}},8969:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],streth:{top:[9124,i],ext:[9125,i]}},8970:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{ext:[9122,i],bot:[9123,i]}},8971:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]],stretch:{ext:[9125,i],bot:[9126,i]}},9130:{dir:a,HW:[[1.01,i]],stretch:{top:[9130,i],ext:[9130,i],bot:[9130,i]}},9135:{dir:k,HW:[[0.315,l]],stretch:{rep:[9135,l]}},9136:{dir:a,HW:[[1,i]],stretch:{top:[9127,i],ext:[9130,i],bot:[9133,i]}},9137:{dir:a,HW:[[1,i]],stretch:{top:[9131,i],ext:[9130,i],bot:[9129,i]}},9168:{dir:a,HW:[[0.304,l],[0.69,l,null,124],[0.879,l,null,8739]],stretch:{ext:[8739,l]}},9182:{dir:k,HW:[[0.926,i],[1,l],[1.46,h],[1.886,g],[2.328,d],[3.238,c]],stretch:{left:[57659,q],mid:[57664,q],right:[57660,q],rep:[57674,q]}},9183:{dir:k,HW:[[0.926,i],[1,l],[1.46,h],[1.886,g],[2.328,d],[3.238,c]],stretch:{left:[57661,q],mid:[57665,q],right:[57662,q],rep:[57675,q]}},10216:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},10217:{dir:a,HW:[[0.926,l],[1.23,i],[1.353,i,1.1],[1.845,h],[2.048,h,1.11],[2.46,g],[2.472,g,1.005],[3.075,d]]},10222:{dir:a,HW:[[0.853,l]],stretch:{top:[9127,i],ext:[9130,i],bot:[9129,i]}},10223:{dir:a,HW:[[0.853,l]],stretch:{top:[9131,i],ext:[9130,i],bot:[9133,i]}},45:{alias:9135,dir:k},94:{alias:710,dir:k},95:{alias:9135,dir:k},126:{alias:732,dir:k},175:{alias:9135,dir:k},713:{alias:9135,dir:k},770:{alias:710,dir:k},771:{alias:732,dir:k},780:{alias:711,dir:k},818:{alias:9135,dir:k},8213:{alias:9135,dir:k},8215:{alias:9135,dir:k},8722:{alias:9135,dir:k},8725:{alias:47,dir:a},9001:{alias:10216,dir:a},9002:{alias:10217,dir:a},9472:{alias:8722,dir:k},10072:{alias:8739,dir:a},12296:{alias:10216,dir:a},12297:{alias:10217,dir:a},65079:{alias:9182,dir:k},65080:{alias:9183,dir:k},61:m,8606:m,8608:m,8612:m,8613:f,8614:m,8615:f,8624:f,8625:f,8636:m,8637:m,8638:f,8639:f,8640:m,8641:m,8642:f,8643:f,8666:m,8667:m,9140:m,9141:m,9180:m,9181:m,9184:m,9185:m,10502:m,10503:m,10574:m,10575:f,10576:m,10577:f,10586:m,10587:m,10588:f,10589:f,10590:m,10591:m,10592:f,10593:f,10229:{alias:8592,dir:k},10230:{alias:8594,dir:k},10231:{alias:8596,dir:k},10232:{alias:8656,dir:k},10233:{alias:8658,dir:k},10234:{alias:8660,dir:k},10235:{alias:8612,dir:k},10236:{alias:8614,dir:k},10237:{alias:10502,dir:k},10238:{alias:10503,dir:k},711:m,717:m,759:m,8607:f,8609:f,8616:f,8617:m,8618:m,8626:f,8627:f,8628:m,8629:f,8651:m,8652:m,8672:m,8673:f,8674:m,8675:f,8676:m,8677:m,8701:m,8702:m,8703:m,10214:f,10215:f,10218:f,10219:f,10506:f,10507:f,10514:f,10515:f,10578:m,10579:m,10580:f,10581:f,10582:m,10583:m,10584:f,10585:f,10624:f,10647:f,10648:f}}});j.FONTDATA.FONTS.STIXGeneral={directory:"General/Regular",family:"STIXGeneral",Ranges:[[160,255,"Latin1Supplement"],[256,383,"LatinExtendedA"],[384,591,"LatinExtendedB"],[592,687,"IPAExtensions"],[688,767,"SpacingModLetters"],[768,879,"CombDiacritMarks"],[880,1023,"GreekAndCoptic"],[1024,1279,"Cyrillic"],[7424,7615,"PhoneticExtensions"],[7680,7935,"LatinExtendedAdditional"],[8192,8303,"GeneralPunctuation"],[8304,8351,"SuperAndSubscripts"],[8352,8399,"CurrencySymbols"],[8400,8447,"CombDiactForSymbols"],[8448,8527,"LetterlikeSymbols"],[8528,8591,"NumberForms"],[8592,8703,"Arrows"],[8704,8959,"MathOperators"],[8960,9215,"MiscTechnical"],[9216,9279,"ControlPictures"],[9312,9471,"EnclosedAlphanum"],[9472,9599,"BoxDrawing"],[9600,9631,"BlockElements"],[9632,9727,"GeometricShapes"],[9728,9983,"MiscSymbols"],[9984,10175,"Dingbats"],[10176,10223,"MiscMathSymbolsA"],[10224,10239,"SupplementalArrowsA"],[10496,10623,"SupplementalArrowsB"],[10624,10751,"MiscMathSymbolsB"],[10752,11007,"SuppMathOperators"],[11008,11263,"MiscSymbolsAndArrows"],[12288,12351,"CJK"],[12352,12447,"Hiragana"],[42784,43007,"LatinExtendedD"],[64256,64335,"AlphaPresentForms"],[65520,65535,"Specials"],[119808,119859,"MathBold"],[119860,119911,"MathItalic"],[119912,119963,"MathBoldItalic"],[119964,120015,"MathScript"],[120016,120067,"MathBoldScript"],[120068,120119,"Fraktur"],[120120,120171,"BBBold"],[120172,120223,"BoldFraktur"],[120224,120275,"MathSS"],[120276,120327,"MathSSBold"],[120328,120379,"MathSSItalic"],[120380,120431,"MathSSItalicBold"],[120432,120483,"MathTT"],[120484,120485,"ij"],[120488,120545,"GreekBold"],[120546,120603,"GreekItalic"],[120604,120661,"GreekBoldItalic"],[120662,120719,"GreekSSBold"],[120720,120777,"GreekSSBoldItalic"],[120782,120791,"MathBold"],[120792,120801,"BBBold"],[120802,120811,"MathSS"],[120812,120822,"MathSSBold"],[120822,120831,"MathTT"]],32:[0,0,250,0,0],33:[676,9,333,130,236],34:[676,-431,408,77,331],35:[662,0,500,6,495],36:[727,87,500,44,458],37:[706,19,747,61,686],38:[676,13,778,42,750],39:[676,-431,180,48,133],40:[676,177,333,48,304],41:[676,177,333,29,285],42:[676,-265,500,68,433],43:[547,41,685,48,636],44:[102,141,250,55,195],45:[257,-194,333,39,285],46:[100,11,250,70,181],47:[676,14,278,-9,287],48:[676,14,500,24,476],49:[676,0,500,111,394],50:[676,0,500,29,474],51:[676,14,500,41,431],52:[676,0,500,12,473],53:[688,14,500,31,438],54:[684,14,500,34,468],55:[662,8,500,20,449],56:[676,14,500,56,445],57:[676,22,500,30,459],58:[459,11,278,81,192],59:[459,141,278,80,219],60:[534,24,685,56,621],61:[386,-120,685,48,637],62:[534,24,685,56,621],63:[676,8,444,68,414],64:[676,14,921,116,809],65:[674,0,722,15,707],66:[662,0,667,17,593],67:[676,14,667,28,633],68:[662,0,722,16,685],69:[662,0,611,12,597],70:[662,0,556,11,546],71:[676,14,722,32,709],72:[662,0,722,18,703],73:[662,0,333,18,315],74:[662,14,373,-6,354],75:[662,0,722,33,723],76:[662,0,611,12,598],77:[662,0,889,12,864],78:[662,11,722,12,707],79:[676,14,722,34,688],80:[662,0,557,16,542],81:[676,177,722,34,701],82:[662,0,667,17,660],83:[676,14,556,43,491],84:[662,0,611,17,593],85:[662,14,722,14,705],86:[662,11,722,16,697],87:[662,11,944,5,932],88:[662,0,722,10,704],89:[662,0,722,22,703],90:[662,0,612,10,598],91:[662,156,333,88,299],92:[676,14,278,-9,287],93:[662,156,333,34,245],94:[662,-297,469,24,446],95:[-75,125,500,0,500],96:[678,-507,333,18,242],97:[460,10,444,37,442],98:[683,10,500,3,468],99:[460,10,444,25,412],100:[683,10,500,27,491],101:[460,10,444,25,424],102:[683,0,333,20,383],103:[460,218,500,28,470],104:[683,0,500,9,487],105:[683,0,278,16,253],106:[683,218,278,-70,194],107:[683,0,500,7,505],108:[683,0,278,19,257],109:[460,0,778,16,775],110:[460,0,500,16,485],111:[460,10,500,29,470],112:[460,217,500,5,470],113:[460,217,500,24,488],114:[460,0,333,5,335],115:[459,10,389,51,348],116:[579,10,278,13,279],117:[450,10,500,9,480],118:[450,14,500,19,477],119:[450,14,722,21,694],120:[450,0,500,17,479],121:[450,218,500,14,475],122:[450,0,444,27,418],123:[680,181,480,100,350],124:[676,14,200,67,133],125:[680,181,480,130,380],126:[325,-183,541,40,502],160:[0,0,250,0,0],168:[622,-523,333,18,316],172:[393,-115,600,48,552],175:[601,-547,333,11,322],177:[502,87,685,48,637],183:[310,-199,250,70,181],215:[529,25,640,43,597],247:[516,10,564,30,534],305:[460,0,278,16,253],567:[460,218,278,-70,193],710:[674,-507,333,11,322],711:[674,-507,333,11,322],713:[601,-547,334,11,322],714:[679,-509,333,93,320],715:[679,-509,333,22,249],728:[664,-507,335,27,308],729:[622,-523,333,118,217],732:[638,-532,333,1,331],768:[678,-507,0,-371,-147],769:[678,-507,0,-371,-147],770:[674,-507,0,-386,-75],771:[638,-532,0,-395,-65],772:[601,-547,0,-385,-74],774:[664,-507,0,-373,-92],775:[622,-523,0,-280,-181],776:[622,-523,0,-379,-81],778:[711,-512,0,-329,-130],779:[678,-507,0,-401,-22],780:[674,-507,0,-385,-74],824:[662,156,0,-380,31],915:[662,0,587,11,577],916:[674,0,722,48,675],920:[676,14,722,34,688],923:[674,0,702,15,687],926:[662,0,643,29,614],928:[662,0,722,18,703],931:[662,0,624,30,600],933:[674,0,722,29,703],934:[662,0,763,35,728],936:[690,0,746,22,724],937:[676,0,744,29,715],8224:[676,149,500,59,442],8225:[676,153,500,58,442],8230:[100,11,1000,111,888],8242:[678,-402,289,75,214],8254:[820,-770,500,0,500],8407:[760,-548,0,-453,-17],8465:[695,34,762,45,711],8472:[547,217,826,52,799],8476:[704,22,874,50,829],8501:[677,13,682,43,634],8592:[449,-58,926,71,857],8593:[662,156,511,60,451],8594:[448,-57,926,70,856],8595:[662,156,511,60,451],8596:[449,-57,926,38,888],8597:[730,224,511,60,451],8598:[662,156,926,70,856],8599:[662,156,926,70,856],8600:[662,156,926,70,856],8601:[662,156,926,70,856],8614:[450,-57,926,70,857],8617:[553,-57,926,70,856],8618:[553,-57,926,70,856],8636:[494,-220,955,54,901],8637:[286,-12,955,54,901],8640:[494,-220,955,54,901],8641:[286,-12,955,54,901],8652:[539,33,926,70,856],8656:[551,45,926,60,866],8657:[662,156,685,45,641],8658:[551,45,926,60,866],8659:[662,156,685,45,641],8660:[517,10,926,20,906],8661:[730,224,685,45,641],8704:[662,0,560,2,558],8706:[668,11,471,40,471],8707:[662,0,560,73,487],8709:[583,79,762,50,712],8711:[662,12,731,63,667],8712:[531,27,685,60,625],8713:[662,157,685,60,625],8715:[531,27,685,60,625],8719:[763,259,1000,52,948],8720:[763,259,1000,52,948],8721:[763,259,914,58,856],8722:[286,-220,685,64,621],8723:[502,87,685,48,637],8725:[710,222,523,46,478],8726:[411,-93,428,25,403],8727:[471,-33,523,67,457],8728:[387,-117,350,40,310],8729:[387,-117,350,40,310],8730:[973,259,928,112,963],8733:[430,0,685,41,643],8734:[430,0,926,70,854],8736:[547,0,685,23,643],8739:[690,189,266,100,166],8741:[690,189,523,129,394],8743:[536,29,620,31,589],8744:[536,29,620,31,589],8745:[536,31,620,48,572],8746:[536,31,620,48,572],8747:[824,320,459,32,639],8764:[362,-148,685,48,637],8768:[547,42,286,35,249],8771:[445,-55,685,48,637],8773:[532,27,685,48,637],8776:[475,-25,685,48,637],8781:[498,-8,685,48,637],8784:[611,-120,685,48,637],8800:[662,156,685,48,637],8801:[478,-28,685,48,637],8804:[609,103,685,64,629],8805:[609,103,685,64,629],8810:[532,26,933,25,908],8811:[532,26,933,25,908],8826:[532,26,685,64,621],8827:[532,26,685,64,621],8828:[628,120,685,64,621],8829:[629,119,685,64,621],8834:[531,25,685,64,621],8835:[531,25,685,64,621],8838:[607,103,685,64,621],8839:[607,103,685,64,621],8846:[536,31,620,48,572],8849:[607,103,685,64,621],8850:[607,103,685,64,621],8851:[536,31,620,48,572],8852:[536,31,620,48,572],8853:[623,119,842,50,792],8854:[623,119,842,50,792],8855:[623,119,842,50,792],8856:[623,119,842,50,792],8857:[583,79,762,50,712],8866:[662,0,685,64,621],8867:[662,0,685,64,621],8868:[662,0,685,48,637],8869:[662,0,685,48,637],8872:[662,0,685,64,621],8896:[763,259,924,54,870],8897:[763,259,924,54,870],8898:[778,254,924,94,830],8899:[768,264,924,94,830],8900:[488,-16,523,26,497],8901:[313,-193,286,83,203],8902:[597,13,700,35,665],8904:[582,80,810,54,756],8942:[606,104,511,192,319],8943:[316,-189,926,108,818],8945:[520,18,926,194,732],8968:[713,213,469,188,447],8969:[713,213,469,27,286],8970:[713,213,469,188,447],8971:[713,213,469,27,286],8994:[360,-147,1019,54,965],8995:[360,-147,1019,54,965],9135:[286,-220,315,0,315],9168:[405,-101,511,222,288],9651:[811,127,1145,35,1110],9657:[555,50,660,80,605],9661:[811,127,1145,35,1110],9667:[554,51,660,55,580],9711:[785,282,1207,70,1137],9824:[609,99,685,34,651],9825:[603,105,685,34,651],9826:[609,105,685,41,643],9827:[603,99,685,34,651],9837:[768,10,426,57,346],9838:[768,181,426,75,350],9839:[768,181,426,41,386],10216:[713,213,400,77,335],10217:[713,213,400,65,323],10222:[676,177,233,56,211],10223:[676,177,233,22,177],10229:[449,-58,1574,55,1519],10230:[449,-57,1574,55,1519],10231:[449,-57,1574,55,1519],10232:[551,45,1574,55,1519],10233:[551,45,1574,55,1519],10234:[517,10,1574,55,1519],10235:[450,-57,1574,55,1519],10236:[450,-57,1574,55,1519],10741:[710,222,523,46,478],10752:[763,259,1126,53,1073],10753:[763,259,1126,53,1073],10754:[763,259,1126,53,1073],10755:[768,264,924,94,830],10756:[768,264,924,94,830],10757:[763,259,924,94,830],10758:[763,259,924,94,830],10815:[662,0,694,30,664],10927:[609,103,685,64,621],10928:[609,103,685,64,621]};j.FONTDATA.FONTS["STIXGeneral-bold"]={directory:"General/Bold",family:"STIXGeneral",weight:"bold",Ranges:[[160,255,"Latin1Supplement"],[256,383,"LatinExtendedA"],[384,591,"LatinExtendedB"],[592,687,"IPAExtensions"],[688,767,"SpacingModLetters"],[768,879,"CombDiacritMarks"],[880,1023,"GreekAndCoptic"],[1024,1279,"Cyrillic"],[7424,7615,"PhoneticExtensions"],[7680,7935,"LatinExtendedAdditional"],[8192,8303,"GeneralPunctuation"],[8304,8351,"SuperAndSubscripts"],[8352,8399,"CurrencySymbols"],[8400,8447,"CombDiactForSymbols"],[8448,8527,"LetterlikeSymbols"],[8528,8591,"NumberForms"],[8592,8703,"Arrows"],[8704,8959,"MathOperators"],[8960,9215,"MiscTechnical"],[9216,9279,"ControlPictures"],[9312,9471,"EnclosedAlphanum"],[9472,9599,"BoxDrawing"],[9632,9727,"GeometricShapes"],[9728,9983,"MiscSymbols"],[10176,10223,"MiscMathSymbolsA"],[10624,10751,"MiscMathSymbolsB"],[10752,11007,"SuppMathOperators"],[42784,43007,"LatinExtendedD"],[64256,64335,"AlphaPresentForms"],[119808,119859,"MathBold"],[120120,120171,"BBBold"],[120172,120223,"BoldFraktur"],[120276,120327,"MathSSBold"],[120488,120545,"GreekBold"],[120662,120719,"GreekSSBold"],[120782,120791,"MathBold"],[120812,120822,"MathSSBold"]],32:[0,0,250,0,0],33:[691,13,333,81,251],34:[691,-404,555,83,472],35:[700,0,500,5,495],36:[750,99,500,29,472],37:[706,29,749,61,688],38:[691,16,833,62,789],39:[691,-404,278,75,204],40:[694,168,333,46,306],41:[694,168,333,27,287],42:[691,-255,500,56,448],43:[563,57,750,65,685],44:[155,180,250,39,223],45:[287,-171,333,44,287],46:[156,13,250,41,210],47:[691,19,278,-24,302],48:[688,13,500,24,476],49:[688,0,500,65,441],50:[688,0,500,17,478],51:[688,14,500,16,468],52:[688,0,500,19,476],53:[676,8,500,22,470],54:[688,13,500,28,475],55:[676,0,500,17,477],56:[688,13,500,28,472],57:[688,13,500,26,473],58:[472,13,333,82,251],59:[472,180,333,82,266],60:[534,24,750,80,670],61:[399,-107,750,68,682],62:[534,24,750,80,670],63:[689,13,500,57,445],64:[691,19,930,108,822],65:[690,0,722,9,689],66:[676,0,667,16,619],67:[691,19,722,49,687],68:[676,0,722,14,690],69:[676,0,667,16,641],70:[676,0,611,16,583],71:[691,19,778,37,755],72:[676,0,778,21,759],73:[676,0,389,20,370],74:[676,96,500,3,478],75:[676,0,778,30,769],76:[677,0,667,19,638],77:[676,0,944,14,921],78:[676,18,722,16,701],79:[691,19,778,35,743],80:[676,0,611,16,600],81:[691,176,778,35,743],82:[676,0,722,26,716],83:[692,19,556,35,513],84:[676,0,667,31,636],85:[676,19,722,16,701],86:[676,18,722,16,701],87:[676,15,1000,19,981],88:[676,0,722,16,699],89:[676,0,722,15,699],90:[676,0,667,28,634],91:[678,149,333,67,301],92:[691,19,278,-25,303],93:[678,149,333,32,266],94:[676,-311,581,73,509],95:[-75,125,500,0,500],96:[713,-528,333,8,246],97:[473,14,500,25,488],98:[676,14,556,17,521],99:[473,14,444,25,430],100:[676,14,556,25,534],101:[473,14,444,25,427],102:[691,0,333,14,389],103:[473,206,500,28,483],104:[676,0,556,15,534],105:[691,0,278,15,256],106:[691,203,333,-57,263],107:[676,0,556,22,543],108:[676,0,278,15,256],109:[473,0,833,15,814],110:[473,0,556,21,539],111:[473,14,500,25,476],112:[473,205,556,19,524],113:[473,205,556,34,536],114:[473,0,444,28,434],115:[473,14,389,25,361],116:[630,12,333,19,332],117:[461,14,556,16,538],118:[461,14,500,21,485],119:[461,14,722,23,707],120:[461,0,500,12,484],121:[461,205,500,16,482],122:[461,0,444,21,420],123:[698,175,394,22,340],124:[691,19,220,66,154],125:[698,175,394,54,372],126:[333,-173,520,29,491],915:[676,0,620,16,593],916:[690,0,722,33,673],920:[692,18,778,35,743],923:[690,0,707,9,674],926:[676,0,647,40,607],928:[676,0,778,21,759],931:[676,0,671,28,641],933:[692,0,703,7,693],934:[676,0,836,18,818],936:[692,0,808,15,797],937:[692,0,768,28,740]};j.FONTDATA.FONTS["STIXGeneral-italic"]={directory:"General/Italic",family:"STIXGeneral",style:"italic",Ranges:[[160,255,"Latin1Supplement"],[256,383,"LatinExtendedA"],[384,591,"LatinExtendedB"],[592,687,"IPAExtensions"],[688,767,"SpacingModLetters"],[880,1023,"GreekAndCoptic"],[1024,1279,"Cyrillic"],[7680,7935,"LatinExtendedAdditional"],[8192,8303,"GeneralPunctuation"],[8352,8399,"CurrencySymbols"],[8400,8447,"CombDiactForSymbols"],[8448,8527,"LetterlikeSymbols"],[8704,8959,"MathOperators"],[9216,9279,"ControlPictures"],[9312,9471,"EnclosedAlphanum"],[9472,9599,"BoxDrawing"],[64256,64335,"AlphaPresentForms"],[119860,119911,"MathItalic"],[119964,120015,"MathScript"],[120328,120379,"MathSSItalic"],[120484,120485,"ij"],[120546,120603,"GreekItalic"]],32:[0,0,250,0,0],33:[667,11,333,39,304],34:[666,-421,420,144,432],35:[676,0,501,2,540],36:[731,89,500,32,497],37:[706,19,755,80,705],38:[666,18,778,76,723],39:[666,-421,214,132,241],40:[669,181,333,42,315],41:[669,180,333,16,289],42:[666,-255,500,128,492],43:[506,0,675,86,590],44:[101,129,250,-5,135],45:[255,-192,333,49,282],46:[100,11,250,27,138],47:[666,18,278,-65,386],48:[676,7,500,32,497],49:[676,0,500,50,409],50:[676,0,500,12,452],51:[676,7,500,16,465],52:[676,0,500,1,479],53:[666,7,500,15,491],54:[686,7,500,30,521],55:[666,8,500,75,537],56:[676,7,500,30,493],57:[676,17,500,23,492],58:[441,11,333,50,261],59:[441,129,333,26,261],60:[516,10,675,84,592],61:[386,-120,675,86,590],62:[516,10,675,84,592],63:[664,12,500,132,472],64:[666,18,920,118,806],65:[668,0,611,-51,564],66:[653,0,611,-8,588],67:[666,18,667,66,689],68:[653,0,722,-8,700],69:[653,0,611,-1,634],70:[653,0,611,8,645],71:[666,18,722,52,722],72:[653,0,722,-8,769],73:[653,0,333,-8,384],74:[653,18,444,-6,491],75:[653,0,667,7,722],76:[653,0,556,-8,559],77:[653,0,833,-18,872],78:[653,15,667,-20,727],79:[667,18,722,60,699],80:[653,0,611,0,605],81:[666,182,722,59,699],82:[653,0,611,-13,588],83:[667,18,500,17,508],84:[653,0,556,59,633],85:[653,18,722,102,765],86:[653,18,611,76,688],87:[653,18,833,71,906],88:[653,0,611,-29,655],89:[653,0,556,78,633],90:[653,0,556,-6,606],91:[663,153,389,21,391],92:[666,18,278,-41,319],93:[663,153,389,12,382],94:[666,-301,422,0,422],95:[-75,125,500,0,500],96:[664,-492,333,120,311],97:[441,11,501,17,476],98:[683,11,500,23,473],99:[441,11,444,30,425],100:[683,13,500,15,527],101:[441,11,444,31,412],102:[678,207,278,-147,424],103:[441,206,500,8,471],104:[683,9,500,19,478],105:[654,11,278,49,264],106:[652,207,278,-124,279],107:[683,11,444,14,461],108:[683,11,278,41,279],109:[441,9,722,12,704],110:[441,9,500,14,474],111:[441,11,500,27,468],112:[441,205,504,-75,472],113:[441,209,500,25,484],114:[441,0,389,45,412],115:[442,13,389,16,366],116:[546,11,278,38,296],117:[441,11,500,42,475],118:[441,18,444,20,426],119:[441,18,667,15,648],120:[441,11,444,-27,447],121:[441,206,444,-24,426],122:[428,81,389,-2,380],123:[687,177,400,51,407],124:[666,18,275,105,171],125:[687,177,400,-7,349],126:[323,-183,541,40,502],305:[441,11,278,47,235],567:[441,207,278,-124,246],915:[653,0,611,8,645],916:[668,0,611,-32,526],920:[667,18,722,60,699],923:[668,0,611,-51,564],926:[653,0,651,-6,680],928:[653,0,722,-8,769],931:[653,0,620,-6,659],933:[668,0,556,78,648],934:[653,0,741,50,731],936:[667,0,675,77,778],937:[666,0,762,-6,739],945:[441,11,552,27,549],946:[678,205,506,-40,514],947:[435,206,410,19,438],948:[668,11,460,24,460],949:[441,11,444,30,425],950:[683,185,454,30,475],951:[441,205,474,14,442],952:[678,11,480,27,494],953:[441,11,278,49,235],954:[441,13,444,14,465],955:[678,16,458,-12,431],956:[428,205,526,-33,483],957:[441,18,470,20,459],958:[683,185,454,30,446],959:[441,11,500,27,468],960:[428,18,504,19,536],961:[441,205,504,-40,471],962:[441,185,454,30,453],963:[428,11,498,27,531],964:[428,11,410,12,426],965:[441,10,478,19,446],966:[441,205,622,27,590],967:[441,207,457,-108,498],968:[441,205,584,15,668],969:[439,11,686,27,654],977:[678,10,556,19,526],981:[683,205,627,27,595],982:[428,11,792,17,832],1009:[441,205,516,27,484],1013:[441,11,444,30,420],8467:[687,11,579,48,571]};j.FONTDATA.FONTS.STIXIntegralsD={directory:"IntegralsD/Regular",family:"STIXIntegralsD",Ranges:[[32,32,"All"],[160,160,"All"],[8747,8755,"All"],[10763,10780,"All"]],8747:[2000,269,585,56,1035],8750:[2000,269,635,56,1035]};j.FONTDATA.FONTS.STIXNonUnicode={directory:"NonUnicode/Regular",family:"STIXNonUnicode",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]],57344:[610,25,1184,829,895],57345:[667,-41,1184,829,1211],57656:[634,-584,480,-10,490],57657:[-127,177,480,-10,490],57659:[955,-512,897,-25,908],57660:[955,-512,897,-11,922],57661:[182,261,897,-25,908],57662:[182,261,897,-11,922],57664:[1218,-820,1844,-10,1854],57665:[-126,524,1844,-10,1854],57674:[955,-820,633,-1,634],57675:[-126,261,633,-1,634],57953:[422,10,523,41,481],57957:[421,0,523,127,405],57961:[421,0,523,68,455],57965:[424,198,523,47,463],57969:[420,198,523,58,480],57973:[421,198,523,66,457],57977:[612,8,523,37,486],57981:[421,198,523,25,490],57985:[606,12,523,47,477],57989:[421,200,523,41,483],57999:[135,0,325,-1,326],58000:[135,0,633,-1,634]};j.FONTDATA.FONTS["STIXNonUnicode-bold"]={directory:"NonUnicode/Bold",family:"STIXNonUnicode",weight:"bold",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]]};j.FONTDATA.FONTS["STIXNonUnicode-italic"]={directory:"NonUnicode/Italic",family:"STIXNonUnicode",style:"italic",Ranges:[[32,32,"All"],[160,160,"All"],[57344,63743,"PrivateUse"]],57901:[677,45,852,43,812],57902:[670,3,724,35,709],57903:[671,11,569,43,586],57904:[662,0,801,34,788],57905:[670,4,553,40,599],57906:[662,0,652,43,710],57907:[671,131,580,40,580],57908:[664,21,831,41,845],57909:[662,0,575,38,591],57910:[662,120,632,31,785],57911:[670,13,809,30,783],57912:[670,7,693,30,653],57913:[671,45,1166,40,1128],57914:[795,37,957,40,1064],57915:[669,10,737,38,729],57916:[662,0,667,38,709],57917:[671,131,744,43,704],57918:[662,3,854,38,816],57919:[671,0,634,38,671],57920:[721,0,509,41,730],57921:[672,13,817,37,950],57922:[677,33,638,33,680],57923:[685,32,956,33,998],57924:[672,13,692,38,739],57925:[675,131,719,34,763],57926:[664,94,752,38,714]};j.FONTDATA.FONTS.STIXSizeOneSym={directory:"SizeOneSym/Regular",family:"STIXSizeOneSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8512,8512,"All"],[8730,8732,"All"],[8992,8993,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"],[10744,10745,"All"],[10752,10762,"All"],[11004,11007,"All"]],32:[0,0,250,0,0],40:[1066,164,468,139,382],41:[1066,164,468,86,329],47:[1066,164,579,25,552],91:[1066,164,383,180,363],92:[1066,164,579,27,552],93:[1066,164,383,20,203],95:[-127,177,1000,0,1000],123:[1066,164,575,114,466],125:[1066,164,575,109,461],160:[0,0,250,0,0],770:[767,-554,0,-720,-160],771:[750,-598,0,-722,-162],8719:[1500,-49,1355,50,1305],8720:[1500,-49,1355,50,1305],8721:[1499,-49,1292,90,1202],8730:[1552,295,1057,112,1089],8896:[1500,-49,1265,60,1205],8897:[1500,-49,1265,60,1205],8898:[1510,-49,1265,118,1147],8899:[1500,-39,1265,118,1147],8968:[1066,164,453,180,426],8969:[1066,164,453,25,273],8970:[1066,164,453,180,428],8971:[1066,164,453,27,273],9115:[700,305,450,50,400],9116:[705,305,450,50,174],9117:[705,300,450,50,400],9118:[700,305,450,50,400],9119:[705,305,450,276,400],9120:[705,300,450,50,400],9121:[682,323,450,50,415],9122:[687,323,450,50,150],9123:[687,318,450,50,415],9124:[682,323,450,35,400],9125:[687,323,450,300,400],9126:[687,318,450,35,400],9127:[700,305,640,260,600],9128:[705,305,640,40,380],9129:[705,300,640,260,600],9130:[705,305,640,260,380],9131:[700,305,640,40,380],9132:[705,305,640,260,600],9133:[705,300,640,40,380],9134:[610,25,688,294,394],9136:[700,301,600,35,566],9137:[700,301,600,35,566],9143:[1510,345,1184,112,895],9144:[1566,289,721,0,66],9145:[1566,289,721,655,721],9182:[136,89,926,0,925],9183:[789,-564,926,0,925],10216:[1066,164,578,116,462],10217:[1066,164,578,116,462],10752:[1500,-49,1555,52,1503],10753:[1500,-49,1555,52,1503],10754:[1500,-49,1555,52,1503],10756:[1500,-39,1265,118,1147],10757:[1500,-49,1153,82,1071],10758:[1500,-49,1153,82,1071]};j.FONTDATA.FONTS.STIXSizeTwoSym={directory:"SizeTwoSym/Regular",family:"STIXSizeTwoSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8730,8732,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"],[11004,11007,"All"]],32:[0,0,250,0,0],40:[1566,279,589,139,503],41:[1566,279,608,114,478],47:[1566,279,806,25,781],91:[1566,279,459,190,422],92:[1566,279,806,25,781],93:[1566,279,459,37,269],95:[-127,177,1500,0,1500],123:[1566,279,717,124,531],125:[1566,279,717,186,593],160:[0,0,250,0,0],770:[777,-564,0,-1150,-171],771:[760,-608,0,-1152,-173],8730:[2056,404,1124,110,1157],8968:[1566,279,524,190,479],8969:[1566,279,526,47,336],8970:[1566,279,524,190,479],8971:[1566,279,526,47,336],9182:[143,81,1460,0,1460],9183:[797,-573,1460,0,1460],10216:[1566,279,622,95,531],10217:[1566,279,622,91,527]};j.FONTDATA.FONTS.STIXSizeThreeSym={directory:"SizeThreeSym/Regular",family:"STIXSizeThreeSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8730,8732,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"]],32:[0,0,250,0,0],40:[2066,394,750,182,667],41:[2066,394,750,83,568],47:[2066,394,1101,30,1071],91:[2066,394,508,225,491],92:[2066,394,1101,30,1071],93:[2066,394,508,17,283],95:[-127,177,2000,0,2000],123:[2066,394,906,143,717],125:[2066,394,906,189,763],160:[0,0,250,0,0],770:[777,-564,0,-1610,-150],771:[774,-608,0,-1612,-152],8730:[2565,510,1076,112,1110],8968:[2066,394,565,225,550],8969:[2066,394,565,15,340],8970:[2066,394,565,225,550],8971:[2066,394,565,15,340],9182:[157,86,1886,0,1886],9183:[815,-572,1886,0,1886],10216:[2066,394,765,96,670],10217:[2066,394,765,95,669]};j.FONTDATA.FONTS.STIXSizeFourSym={directory:"SizeFourSym/Regular",family:"STIXSizeFourSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[8730,8732,"All"],[9115,9145,"All"],[9180,9185,"All"],[10098,10099,"All"],[10214,10219,"All"],[10627,10630,"All"]],32:[0,0,250,0,0],40:[2566,509,808,124,732],41:[2566,509,808,76,684],47:[2566,509,1309,16,1293],91:[2566,509,661,295,634],92:[2566,509,1309,16,1293],93:[2566,509,661,27,366],95:[-127,177,2500,0,2500],123:[2566,509,1076,173,882],125:[2566,509,1076,194,903],160:[0,0,250,0,0],770:[796,-573,0,-2040,-154],771:[771,-608,0,-2040,-154],8730:[1510,345,1184,112,895],8968:[2566,509,682,295,655],8969:[2566,509,682,27,387],8970:[2566,509,682,295,655],8971:[2566,509,682,27,387],9182:[175,90,2328,0,2328],9183:[837,-572,2328,0,2328],10216:[2566,509,908,113,796],10217:[2566,509,908,112,795]};j.FONTDATA.FONTS.STIXSizeFiveSym={directory:"SizeFiveSym/Regular",family:"STIXSizeFiveSym",Ranges:[[688,767,"All"],[768,824,"All"],[8254,8254,"All"],[8400,8431,"All"],[9115,9145,"All"],[9180,9185,"All"]],32:[0,0,250,0,0],95:[-127,177,3000,0,3000],160:[0,0,250,0,0],770:[816,-572,0,-2485,-157],771:[780,-617,0,-2485,-157],9182:[181,90,3238,0,3238],9183:[844,-573,3238,0,3238]};j.FONTDATA.FONTS.STIXVariants={directory:"Variants/Regular",family:"STIXVariants",Ranges:[[32,32,"All"],[119,124,"All"],[160,160,"All"],[411,411,"All"],[612,612,"All"],[8242,8279,"All"],[8512,8512,"All"],[8592,8595,"All"],[8657,8674,"All"],[8709,8941,"All"],[8994,8995,"All"],[9251,9251,"All"],[9641,9641,"All"],[10812,10990,"All"]],8242:[565,-28,340,44,295],8463:[683,10,579,47,547],8709:[729,74,523,28,502],8726:[710,222,523,46,478],8730:[943,11,737,67,767]};j.FONTDATA.FONTS.STIXGeneral[8942][0]+=400;j.FONTDATA.FONTS.STIXGeneral[8945][0]+=500;j.FONTDATA.FONTS.STIXGeneral[8722][1]+=100;j.FONTDATA.FONTS.STIXGeneral[61][1]+=100;j.FONTDATA.FONTS.STIXNonUnicode[57674][0]+=200;j.FONTDATA.FONTS.STIXNonUnicode[57674][1]+=200;j.FONTDATA.FONTS.STIXNonUnicode[57675][0]+=200;j.FONTDATA.FONTS.STIXNonUnicode[57675][1]+=200;MathJax.Hub.Register.LoadHook(j.fontDir+"/Variants/Regular/All.js",function(){j.FONTDATA.FONTS.STIXVariants[32][2]+=275;j.FONTDATA.FONTS.STIXVariants[32][5]={rfix:275}});MathJax.Hub.Insert(j.FONTDATA.FONTS.STIXGeneral,{8192:[0,0,500,0,0,{space:1}],8193:[0,0,1000,0,0,{space:1}],8194:[0,0,500,0,0,{space:1}],8195:[0,0,1000,0,0,{space:1}],8196:[0,0,333,0,0,{space:1}],8197:[0,0,250,0,0,{space:1}],8198:[0,0,167,0,0,{space:1}],8201:[0,0,167,0,0,{space:1}],8202:[0,0,83,0,0,{space:1}],8203:[0,0,0,0,0,{space:1}]});MathJax.Hub.Browser.Select({MSIE:function(v){if(!v.versionAtLeast("8.0")||document.documentMode<8){var w=j.FONTDATA;w.REMAP[713]=175;w.REMAP[714]=180;w.REMAP[715]=96;w.REMAP[730]=176;w.RANGES[5]=w.RANGES[4];w.RANGES[4]=w.RANGES[3];w.RANGES[3]={name:"greek",low:945,high:1014,offset:"GG",remap:{1013:26,977:27,1008:28,981:29,1009:30,982:31}};w.VARIANT.bold.offsetGG=120514;w.VARIANT.bold.offsetG=120488;w.VARIANT.italic.offsetGG=120572;w.VARIANT.italic.offsetG=120546;w.VARIANT["bold-italic"].offsetGG=120630;w.VARIANT["bold-italic"].offsetG=120604}},Safari:function(v){v.STIXfontBug=v.versionAtLeast("5.1")&&v.isMac},Chrome:function(w){if(w.isMac){var v=navigator.appVersion.match(/AppleWebKit\/(\d+)/);if(v&&parseInt(v[1])>534){w.STIXfontBug=true}}}});if(MathJax.Hub.Browser.STIXfontBug){j.FONTDATA.FONTS.STIXGeneral.family="STIXGeneral-Regular";j.FONTDATA.FONTS["STIXGeneral-italic"].family="STIXGeneral-Italic";delete j.FONTDATA.FONTS["STIXGeneral-italic"].style;j.FONTDATA.FONTS.STIXNonUnicode.family="STIXNonUnicode-Regular";j.FONTDATA.FONTS["STIXNonUnicode-italic"].family="STIXNonUnicode-Italic";delete j.FONTDATA.FONTS["STIXNonUnicode-italic"].style}var e=[];var n=j.Font.div;r.addElement(n,"span",{style:{display:"inline-block","font-family":"STIXNonUnicode","font-weight":"bold"}},["\uE38C\uE38C\uE38C\uE38C\uE38C"]);r.addElement(n,"span",{style:{display:"inline-block","font-family":"STIXNonUnicode","font-weight":"bold"}},["\uE39A\uE39A\uE39A\uE39A\uE39A"]);if(n.lastChild.previousSibling.offsetWidth<n.lastChild.offsetWidth){e.push(["Require",MathJax.Ajax,j.fontDir+"/fontdata-1.0.js"])}n.removeChild(n.lastChild);n.removeChild(n.lastChild);if(!j.Font.testFont({family:"STIXSizeOneSym",testString:"\u02C6"})){e.push(["Require",MathJax.Ajax,j.fontDir+"/fontdata-beta.js"])}e.push(["loadComplete",MathJax.Ajax,j.fontDir+"/fontdata.js"]);MathJax.Callback.Queue.apply(MathJax.Callback,e)})(MathJax.OutputJax["HTML-CSS"],MathJax.ElementJax.mml,MathJax.HTML);
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscMathSymbolsB.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscSymbols.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js
3
3
  *
4
- * Copyright (c) 2009-2013 The MathJax Consortium
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
5
  *
6
6
  * Licensed under the Apache License, Version 2.0 (the "License");
7
7
  * you may not use this file except in compliance with the License.