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
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ast/HelpDialog.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ast","HelpDialog",{version:"2.5.0",isLoaded:true,strings:{Help:"Ayuda de MathJax",MathJax:"*MathJax* ye una biblioteca JavaScript que permite a los autores de p\u00E1xines incluir espresiones matem\u00E1tiques nes sos p\u00E1xines web. Como llector, nun necesita facer nada pa qu'esto asoceda.",Browsers:"*Navegadores*: MathJax funciona con tolos navegadores modernos, incluyendo IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ y la mayor\u00EDa de los navegadores pa m\u00F3viles.",Menu:"*Men\u00FA matem\u00E1tiques*: MathJax amiesta un men\u00FA de contestu a les ecuaciones. Faiga clic col bot\u00F3n drechu, o Ctrl-clic, en cualquier espresi\u00F3n matem\u00E1tica pa ver el men\u00FA.",ShowMath:"*Ver f\u00F3rmula como* permite ver el c\u00F3digu de marques de la f\u00F3rmula pa que pueda copiase y apegase (como MathML o nel so formatu orixinal).",Settings:"*Configuraci\u00F3n* permite controlar diverses carauter\u00EDstiques de MathJax, como'l tama\u00F1u de les f\u00F3rmules, ya'l mecanismu que s'usa pa ver les ecuaciones.",Language:"*Llingua* permite seleicionar la llingua qu'usa MathJax pa los men\u00FAs y mensaxes d'avisu.",Zoom:"*Zoom de f\u00F3rmula*: Si tien dificultaes pa lleer una ecuaci\u00F3n, MathJax pue ampliala p'ayuda-y a que la vea meyor.",Accessibilty:"*Accesibilid\u00E1*: MathJax funciona autom\u00E1ticamente con llectores de pantalla pa facer les espresiones matem\u00E1tiques accesibles a les persones con problemes de visi\u00F3n.",Fonts:"*Tipograf\u00EDa*: MathJax usa ciertes fontes matem\u00E1tiques si tan instalaes nel ordenador; d'otra manera, usar\u00E1 fontes basaes na web. Anque nun ye necesario, si tien les fontes instalaes de mou llocal ayudar\u00E1 a componer la p\u00E1xina m\u00E1s r\u00E1pidamente. Suxerimos qu'instale les [fontes STIX](%1)."}});MathJax.Ajax.loadComplete("[MathJax]/localization/ast/HelpDialog.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ast/MathML.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ast","MathML",{version:"2.5.0",isLoaded:true,strings:{BadMglyph:"Mglyph incorreutu: %1",BadMglyphFont:"Tipograf\u00EDa incorreuta: %1",MathPlayer:"MathJax nun pudo configurar MathPlayer.\n\nSi MathPlayer nun ta instal\u00E1u, necesitar\u00E1 instalalu primero. D'otra manera, la so configuraci\u00F3n de segurid\u00E1 pue torgar la execuci\u00F3n de controles ActiveX. Use l'elementu Opciones d'Internet baxo'l men\u00FA Ferramientes y seleicione la lling\u00FCeta Segurid\u00E1, darr\u00E9u calque nel bot\u00F3n Nivel Personaliz\u00E1u. Compruebe que les preferencies pa 'Executar controles ActiveX' y 'Comportamientos de binariu y script' tan activaes.\n\nAngua\u00F1o ver\u00E1 mensaxes d'error en llugar de f\u00F3rmules matem\u00E1tiques.",CantCreateXMLParser:"MathJax nun pue crear un analizador XML pa MathML. Compruebe que\nla configuraci\u00F3n de segurid\u00E1 \u00ABControles de script ActiveX marcaos como seguros pa scripting\u00BB\nta activada (use l'elementu Opciones d'Internet del men\u00FA Ferramientes,\ny seleicione'l panel Segurid\u00E1, y darr\u00E9u calque nel bot\u00F3n Nivel personaliz\u00E1u pa comprobalo).\n\nMathJax nun podr\u00E1 procesar les ecuaciones MathML",UnknownNodeType:"Tipu de nuedu desconoc\u00EDu: %1",UnexpectedTextNode:"Nuedu de testu inesper\u00E1u: %1",ErrorParsingMathML:"Error al analizar MathML",ParsingError:"Error al analizar MathML: %1",MathMLSingleElement:"MathML tien de tar form\u00E1u por un \u00FAnicu elementu",MathMLRootElement:"MathML tien de tar form\u00E1u por un elementu \u003Cmath\u003E, non por %1"}});MathJax.Ajax.loadComplete("[MathJax]/localization/ast/MathML.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ast/MathMenu.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ast","MathMenu",{version:"2.5.0",isLoaded:true,strings:{Show:"Ver les f\u00F3rmules como",MathMLcode:"C\u00F3digu MathML",OriginalMathML:"MathML orixinal",TeXCommands:"Comandos de TeX",AsciiMathInput:"Entrada AsciiMathML",Original:"Forma orixinal",ErrorMessage:"Mensaxe d'error",Annotation:"Anotaci\u00F3n",TeX:"TeX",StarMath:"StarMath",Maple:"Maple",ContentMathML:"Conten\u00EDu MathML",OpenMath:"OpenMath",texHints:"Amosar gabitos TeX en MathML",Settings:"Configuraci\u00F3n de matem\u00E1tiques",ZoomTrigger:"Disparador del zoom",Hover:"Al pasar el mur",Click:"Al facer clic",DoubleClick:"Con doble clic",NoZoom:"Ensin zoom",TriggerRequires:"El disparador requier:",Option:"Opci\u00F3n",Alt:"Alt",Command:"Comandu",Control:"Control",Shift:"May\u00FAs",ZoomFactor:"Factor d'ampliaci\u00F3n",Renderer:"Renderizador de matem\u00E1tiques",MPHandles:"Permitir que MathPlayer alministre:",MenuEvents:"Socesos de men\u00FA",MouseEvents:"Socesos del mur",MenuAndMouse:"Socesos del mur y del men\u00FA",FontPrefs:"Preferencies de tipograf\u00EDa",ForHTMLCSS:"Pa HTML-CSS:",Auto:"Auto",TeXLocal:"TeX (llocal)",TeXWeb:"TeX (web)",TeXImage:"TeX (imaxe)",STIXLocal:"STIX (llocal)",STIXWeb:"STIX (web)",AsanaMathWeb:"Asana Math (web)",GyrePagellaWeb:"Gyre Pagella (web)",GyreTermesWeb:"Gyre Termes (web)",LatinModernWeb:"Llat\u00EDn modernu (web)",NeoEulerWeb:"Neo Euler (web)",ContextMenu:"Men\u00FA contestual",Browser:"Navegador",Scale:"Escalar toles f\u00F3rmules...",Discoverable:"Illuminar al pasar el mur",Locale:"Llingua",LoadLocale:"Cargar d'una URL...",About:"Tocante a MathJax",Help:"Ayuda de MathJax",localTeXfonts:"usando tipograf\u00EDa TeX llocal",webTeXfonts:"usando tipograf\u00EDa TeX de la web",imagefonts:"usando tipograf\u00EDa d'imaxe",localSTIXfonts:"usando tipograf\u00EDa STIX llocal",webSVGfonts:"usando tipograf\u00EDa SVG de la web",genericfonts:"usando tipograf\u00EDa Unicode xen\u00E9rica",wofforotffonts:"tipograf\u00EDa WOFF u OTF",eotffonts:"tipograf\u00EDa EOT",svgfonts:"tipograf\u00EDa SVG",WebkitNativeMMLWarning:"Paez que'l so restolador nun tien sofitu pa MathML de mou nativu, de mou que cambiar la salida a MathML pue facer que les f\u00F3rmules de la p\u00E1xina nun puedan lleese",MSIENativeMMLWarning:"Internet Explorer requier el complementu MathPlayer pa procesar la salida de MathML",OperaNativeMMLWarning:"El sofitu d'Opera pa MathML ye parcial, de mou que cambiar la salida a MathML pue facer que delles espresiones nun se vean bien.",SafariNativeMMLWarning:"El MathML nativu del so navegador nun cuenta con toles carauter\u00EDstiques qu'usa MathJax, de mou que delles espresiones podr\u00EDen nun representase correutamente.",FirefoxNativeMMLWarning:"El MathML nativu del so navegador nun cuenta con toles carauter\u00EDstiques qu'usa MathJax, de mou que delles espresiones podr\u00EDen nun representase correutamente.",MSIESVGWarning:"SVG nun ta implement\u00E1u n'Internet Explorer anterior a IE9 o cuando ta emulando IE8 o anterior. Si cambia a la salida SVG, les f\u00F3rmules nun se ver\u00E1n correutamente.",LoadURL:"Cargar los datos de traducci\u00F3n d'esta URL:",BadURL:"La URL tendr\u00EDa de ser pa un ficheru JavaScript que define los datos de traducci\u00F3n de MathJax. Los nomes de los ficheros JavaScript tendr\u00EDen d'acabar en '.js'",BadData:"Nun pudieron cargase los datos de traducci\u00F3n de %1",SwitchAnyway:"\u00BFCambiar la representaci\u00F3n de toles maneres?\n\n(Calque Aceutar pa cambiar, Encaboxar pa siguir cola representaci\u00F3n actual)",ScaleMath:"Ampliar toles f\u00F3rmules (en comparancia col testu d'alredor) nun",NonZeroScale:"La escala nun tien de ser cero",PercentScale:"La escala tien de ser un porcentaxe (por exemplu 120%%)",IE8warning:"Esto desactivar\u00E1 les funciones de men\u00FA y zoom de MathJax, pero pue facer Alt-Clic nuna espresi\u00F3n pa ver el men\u00FA de MathJax.\n\n\u00BFRealmente quier cambiar la configuraci\u00F3n de MathPlayer?",IE9warning:"El men\u00FA contestual de MathJax tar\u00E1 desactiv\u00E1u, pero pue facer Alt-Clic nuna espresi\u00F3n pa ver el men\u00FA MathJax.",NoOriginalForm:"Nun ta disponible denguna forma orixinal",Close:"Zarrar",EqSource:"C\u00F3digu fonte d'ecuaci\u00F3n MathJax"}});MathJax.Ajax.loadComplete("[MathJax]/localization/ast/MathMenu.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ast/TeX.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ast","TeX",{version:"2.5.0",isLoaded:true,strings:{ExtraOpenMissingClose:"Hai una llave d'apertura de m\u00E1s o falta una llave de zarramientu",ExtraCloseMissingOpen:"Hai una llave de zarramientu de m\u00E1s o falta una llave d'apertura",MissingLeftExtraRight:"Falta un \\left o sobra un \\right",MissingScript:"Falta un argumentu de super\u00EDndiz o sub\u00EDndiz",ExtraLeftMissingRight:"Sobra un \\left o falta un \\right",Misplaced:"%1 ta mal coloc\u00E1u",MissingOpenForSub:"Falta una llave d'apertura pal sub\u00EDndiz",MissingOpenForSup:"Falta una llave d'apertura pal super\u00EDndiz",AmbiguousUseOf:"Usu ambiguu de %1",EnvBadEnd:"\\begin{%1} acab\u00E1u con \\end{%2}",EnvMissingEnd:"Falta \\end{%1}",MissingBoxFor:"Falta un cuadru pa %1",MissingCloseBrace:"Falta la llave de zarramientu",UndefinedControlSequence:"Secuencia de control indefinida %1",DoubleExponent:"Doble esponente: use llaves p'aclarar",DoubleSubscripts:"Doble sub\u00EDndiz: usu llaves p'aclarar",DoubleExponentPrime:"La prima causa un doble esponente: use llaves p'aclarar",CantUseHash1:"Nun pue usar el \u00ABcar\u00E1uter # de par\u00E1metru de macro\u00BB en mou matem\u00E1ticu",MisplacedMiddle:"%1 tien de tar ente \\left y \\right",MisplacedLimits:"%1 s\u00F3lo ta permit\u00EDu pa operadores",MisplacedMoveRoot:"%1 s\u00F3lo pue apaecer dientro d'una ra\u00EDz",MultipleCommand:"M\u00FAltiples %1",IntegerArg:"L'argumentu de %1 tien de ser un enteru",NotMathMLToken:"%1 nun ye un elementu de \u00ABtoken\u00BB",InvalidMathMLAttr:"Atributu de MathML inv\u00E1lidu: %1",UnknownAttrForElement:"%1 nun ye un atributu reconoc\u00EDu pa %2",MaxMacroSub1:"Se sobrepas\u00F3'l n\u00FAmberu m\u00E1ximu de sustituciones de macro de MathJax; \u00BFhai ha una llamada de macro recursiva?",MaxMacroSub2:"Pas\u00F3se'l n\u00FAmberu m\u00E1ximu de sustituciones de MathJax; \u00BFhai un entornu de LaTeX recursivu?",MissingArgFor:"Falta l'argumentu pa %1",ExtraAlignTab:"Tabulador d'alliniamientu estra en testu \\cases",BracketMustBeDimension:"L'argumentu de corchete pa %1 tien de ser una dimensi\u00F3n",InvalidEnv:"Nome d'entornu \u00AB%1\u00BB inv\u00E1lidu",UnknownEnv:"Entornu desconoc\u00EDu \u00AB%1\u00BB",ExtraCloseLooking:"Llave de zarramientu estra cuando se buscaba %1",MissingCloseBracket:"Nun pudo alcontrase'l \u00AB]\u00BB de zarramientu pal argumentu de %1",MissingOrUnrecognizedDelim:"El delimitador pa %1 falta o nun ta reconoc\u00EDu",MissingDimOrUnits:"Falta la dimensi\u00F3n o les unidaes pa %1",TokenNotFoundForCommand:"Nun pudo alcontrase %1 pa %2",MathNotTerminated:"Espresi\u00F3n matem\u00E1tica inacabada nel cuadru de testu",IllegalMacroParam:"Referencia illegal a par\u00E1metru de macro",MaxBufferSize:"Se sobrepas\u00F3 el tama\u00F1u del almacenamientu intermediu internu de MathJax; \u00BFhai ha una llamada a una macro recursiva?",CommandNotAllowedInEnv:"%1 nun se permite nel entornu %2",MultipleLabel:"La etiqueta '%1' tien definiciones m\u00FAltiples",CommandAtTheBeginingOfLine:"%1 tien d'apaecer al principiu de la llinia",IllegalAlign:"Alliniaci\u00F3n illegal especificada en %1",BadMathStyleFor:"Estilu de matem\u00E1tiques incorreutu pa %1",PositiveIntegerArg:"L'argumentu de %1 tien de ser un enteru positivu",ErroneousNestingEq:"A\u00F1eramientu incorreutu d'estructures d'ecuaci\u00F3n",MultlineRowsOneCol:"Les fileres dientro del entornu %1 han de tener exactamente una columna",MultipleBBoxProperty:"Propied\u00E1 %1 especificada dos veces en %2",InvalidBBoxProperty:"'%1' nun paez un color, una distancia de separaci\u00F3n o un estilu",ExtraEndMissingBegin:"Sobra un %1 o falta un \\begingroup",GlobalNotFollowedBy:"%1 nun ta sigu\u00EDu por \\let, \\def o \\newcommand",UndefinedColorModel:"El modelu de color '%1' nun ta defin\u00EDu",ModelArg1:"Los valores de color pal modelu %1 requieren 3 n\u00FAmberos",InvalidDecimalNumber:"N\u00FAmberu decimal inv\u00E1lidu",ModelArg2:"Los valores de color pal modelu %1 tienen de tar ente %2 y %3",InvalidNumber:"N\u00FAmberu inv\u00E1lidu",NewextarrowArg1:"El primer argumentu pa %1 tien de ser un nome de secuencia de control",NewextarrowArg2:"El segundu argumentu pa %1 tienen de ser dos enteros separaos por una coma",NewextarrowArg3:"El tercer argumentu pa %1 tien de ser un n\u00FAmberu de car\u00E1uter Unicode",NoClosingChar:"Nun pue alcontrase'l %1 de zarru",IllegalControlSequenceName:"Nome incorreutu de secuencia de control pa %1",IllegalParamNumber:"N\u00FAmberu par\u00E1metros illegal especific\u00E1u en %1",MissingCS:"%1 tien de tar sigu\u00EDu por una secuencia de control",CantUseHash2:"Usu illegal de # nuna plant\u00EDa pa %1",SequentialParam:"Los par\u00E1metros pa %1 tienen de numberase de mou secuencial",MissingReplacementString:"Falta la cadena de sustituci\u00F3n pa la definici\u00F3n de %1",MismatchUseDef:"L'usu de %1 nun casa cola so definici\u00F3n",RunawayArgument:"\u00BFArgumentu descontrol\u00E1u pa %1?",NoClosingDelim:"Nun s'alcontr\u00F3 el delimitador de zarru pa %1"}});MathJax.Ajax.loadComplete("[MathJax]/localization/ast/TeX.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ast/ast.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ast",null,{menuTitle:"asturianu",version:"2.5.0",isLoaded:true,domains:{_:{version:"2.5.0",isLoaded:true,strings:{CookieConfig:"MathJax alcontr\u00F3 una cookie de configuraci\u00F3n d'usuariu qu'incluye c\u00F3digu a executar. \u00BFQuier executar esi c\u00F3digu?\n\n(Tendr\u00EDa de calcar \u00ABEncaboxar\u00BB a menos que creara la cookie vust\u00E9 mesmu.)",MathProcessingError:"Error de procesamientu matem\u00E1ticu",MathError:"Error matem\u00E1ticu",LoadFile:"Cargando %1",Loading:"Cargando",LoadFailed:"Fall\u00F3 la carga del ficheru: %1",ProcessMath:"Procesando matem\u00E1tiques: %1%%",Processing:"Procesando",TypesetMath:"Escribiendo matem\u00E1tiques: %1%%",Typesetting:"Componiendo",MathJaxNotSupported:"El so navegador nun tien sofitu pa MathJax"}},FontWarnings:{},"HTML-CSS":{},HelpDialog:{},MathML:{},MathMenu:{},TeX:{}},plural:function(a){if(a===1){return 1}return 2},number:function(a){return a}});MathJax.Ajax.loadComplete("[MathJax]/localization/ast/ast.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/FontWarnings.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc","FontWarnings",{version:"2.5.0",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/FontWarnings.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/HTML-CSS.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc","HTML-CSS",{version:"2.5.0",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/HTML-CSS.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/HelpDialog.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc","HelpDialog",{version:"2.5.0",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/HelpDialog.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/MathML.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc","MathML",{version:"2.5.0",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/MathML.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/MathMenu.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc","MathMenu",{version:"2.5.0",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/MathMenu.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/TeX.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc","TeX",{version:"2.5.0",isLoaded:true,strings:{ExtraOpenMissingClose:"\u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0627\u0632 \u0627\u0636\u0627\u0641\u06CC \u06CC\u0627 \u0641\u0642\u062F\u0627\u0646 \u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0633\u062A\u0647",ExtraCloseMissingOpen:"\u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0633\u062A\u0647\u0654 \u0627\u0636\u0627\u0641\u0647 \u06CC\u0627 \u0641\u0642\u062F\u0627\u0646 \u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0627\u0632",MissingLeftExtraRight:"\u0641\u0642\u062F\u0627\u0646 \u200E\\left \u06CC\u0627 \u200E\\right \u0627\u0636\u0627\u0641\u06CC",MissingScript:"\u0641\u0642\u062F\u0627\u0646 \u0646\u0634\u0627\u0646\u0648\u0646\u062F \u0628\u0627\u0644\u0627\u0645\u062A\u0646 \u06CC\u0627 \u0632\u06CC\u0631\u0645\u062A\u0646",ExtraLeftMissingRight:"\u200E\\left \u0627\u0636\u0627\u0641\u06CC \u06CC\u0627 \u0641\u0642\u062F\u0627\u0646 \u200E\\right",Misplaced:"%1 \u0646\u0627\u0628\u062C\u0627",MissingOpenForSub:"\u0641\u0642\u062F\u0627\u0646 \u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0627\u0632 \u0628\u0631\u0627\u06CC \u0632\u06CC\u0631\u0645\u062A\u0646",MissingOpenForSup:"\u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0627\u0632 \u06AF\u0645\u200C\u0634\u062F\u0647 \u0628\u0631\u0627\u06CC \u0628\u0627\u0644\u0627\u0645\u062A\u0646",AmbiguousUseOf:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647\u0654 \u0645\u0628\u0647\u0645 \u0627\u0632 \u200E%1",EnvBadEnd:"\u200E\\begin{%1}\u200E \u067E\u0627\u06CC\u0627\u0646\u200C\u06CC\u0627\u0641\u062A\u0647 \u0628\u0627 \u200E\\end{%2}\u200E",EnvMissingEnd:"\u200E\\end{%1}\u200E \u06AF\u0645\u200C\u0634\u062F\u0647",MissingBoxFor:"\u062C\u0639\u0628\u0647\u0654 \u06AF\u0645\u200C\u0634\u062F\u0647 \u0628\u0631\u0627\u06CC %1",MissingCloseBrace:"\u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0633\u062A\u0647\u0654 \u0645\u0641\u0642\u0648\u062F",UndefinedControlSequence:"\u062F\u0646\u0628\u0627\u0644\u0647\u0654 \u06A9\u0646\u062A\u0631\u0644 \u062A\u0639\u0631\u06CC\u0641\u200C\u0646\u0634\u062F\u0647\u0654 %1",DoubleExponent:"\u062A\u0648\u0627\u0646 \u062F\u0648\u0645: \u0627\u0632 \u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0631\u0627\u06CC \u0631\u0648\u0634\u0646\u200C\u0633\u0627\u0632\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",DoubleSubscripts:"\u0632\u06CC\u0631\u0645\u062A\u0646 \u062F\u0648\u0645: \u0627\u0632 \u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0631\u0627\u06CC \u0631\u0648\u0634\u0646\u200C\u0633\u0627\u0632\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",DoubleExponentPrime:"\u062A\u0648\u0627\u0646 \u062F\u0648 \u0645\u0648\u062C\u0628 \u062A\u0648\u0627\u0646 \u0645\u0636\u0627\u0639\u0641 \u0634\u062F: \u0627\u0632 \u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0631\u0627\u06CC \u0631\u0648\u0634\u0646\u200C\u0633\u0627\u0632\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",CantUseHash1:"\u0634\u0645\u0627 \u0646\u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u06CC\u062F \u00AB\u0645\u0627\u06A9\u0631\u0648 \u0646\u0648\u06CC\u0633\u0647\u0654 \u067E\u0627\u0631\u0627\u0645\u062A\u0631 #\u00BB \u062F\u0631 \u062D\u0627\u0644\u062A \u0631\u06CC\u0627\u0636\u06CC \u0627\u0633\u062A\u0641\u0627\u062F\u0647 \u06A9\u0646\u06CC\u062F",MisplacedMiddle:"\u200E%1 \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u062F\u0631\u0648\u0646 \u200E\\left \u0648 \u200E\\right \u0646\u0648\u0634\u062A\u0647\u200C\u0634\u0648\u062F",MisplacedLimits:"\u200E%1 \u0641\u0642\u0637 \u062F\u0631 \u0639\u0645\u0644\u06AF\u0631\u0647\u0627 \u0645\u062C\u0627\u0632 \u0627\u0633\u062A",MisplacedMoveRoot:"\u200E%1 \u062A\u0646\u0647\u0627 \u0645\u06CC\u200C\u062A\u0648\u0627\u0646\u062F \u062F\u0631\u0648\u0646 \u06CC\u06A9 \u0631\u06CC\u0634\u0647 \u0638\u0627\u0647\u0631 \u0634\u0648\u062F",MultipleCommand:"\u200E%1 \u0686\u0646\u062F\u06AF\u0627\u0646\u0647",IntegerArg:"\u0646\u0634\u0627\u0646\u0648\u0646\u062F \u200E%1 \u0628\u0627\u06CC\u062F \u0639\u062F\u062F \u0635\u062D\u06CC\u062D \u0628\u0627\u0634\u062F",NotMathMLToken:"%1 \u06CC\u06A9 \u0639\u0646\u0635\u0631 \u0646\u0634\u0627\u0646 \u0646\u06CC\u0633\u062A",InvalidMathMLAttr:"\u0648\u06CC\u0698\u06AF\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631 MathML: %1",UnknownAttrForElement:"%1 \u06CC\u06A9 \u0648\u06CC\u0698\u06AF\u06CC \u0634\u0646\u0627\u062E\u062A\u0647\u200C\u0634\u062F\u0647 \u0628\u0631\u0627\u06CC %2 \u0646\u06CC\u0633\u062A",MaxMacroSub1:"\u0627\u0632 \u0628\u06CC\u0634\u06CC\u0646\u0647\u0654 \u0634\u0645\u0627\u0631 \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC \u0645\u0627\u06A9\u0631\u0648\u0647\u0627\u06CC MathJax \u0639\u0628\u0648\u0631 \u0634\u062F\u0647\u200C\u0627\u0633\u062A\u061B \u0622\u06CC\u0627 \u06CC\u06A9 \u0641\u0631\u0627\u062E\u0648\u0627\u0646\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A\u06CC \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F\u061F",MaxMacroSub2:"\u0627\u0632 \u0634\u0645\u0627\u0631 \u0628\u06CC\u0634\u06CC\u0646\u0647\u0654 \u062A\u0639\u062F\u0627\u062F \u062C\u0627\u06CC\u06AF\u0632\u06CC\u0646\u06CC MathJax \u0639\u0628\u0648\u0631 \u0634\u062F\u0647\u200C\u0627\u0633\u062A\u061B \u0622\u06CC\u0627 \u06CC\u06A9 \u0645\u062D\u06CC\u0637 \u0644\u06CC\u062A\u06A9 \u0628\u0627\u0632\u0634\u062A\u06AF\u06CC \u0645\u0648\u062C\u0648\u062F \u0627\u0633\u062A\u061F",MissingArgFor:"\u0646\u0634\u0627\u0646\u0648\u0646\u062F \u06AF\u0645\u200C\u0634\u062F\u0647 \u0628\u0631\u0627\u06CC %1",ExtraAlignTab:"\u0628\u0631\u06AF\u0647\u0654 \u0686\u06CC\u0646\u0634 \u0627\u0636\u0627\u0641\u06CC \u062F\u0631 \u0645\u062A\u0646 \u200E\\cases",BracketMustBeDimension:"\u0622\u0631\u06AF\u0648\u0645\u0627\u0646 \u0622\u06A9\u0648\u0644\u0627\u062F \u200E%1 \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9 \u0628\u0639\u062F \u0628\u0627\u0634\u062F",InvalidEnv:" \u0646\u0627\u0645 \u0645\u062D\u06CC\u0637 \u0646\u0627\u0645\u0639\u062A\u0628\u0631 \u00AB%1\u00BB",UnknownEnv:"\u0645\u062D\u06CC\u0637 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647 \u00AB%1\u00BB",ExtraCloseLooking:"\u0622\u06A9\u0648\u0644\u0627\u062F \u0628\u0633\u062A\u0647\u0654 \u0627\u0636\u0627\u0641\u06CC \u0647\u0646\u06AF\u0627\u0645 \u062C\u0633\u062A\u062C\u0648\u06CC %1",MissingCloseBracket:"\u00AB]\u00BB \u0628\u0633\u062A\u0647 \u0628\u0631\u0627\u06CC \u0646\u0634\u0627\u0646\u0648\u0646\u062F \u200E%1 \u06CC\u0627\u0641\u062A \u0646\u0634\u062F",MissingOrUnrecognizedDelim:"\u062C\u062F\u0627\u06A9\u0646\u0646\u062F\u0647 \u06AF\u0645\u200C\u0634\u062F\u0647 \u06CC\u0627 \u0646\u0627\u0634\u0646\u0627\u062E\u062A\u0647 \u0628\u0631\u0627\u06CC \u200E%1",MissingDimOrUnits:"\u0627\u0628\u0639\u0627\u062F \u06CC\u0627 \u0648\u0627\u062D\u062F \u06AF\u0645\u200C\u0634\u062F\u0647 \u0628\u0631\u0627\u06CC \u200E%1",TokenNotFoundForCommand:"%1 \u0628\u0631\u0627\u06CC %2 \u06CC\u0627\u0641\u062A \u0646\u0634\u062F",MathNotTerminated:"\u0631\u06CC\u0627\u0636\u06CC \u062F\u0631 \u062C\u0639\u0628\u0647\u0654 \u0645\u062A\u0646 \u067E\u0627\u06CC\u0627\u0646 \u0646\u06CC\u0627\u0641\u062A\u0647\u200C\u0627\u0633\u062A",IllegalMacroParam:"\u0627\u0631\u062C\u0627\u0639 \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u0645\u0627\u06A9\u0631\u0648\u06CC \u0646\u0627\u0645\u062C\u0627\u0632",MaxBufferSize:"\u0627\u0646\u062F\u0627\u0632\u0647\u0654 \u0645\u06CC\u0627\u0646\u06AF\u06CC\u0631 \u062F\u0627\u062E\u0644\u06CC MathJax \u06AF\u0630\u0634\u062A\u0647 \u0634\u062F\u0647\u061B \u0622\u06CC\u0627 \u06CC\u06A9 \u0641\u0631\u0627\u062E\u0648\u0627\u0646\u06CC \u0645\u0627\u06A9\u0631\u0648\u06CC \u0628\u0627\u0632\u06AF\u0634\u062A\u06CC \u0648\u062C\u0648\u062F \u062F\u0627\u0631\u062F\u061F",CommandNotAllowedInEnv:"\u200E%1 \u062F\u0631 \u0645\u062D\u06CC\u0637 \u200E%2 \u0645\u062C\u0627\u0632 \u0646\u06CC\u0633\u062A",MultipleLabel:"\u0628\u0631\u0686\u0633\u067E \u00AB%1\u00BB \u0686\u0646\u062F\u0628\u0627\u0631 \u062A\u0639\u0631\u06CC\u0641\u200C\u0634\u062F\u0647",CommandAtTheBeginingOfLine:"%1 \u0628\u0627\u06CC\u062F \u062F\u0631 \u0634\u0631\u0648\u0639 \u062E\u0637 \u0628\u06CC\u0627\u06CC\u062F",IllegalAlign:"\u0686\u06CC\u0646\u0634 \u0645\u0634\u062E\u0635\u200C\u0634\u062F\u0647\u0654 \u0646\u0627\u0645\u062C\u0627\u0632 \u062F\u0631 \u200E%1",BadMathStyleFor:"\u0633\u0628\u06A9 \u0628\u062F \u0631\u06CC\u0627\u0636\u06CC \u0628\u0631\u0627\u06CC \u200E%1",PositiveIntegerArg:"\u0646\u0634\u0627\u0646\u0648\u0646\u062F \u0628\u0647 \u200E%1 \u0628\u0627\u06CC\u062F \u06CC\u06A9 \u0639\u062F\u062F \u0645\u062B\u0628\u062A \u0628\u0627\u0634\u062F",ErroneousNestingEq:"\u0633\u0627\u062E\u062A\u0627\u0631\u0647\u0627\u06CC \u0627\u0634\u062A\u0628\u0627\u0647 \u062A\u0648\u062F\u0631\u062A\u0648\u06CC \u0645\u0639\u0627\u062F\u0644\u0647",MultlineRowsOneCol:"\u0633\u0637\u0631 \u062F\u0631\u0648\u0646 \u0645\u062D\u06CC\u0637 %1 \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u062F\u0642\u06CC\u0642\u0627\u064B \u06CC\u06A9 \u0633\u062A\u0648\u0646 \u062F\u0627\u0634\u062A\u0647 \u0628\u0627\u0634\u062F",MultipleBBoxProperty:"%1 \u062F\u0648\u0628\u0627\u0631 \u062F\u0631 \u200E%2 \u062A\u0639\u0631\u06CC\u0641 \u0634\u062F\u0647\u200C\u0627\u0633\u062A",InvalidBBoxProperty:"'%1' \u0628\u0647 \u0646\u0638\u0631 \u06CC\u06A9 \u0631\u0646\u06AF\u060C \u0627\u0646\u062F\u0627\u0632\u0647\u0654 \u0628\u0627\u0644\u0634\u062A\u06A9 \u06CC\u0627 \u0633\u0628\u06A9 \u0628\u0647 \u0646\u0638\u0631 \u0646\u0645\u06CC\u200C\u0631\u0633\u062F",ExtraEndMissingBegin:"\u200E%1 \u0627\u0636\u0627\u0641\u06CC \u06CC\u0627 \\begingroup \u06AF\u0645\u200C\u0634\u062F\u0647",GlobalNotFollowedBy:"\u200E%1 \u0628\u0647 \u062F\u0646\u0628\u0627\u0644 \u200E\\let\u060C \u200E\\def \u06CC\u0627 \u200E\\newcommand \u0646\u06CC\u0627\u0645\u062F\u0647\u200C\u0627\u0633\u062A",UndefinedColorModel:"\u0645\u062F\u0644 \u0631\u0646\u06AF\u06CC '%1' \u062A\u0639\u0631\u06CC\u0641 \u0646\u0634\u062F\u0647\u200C\u0627\u0633\u062A",ModelArg1:"\u0645\u0642\u0627\u062F\u06CC\u0631 \u0631\u0646\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0645\u062F\u0644 %1 \u0646\u06CC\u0627\u0632\u0645\u0646\u062F \u06F3 \u0639\u062F\u062F \u0627\u0633\u062A",InvalidDecimalNumber:"\u0639\u062F\u062F \u0627\u0639\u0634\u0627\u0631\u06CC \u0646\u0627\u0645\u0639\u062A\u0628\u0631",ModelArg2:"\u0645\u0642\u0627\u062F\u06CC\u0631 \u0631\u0646\u06AF\u06CC \u0628\u0631\u0627\u06CC \u0645\u062F\u0644 %1 \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u0628\u06CC\u0646 %2 \u0648 %3 \u0628\u0627\u0634\u062F",InvalidNumber:"\u0639\u062F\u062F \u0646\u0627\u0645\u0639\u062A\u0628\u0631",NewextarrowArg1:"\u0646\u0634\u0627\u0648\u0646\u062F \u0627\u0648\u0644 \u0628\u0647 \u200E%1 \u0645\u06CC\u200C\u0628\u0627\u06CC\u0633\u062A \u06CC\u06A9 \u0646\u0627\u0645 \u06A9\u0646\u062A\u0631\u0644\u06CC \u062F\u0646\u0628\u0627\u0644\u0647 \u0628\u0627\u0634\u062F",NewextarrowArg2:"\u0646\u0634\u0646\u0627\u0648\u0646\u062F \u062F\u0648\u0645 \u200E%1 \u0628\u0627\u06CC\u062F \u062F\u0648 \u0639\u062F\u062F \u0635\u062D\u06CC\u062D \u062C\u062F\u0627 \u0634\u062F\u0647 \u0628\u0627 \u06CC\u06A9 \u06A9\u0627\u0645\u0627 \u0628\u0627\u0634\u062F",NewextarrowArg3:"\u0646\u0634\u0627\u0646\u0648\u0646\u062F \u0633\u0648\u0645 \u200E%1 \u0628\u0627\u06CC\u062F \u0639\u062F\u062F \u06CC\u06A9 \u0646\u0648\u06CC\u0633\u0647\u0654 \u06CC\u0648\u0646\u06CC\u06A9\u062F \u0628\u0627\u0634\u062F",NoClosingChar:"%1 \u0628\u0633\u062A\u0647 \u06CC\u0627\u0641\u062A \u0646\u0634\u062F",IllegalControlSequenceName:"\u0646\u0627\u0645 \u062F\u0646\u0628\u0627\u0644\u0647\u0654 \u06A9\u0646\u062A\u0631\u0644\u06CC \u0628\u0631\u0627\u06CC \u200E%1 \u0646\u0627\u0645\u062C\u0627\u0632",IllegalParamNumber:"\u0639\u062F\u062F \u0646\u0627\u0645\u062C\u0627\u0632 \u067E\u0627\u0631\u0627\u0645\u062A\u0631 \u062F\u0631 \u200E%1 \u0645\u0634\u062E\u0635 \u0634\u062F\u0647\u200C\u0627\u0633\u062A",MissingCS:"\u200E%1 \u0628\u0627\u06CC\u062F \u0628\u0647 \u062F\u0646\u0628\u0627\u0644 \u06CC\u06A9 \u062F\u0646\u0628\u0627\u0644\u0647\u0654 \u06A9\u0646\u062A\u0631\u0644\u06CC \u0628\u06CC\u0627\u06CC\u062F",CantUseHash2:"\u0627\u0633\u062A\u0641\u0627\u062F\u0647\u0654 \u0646\u0627\u0645\u062C\u0627\u0632 \u0627\u0632 # \u062F\u0631 \u0627\u0644\u06AF\u0648 \u0628\u0631\u0627\u06CC %1",SequentialParam:"\u067E\u0627\u0631\u0627\u0645\u062A\u0631\u0647\u0627 \u0628\u0631\u0627\u06CC %1 \u0628\u0627\u06CC\u062F \u06CC\u06A9 \u062F\u0646\u0628\u0627\u0644\u0647\u0654 \u0639\u062F\u062F\u06CC \u0628\u0627\u0634\u062F"}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/TeX.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/bcc/bcc.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("bcc",null,{menuTitle:"\u0628\u0644\u0648\u0686\u06CC",fontDirection:"rtl",version:"2.5.0",isLoaded:true,domains:{_:{version:"2.5.0",isLoaded:true,strings:{MathProcessingError:"\u062E\u0637\u0627\u06CC \u067E\u0631\u062F\u0627\u0632\u0634 \u0631\u06CC\u0627\u0636\u06CC",MathError:"\u062D\u0637\u0627\u06CC \u0631\u06CC\u0627\u0636\u06CC",LoadFile:"\u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC %1",Loading:"\u0644\u0648\u062F\u0628\u06CC\u062A...",LoadFailed:"\u062E\u0637\u0627 \u062F\u0631 \u0628\u0627\u0631\u06AF\u06CC\u0631\u06CC \u067E\u0631\u0648\u0646\u062F\u0647: %1",ProcessMath:"\u067E\u0631\u062F\u0627\u0632\u0634 \u0631\u06CC\u0627\u0636\u06CC: %1\u066A",Processing:"\u067E\u0631\u062F\u0627\u0632\u0634",TypesetMath:"\u062D\u0631\u0648\u0641\u200C\u0686\u06CC\u0646\u06CC \u0631\u06CC\u0627\u0636\u06CC: %1\u066A",Typesetting:"\u062D\u0631\u0648\u0641\u200C\u0686\u06CC\u0646\u06CC",MathJaxNotSupported:"\u0645\u0631\u0648\u0631\u06AF\u0631 \u0634\u0645\u0627 \u0627\u0632 MathJax \u067E\u0634\u062A\u06CC\u0628\u0627\u0646\u06CC \u0646\u0645\u06CC\u200C\u06A9\u0646\u062F"}},FontWarnings:{},"HTML-CSS":{},HelpDialog:{},MathML:{},MathMenu:{},TeX:{}},plural:function(a){return 1},number:function(a){return a}});MathJax.Ajax.loadComplete("[MathJax]/localization/bcc/bcc.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/FontWarnings.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
- MathJax.Localization.addTranslation("br","FontWarnings",{version:"2.3",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/FontWarnings.js");
19
+ MathJax.Localization.addTranslation("br","FontWarnings",{version:"2.5.0",isLoaded:true,strings:{webFont:"MathJax a implij ar fonto\u00F9 web evit diskwel ar jedado\u00F9 war ar bajenn-ma\u00F1. Pell eo ar re-se o pellgarga\u00F1 ha diskwelet e vefe buanoc'h ma vefe stailhfec'h fonto\u00F9 jedoniezh war-eeun e teuliad fonto\u00F9 ho reizhiad.",noFonts:"N'hall ket MathJax lec'hia\u00F1 ur polis evit diskwel e jedado\u00F9, ha dihegerz eo ar fonto\u00F9 skeudenn. Ret eo implijout arouezenno\u00F9 Unicode neuze. Emicha\u00F1s e c'hallo ho merdeer diskwel anezho. Ne c'hallo ket arouezenno\u00F9 zo beza\u00F1 diskwelet mat, tamm ebet zoken.",webFonts:"GAnt an darn vrasa\u00F1 eus ar merdeerio\u00F9 arnevez e c'haller pellgarga\u00F1 fonto\u00F9 adalek ar web. Hizivaat ho merdeer (pe che\u00F1ch merdeer) a c'hallfe gwellaat kalite ar jedado\u00F9 war ar bajenn-ma\u00F1.",fonts:"Gallout a ra MathJax implijout pe ar fonto\u00F9 [STIX](%1) pe ar fonto\u00F9 [MathJax TeX](%2); Pellgargit ha stailhit unan eus fonto\u00F9-se evit gwellaat ho skiant-prenet gant MathJax.",STIXPage:"Krouet eo bet ar bajenn-ma\u00F1 evit implijout ar fonto\u00F9 [STIX ](%1). Pellgargit ha stailhit ar fonto\u00F9-se evit gwellaat ho skiant-penet gant MathJax.",TeXPage:"Krouet eo bet ar bajenn-ma\u00F1 evit implijout ar fonto\u00F9 [MathJax TeX](%1). Pellgargit ha stailhit ar fonto\u00F9-se evit gwellaat ho skiant-prenet gant MathJax."}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/FontWarnings.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/HTML-CSS.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
- MathJax.Localization.addTranslation("br","HTML-CSS",{version:"2.3",isLoaded:true,strings:{LoadWebFont:"O karga\u00F1 ar font web %1",CantLoadWebFont:"Ne c'haller ket karga\u00F1 ar font web %1",CantFindFontUsing:"Ne c'haller ket kavout ur font dereat e-touez %1"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/HTML-CSS.js");
19
+ MathJax.Localization.addTranslation("br","HTML-CSS",{version:"2.5.0",isLoaded:true,strings:{LoadWebFont:"O karga\u00F1 ar font web %1",CantLoadWebFont:"Ne c'haller ket karga\u00F1 ar font web %1",CantFindFontUsing:"Ne c'haller ket kavout ur font dereat e-touez %1",FirefoxCantLoadWebFont:"Ne c'hall ket Firefox karga\u00F1 ar fonto\u00F9 adalek un ostiz a-bell",WebFontsNotAvailable:"N'haller ket kaout ar Fonto\u00F9 web. Ar fonto\u00F9 skeudenn a vo implijet en o flas"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/HTML-CSS.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/HelpDialog.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
- MathJax.Localization.addTranslation("br","HelpDialog",{version:"2.3",isLoaded:true,strings:{}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/HelpDialog.js");
19
+ MathJax.Localization.addTranslation("br","HelpDialog",{version:"2.5.0",isLoaded:true,strings:{Help:"Sikour MathJax",MathJax:"*MathJax* zo ul levraoueg JavaSkript. Ganta\u00F1 e c'hall aozerien ar pajenno\u00F9 enderc'hel jedado\u00F9 en o fajenno\u00F9 Web. Evel lenner n'ho po ket ezhomm d'ober netra evit ma'z aio en-dro.",Browsers:'"Merdeerien": Mont a ra Mathjax en-dro gant an holl verdeerien modern, en ur gonta\u00F1 Explorer 6, Firefox 3, Chrome 0.2, Safari 2, Opera 9.6 hag o stummo\u00F9 kre\u00F1voc\'h, hag ivez an darn vrasa\u00F1 eus ar merdeerio\u00F9 evit hezougello\u00F9 ha tablezenno\u00F9.',Menu:"\"La\u00F1ser Math\" : Ouzhpenna\u00F1 a ra MathJax ul la\u00F1ser kemperzhel d'ar c'hevatalenno\u00F9. Klikit war bouton deho\u00F9 al logodenn pe klikit war war ne vern peseurt formulenn jedoniezh o terc'hel da boueza\u00F1 war Ktrl evit monet d'al la\u00F1ser.",ShowMath:'Gant "Diskwel ar matematiko\u00F9 evel" e c\'hallot diskwel balizenna\u00F1 tarzh ar jedad evit eila\u00F1-pega\u00F1 (evel MathML pe en e furmad orin).',Settings:"Gant *Arventenno\u00F9\" e c'hallit kontrolla\u00F1 arc'hwelio\u00F9 MathJax, evel ment ar jedado\u00F9, hag ar gwikefre implijet evit diskwel ar c'hevatalenno\u00F9."}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/HelpDialog.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/MathML.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
- MathJax.Localization.addTranslation("br","MathML",{version:"2.3",isLoaded:true,strings:{BadMglyph:"mglyph fall : %1",BadMglyphFont:"Font fall : %1",UnknownNodeType:"Seurt skoulm dianav : %1",UnexpectedTextNode:"Skoulm testenn dic'hortoz : %1",ErrorParsingMathML:"Fazi o tielfenna\u00F1 MathML",ParsingError:"Fazi o ielfenna\u00F1 MathML : %1",MathMLSingleElement:"MathML a rank beza\u00F1 stummet gant un elfenn hepken"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/MathML.js");
19
+ MathJax.Localization.addTranslation("br","MathML",{version:"2.5.0",isLoaded:true,strings:{BadMglyph:"mglyph fall : %1",BadMglyphFont:"Font fall : %1",UnknownNodeType:"Seurt skoulm dianav : %1",UnexpectedTextNode:"Skoulm testenn dic'hortoz : %1",ErrorParsingMathML:"Fazi o tielfenna\u00F1 MathML",ParsingError:"Fazi o ielfenna\u00F1 MathML : %1",MathMLSingleElement:"MathML a rank beza\u00F1 stummet gant un elfenn hepken",MathMLRootElement:"Gant un elfenn \u003Cmath\u003E e rank beza\u00F1 stummet MathML, ha ket gant %1"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/MathML.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/MathMenu.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
- MathJax.Localization.addTranslation("br","MathMenu",{version:"2.3",isLoaded:true,strings:{Show:"Diskouez ar formulenn evel",MathMLcode:"Kod MathML",OriginalMathML:"MathML orin",TeXCommands:"Urzhio\u00F9 TeX",ErrorMessage:"Kemennadenn fazi",Annotation:"Notenn",TeX:"TeX",StarMath:"StarMath",OpenMath:"OpenMath",Click:"Klika\u00F1",DoubleClick:"Daouglika\u00F1",NoZoom:"Zoum ebet",Option:"Dibarzh",Command:"Urzhiad",Control:"Kontroll",ZoomFactor:"Feur zoum",ForHTMLCSS:"Evit HTML-CSS :",Auto:"Emgefre",TeXLocal:"TeX (lec'hel)",TeXWeb:"TeX (web)",TeXImage:"TeX (skeudenn)",STIXLocal:"STIX (lec'hel)",ContextMenu:"La\u00F1ser kemperzhel",Browser:"Merdeer",Locale:"Yezh",LoadLocale:"Karga\u00F1 diwar an URL ...",About:"Diwar-benn MathJax",Help:"Sikour MathJax",wofforotffonts:"fonto\u00F9 woff pe otf",eotffonts:"fonto\u00F9 eot",svgfonts:"Fonto\u00F9 svg",LoadURL:"Karga\u00F1 roadenno\u00F9 trei\u00F1 eus an URL-ma\u00F1 :",Close:"Serri\u00F1",Original:"Furmskrid orin",Settings:"Arventenno\u00F9 ar matematiko\u00F9"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/MathMenu.js");
19
+ MathJax.Localization.addTranslation("br","MathMenu",{version:"2.5.0",isLoaded:true,strings:{Show:"Diskouez ar formulenn evel",MathMLcode:"Kod MathML",OriginalMathML:"MathML orin",TeXCommands:"Urzhio\u00F9 TeX",Original:"Furmskrid orin",ErrorMessage:"Kemennadenn fazi",Annotation:"Notenn",TeX:"TeX",StarMath:"StarMath",OpenMath:"OpenMath",Settings:"Arventenno\u00F9 ar matematiko\u00F9",Click:"Klika\u00F1",DoubleClick:"Daouglika\u00F1",NoZoom:"Zoum ebet",Option:"Dibarzh",Command:"Urzhiad",Control:"Kontroll",ZoomFactor:"Feur zoum",ForHTMLCSS:"Evit HTML-CSS :",Auto:"Emgefre",TeXLocal:"TeX (lec'hel)",TeXWeb:"TeX (web)",TeXImage:"TeX (skeudenn)",STIXLocal:"STIX (lec'hel)",STIXWeb:"STIX (web)",AsanaMathWeb:"Asana Math (web)",GyrePagellaWeb:"Gyre Pagella (web)",GyreTermesWeb:"Gyre Termes (web)",LatinModernWeb:"Latin Modern (web)",NeoEulerWeb:"Neo Euler (web)",ContextMenu:"La\u00F1ser kemperzhel",Browser:"Merdeer",Locale:"Yezh",LoadLocale:"Karga\u00F1 diwar an URL ...",About:"Diwar-benn MathJax",Help:"Sikour MathJax",wofforotffonts:"fonto\u00F9 woff pe otf",eotffonts:"fonto\u00F9 eot",svgfonts:"Fonto\u00F9 svg",LoadURL:"Karga\u00F1 roadenno\u00F9 trei\u00F1 eus an URL-ma\u00F1 :",Close:"Serri\u00F1",EqSource:"Tarzh kevatalenn MathJax",AsciiMathInput:"Moned AsciiMathML",Maple:"Maple",ContentMathML:"Endalc'h MathML",texHints:"Diskwel ar skoazello\u00F9 Tex e MathML",ZoomTrigger:"Distegner Zoum",TriggerRequires:"An distegner en deus ezhomm :",Alt:"Erl",Shift:"Pennlizherenn",MPHandles:"Lezel MathPlayer da vera\u00F1 :",MenuEvents:"Darvoudo\u00F9 la\u00F1ser",MouseEvents:"Darvoudo\u00F9 logodenn",MenuAndMouse:"Darvoudo\u00F9 logodenn ha la\u00F1serio\u00F9",FontPrefs:"Penndibabo\u00F9 font",Scale:"Lakaat an holl jedado\u00F9 hervez ar skeuliad...",localTeXfonts:"Implijout ar fonto\u00F9 TeX lec'hel",webTeXfonts:"Implijout fonto\u00F9 TeX ar web",imagefonts:"Implijout ar fonto\u00F9 Skeudenn",localSTIXfonts:"Implijout ar fonto\u00F9 STIX lec'hel",webSVGfonts:"Implijout fonto\u00F9 SVG ar web",genericfonts:"Implijout ar fonto\u00F9 Unicode generek",BadData:"C'hwitet eo pellgardadur ar roadenno\u00F9 trei\u00F1 adalek %1",NonZeroScale:"Ne zlefe ket ar skeuliad beza\u00F1 par da zero",PercentScale:"Ar skeuliad a zlefe beza\u00F1 un dregantad (da skouer, 120 %%)",IE8warning:"Se a ziweredekay al la\u00F1ser hag ar arc'hwelio\u00F9 zouma\u00F1. En o flas avat e c'halli klika\u00F1 war ur bomm en ur boueza\u00F1 war ar bouton Alt\n evit kaout al la\u00F1ser MathjAX.",IE9warning:"Diweredekaet e vo al la\u00F1ser kemperzhel MathJax, met en e flas e c'hallot klika\u00F1 war ur bomm o terc'hel da boueza\u00F1 war ar bouton Alt evit kaout al la\u00F1ser MathJax.",NoOriginalForm:"N'haller kaout furmad orin ebet"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/MathMenu.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/TeX.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
- MathJax.Localization.addTranslation("br","TeX",{version:"2.3",isLoaded:true,strings:{ExtraOpenMissingClose:"Briataenn digeri\u00F1 a re pe briataenn serri\u00F1 diank",ExtraCloseMissingOpen:"Briataenn serri\u00F1 a re pe briataenn digeri\u00F1 diank",MissingLeftExtraRight:"\\left diank pe \\right a re",ExtraLeftMissingRight:"\\left a re pe \\right diank",Misplaced:"%1 lec'hiet fall",AmbiguousUseOf:"Implij forc'hellek eus %1",EnvBadEnd:"\\begin{%1} zo echuet gant \\end{%2}",EnvMissingEnd:"\\end{%1} a vank",MissingBoxFor:"Ar voest a vank evit %1",MissingCloseBrace:"Ar vriataenn serri\u00F1 a vank",MisplacedMiddle:"%1 a rank beza\u00F1 e-barzh \\left ha \\right",MisplacedMoveRoot:"%1 ne c'hall beza\u00F1 nemet e-barzh ur wrizienn",MultipleCommand:"Meur a %1",IntegerArg:"Arguzenn %1 a rank beza\u00F1 un niver anterin",InvalidMathMLAttr:"Doareenn MathML direizh : %1",MissingArgFor:"Arguzenn diank evit %1",InvalidEnv:'Anv endro "%1" direizh',UnknownEnv:'endro dianav "%1"',TokenNotFoundForCommand:"N'eus ket bet gallet kavout %1 evit %2",MathNotTerminated:"Formulenn diechu er voest testenn",CommandNotAllowedInEnv:"%1 n'eo ket aotreet en endro %2",MultipleLabel:"Label '%1' termenet meur a wech",CommandAtTheBeginingOfLine:"%1 a rank beza\u00F1 e dero\u00F9 al linenn",BadMathStyleFor:"Stil matematikel direizh evit %1",PositiveIntegerArg:"Arguzenn %1 a rank beza\u00F1 un niver pozitivel anterin",MultlineRowsOneCol:"Ar renko\u00F9 e-barzh an endro %1 a rank kaout ur bann dres",MultipleBBoxProperty:"%1 diferet div wech e-barzh %2",ExtraEndMissingBegin:"%1 a re pe \\begingroup diank",GlobalNotFollowedBy:"%1 n'eo ket heuliet gant \\let, \\def, pe \\newcommand",UndefinedColorModel:'N\'eo ket termenet patrom liv "%1"',InvalidDecimalNumber:"Niver degel direizh",InvalidNumber:"Niver direizh",NewextarrowArg2:"Eil arguzenn %1 a rank beza\u00F1 daou niver anterin dispartiet gant ur virgulenn",NewextarrowArg3:"Trede arguzenn %1 a rank beza\u00F1 un niverenn arouezenn unicode",NoClosingChar:"Ne c'haller ket kavout an %1 serri\u00F1",CantUseHash2:"Implij direizh eus # er patrom evit %1",MismatchUseDef:"An implij eus %1 ne glot ket gant an termenadur anezha\u00F1",RunawayArgument:"Arguzenn diechu evit %1 ?",NoClosingDelim:"Ne c'haller ket kavout ur bevenner serri\u00F1 evit %1"}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/TeX.js");
19
+ MathJax.Localization.addTranslation("br","TeX",{version:"2.5.0",isLoaded:true,strings:{ExtraOpenMissingClose:"Briataenn digeri\u00F1 a re pe briataenn serri\u00F1 diank",ExtraCloseMissingOpen:"Briataenn serri\u00F1 a re pe briataenn digeri\u00F1 diank",MissingLeftExtraRight:"\\left diank pe \\right a re",ExtraLeftMissingRight:"\\left a re pe \\right diank",Misplaced:"%1 lec'hiet fall",AmbiguousUseOf:"Implij forc'hellek eus %1",EnvBadEnd:"\\begin{%1} zo echuet gant \\end{%2}",EnvMissingEnd:"\\end{%1} a vank",MissingBoxFor:"Ar voest a vank evit %1",MissingCloseBrace:"Ar vriataenn serri\u00F1 a vank",MisplacedMiddle:"%1 a rank beza\u00F1 e-barzh \\left ha \\right",MisplacedMoveRoot:"%1 ne c'hall beza\u00F1 nemet e-barzh ur wrizienn",MultipleCommand:"Meur a %1",IntegerArg:"Arguzenn %1 a rank beza\u00F1 un niver anterin",InvalidMathMLAttr:"Doareenn MathML direizh : %1",MissingArgFor:"Arguzenn diank evit %1",InvalidEnv:'Anv endro "%1" direizh',UnknownEnv:'endro dianav "%1"',TokenNotFoundForCommand:"N'eus ket bet gallet kavout %1 evit %2",MathNotTerminated:"Formulenn diechu er voest testenn",CommandNotAllowedInEnv:"%1 n'eo ket aotreet en endro %2",MultipleLabel:"Label '%1' termenet meur a wech",CommandAtTheBeginingOfLine:"%1 a rank beza\u00F1 e dero\u00F9 al linenn",BadMathStyleFor:"Stil matematikel direizh evit %1",PositiveIntegerArg:"Arguzenn %1 a rank beza\u00F1 un niver pozitivel anterin",MultlineRowsOneCol:"Ar renko\u00F9 e-barzh an endro %1 a rank kaout ur bann dres",MultipleBBoxProperty:"%1 diferet div wech e-barzh %2",ExtraEndMissingBegin:"%1 a re pe \\begingroup diank",GlobalNotFollowedBy:"%1 n'eo ket heuliet gant \\let, \\def, pe \\newcommand",UndefinedColorModel:'N\'eo ket termenet patrom liv "%1"',InvalidDecimalNumber:"Niver degel direizh",InvalidNumber:"Niver direizh",NewextarrowArg2:"Eil arguzenn %1 a rank beza\u00F1 daou niver anterin dispartiet gant ur virgulenn",NewextarrowArg3:"Trede arguzenn %1 a rank beza\u00F1 un niverenn arouezenn unicode",NoClosingChar:"Ne c'haller ket kavout an %1 serri\u00F1",CantUseHash2:"Implij direizh eus # er patrom evit %1",MismatchUseDef:"An implij eus %1 ne glot ket gant an termenadur anezha\u00F1",RunawayArgument:"Arguzenn diechu evit %1 ?",NoClosingDelim:"Ne c'haller ket kavout ur bevenner serri\u00F1 evit %1",MissingScript:"Arguzenn en usskrid pe en isskrid a vank",MissingOpenForSub:"Briataenn digeri\u00F1 a vank evit ar skrid en isskrid",MissingOpenForSup:"Briataenn digeri\u00F1 a vank evit ar skrid en usskrid",UndefinedControlSequence:"An urzh kontrolla\u00F1 %1 n'eo ket termenet",DoubleExponent:"Usskrid doubl : implijit briataenno\u00F9 evit sklaeraat",DoubleSubscripts:"Isskrid double : implijit briataenno\u00F9 evit sklaeraat",CantUseHash1:"Ne c'hallit ket implijout an arouezenn # er mod jedoniezh",MisplacedLimits:"N'eo aotreet an urzh %1 nemet gant an oberataerio\u00F9",NotMathMLToken:"N'eo ket an elfenn %1 un elfenn MathML elfennel",UnknownAttrForElement:"Dianav eo an doareenn %1 d'an elfenn %2",ExtraAlignTab:"Arouezenn steuda\u00F1 '\u0026' dic'hortoz evit testenn an urzh /cases",BracketMustBeDimension:"An argutezenn etre krochedo\u00F9 an urzh %1 a rank beza\u00F1 ur vent",ExtraCloseLooking:"Briataenn serri\u00F1 dic'hortoz pa'z eo bet enklasket %1",MissingCloseBracket:"Ne c'haller ket kavout ']' evit arguzenn an urzh %1",MissingOrUnrecognizedDelim:"Ar bevenner a vank pe n'eo ket anavezet gant an urzh %1",MissingDimOrUnits:"Ar Vent pe an unvez a vank evit an urzh %1",IllegalMacroParam:"N'eo ket aotreet an arventenn dave makro",IllegalAlign:"N'eo ket aotreet ar steudad evit an urzh %1",ErroneousNestingEq:"Empradur direizh ar frammo\u00F9 kevatalenno\u00F9",InvalidBBoxProperty:"Seblantout a ra n'eo ket an talvoud '%1' ul liv, ur ment marz bihanoc'h pe ur stil.",ModelArg1:"An talvoudo\u00F9 livio\u00F9 evit ar patrom %1 o deus ezhomm eus 3 niverenn",ModelArg2:"An talvoudo\u00F9 livio\u00F9 evit ar patrom %1 a rank beza\u00F1 etre %2 ha %3",NewextarrowArg1:"Arguzenn genta\u00F1 an urzhiad %1 a rank beza\u00F1 anv ur seka\u00F1s kontrolla\u00F1",IllegalControlSequenceName:"N'eo ket aotreet anv ar c'hontroll seka\u00F1s evit an urzh %1",IllegalParamNumber:"Niver direizh a arventenno\u00F9 evit an urzh %1",MissingCS:"%1 a rank beza\u00F1 heuliet gant ur seka\u00F1s kontrolla\u00F1",MissingReplacementString:"Ar chadennad arouezenno\u00F9 erlec'hia\u00F1 a vank evit an termenadur %1."}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/TeX.js");
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  * /MathJax/localization/br/br.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
- MathJax.Localization.addTranslation("br",null,{menuTitle:"brezhoneg",version:"2.3",isLoaded:true,domains:{_:{version:"2.3",isLoaded:true,strings:{MathProcessingError:"Fazi o treta\u00F1 ar formulenn",MathError:"Fazi er formulenn",LoadFile:"O karga\u00F1 %1",Loading:"O karga\u00F1",LoadFailed:"N'eus ket bet gallet karga\u00F1 %1",ProcessMath:"Treta\u00F1 ar formulenno\u00F9 : %1%%",Processing:"O treta\u00F1",TypesetMath:"Aoza\u00F1 formulenno\u00F9 : %1%%",Typesetting:"Aoza\u00F1",MathJaxNotSupported:"Ne c'hall ket ho merdeer ober gant MathJax"}},FontWarnings:{},"HTML-CSS":{},HelpDialog:{},MathML:{},MathMenu:{},TeX:{}},plural:function(a){if(a%10===1&&!(a%100===11||a%100===71||a%100===91)){return 1}if(a%10===2&&!(a%100===12||a%100===72||a%100===92)){return 2}if((a%10===3||a%10===4||a%10===9)&&!(10<=a%100&&a%100<=19||70<=a%100&&a%100<=79||90<=a%100&&a%100<=99)){return 3}if(a!==0&&a%1000000===0){return 4}return 5},number:function(a){return a}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/br.js");
19
+ MathJax.Localization.addTranslation("br",null,{menuTitle:"brezhoneg",version:"2.5.0",isLoaded:true,domains:{_:{version:"2.5.0",isLoaded:true,strings:{MathProcessingError:"Fazi o treta\u00F1 ar formulenn",MathError:"Fazi er formulenn",LoadFile:"O karga\u00F1 %1",Loading:"O karga\u00F1",LoadFailed:"N'eus ket bet gallet karga\u00F1 %1",ProcessMath:"Treta\u00F1 ar formulenno\u00F9 : %1%%",Processing:"O treta\u00F1",TypesetMath:"Aoza\u00F1 formulenno\u00F9 : %1%%",Typesetting:"Aoza\u00F1",MathJaxNotSupported:"Ne c'hall ket ho merdeer ober gant MathJax"}},FontWarnings:{},"HTML-CSS":{},HelpDialog:{},MathML:{},MathMenu:{},TeX:{}},plural:function(a){if(a%10===1&&!(a%100===11||a%100===71||a%100===91)){return 1}if(a%10===2&&!(a%100===12||a%100===72||a%100===92)){return 2}if((a%10===3||a%10===4||a%10===9)&&!(10<=a%100&&a%100<=19||70<=a%100&&a%100<=79||90<=a%100&&a%100<=99)){return 3}if(a!==0&&a%1000000===0){return 4}return 5},number:function(a){return a}});MathJax.Ajax.loadComplete("[MathJax]/localization/br/br.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ca/FontWarnings.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ca","FontWarnings",{version:"2.5.0",isLoaded:true,strings:{webFont:"MathJax est\u00E0 utilitzant fonts basades en web per mostrar les expressions matem\u00E0tiques d'aquesta p\u00E0gina. Aix\u00F2 porta un temps per descarregar, de tal manera que la p\u00E0gina es mostrar\u00E0 m\u00E9s r\u00E0pidament si instal\u00B7leu les fonts matem\u00E0tiques directament a la vostra carpeta de sistema de fonts.",imageFonts:"MathJaz est\u00E0 utilitzant les seves fonts d'imatge en comptes de fonts locals o basades en web. Aix\u00F2 pot fer que la composici\u00F3 de la p\u00E0gina sigui m\u00E9s lenta que l'habitual, i les expressions matem\u00E0tiques poden no imprimir-se a resoluci\u00F3 completa en la vostra impressora.",noFonts:"MathJax no pot localitzar una font per utilitzar-la a l'hora de mostrar les expressions matem\u00E0tiques, de tal manera que es recolza en car\u00E0cters Unicode gen\u00E8rics, amb el sup\u00F2sit que el vostre navegador ser\u00E0 capa\u00E7 de mostrar-les. Alguns car\u00E0cters poden no mostrar-se correctament, o fins i tot poden no mostrar-se en absolut.",webFonts:"La majoria de navegadors moderns permeten la desc\u00E0rrega de les fonts. Si actualitzeu a una versi\u00F3 m\u00E9s nova del vostre navegador (o si canvieu de navegador) podreu millorar la qualitat de les expressions matem\u00E0tiques d'aquesta p\u00E0gina.",fonts:"MathJax pot utilitzar tant les [fonts STIX](%1) com les [fonts TeX MathJax](%2). Descarregueu i instal\u00B7leu una d'aquestes fonts per millorar la vostra experi\u00E8ncia MathJax.",STIXPage:"Aquesta p\u00E0gina est\u00E0 dissenyada per usar les [fonts STIX](%1). Descarregueu i instal\u00B7leu aquestes fonts per millorar la vostra experi\u00E8ncia MathJax.",TeXPage:"Aquesta p\u00E0gina est\u00E0 dissenyada per usar les [fonts TeX MathJax](%1). Descarregueu i instal\u00B7leu aquestes fonts per millorar la vostra experi\u00E8ncia MathJax."}});MathJax.Ajax.loadComplete("[MathJax]/localization/ca/FontWarnings.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ca/HTML-CSS.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ca","HTML-CSS",{version:"2.5.0",isLoaded:true,strings:{LoadWebFont:"Carregant font web %1",CantLoadWebFont:"No es pot carregar la font web %1",FirefoxCantLoadWebFont:"Firefox no pot carregar fonts web des d'un servidor remot",CantFindFontUsing:"No es pot trobar una font v\u00E0lida usant %1",WebFontsNotAvailable:"Fonts web no disponibles. S'estan usant fonts d'imatge"}});MathJax.Ajax.loadComplete("[MathJax]/localization/ca/HTML-CSS.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ca/HelpDialog.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ca","HelpDialog",{version:"2.5.0",isLoaded:true,strings:{Help:"Ajuda MathJax",MathJax:"*MathJax* \u00E9s una llibreria JavaScript que permet als autors de p\u00E0gines incloure expressions matem\u00E0tiques a les seves p\u00E0gines web. Com a lector, no necessiteu res perqu\u00E8 pugueu visualitzar la p\u00E0gina.",Browsers:"*Navegadors*: MathJax funciona amb tots els navegadors moderns, incloent IE6+, Firefox 3+, Chrome 0.2+, Safari 2+, Opera 9.6+ i la majoria de navegadors m\u00F2bils.",Menu:"*Men\u00FA matem\u00E0tiques*: MathJax afegeix un men\u00FA contextual a les equacions. Feu clic amb el bot\u00F3 dret, o Ctrl-clic, sobre qualsevol f\u00F3rmula per accedir al men\u00FA.",ShowMath:"*Mostra f\u00F3rmula com a* us permet visualitzar el codi font de la f\u00F3rmula, per tal que pugueu copiar i enganxar (en format MathML o en el seu format original).",Settings:"*Configuraci\u00F3* us permet controlar diverses caracter\u00EDstiques de MathJax, com la mida de les f\u00F3rmules, i el mecanisme emprat per visualitzar les equacions.",Language:"*Idioma* us permet seleccionar l'idioma emprat per MathJax en els seus men\u00FAs i missatges d'advert\u00E8ncia.",Zoom:"*Zoom*: Si teniu dificultats a l'hora de llegir una equaci\u00F3, MathJax pot ampliar-la per ajudar-vos a veure-la millor.",Accessibilty:"*Accessibilitat*: MathJax funciona autom\u00E0ticament amb lectors de pantalla, per tal de fer les expressions matem\u00E0tiques accessibles a aquells que tenen dificultats de visi\u00F3.",Fonts:"*Fonts*: MathJax usa algunes fonts matem\u00E0tiques si estan instal\u00B7lades al vostre ordinador; si no les hi troba, usar\u00E0 fonts basades en la web. Encara que no \u00E9s necessari, si instal\u00B7leu les fonts localment, aix\u00F2i ajudar\u00E0 a qu\u00E8 la composici\u00F3 de la p\u00E0gina sigui m\u00E9s r\u00E0pida. Us suggerim que instal\u00B7leu les [fonts STIX](%1)."}});MathJax.Ajax.loadComplete("[MathJax]/localization/ca/HelpDialog.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ca/MathML.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ca","MathML",{version:"2.5.0",isLoaded:true,strings:{BadMglyph:"Mglyph incorrecte: %1",BadMglyphFont:"Font incorrecta: %1",MathPlayer:"MathJax no ha pogut configurar MathPlayer.\n\nSi MathPlayer no est\u00E0 instal\u00B7lat, necessiteu instal\u00B7lar-lo pr\u00E8viament. Altrament, pot ser que la vostra configuraci\u00F3 de seguretat estigui bloquejant l'execuci\u00F3 de controls ActiveX. Useu el men\u00FA Opcions d'Internet dins el men\u00FA Eines i seleccioneu la pestanya Seguretat, i llavors premeu el bot\u00F3 Nivell Personalitzat. Assegureu-vos que les configuracions per 'Executar Controls ActiveX' i 'Comportaments binari i script' estan activades.\n\nDe moment veureu missatges d'error en comptes de f\u00F3rmules matem\u00E0tiques.",CantCreateXMLParser:"MathJax no pot crear un analitzador XML per MathML. Comproveu que la configuraci\u00F3 de seguretat 'Controls de script ActiveX marcats segurs per scripting' est\u00E0 marcada (aneu a l'opci\u00F3 Opcions d'Internet dins el men\u00FA Eines, i seleccioneu el panell de Seguretat; despr\u00E9s, cliqueu el bot\u00F3 Nivell Personalitzat per activar aquesta configuraci\u00F3).\n\nLes equacions MathML no podran ser processades per MathJax",UnknownNodeType:"Tipus de node desconegut: %1",UnexpectedTextNode:"Node de text inesperat: %1",ErrorParsingMathML:"Error d'an\u00E0lisi MathML",ParsingError:"Error d'an\u00E0lisi MathML: %1",MathMLSingleElement:"MathML ha d'estar format per un sol element",MathMLRootElement:"MathML ha d'estar format per un element \u003Cmath\u003E, no per %1"}});MathJax.Ajax.loadComplete("[MathJax]/localization/ca/MathML.js");
@@ -0,0 +1,19 @@
1
+ /*
2
+ * /MathJax/localization/ca/MathMenu.js
3
+ *
4
+ * Copyright (c) 2009-2015 The MathJax Consortium
5
+ *
6
+ * Licensed under the Apache License, Version 2.0 (the "License");
7
+ * you may not use this file except in compliance with the License.
8
+ * You may obtain a copy of the License at
9
+ *
10
+ * http://www.apache.org/licenses/LICENSE-2.0
11
+ *
12
+ * Unless required by applicable law or agreed to in writing, software
13
+ * distributed under the License is distributed on an "AS IS" BASIS,
14
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ * See the License for the specific language governing permissions and
16
+ * limitations under the License.
17
+ */
18
+
19
+ MathJax.Localization.addTranslation("ca","MathMenu",{version:"2.5.0",isLoaded:true,strings:{Show:"Mostra f\u00F3rmules com a",MathMLcode:"Codi MathML",OriginalMathML:"MathML original",TeXCommands:"Comands TeX",AsciiMathInput:"Entrada de AsciiMathML",Original:"Forma original",ErrorMessage:"Missatge d'error",Annotation:"Anotaci\u00F3",TeX:"TeX",StarMath:"StarMath",Maple:"Maple",ContentMathML:"Contingut MathML",OpenMath:"OpenMath",texHints:"Mostra ajudes TeX en MathML",Settings:"Configuraci\u00F3 de MathML",ZoomTrigger:"Control de zoom",Hover:"Passar el ratol\u00ED per sobre",Click:"Clic",DoubleClick:"Doble-clic",NoZoom:"Sense zoom",TriggerRequires:"El control requereix:",Option:"Opci\u00F3",Alt:"Alt",Command:"Comand",Control:"Control",Shift:"Maj\u00FAscules",ZoomFactor:"Factor de zoom",Renderer:"Processador de f\u00F3rmules",MPHandles:"Permetre que MathPlayer controli:",MenuEvents:"Events de men\u00FA",MouseEvents:"Events de ratol\u00ED",MenuAndMouse:"Events de ratol\u00ED i de men\u00FA",FontPrefs:"Prefer\u00E8ncies de font",ForHTMLCSS:"Per HTML-CSS:",Auto:"Auto",TeXLocal:"TeX (local)",TeXWeb:"TeX (web)",TeXImage:"TeX (imatge)",STIXLocal:"STIX (local)",STIXWeb:"STIX (web)",AsanaMathWeb:"Asana Math (web)",GyrePagellaWeb:"Gyre Pagella (web)",GyreTermesWeb:"Gyre Termes (web)",LatinModernWeb:"Latin Modern (web)",NeoEulerWeb:"Neo Euler (web)",ContextMenu:"Men\u00FA contextual",Browser:"Navegador",Scale:"Escalar totes les f\u00F3mules...",Discoverable:"Iluminar quan el ratol\u00ED passi per sobre",Locale:"Idioma",LoadLocale:"Carregar de la URL...",About:"Sobre MathJax",Help:"Ajuda de MathJax",localTeXfonts:"usar fonts TeX locals",webTeXfonts:"usar font web TeX",imagefonts:"usar fonts d'imatge",localSTIXfonts:"usar fonts STIX locals",webSVGfonts:"usar fonts SVG web",genericfonts:"usar fonts gen\u00E8riques Unicode",wofforotffonts:"fonts WOFF o OTF",eotffonts:"fonts EOT",svgfonts:"fonts SVG",WebkitNativeMMLWarning:"Sembla que el vostre navegador no permet MathML de forma nativa; si canvieu a la visualitzaci\u00F3 MathML pot ser que les f\u00F3rmules de la p\u00E0gina no es puguin llegir correctament",MSIENativeMMLWarning:"Internet Explorer requereix el plugin MathPlayer per processar el resultat de MathML",OperaNativeMMLWarning:"El suport d'Opera per MathML \u00E9s limitat; si canvieu a la visualitzaci\u00F3 MathML pot ser que algunes expressions no es visualitzin correctament.",SafariNativeMMLWarning:"El MathML del vostre navegador no implementa totes les caracter\u00EDstiques usades per MathJax; algunes expressions poden no visualitzar-se correctament.",FirefoxNativeMMLWarning:"El MathML del vostre navegador no implementa totes les caracter\u00EDstiques usades per MathJax; algunes expressions poden no visualitzar-se correctament.",MSIESVGWarning:"SVG no est\u00E0 implementat en Internet Explorer anterior a IE9 o quan est\u00E0 emulant IE8 o anterior. Si canvieu a visualitzaci\u00F3 SVG, les f\u00F3rmules no es visualitzaran correctament.",LoadURL:"Carregar les dades de traducci\u00F3 d'aquesta URL:",BadURL:"La URL ha de ser per un arxiu JavaScript que defineixi les dades de traducci\u00F3 per MathJax. Els noms d'arxius JavaScript han de finalitzar amb '.js'",BadData:"No s'han pogut carregar les dades de traducci\u00F3 des de %1",SwitchAnyway:"Canviar la visualitzaci\u00F3 de totes maneres?\n\n(Premeu Acceptar per canviar, Cancel\u00B7lar per continuar amb la visualitzaci\u00F3 actual)",ScaleMath:"Escalar totes les f\u00F3rmules (en comparaci\u00F3 amb el text adjacent) per",NonZeroScale:"L'escalat no pot ser zero",PercentScale:"L'escalat ha de ser un percentatge (per exemple 120%%)",IE8warning:"Aix\u00F2 desactivar\u00E0 les caracter\u00EDstiques de men\u00FA i zoom de MathJax, per\u00F2 podeu fer Alt-clic sobre una expressi\u00F3 per mostrar el men\u00FA MathJax.\n\nRealment voleu canviar la configuraci\u00F3 de MathPlayer?",IE9warning:"El men\u00FA contextual de MathJax es desactivar\u00E0, per\u00F2 podeu fer Alt-clic sobre una expressi\u00F3 per mostrar el men\u00FA MathJax.",NoOriginalForm:"No s'ha trobat cap forma original",Close:"Tanca",EqSource:"Codi font d'equaci\u00F3 MathJax"}});MathJax.Ajax.loadComplete("[MathJax]/localization/ca/MathMenu.js");