amiba 0.0.8 → 0.0.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (619) hide show
  1. data/bin/amiba-wp-import +11 -0
  2. data/lib/amiba/all.rb +6 -0
  3. data/lib/amiba/entry.rb +1 -1
  4. data/lib/amiba/frontend/Gemfile +12 -0
  5. data/lib/amiba/frontend/Gemfile.lock +76 -0
  6. data/lib/amiba/frontend/app.rb +214 -0
  7. data/lib/amiba/frontend/config.ru +6 -0
  8. data/lib/amiba/frontend/public/css/dialog.css +141 -0
  9. data/lib/amiba/frontend/public/css/editor.css +537 -0
  10. data/lib/amiba/frontend/public/css/gollum.css +664 -0
  11. data/lib/amiba/frontend/public/css/ie7.css +69 -0
  12. data/lib/amiba/frontend/public/css/template.css +316 -0
  13. data/lib/amiba/frontend/public/images/icon-sprite.png +0 -0
  14. data/lib/amiba/frontend/public/javascript/MathJax/MathJax.js +43 -0
  15. data/lib/amiba/frontend/public/javascript/MathJax/config/MMLorHTML.js +18 -0
  16. data/lib/amiba/frontend/public/javascript/MathJax/config/MathJax.js +590 -0
  17. data/lib/amiba/frontend/public/javascript/MathJax/config/local/local.js +37 -0
  18. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/CSS-styles.html +173 -0
  19. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/HTML-snippets.html +170 -0
  20. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_images/badge.gif +0 -0
  21. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_images/mt_head.png +0 -0
  22. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_images/mt_menu.png +0 -0
  23. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_images/mt_templates.png +0 -0
  24. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_images/wp_menu.png +0 -0
  25. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_images/wp_templates.png +0 -0
  26. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/CSS-styles.txt +79 -0
  27. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/HTML-snippets.txt +83 -0
  28. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/ajax.txt +196 -0
  29. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/callback.txt +259 -0
  30. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/elementjax.txt +122 -0
  31. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/html.txt +122 -0
  32. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/hub.txt +330 -0
  33. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/index.txt +44 -0
  34. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/inputjax.txt +86 -0
  35. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/jax.txt +148 -0
  36. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/message.txt +86 -0
  37. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/object.txt +210 -0
  38. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/outputjax.txt +100 -0
  39. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/queue.txt +99 -0
  40. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/signal.txt +154 -0
  41. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/api/variable.txt +83 -0
  42. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/callbacks.txt +228 -0
  43. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/community.txt +60 -0
  44. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/configuration.txt +375 -0
  45. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/dynamic.txt +181 -0
  46. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/glossary.txt +75 -0
  47. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/index.txt +71 -0
  48. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/installation.txt +184 -0
  49. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/jsMath.txt +31 -0
  50. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/mathjax.txt +36 -0
  51. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/mathml.txt +97 -0
  52. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/model.txt +224 -0
  53. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/FontWarnings.txt +140 -0
  54. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/HTML-CSS.txt +119 -0
  55. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/MMLorHTML.txt +42 -0
  56. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/MathML.txt +27 -0
  57. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/MathMenu.txt +79 -0
  58. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/MathZoom.txt +42 -0
  59. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/NativeMML.txt +61 -0
  60. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/TeX.txt +67 -0
  61. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/hub.txt +209 -0
  62. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/jsMath2jax.txt +53 -0
  63. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/mml2jax.txt +53 -0
  64. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/options/tex2jax.txt +137 -0
  65. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/output.txt +126 -0
  66. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/platforms/index.txt +65 -0
  67. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/platforms/movable-type.txt +41 -0
  68. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/platforms/wordpress.txt +42 -0
  69. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/queues.txt +254 -0
  70. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/signals.txt +161 -0
  71. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/start.txt +314 -0
  72. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/startup.txt +152 -0
  73. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/synchronize.txt +65 -0
  74. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/tex.txt +1090 -0
  75. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_sources/typeset.txt +229 -0
  76. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/basic.css +509 -0
  77. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/doctools.js +247 -0
  78. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/file.png +0 -0
  79. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/jquery.js +154 -0
  80. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/mathjax_mathml.user.js +22 -0
  81. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/mathjax_wikipedia.user.js +35 -0
  82. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/minus.png +0 -0
  83. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/mj.css +223 -0
  84. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/plus.png +0 -0
  85. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/pygments.css +61 -0
  86. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/searchtools.js +505 -0
  87. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/_static/underscore.js +16 -0
  88. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/ajax.html +406 -0
  89. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/callback.html +435 -0
  90. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/elementjax.html +283 -0
  91. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/html.html +292 -0
  92. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/hub.html +674 -0
  93. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/index.html +144 -0
  94. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/inputjax.html +221 -0
  95. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/jax.html +319 -0
  96. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/message.html +224 -0
  97. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/object.html +356 -0
  98. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/outputjax.html +246 -0
  99. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/queue.html +247 -0
  100. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/signal.html +334 -0
  101. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/api/variable.html +220 -0
  102. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/callbacks.html +305 -0
  103. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/community.html +155 -0
  104. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/configuration.html +434 -0
  105. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/dynamic.html +274 -0
  106. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/genindex.html +295 -0
  107. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/glossary.html +160 -0
  108. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/index.html +177 -0
  109. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/installation.html +262 -0
  110. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/jsMath.html +128 -0
  111. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/mathjax.html +137 -0
  112. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/mathml.html +194 -0
  113. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/model.html +305 -0
  114. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/objects.inv +0 -0
  115. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/FontWarnings.html +264 -0
  116. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/HTML-CSS.html +241 -0
  117. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/MMLorHTML.html +143 -0
  118. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/MathML.html +132 -0
  119. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/MathMenu.html +194 -0
  120. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/MathZoom.html +147 -0
  121. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/NativeMML.html +171 -0
  122. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/TeX.html +175 -0
  123. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/hub.html +342 -0
  124. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/jsMath2jax.html +154 -0
  125. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/mml2jax.html +154 -0
  126. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/options/tex2jax.html +249 -0
  127. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/output.html +218 -0
  128. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/platforms/index.html +168 -0
  129. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/platforms/movable-type.html +145 -0
  130. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/platforms/wordpress.html +146 -0
  131. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/queues.html +334 -0
  132. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/search.html +95 -0
  133. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/searchindex.js +1 -0
  134. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/signals.html +257 -0
  135. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/start.html +374 -0
  136. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/startup.html +239 -0
  137. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/synchronize.html +161 -0
  138. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/tex.html +1152 -0
  139. data/lib/amiba/frontend/public/javascript/MathJax/docs/html/typeset.html +318 -0
  140. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/CSS-styles.rst +79 -0
  141. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/HTML-snippets.rst +83 -0
  142. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_mathml.user.js +22 -0
  143. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/_static/mathjax_wikipedia.user.js +35 -0
  144. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/ajax.rst +196 -0
  145. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/callback.rst +259 -0
  146. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/elementjax.rst +122 -0
  147. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/html.rst +122 -0
  148. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/hub.rst +330 -0
  149. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/index.rst +44 -0
  150. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/inputjax.rst +86 -0
  151. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/jax.rst +148 -0
  152. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/message.rst +86 -0
  153. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/object.rst +210 -0
  154. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/outputjax.rst +100 -0
  155. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/queue.rst +99 -0
  156. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/signal.rst +154 -0
  157. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/api/variable.rst +83 -0
  158. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/callbacks.rst +228 -0
  159. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/community.rst +60 -0
  160. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/conf.py +198 -0
  161. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/configuration.rst +375 -0
  162. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/dynamic.rst +181 -0
  163. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/glossary.rst +75 -0
  164. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/images/mt_head.png +0 -0
  165. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/images/mt_menu.png +0 -0
  166. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/images/mt_templates.png +0 -0
  167. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/images/wp_menu.png +0 -0
  168. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/images/wp_templates.png +0 -0
  169. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/index.rst +71 -0
  170. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/installation.rst +184 -0
  171. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/jsMath.rst +31 -0
  172. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/mathjax.rst +36 -0
  173. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/mathml.rst +97 -0
  174. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/mjtheme/static/mj.css_t +256 -0
  175. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/mjtheme/theme.conf +30 -0
  176. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/model.rst +224 -0
  177. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/FontWarnings.rst +140 -0
  178. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/HTML-CSS.rst +119 -0
  179. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/MMLorHTML.rst +42 -0
  180. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/MathML.rst +27 -0
  181. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/MathMenu.rst +79 -0
  182. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/MathZoom.rst +42 -0
  183. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/NativeMML.rst +61 -0
  184. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/TeX.rst +67 -0
  185. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/hub.rst +209 -0
  186. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/jsMath2jax.rst +53 -0
  187. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/mml2jax.rst +53 -0
  188. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/options/tex2jax.rst +137 -0
  189. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/output.rst +126 -0
  190. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/platforms/index.rst +65 -0
  191. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/platforms/movable-type.rst +41 -0
  192. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/platforms/wordpress.rst +42 -0
  193. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/queues.rst +254 -0
  194. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/signals.rst +161 -0
  195. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/start.rst +314 -0
  196. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/startup.rst +152 -0
  197. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/synchronize.rst +65 -0
  198. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/tex.rst +1090 -0
  199. data/lib/amiba/frontend/public/javascript/MathJax/docs/rst/typeset.rst +229 -0
  200. data/lib/amiba/frontend/public/javascript/MathJax/extensions/FontWarnings.js +18 -0
  201. data/lib/amiba/frontend/public/javascript/MathJax/extensions/MathMenu.js +18 -0
  202. data/lib/amiba/frontend/public/javascript/MathJax/extensions/MathZoom.js +18 -0
  203. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/AMSmath.js +18 -0
  204. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/AMSsymbols.js +18 -0
  205. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/autobold.js +18 -0
  206. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/boldsymbol.js +18 -0
  207. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/mathchoice.js +18 -0
  208. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/newcommand.js +18 -0
  209. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/noErrors.js +18 -0
  210. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/noUndefined.js +18 -0
  211. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/unicode.js +18 -0
  212. data/lib/amiba/frontend/public/javascript/MathJax/extensions/TeX/verb.js +18 -0
  213. data/lib/amiba/frontend/public/javascript/MathJax/extensions/jsMath2jax.js +18 -0
  214. data/lib/amiba/frontend/public/javascript/MathJax/extensions/mml2jax.js +18 -0
  215. data/lib/amiba/frontend/public/javascript/MathJax/extensions/tex2jax.js +18 -0
  216. data/lib/amiba/frontend/public/javascript/MathJax/extensions/toMathML.js +18 -0
  217. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/jax.js +19 -0
  218. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/Arrows.js +18 -0
  219. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/BasicLatin.js +18 -0
  220. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiacritMarks.js +18 -0
  221. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/CombDiactForSymbols.js +18 -0
  222. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/Dingbats.js +18 -0
  223. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/GeneralPunctuation.js +18 -0
  224. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/GeometricShapes.js +18 -0
  225. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/GreekAndCoptic.js +18 -0
  226. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/Latin1Supplement.js +18 -0
  227. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/LetterlikeSymbols.js +18 -0
  228. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/MathOperators.js +18 -0
  229. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsA.js +18 -0
  230. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscMathSymbolsB.js +18 -0
  231. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/MiscTechnical.js +18 -0
  232. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/SpacingModLetters.js +18 -0
  233. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/SuppMathOperators.js +18 -0
  234. data/lib/amiba/frontend/public/javascript/MathJax/jax/element/mml/optable/SupplementalArrowsB.js +18 -0
  235. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/config.js +18 -0
  236. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/a.js +18 -0
  237. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/b.js +18 -0
  238. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/c.js +18 -0
  239. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/d.js +18 -0
  240. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/e.js +18 -0
  241. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/f.js +18 -0
  242. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/fr.js +18 -0
  243. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/g.js +18 -0
  244. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/h.js +18 -0
  245. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/i.js +18 -0
  246. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/j.js +18 -0
  247. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/k.js +18 -0
  248. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/l.js +18 -0
  249. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/m.js +18 -0
  250. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/n.js +18 -0
  251. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/o.js +18 -0
  252. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/opf.js +18 -0
  253. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/p.js +18 -0
  254. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/q.js +18 -0
  255. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/r.js +18 -0
  256. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/s.js +18 -0
  257. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/scr.js +18 -0
  258. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/t.js +18 -0
  259. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/u.js +18 -0
  260. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/v.js +18 -0
  261. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/w.js +18 -0
  262. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/x.js +18 -0
  263. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/y.js +18 -0
  264. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/entities/z.js +18 -0
  265. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/MathML/jax.js +18 -0
  266. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/TeX/config.js +18 -0
  267. data/lib/amiba/frontend/public/javascript/MathJax/jax/input/TeX/jax.js +19 -0
  268. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/maction.js +18 -0
  269. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/menclose.js +18 -0
  270. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mglyph.js +18 -0
  271. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mmultiscripts.js +18 -0
  272. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/ms.js +18 -0
  273. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/mtable.js +18 -0
  274. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/autoload/multiline.js +18 -0
  275. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/config.js +18 -0
  276. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/AlphaPresentForms.js +18 -0
  277. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Arrows.js +18 -0
  278. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoldFraktur.js +18 -0
  279. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/BoxDrawing.js +18 -0
  280. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiacritMarks.js +18 -0
  281. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CombDiactForSymbols.js +18 -0
  282. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/ControlPictures.js +18 -0
  283. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/CurrencySymbols.js +18 -0
  284. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Cyrillic.js +18 -0
  285. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/EnclosedAlphanum.js +18 -0
  286. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeneralPunctuation.js +18 -0
  287. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GeometricShapes.js +18 -0
  288. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekAndCoptic.js +18 -0
  289. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekBold.js +18 -0
  290. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/GreekSSBold.js +18 -0
  291. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/IPAExtensions.js +18 -0
  292. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Latin1Supplement.js +18 -0
  293. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedA.js +18 -0
  294. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedAdditional.js +18 -0
  295. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LatinExtendedB.js +18 -0
  296. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/LetterlikeSymbols.js +18 -0
  297. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/Main.js +18 -0
  298. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathBold.js +18 -0
  299. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathOperators.js +18 -0
  300. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MathSSBold.js +18 -0
  301. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsA.js +18 -0
  302. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscMathSymbolsB.js +18 -0
  303. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscSymbols.js +18 -0
  304. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/MiscTechnical.js +18 -0
  305. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/NumberForms.js +18 -0
  306. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/PhoneticExtensions.js +18 -0
  307. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SpacingModLetters.js +18 -0
  308. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuperAndSubscripts.js +18 -0
  309. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Bold/SuppMathOperators.js +18 -0
  310. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/AlphaPresentForms.js +18 -0
  311. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BasicLatin.js +18 -0
  312. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/BoxDrawing.js +18 -0
  313. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CombDiactForSymbols.js +18 -0
  314. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/ControlPictures.js +18 -0
  315. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/CurrencySymbols.js +18 -0
  316. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Cyrillic.js +18 -0
  317. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/EnclosedAlphanum.js +18 -0
  318. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GeneralPunctuation.js +18 -0
  319. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekAndCoptic.js +18 -0
  320. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekBoldItalic.js +18 -0
  321. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/GreekSSBoldItalic.js +18 -0
  322. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/IPAExtensions.js +18 -0
  323. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Latin1Supplement.js +18 -0
  324. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedA.js +18 -0
  325. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedAdditional.js +18 -0
  326. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LatinExtendedB.js +18 -0
  327. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/LetterlikeSymbols.js +18 -0
  328. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/Main.js +18 -0
  329. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldItalic.js +18 -0
  330. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathBoldScript.js +18 -0
  331. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathOperators.js +18 -0
  332. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/MathSSItalicBold.js +18 -0
  333. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/BoldItalic/SpacingModLetters.js +18 -0
  334. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/AlphaPresentForms.js +18 -0
  335. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/BoxDrawing.js +18 -0
  336. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CombDiactForSymbols.js +18 -0
  337. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ControlPictures.js +18 -0
  338. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/CurrencySymbols.js +18 -0
  339. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Cyrillic.js +18 -0
  340. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/EnclosedAlphanum.js +18 -0
  341. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GeneralPunctuation.js +18 -0
  342. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekAndCoptic.js +18 -0
  343. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/GreekItalic.js +18 -0
  344. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/IPAExtensions.js +18 -0
  345. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Latin1Supplement.js +18 -0
  346. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedA.js +18 -0
  347. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedAdditional.js +18 -0
  348. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LatinExtendedB.js +18 -0
  349. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/LetterlikeSymbols.js +18 -0
  350. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/Main.js +18 -0
  351. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathItalic.js +18 -0
  352. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathOperators.js +18 -0
  353. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathSSItalic.js +18 -0
  354. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/MathScript.js +18 -0
  355. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/SpacingModLetters.js +18 -0
  356. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Italic/ij.js +18 -0
  357. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/AlphaPresentForms.js +18 -0
  358. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Arrows.js +18 -0
  359. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BBBold.js +18 -0
  360. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BlockElements.js +18 -0
  361. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoldFraktur.js +18 -0
  362. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/BoxDrawing.js +18 -0
  363. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CJK.js +18 -0
  364. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiacritMarks.js +18 -0
  365. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CombDiactForSymbols.js +18 -0
  366. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ControlPictures.js +18 -0
  367. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/CurrencySymbols.js +18 -0
  368. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Cyrillic.js +18 -0
  369. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Dingbats.js +18 -0
  370. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/EnclosedAlphanum.js +18 -0
  371. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Fraktur.js +18 -0
  372. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeneralPunctuation.js +18 -0
  373. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GeometricShapes.js +18 -0
  374. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekAndCoptic.js +18 -0
  375. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBold.js +18 -0
  376. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekBoldItalic.js +18 -0
  377. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekItalic.js +18 -0
  378. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBold.js +18 -0
  379. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/GreekSSBoldItalic.js +18 -0
  380. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/IPAExtensions.js +18 -0
  381. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Latin1Supplement.js +18 -0
  382. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedA.js +18 -0
  383. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedAdditional.js +18 -0
  384. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedB.js +18 -0
  385. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LatinExtendedD.js +18 -0
  386. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/LetterlikeSymbols.js +18 -0
  387. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/Main.js +18 -0
  388. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBold.js +18 -0
  389. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldItalic.js +18 -0
  390. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathBoldScript.js +18 -0
  391. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathItalic.js +18 -0
  392. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathOperators.js +18 -0
  393. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSS.js +18 -0
  394. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSBold.js +18 -0
  395. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalic.js +18 -0
  396. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathSSItalicBold.js +18 -0
  397. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathScript.js +18 -0
  398. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MathTT.js +18 -0
  399. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsA.js +18 -0
  400. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscMathSymbolsB.js +18 -0
  401. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbols.js +18 -0
  402. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscSymbolsAndArrows.js +18 -0
  403. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/MiscTechnical.js +18 -0
  404. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/NumberForms.js +18 -0
  405. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/PhoneticExtensions.js +18 -0
  406. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SpacingModLetters.js +18 -0
  407. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuperAndSubscripts.js +18 -0
  408. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SuppMathOperators.js +18 -0
  409. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsA.js +18 -0
  410. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/SupplementalArrowsB.js +18 -0
  411. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/General/Regular/ij.js +18 -0
  412. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Bold/All.js +18 -0
  413. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/All.js +18 -0
  414. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsD/Regular/Main.js +18 -0
  415. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Bold/All.js +18 -0
  416. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/All.js +18 -0
  417. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsSm/Regular/Main.js +18 -0
  418. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Bold/All.js +18 -0
  419. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/All.js +18 -0
  420. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUp/Regular/Main.js +18 -0
  421. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Bold/All.js +18 -0
  422. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/All.js +18 -0
  423. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpD/Regular/Main.js +18 -0
  424. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Bold/All.js +18 -0
  425. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/All.js +18 -0
  426. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/IntegralsUpSm/Regular/Main.js +18 -0
  427. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/All.js +18 -0
  428. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/Main.js +18 -0
  429. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Bold/PrivateUse.js +18 -0
  430. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/All.js +18 -0
  431. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/Main.js +18 -0
  432. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/BoldItalic/PrivateUse.js +18 -0
  433. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/All.js +18 -0
  434. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/Main.js +18 -0
  435. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Italic/PrivateUse.js +18 -0
  436. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/All.js +18 -0
  437. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/Main.js +18 -0
  438. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/NonUnicode/Regular/PrivateUse.js +18 -0
  439. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/All.js +18 -0
  440. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFiveSym/Regular/Main.js +18 -0
  441. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Bold/Main.js +18 -0
  442. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/All.js +18 -0
  443. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeFourSym/Regular/Main.js +18 -0
  444. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/All.js +18 -0
  445. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Bold/Main.js +18 -0
  446. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/All.js +18 -0
  447. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeOneSym/Regular/Main.js +18 -0
  448. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Bold/Main.js +18 -0
  449. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/All.js +18 -0
  450. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeThreeSym/Regular/Main.js +18 -0
  451. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Bold/Main.js +18 -0
  452. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/All.js +18 -0
  453. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/SizeTwoSym/Regular/Main.js +18 -0
  454. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/All.js +18 -0
  455. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Bold/Main.js +18 -0
  456. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/All.js +18 -0
  457. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/Variants/Regular/Main.js +18 -0
  458. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata-beta.js +18 -0
  459. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/STIX/fontdata.js +19 -0
  460. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Arrows.js +18 -0
  461. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BBBold.js +18 -0
  462. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/BoxDrawing.js +18 -0
  463. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/CombDiacritMarks.js +18 -0
  464. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Dingbats.js +18 -0
  465. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/EnclosedAlphanum.js +18 -0
  466. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeneralPunctuation.js +18 -0
  467. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GeometricShapes.js +18 -0
  468. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/GreekAndCoptic.js +18 -0
  469. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Latin1Supplement.js +18 -0
  470. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LatinExtendedA.js +18 -0
  471. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/LetterlikeSymbols.js +18 -0
  472. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/Main.js +18 -0
  473. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MathOperators.js +18 -0
  474. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/MiscTechnical.js +18 -0
  475. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/PUA.js +18 -0
  476. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SpacingModLetters.js +18 -0
  477. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js +18 -0
  478. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Bold/Main.js +18 -0
  479. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Caligraphic/Regular/Main.js +18 -0
  480. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/BasicLatin.js +18 -0
  481. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Main.js +18 -0
  482. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/Other.js +18 -0
  483. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Bold/PUA.js +18 -0
  484. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/BasicLatin.js +18 -0
  485. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Main.js +18 -0
  486. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/Other.js +18 -0
  487. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Fraktur/Regular/PUA.js +18 -0
  488. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Bold/Main.js +18 -0
  489. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/BoldItalic/Main.js +18 -0
  490. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Italic/Main.js +18 -0
  491. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Greek/Regular/Main.js +18 -0
  492. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Arrows.js +18 -0
  493. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiacritMarks.js +18 -0
  494. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/CombDiactForSymbols.js +18 -0
  495. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeneralPunctuation.js +18 -0
  496. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GeometricShapes.js +18 -0
  497. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/GreekAndCoptic.js +18 -0
  498. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Latin1Supplement.js +18 -0
  499. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedA.js +18 -0
  500. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LatinExtendedB.js +18 -0
  501. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/LetterlikeSymbols.js +18 -0
  502. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/Main.js +18 -0
  503. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MathOperators.js +18 -0
  504. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscMathSymbolsA.js +18 -0
  505. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscSymbols.js +18 -0
  506. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/MiscTechnical.js +18 -0
  507. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SpacingModLetters.js +18 -0
  508. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SuppMathOperators.js +18 -0
  509. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Bold/SupplementalArrowsA.js +18 -0
  510. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/CombDiacritMarks.js +18 -0
  511. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GeneralPunctuation.js +18 -0
  512. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/GreekAndCoptic.js +18 -0
  513. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Latin1Supplement.js +18 -0
  514. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedA.js +18 -0
  515. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LatinExtendedB.js +18 -0
  516. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/LetterlikeSymbols.js +18 -0
  517. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Italic/Main.js +18 -0
  518. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Arrows.js +18 -0
  519. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiacritMarks.js +18 -0
  520. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/CombDiactForSymbols.js +18 -0
  521. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeneralPunctuation.js +18 -0
  522. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GeometricShapes.js +18 -0
  523. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/GreekAndCoptic.js +18 -0
  524. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Latin1Supplement.js +18 -0
  525. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedA.js +18 -0
  526. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LatinExtendedB.js +18 -0
  527. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/LetterlikeSymbols.js +18 -0
  528. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/Main.js +18 -0
  529. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MathOperators.js +18 -0
  530. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscMathSymbolsA.js +18 -0
  531. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscSymbols.js +18 -0
  532. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/MiscTechnical.js +18 -0
  533. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SuppMathOperators.js +18 -0
  534. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Main/Regular/SupplementalArrowsA.js +18 -0
  535. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/BoldItalic/Main.js +18 -0
  536. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Math/Italic/Main.js +18 -0
  537. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/BasicLatin.js +18 -0
  538. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/CombDiacritMarks.js +18 -0
  539. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Main.js +18 -0
  540. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Bold/Other.js +18 -0
  541. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/BasicLatin.js +18 -0
  542. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/CombDiacritMarks.js +18 -0
  543. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Main.js +18 -0
  544. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Italic/Other.js +18 -0
  545. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/BasicLatin.js +18 -0
  546. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/CombDiacritMarks.js +18 -0
  547. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Main.js +18 -0
  548. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/SansSerif/Regular/Other.js +18 -0
  549. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/BasicLatin.js +18 -0
  550. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Script/Regular/Main.js +18 -0
  551. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size1/Regular/Main.js +18 -0
  552. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size2/Regular/Main.js +18 -0
  553. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size3/Regular/Main.js +18 -0
  554. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Size4/Regular/Main.js +18 -0
  555. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/BasicLatin.js +18 -0
  556. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/CombDiacritMarks.js +18 -0
  557. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Main.js +18 -0
  558. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/Typewriter/Regular/Other.js +18 -0
  559. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinChrome/Regular/Main.js +18 -0
  560. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/AMS.js +18 -0
  561. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Bold.js +18 -0
  562. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/WinIE6/Regular/Main.js +18 -0
  563. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/fonts/TeX/fontdata.js +19 -0
  564. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/imageFonts.js +18 -0
  565. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/HTML-CSS/jax.js +19 -0
  566. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/NativeMML/config.js +18 -0
  567. data/lib/amiba/frontend/public/javascript/MathJax/jax/output/NativeMML/jax.js +18 -0
  568. data/lib/amiba/frontend/public/javascript/MathJax/test/index-images.html +127 -0
  569. data/lib/amiba/frontend/public/javascript/MathJax/test/index.html +177 -0
  570. data/lib/amiba/frontend/public/javascript/MathJax/test/sample-dynamic.html +54 -0
  571. data/lib/amiba/frontend/public/javascript/MathJax/test/sample-mml.html +44 -0
  572. data/lib/amiba/frontend/public/javascript/MathJax/test/sample-signals.html +121 -0
  573. data/lib/amiba/frontend/public/javascript/MathJax/test/sample-tex.html +22 -0
  574. data/lib/amiba/frontend/public/javascript/MathJax/test/sample-tex2mml.html +23 -0
  575. data/lib/amiba/frontend/public/javascript/MathJax/test/sample.html +99 -0
  576. data/lib/amiba/frontend/public/javascript/editor/gollum.editor.js +1084 -0
  577. data/lib/amiba/frontend/public/javascript/editor/langs/asciidoc.js +168 -0
  578. data/lib/amiba/frontend/public/javascript/editor/langs/creole.js +103 -0
  579. data/lib/amiba/frontend/public/javascript/editor/langs/markdown.js +211 -0
  580. data/lib/amiba/frontend/public/javascript/editor/langs/org.js +173 -0
  581. data/lib/amiba/frontend/public/javascript/editor/langs/pod.js +111 -0
  582. data/lib/amiba/frontend/public/javascript/editor/langs/rdoc.js +74 -0
  583. data/lib/amiba/frontend/public/javascript/editor/langs/textile.js +175 -0
  584. data/lib/amiba/frontend/public/javascript/gollum.dialog.js +206 -0
  585. data/lib/amiba/frontend/public/javascript/gollum.js +191 -0
  586. data/lib/amiba/frontend/public/javascript/gollum.placeholder.js +54 -0
  587. data/lib/amiba/frontend/public/javascript/jquery.color.js +123 -0
  588. data/lib/amiba/frontend/public/javascript/jquery.js +7179 -0
  589. data/lib/amiba/frontend/templates/compare.mustache +53 -0
  590. data/lib/amiba/frontend/templates/create.mustache +15 -0
  591. data/lib/amiba/frontend/templates/edit.mustache +17 -0
  592. data/lib/amiba/frontend/templates/editor.mustache +96 -0
  593. data/lib/amiba/frontend/templates/error.mustache +8 -0
  594. data/lib/amiba/frontend/templates/history.mustache +60 -0
  595. data/lib/amiba/frontend/templates/index.mustache +36 -0
  596. data/lib/amiba/frontend/templates/layout.mustache +28 -0
  597. data/lib/amiba/frontend/templates/page.mustache +31 -0
  598. data/lib/amiba/frontend/templates/search.mustache +36 -0
  599. data/lib/amiba/frontend/templates/searchbar.mustache +10 -0
  600. data/lib/amiba/frontend/views/compare.rb +94 -0
  601. data/lib/amiba/frontend/views/create.rb +44 -0
  602. data/lib/amiba/frontend/views/edit.rb +30 -0
  603. data/lib/amiba/frontend/views/editable.rb +21 -0
  604. data/lib/amiba/frontend/views/error.rb +7 -0
  605. data/lib/amiba/frontend/views/history.rb +44 -0
  606. data/lib/amiba/frontend/views/index.rb +19 -0
  607. data/lib/amiba/frontend/views/layout.rb +29 -0
  608. data/lib/amiba/frontend/views/page.rb +27 -0
  609. data/lib/amiba/frontend/views/search.rb +20 -0
  610. data/lib/amiba/page.rb +6 -1
  611. data/lib/amiba/scope.rb +11 -7
  612. data/lib/amiba/site.rb +19 -8
  613. data/lib/amiba/source.rb +11 -19
  614. data/lib/amiba/source/entry.rb +26 -5
  615. data/lib/amiba/source/entry_finder.rb +8 -0
  616. data/lib/amiba/source/feed.rb +0 -4
  617. data/lib/amiba/source/partial.rb +1 -4
  618. data/lib/amiba/tilt.rb +19 -0
  619. metadata +718 -120
@@ -0,0 +1,229 @@
1
+ .. _typeset-math:
2
+
3
+ **************************
4
+ Modifying Math on the Page
5
+ **************************
6
+
7
+ If you are writing a dynamic web page where content containing
8
+ mathematics may appear after MathJax has already typeset the rest of
9
+ the page, then you will need to tell MathJax to look for mathematics
10
+ in the page again when that new content is produced. To do that, you
11
+ need to use the :meth:`MathJax.Hub.Typeset()` method. This will cause
12
+ the preprocessors (if any were loaded) to run over the page again, and
13
+ then MathJax will look for unprocessed mathematics on the page and
14
+ typeset it, leaving unchanged any math that has already been typeset.
15
+
16
+ You should not simply call this method directly, however. Because
17
+ MathJax operates asynchonously (see :ref:`Synchronizing with MathJax
18
+ <synchronization>` for details), you need to be sure that
19
+ your call to :meth:`MathJax.Hub.Typeset()` is synchronized with the
20
+ other actions that MathJax is taking. For example, it may already be
21
+ typesetting portions of the page, or it may be waiting for an output
22
+ jax to load, etc., and so you need to queue to typeset action to be
23
+ performed after MathJax has finished whatever else it may be doing.
24
+ That may be immediately, but it may not, and there is no way to tell.
25
+
26
+ To queue the typeset action, use the command
27
+
28
+ .. code-block:: javascript
29
+
30
+ MathJax.Hub.Queue(["Typeset",MathJax.Hub]);
31
+
32
+ This will cause MathJax to typeset the page when it is next able to do
33
+ so. It guarantees that the typesetting will synchronize properly
34
+ with the loading of jax, extensions, fonts, stylesheets, and other
35
+ asynchornous activity, and is the only truely safe way to ask MathJax
36
+ to process additional material.
37
+
38
+ The :meth:`MathJax.Hub.Typeset()` command also accepts a parameter
39
+ that is a DOM element whose contents is to be typeset. That could be
40
+ a paragraph, or a ``<div>`` element, or even a MathJax math
41
+ ``<script>`` tag. It could also be a the DOM `id` of such an object, in
42
+ which case, MathJax will look up the DOM element for you. So
43
+
44
+ .. code-block:: javascript
45
+
46
+ MathJax.Hub.Queue(["Typeset",MathJax.Hub,"MathExample"]);
47
+
48
+ would typeset the mathematics contained in the element whose `id` is
49
+ ``MathExample``. This is equivalent to
50
+
51
+ .. code-block:: javascript
52
+
53
+ var math = document.getElementById("MathExample");
54
+ MathJax.Hub.Queue(["Typeset",MathJax.Hub,math]);
55
+
56
+ If no element or element `id` is provided, the whole document is
57
+ typeset.
58
+
59
+ Note that the :meth:`MathJax.Hub.Queue()` method will return
60
+ immediately, regardless of whether the typesetting has taken place or
61
+ not, so you can not assume that the mathematics is visible after you
62
+ make this call. That means that things like the size of the container
63
+ for the mathematics may not yet reflect the size of the typeet
64
+ mathematics. If you need to perform actions that depend on the
65
+ mathematics being typeset, you should push *those* actions onto the
66
+ ``MathJax.Hub.queue`` as well.
67
+
68
+ This can be quite subtle, so you have to think carefully about the
69
+ structure of your code that works with the typeset mathematics. Also,
70
+ the things you push onto the queue should be `Callback` objects that
71
+ perform the actions you want when they are called, not the *results*
72
+ of calling the functions that do what you want.
73
+
74
+
75
+ Manipulating Individual Math Elements
76
+ =====================================
77
+
78
+ If you are not changing a complete DOM structure, but simply want to
79
+ update the contents of a single mathematical equation, you do not need
80
+ to use ``innerHTML`` and :meth:`MathJax.Hub.Typeset()` to preprocess
81
+ and process an elements new content. Instead, you can ask MathJax to
82
+ find the `element jax` for the math element on the page, and use its
83
+ methods to modify and update the mathematics that it displays.
84
+
85
+ For example, suppose you have the following HTML in your document
86
+
87
+ .. code-block:: html
88
+
89
+ <div id="MathDiv">
90
+ The answer you provided is: ${}$.
91
+ </div>
92
+
93
+ and MathJax has already preprocessed and typeset the mathematics
94
+ within dollar signs (it will be blank). A student has typed
95
+ something elsewhere on the page, and you want to typeset their answer
96
+ in the location of the mathematics that is already there. You could
97
+ replace the entire contents of the `MathDiv` element and call
98
+ :meth:`MathJax.Hub.Typeset()` as described above, but there is more
99
+ efficient approach, which is to ask MathJax for the element jax for
100
+ the mathematics, and call its method for replacing the formula shown
101
+ by that element. For example:
102
+
103
+ .. code-block:: javascript
104
+
105
+ var math = MathJax.Hub.getAllJax("MathDiv")[0];
106
+ MathJax.Hub.Queue(["Text",math,"x+1"]);
107
+
108
+ This looks up the list of math elements in `MathDiv` element (there is
109
+ only one) and takes the first one (element 0) and stores it in
110
+ ``math``. This is an `element jax` object (see the :ref:`Element Jax
111
+ <api-element-jax>` specification for details), which has a
112
+ :meth:`Text()` method that can be used to set the input text of the
113
+ math element, and retypeset it.
114
+
115
+ Again, since the typesetting should be synchronized with other actions
116
+ of MathJax, the call should be pushed onto the ``MathJax.Hub.queue``,
117
+ as shown above, rather than called directly. The example above
118
+ performs the equivalent of ``math.Text("x+1")`` as soon as MathJax is
119
+ able to do so. Any additional actions the rely on the equation
120
+ ``x+1`` actually showing on screen should also be pushed onto the
121
+ queue so that they will not occur before the math is typeset.
122
+
123
+ The actions you can perform on an element jax include:
124
+
125
+ .. describe:: Text(newmath)
126
+
127
+ to set the math text of the element to `newmath` and typeset.
128
+
129
+ .. describe:: Reprocess()
130
+
131
+ to remove the output and reproduce it again (for
132
+ example, if CSS has changed that would alter the spacing of the
133
+ mathematics).
134
+
135
+ .. describe:: Remove()
136
+
137
+ to remove the output for this math element (but not
138
+ the original ``<script>`` tag).
139
+
140
+ .. describe:: SourceElement()
141
+
142
+ to obtain a reference to the original
143
+ ``<script>`` object that is assocaited with this element jax.
144
+
145
+
146
+ Note that once you have located an element jax, you can keep using it
147
+ and don't have to look it up again. So for the example above, if the
148
+ student is going to be able to type several different answers that you
149
+ will want to typeset, you can look up the element jax once at the
150
+ beginning after MathJax has processed the page the first time, and
151
+ then use that result each time you adjust the mathematics to be
152
+ displayed.
153
+
154
+ To get the element jax the first time, you need to be sure that you
155
+ ask MathJax for it **after** MathJax has processed the page the first
156
+ time. This is another sitaution where you want to use the MathJax
157
+ queue. If your startup code performs the commands
158
+
159
+ .. code-block:: javascript
160
+
161
+ var studentDisplay = null;
162
+ MathJax.Hub.Queue(function () {
163
+ studentDisplay = MathJax.Hub.getAllJax("MathDiv");
164
+ });
165
+
166
+ then you can use
167
+
168
+ .. code-block:: javascript
169
+
170
+ MathJax.Hub.Queue(["Text",studentDisplay,studentAnswer])
171
+
172
+ to change the student's answer to be the typeset version of whatever
173
+ is in the ``studentAnswer`` variable.
174
+
175
+ Here is a complete example that illustrates this approach
176
+
177
+ .. code-block:: html
178
+
179
+ <html>
180
+ <head>
181
+ <title>MathJax Dynamic Math Test Page</title>
182
+
183
+ <script src="/MathJax/MathJax.js">
184
+ MathJax.Hub.Config({
185
+ extensions: ["tex2jax.js"],
186
+ jax: ["input/TeX","output/HTML-CSS"],
187
+ tex2jax: {inlineMath: [["$","$"],["\\(","\\)"]]}
188
+ });
189
+ </script>
190
+
191
+ </head>
192
+ <body>
193
+
194
+ <script>
195
+ //
196
+ // Use a closure to hide the local variables from the
197
+ // global namespace
198
+ //
199
+ (function () {
200
+ var QUEUE = MathJax.Hub.queue; // shorthand for the queue
201
+ var math = null; // the element jax for the math output.
202
+
203
+ //
204
+ // Get the element jax when MathJax has produced it.
205
+ //
206
+ QUEUE.Push(function () {
207
+ math = MathJax.Hub.getAllJax("MathOutput")[0];
208
+ });
209
+
210
+ //
211
+ // The onchange event handler that typesets the
212
+ // math entered by the user
213
+ //
214
+ window.UpdateMath = function (TeX) {
215
+ QUEUE.Push(["Text",math,"\\displaystyle{"+TeX+"}"]);
216
+ }
217
+ })();
218
+ </script>
219
+
220
+ Type some TeX code:
221
+ <input id="MathInput" size="50" onchange="UpdateMath(this.value)" />
222
+ <p>
223
+
224
+ <div id="MathOutput">
225
+ You typed: ${}$
226
+ </div>
227
+
228
+ </body>
229
+ </html>
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/FontWarnings.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['(','function','(d,g){var f="1.0";var b=d.Insert({','messageStyle',':{position:"','fixed",bottom:"4em",left:"3em",width:"40em",border:"3px solid #880000','","background-color":"#','E0E0E0",padding:"1em","font-size":"small","white-space":"normal","','border-radius":".','75em','","-webkit-',8,9,'","-moz-',8,9,'","-khtml-',8,9,'","','box-shadow":"4px 4px 10px #AAAAAA',10,20,13,20,16,20,'",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=\'gray\', Positive=\'true\')"},Message:{webFont',':[["closeBox"],"MathJax is ','using',' web-based fonts',' to display',' the mathematics',' ","on this page. These take time to download, so the page would","render faster if you installed math fonts directly in your ","system\'s font folder.",["fonts"]],imageFonts',28,'using its',' image fonts',' rather than local or',30,'. ","This will render slower than usual, and',32,' may not print ","at the full resolution of your printer','.",["fonts"],["webfonts','"]],noFonts',28,'unable to locate a font to use',31,' ","its mathematics, and',36,' are not available, so it ","is falling back on generic unicode characters in hopes that ","your browser will be able',31,' them. Some characters ","may not show up properly, or possibly not at all',42,'"]]},HTML:{closeBox:[["div",{style',4,'absolute",overflow:"hidden",top:".1em",right:".1em",border:"1px outset",width:"1em",height:"1em","text-align":"center",cursor:"pointer',6,'EEEEEE",color:"#606060","',8,'5em',10,8,'5em',13,8,'5em',16,8,'5em"},onclick:',1,'(){if(c.div&&c.fade===0){if(c.timer){clearTimeout(c.timer)}','c.div.style.display="none','"}}},[["span",{style',4,'relative",bottom:".2em"}},["x"]]]]],webfonts:[["p"],"Most modern browsers allow for fonts to be downloaded over the web. ","Updating to a more recent version of your browser (or changing browsers) ","could improve the quality of',32,' on this page."],fonts:[["p"],"MathJax can use either',' the ",["a",{href:"http://www.stixfonts.org/",target:"_blank"},"STIX fonts','"]," or',' the ",["a",{href:"http://www.mathjax.org/help/fonts/",target:"_blank"},["MathJax TeX fonts"]],". Download and install ','either one',' to improve your MathJax experience','."],STIXfonts:[["p"],"This page is designed to use',77,'"],". Download and install those fonts',81,'."],TeXfonts:[["p"],"This page is designed to use',79,'those fonts',81,'."]},','removeAfter',':12*1000,','fadeoutSteps',':10,','fadeoutTime',':1.5*1000},(d.config.FontWarnings||{}));var c={div:null,fade:0};var a=',1,'(k){if(c.div){return}','var h=MathJax.OutputJax["HTML-CSS"],l=','document.body',';if(d.Browser.isMSIE){if(b.',3,'.position','==="fixed"){MathJax.Message.Init();l=document.getElementById("MathJax_MSIE_frame");b.',3,103,'="absolute"}}else{delete b.',3,'.filter}b.',3,'.maxWidth=(',100,'.clientWidth-75)+"px";var j=0;while(j<k.length){if(k[j] instanceof Array&&b.HTML[k[j][0]]){k.splice.apply(k,[j,1].concat(b.HTML[k[j][0]]))}else{j++}}c.div=h.addElement(l,"div",{id:"MathJax_FontWarning",style:b.',3,'},k);if(b.',91,'){d.Register.StartupHook("End",',1,'(){c.timer=','setTimeout(e,b.',91,')})}g.Cookie.Set("fontWarn",{warned:true})};var e=',1,'(){c.fade++;if(c.timer){delete c.timer}if(c.fade<b.',93,'){var h=1-c.fade/b.',93,';c.div.style.','opacity=h',128,'filter="alpha(opacity="+Math.floor(100*h)+")";',120,95,'/b.',93,')}else{',71,'"}};if(!g.Cookie.Get("fontWarn").warned){d.Startup.signal.Interest(',1,'(k){if(k.match(/HTML-CSS Jax - /)&&!c.div){',99,'h.config.availableFonts,j;var i=(l&&l.length);if(!i){b.HTML.fonts=[""]}else{if(l.length===1){b.HTML.fonts=b.HTML[l[0]+"fonts"]}}if(h.allowWebFonts){b.HTML.webfonts=[""]}','if(k.match(/- ','Web-Font/)){if(i){j="webFont"}}else{',143,'using',36,'/)){j="imageFonts"}else{',143,'no valid font/)){j="noFonts"}}}if(j&&b.Message[j]){a(b.Message[j])}}})}})(MathJax.Hub,MathJax.HTML);MathJax.Ajax.loadComplete("[MathJax]/extensions/FontWarnings.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/MathMenu.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['(','function(','b,c,f','){var ','k="1.0.1";var i=','b.Browser.','isPC,g=',5,'isMSIE;var e=(i?null:"5px");var j=b.Insert({delay:150,helpURL',':"http://www.mathjax.org','/help/user/",','showRenderer',':true,','showFontMenu',':false,','showContext',14,'windowSettings',':{status:"no",toolbar:"no",locationbar:"no",menubar:"no",directories:"no",personalbar:"no",resizable:"yes",scrollbars:"yes",width:100,height:50},styles:{".','MathJax_Menu','":{','position:"absolute','","','background-color','":"white",color:"black",width:"auto",','padding:(i?"2px','":"5px 0px"),border:"','1px solid #CCCCCC','",margin:0,','cursor:"default','",font:"menu","','text-align":"','left","text-indent":0,"text-transform','":"none","','line-height','":"normal","','letter-','spacing":"normal","word-',37,'wrap',35,'white-space":"nowrap","float',33,'z-index":','201,"','border-radius":e',',"-webkit-',45,',"-moz-',45,',"-khtml-',45,',"box-shadow":"0px 10px 20px #808080","-webkit-box-shadow":"0px 10px 20px #808080","-moz-box-shadow":"0px 10px 20px #808080","-khtml-box-shadow":"0px 10px 20px #808080",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=\'gray\', Positive=\'true','\')"},".','MathJax_MenuItem','":{',25,' 2em":"1px 2em"),background:"transparent','"},".','MathJax_MenuTitle','":{"',23,'":"#CCCCCC",margin:(i?"-1px -1px 1px -1px":"-5px 0 0 0"),"',31,'center","','font-style":"italic','","font-size":"','80%",color:"#444444",padding:"2px 0",overflow:"hidden',58,'MathJax_MenuArrow','":{',21,'",right:".5em",color:"#666666','","font-family":(g?"\'Arial unicode MS\'":null)},".','MathJax_MenuActive',' .',69,'":{color:"','white',58,'MathJax_MenuCheck','":{',21,'",left:".7em',73,'MathJax_MenuRadioCheck','":{',21,'",left:(i?"1em":".7em")},".','MathJax_MenuLabel','":{',25,' 2em 4px 1.33em":"1px 2em 3px 1.33em"),"',65,58,'MathJax_MenuRule',60,'border-top":(i?"',27,'":"1px solid #DDDDDD"),margin:(i?"4px 1px 0px":"4px 3px")},".','MathJax_MenuDisabled',77,'GrayText',58,74,60,23,'":(i?"Highlight":"#606872"),color:(i?"HighlightText":"white")}}},(b.config.MathMenu||{}));var d=',1,'l){if(!l){l=window.event}if(','l){if(','l.preventDefault','){',111,'()}if(','l.stopPropagation','){',115,'()}l.cancelBubble=true;l.returnValue=false}','return ','false};var a=','MathJax.','Menu','=MathJax.Object.Subclass({','version:k,items:[],posted',14,'title:null,margin:5,Init:',1,'l){this.items=[].','slice.call(arguments,','0)},With:',1,'l){if(l){b.Insert(this,l)}return this},','Post:',1,'n,v','){if(!n){n=window.event}','var t=(!this.title?null:[["div",{','className:"',59,'"},[this.','title]]]);var l','=document.getElementById("MathJax_MenuFrame','");if(!l){l','=a.Background(','this)}var o=c','.addElement(','l',',"div",{','onmouseup:a.Mouseup,','ondblclick',':this.False,ondragstart:this.False,onselectstart:this.False,','oncontextmenu',':this.False,','menuItem',':this,',138,19,'"},t);for(var q=0,p=this.items.length;q<p;q++){this.items[q].Create(o)}this.posted=true;o','.style.width','=(o.','offsetWidth','+2)+"px";var u=n.pageX,s=n.pageY;if(!u&&!s){u=n.clientX+','document.body.','scrollLeft+','document.documentElement','.scrollLeft;s=n.clientY+',163,'scrollTop','+',165,'.',168,'}if(!v){if(u+o.',161,'>',163,161,'-this.margin','){u=',163,161,'-o.',161,178,'}a.skipUp=true}else{var r="left",w=v.',161,';u=v.',161,'-2;s=0;while(v&&v!==l){u+=v.offsetLeft;s+=v.offsetTop;v=v.parentNode}if(u+o.',161,'>',163,161,178,'){r="right";u=Math.max(this.margin,u-w-o.',161,'+6)}if(!i){o.style["borderRadiusTop','"+r]=0;o.style["','WebkitBorderRadiusTop',198,'MozBorderRadiusTop',198,'KhtmlBorderRadiusTop"+r]=0}}o.style.left=u+"px";o.style.top=s+"px";if(','document.selection','&&',204,'.empty){',204,'.empty()}','return this.False(','n)},Remove:',1,'l,m){','var n',142,'");if(n){n.','parentNode.removeChild(','n',');if(this.','msieBackgroundBug','){detachEvent("onresize",a.Resize)}}},Mouseup:',1,213,'if(a.skipUp){','delete ','a.skipUp}else{','this.Remove(l,m',')}},False:d},{config:j,div:null,Remove:',1,'l){a.Event(l,this,"','Remove")},Mouseover:',1,230,'Mouseover")},Mouseout:',1,230,'Mouseout")},Mousedown:',1,230,'Mousedown")},Mouseup:',1,230,'Mouseup")},Mousemove:',1,230,'Mousemove")},Event:',1,'n,o,l',136,'var m=o.',154,';if(m&&m[l]){',119,'m[l](n,o)}',119,'null},BGSTYLE:{',21,'",left:0,top:0,"',43,'200,width:"100%",height:"100%",border:0,padding:0,margin:0},Background:',1,'m',3,'n=c',146,'document.','body,"','div",{style:this.BGSTYLE,','id:"MathJax_MenuFrame"},[["',268,154,':m,','onmousedown',':this.Remove}]]);var l=n.','firstChild',';if(m.',220,'){l.style.backgroundColor="white";l.style.filter="alpha(opacity=0)";n.width=n.height=0;this.Resize();attachEvent("onresize",this.Resize)}else{l','.style.position="','fixed"}',119,'n},Resize:','function(){','setTimeout(','a.SetWH,0)},SetWH:','function(){var ','l',142,'");if(l){l=l.',275,';l',159,'=l.style.height="1px";l',159,'=',163,'scrollWidth+"px";l.style.height=',163,'scrollHeight','+"px"}},saveCookie:',283,'c.Cookie.Set("menu",this.cookie)},getCookie:',283,'this.cookie=c.Cookie.Get("menu")}});var h=a.ITEM',123,'name:"",Create:',1,'m){if(!','this.hidden',3,'l={onmouseover:a.Mouseover,onmouseout:a.Mouseout,',149,273,151,'onselectend',153,138,54,'",',154,':this};if(this.disabled){','l.className+=" ',100,'"}c',146,'m,"div",l,this.Label(l,m))}},Mouseover:',1,'q,s','){if(!this.disabled){','this.Activate(s)}','if(!this.menu||!this.menu.posted){','var r',142,'").childNodes,','n=s','.parentNode.childNodes;for(var ','o=0,l=n.length;o<l;o++){var p=n[o].',154,';if(p&&p.menu&&p','.menu.posted){','p.Deactivate(n[o])}}l=r','.length-1;while(l>=0','&&s','.parentNode.',154,'!==r[l].',154,'){r[l].',154,'.posted=false;','r[l].',217,'r[l]);l--}if(this.Timer){this.Timer(q,s)}}},Mouseout:',1,213,331,'this.Deactivate(','m)}','if(this.timer){clearTimeout(this.timer',');delete this.timer','}},Mouseup:',1,213,119,227,')},Remove:',1,213,'m=m',344,154,';',119,'m.Remove(l,m)},Activate:',1,'l){',357,'l);',322,74,'"},Deactivate:',1,'l){l.className=l.className.replace(/ ',74,'/,"")},With:',1,132,'False:d});a.ITEM.COMMAND','=a.ITEM.Subclass({','action:function(){},Init:',1,'l,n',',m){this.name=l;this.','action=n;this.With(m)},Label:',1,213,'return[this.name',']},Mouseup:',1,'l,m',329,227,');this.action.call(this,l)}',210,'l',')}});a.ITEM.','SUBMENU',389,'menu:null,marker:(i&&!',5,'isSafari?"\\u25B6":"\\u25B8"),Init:',1,'l,n){this.name=l;var m=1;if(!(n instanceof a.ITEM)){this.With(n),m++}this.menu=a.apply(a,[].',129,'m))},Label:',1,213,'l.onmousemove=a.Mousemove;this.menu',350,397,'+" ",["span",{',138,69,140,'marker]]]},Timer:',1,213,359,')}l={clientX:l.clientX,clientY:l.clientY};this.timer=',284,121,'Callback(["Mouseup",this,l,m]),j.delay)},Mouseup:',1,'n,p',329,'if(!this',340,359,360,'}this.menu.Post(n,p)}else{var o',142,334,'l=o',342,3,'q=o[l];q.',154,350,'q.',217,'q);if(q.',154,'===this.menu){break}l--}}}',210,'n',406,'RADIO',389,'variable:null,marker',':(i?"\\u25CF":"\\u2713"),Init:',1,'m,l,n){this.name=m;this.variable=l;this.With(n',219,'value==null){this.value=this.name}},Label:',1,'m,n){var l={className:"',85,'"};if(','j.settings[this.variable',']!==this.value){l={','style:{display:"','none"}}}return[["span",l,[this.marker]]," "+this.name]},Mouseup:',1,'p,q',329,'var r=q',336,'n=0,l=r.length;n<l;n++){var o=r[n].',154,';if(o&&o.variable===this.variable){r[n].',275,'.style.display="none"}}q.',275,'.display="";',469,']=this.value;a.cookie','[this.variable]=',469,'];a.saveCookie();if(this.action){this.action.call(a)}}this.Remove(','p,q);',210,'p',406,'CHECKBOX',389,459,':"\\u2713",Init:',1,462,')},Label:',1,466,80,'"};if(!',469,']){l={',471,'none"}}}return[["span",l,[this.marker]]," "+this.name]},Mouseup:',1,'l,m',329,'m.',275,'.display=(',469,']?"none":"");',469,']=!',469,'];a.cookie',487,469,489,'l,m);',210,'l',406,'LABEL',389,'Init:',1,'l',393,'With(m)},Label:',1,'l,m){delete l.onmouseover,delete l.onmouseout;delete l.onmousedown;l.className+=" ',89,'";',397,']}});a.ITEM.RULE',389,'Label:',1,536,95,'";',119,'null}});a.About=',286,'o=','MathJax.OutputJax','["HTML-CSS','"]||{fontInUse:""};var q=(o.webFonts?"":"local "),m=(o.webFonts?" web":"");var n=(o.imgFonts?"Image":q+o.fontInUse+m);var l=[];','a.About.GetJax','(l,',121,'InputJax,"Input");',554,'(l,',551,',"Output");',554,'(l,',121,'ElementJax',',"Element");','a.About.div',144,'a.About);var r=',121,'HTML',146,567,148,'style:{position:"fixed",left:"50%",width:"auto","',31,'center",border:"3px outset",padding:"1em 2em","',23,'":"#DDDDDD",',29,'","font-family":"message-box',66,'120%","font-style',35,'text-indent":0,"text-transform',33,'line-height',35,'letter-',37,37,'wrap',35,'white-space":"nowrap","float',33,43,'201',52,'\')"},onclick:a.About.Remove},[["b",{style:{fontSize:"120%"}},["MathJax"]]," v"+',121,'version,["br','"],"using "+n+" fonts",["br"],["br"],["span",{',471,'inline-block","',31,'left',66,'80%","',23,'":"#E4E4E4",padding:".4em .6em",border:"1px inset"}},l],["br"],["br"],["a",{href',9,'/"},["wwww.mathjax.org"]]]);var s=(',165,'||{});var p=window.innerHeight||s.clientHeight||s.',299,'||0;if(a.prototype.msieAboutBug){r',159,'="20em";r',279,'absolute";r.style.left=Math.floor((',165,'.scrollWidth-r.',161,')/','2)+"px";r.style.top','=(','Math.floor((p-r.offsetHeight)/3',')+',163,168,')+"px"}else{r.style.marginLeft=Math.floor(-r.',161,'/',625,'=',627,')+"px"}};a.About.Remove=',1,110,567,'){',163,'removeChild(',567,');',225,567,'}};',554,'=',1,'l,n,m){','for(var o in ','n){if(n[o].isa&&n[o].isa(n)){l.push(n[o].name+" "+m+" Jax v"+n[o].',601,'"])}}',119,'l};a.Help=',283,'window.open(j.helpURL,"MathJaxHelp")};a.ShowSource=',1,'n',136,'if(!a.jax){return}if(','j.settings.','format==="MathML"){var l=',121,565,'.mml;if(l&&typeof(l.mbase.prototype.toMathML)!=="undefined"){','a.ShowSource.','Text(a.jax.root.toMathML(),n)}else{if(!','f.loadingToMathML','){',672,'=true;var m={screenX:n.screenX,screenY:n.screenY};',670,'Window(n);','MathJax.Callback.Queue','(','f.Require("[MathJax]/extensions/','toMathML.js"),',283,225,672,'},[this,arguments.callee,m]);return}}}else{if','(a.jax.originalText','==null){alert("No TeX form available");return}',670,'Text',686,',n)}};',670,'Window=',1,308,670,'w',3,'n=[],l=j.',17,';',653,110,'l.hasOwnProperty(o)){n.push(o+"="+l[o])}}',670,'w=window.open("","_blank",n.join(","))}',119,670,'w};',670,'Text=',1,'r,q',3,'n=',670,'Window(q);r=r.replace(/^\\s*/,"").replace(/\\s*$/,"");r=r.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;");n.',266,'open();','n.document.write','("<html><head><title>MathJax Equation Source</title></head><body style=\'font-size:85%\'>");',720,'("<table><tr><td><pre>"+r+"</pre></td></tr></table>");',720,'("</body></html>");n.',266,'close();var p=n.',163,275,';var o=(n.outerHeight-n.innerHeight)||30,m=(n.outerWidth-n.innerWidth)||30;m','=Math.min(Math.floor(0.5*screen.','width),p.',161,'+m+25);o',731,'height),p.offsetHeight+o+25);n.resizeTo(m,o);if(q&&q.screenX!=null',3,'l','=Math.max(0,Math.min(q.','screenX-Math.floor(m/2),screen.width-m-20)),s',739,'screenY-Math.floor(o/2),screen.height-o-20));n.moveTo(l,s)}',225,670,'w};a.Scale=',286,'m=',551,552,'"],l=',551,'.NativeMML;var o=(m?m','.config.scale',':l',753,');var n=prompt("Scale all mathematics (compared to surrounding text) by",o+"%");if(n){if(n.match(/^\\s*\\d+\\s*%?\\s*$/)){n=parseInt(n);if(n){if(n!==o){if(m){m',753,'=n}if(l){l',753,'=n}a.cookie.scale=n;a.saveCookie();b.Reprocess()}}','else{alert("The scale should ','not be zero")}}',761,'be a perentage (e.g., 120%)")}}};a.Zoom=',283,'if(!',121,'Extension.MathZoom){',680,'MathZoom.js")}};a.Renderer=',286,'l=b.config.outputJax["jax/mml"];if(l[0]!==',665,'renderer','){',678,'(["Require','",f,"[MathJax]/','jax/output/"+',665,774,'+"/config.js"],[',286,'p=',551,'[',665,774,'];for(var o=0,n=l.length;o<n;o++){if(l[o]===p){l.splice(o,1);break}}l.unshift(p)}],["Reprocess",b])}};a.Font=',286,'l=',551,552,'"];if(!l){return}',266,'location.reload()};',5,'Select({MSIE:',1,'l',3,'m=(',266,'compatMode==="BackCompat");var n=l.versionAtLeast("8.0")&&',266,'documentMode>7;a.Augment({margin:20,',220,':(m||!n),msieAboutBug:m})}});j.settings=b.config.menuSettings;if(!',665,'format){',665,'format=(',121,'InputJax.TeX?"Original":"MathML")}if(typeof(',665,11,')!=="undefined"){j.',11,'=',665,11,'}if(typeof(',665,13,817,13,'=',665,13,'}if(typeof(',665,15,817,15,'=',665,15,'}a.getCookie();a.menu=a(h.COMMAND("Show Source",a.ShowSource),','h.SUBMENU("','Format",h.RADIO("MathML","format"),h.RADIO("Original","format",{value:"Original"})),h.RULE(),',839,'Settings",',839,'Zoom Trigger",h.RADIO("Hover','","zoom",{action:a.Zoom}),h.RADIO("','Click',845,'Double-Click',845,'No Zoom","zoom",{value:"None"}),h.','RULE(),h.','LABEL("Trigger Requires:"),h.CHECKBOX((',5,'isMac?"Option":"Alt"),"ALT"),h.CHECKBOX("Command","CMD",{hidden:!',5,'isMac}),h.CHECKBOX("','Control","CTRL",{hidden:',5,856,'Shift","Shift")),',839,'Zoom Factor",h.RADIO("125','%","zscale"),h.RADIO("','133',863,'150',863,'175',863,'200',863,'250',863,'300',863,'400%","zscale")),h.RULE(),',839,'Math Renderer','",{hidden:!j.',11,'},h.RADIO("','HTML-CSS','","renderer",{action:a.Renderer','}),h.RADIO("MathML',883,',value:"NativeMML"})),',839,'Font Preference',879,13,'},h.LABEL("For HTML-CSS:"),h.RADIO("Auto","','font",{action:a.Font}),h.',851,'RADIO("TeX (','local)","',892,894,'web)","',892,894,'image)","',892,851,'RADIO("STIX (local)","font",{action:a.Font})),',839,'Contextual Menu',879,15,881,'MathJax","context"),h.RADIO("Browser","context")),h.COMMAND("Scale All Math ...",a.Scale)),h.',851,'COMMAND("About MathJax",a.About),h.COMMAND("MathJax Help",a.Help));a.',11,'=',1,'l){a.cookie.',11,'=j.',11,'=l;a.saveCookie();a.menu.items[3].menu.','item[3','].hidden=!l};','a.',13,'=',1,916,13,'=j.',13,920,'items[4',922,'a.',15,'=',1,916,15,'=j.',15,920,'items[5',922,678,'(["Styles",f,j.styles],["Post",b.Startup.signal,"MathMenu Ready"],["loadComplete',778,'extensions/MathMenu.js"])})(',121,'Hub,',121,'HTML,',121,'Ajax);']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/MathZoom.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['(','function(','a,c,e,b,h){var i="1.0";var g=a.Insert({delay:400,styles:{"#','MathJax_Zoom','":{position:"absolute','","','background-color','":"#F0F0F0",overflow:"auto",display:"block","z-index":301,padding:".5em",border:"1px solid black",','margin:0,"','font-family":"serif","font-size":"85%","font-weight','":"normal","','font-style',10,'text-align":"left","text-indent":0,"text-transform":"none","line-height',10,'letter-spacing',10,'word-spacing',10,'word-wrap',10,'white-space":"nowrap","float":"none","','box-shadow":"5px 5px 15px #AAAAAA','","-webkit-',22,'","-moz-',22,'","-khtml-',22,'",filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color=\'gray\', Positive=\'true\')"},"#','MathJax_ZoomOverlay',4,'",left:0,top:0',',"z-index":300,','display:"inline-block','",','width:"100%",height:"100%",','border:0,padding:0,',8,6,'":"','white",opacity:0',',filter:"alpha(opacity=0)"}}},(a.config.MathZoom||{}));var d=',1,'j){if(!j){j','=window.event}if(','j){if(','j.preventDefault','){',47,'()}if(','j.stopPropagation','){',51,'()}j.cancelBubble=true;j.returnValue=','false}','return false','};var f=MathJax.Extension.MathZoom={version:i,settings:a.config.menuSettings,HandleEvent:',1,'l,j,k){if(!l){l',45,'f.settings.CTRL&&!l.ctrlKey','){return true}if(f.settings.','ALT&&!l.altKey',62,'CMD&&!l.metaKey',62,'Shift&&!','l.shiftKey){','return true','}return f[j](l,k)},Click:',1,'k,j){','if(this.settings.','zoom==="','Click"){return this.Zoom(j,k)}},','DblClick',':',1,72,73,74,'Double-',75,'Mouseover:',1,72,73,74,'Hover"){','f.oldMouseOver','=j','.onmouseover',';j',92,'=null;j','.onmousemove=this.','Mousemove;j.','onmouseout=','this.Mouseout;','return f.Timer(','k,j)}},Mouseout:',1,'j){this',92,'=',90,';delete ',90,';this',96,98,'null;f.','ClearTimer();','return d(','j)},Mousemove:',1,'j){',100,'j||window.event,this)},Timer:',1,72,'this.',113,'this.timer','=','setTimeout(','MathJax.Callback','(["Zoom",this,j,{}]),g.delay);',114,'k)},ClearTimer:function(){if(',124,'){clearTimeout(',124,');delete ',124,'}},Zoom:',1,'s,l){this.',113,'this.Remove','();var v=s','.parentNode',';if(v','.className==="MathJax_MathContainer"){v=v.parentNode','}if(v',142,144,142,'}var q=(String(v.className).match(/^MathJax_(MathML|Display)$/)?v:s).','nextSibling',';var m=a.getJaxFor(q),r=m.root;var o=(b','&&m.outputJax.isa(','b','.constructor)?"','HTMLCSS":(h',152,'h',154,'MathML":null));if(!o){return}var j','=Math.floor(0.85*document.body.','clientWidth','),p',160,'clientHeight);var k=c.Element("span','",{style:{position:"','relative",',34,'",height:0,width:0},id:"','MathJax_ZoomFrame','"},[["','span",{id:"',30,'",onmousedown:',140,'}],["',171,3,'",onclick:',140,',style:{visibility:"hidden",fontSize:','this.settings.','zscale,"max-width":j+"px","max-height":p+"px"}},[["span"]]]]);var x=k.lastChild,u=x.firstChild,n=k.firstChild;s',142,'.insertBefore(k,s',');if(this','.msieZIndexBug','){var t=','c.Element("img",{','src:"about:blank','",id:"','MathJax_ZoomTracker','",','style:{width:0,height:0',',position:"relative"}});','document.body','.appendChild(','k);k','.style.position="absolute";','k.style.zIndex=g.styles["#',30,'"]["z-index"];k=t}var w=(this["Zoom"+o])(r,u,s);if(this','.msiePositionBug','){if(this.msieIE8Bug){u',198,'x','.style.height','=u','.offsetHeight',';u.style.position="";if(x',208,'<=p&&x','.offsetWidth','<=j){x.style.overflow="visible"}}if(this','.msieWidthBug','){x','.style.width','=Math.min(j,','w.w)}else{if(w.w>j){x',216,'=j}}if(x',208,'>p){x.style.Height=p+"px"}if(s.',150,'){s',142,184,'.',150,')}else{v',196,'k)}}else{if(this','.operaPositionBug','){x',216,217,'u',212,')+"px"}}this.Position(x,w,(o==="MathML"&&v.nodeName.toLowerCase()==="div"));x.style.visibility="";',73,74,89,'n',92,'=',140,'}','if(window.','addEventListener','){',248,'("resize",','this','.Resize,false)}else{if(window.','attachEvent){attachEvent("onresize",this','.Resize)}else{','this.onresize=','window.onresize',';',257,'=this.Resize','}}',114,'l)},ZoomHTMLCSS:',1,'o,q,p){q.className="MathJax";b.idPostfix="-zoom";b.getScales(q,q);o.toHTML(q,q);var r=o.HTMLspanElement().bbox;b.idPostfix="";if(r.width&&r.width!=="100%"){var j',160,161,');q',216,'=j+"px";q.style.display="inline-block";var k=(o.id||"MathJax-Span-"+o.spanID)+"-zoom";var l=','document.getElementById','(k).firstChild;while(l&&l',216,'!==r.width){l=l.',150,'}if(l){l',216,'="100%"}}q',196,'this.topImg);var ','n=this.topImg.offsetTop;','q','.removeChild(',280,'m=(this',214,'?b.getW(p)*b.em:p',212,');return{w:r.w*b.em,Y:-n,W:m}},ZoomMathML:',1,'k,l,m){k.toNativeMML(l,l);var n;l',196,'this.topImg);',281,'l',283,280,'j=(this.ffMMLwidthBug?m',142,':m).offsetWidth;return{w:l',212,',Y:-n,W:j}},Position:',1,'p,n,r){var k',260,'(),m=k.x,l=k.y,j=n.W;if(this',202,'){j=-j}if(r&&this','.ffMMLcenterBug','){j=0}var q=-Math.floor((p',212,'-j)/2),o=n.Y;p.style.left=Math.max(q,20-m)+"px";p.style.top=Math.max(o,20-l)+"px"},Resize:',1,'l){if(f.onresize){f.onresize(l)}var j=0,o=0,n=',271,'("',169,'"),k=',271,'("',30,'");var m=(f',186,'?',271,'("',191,'"):n);if(f',232,'){n','.style.border="1px solid"}','if(m.offsetParent){do{j+=m.offsetLeft;o+=m.offsetTop}while(m=m.offsetParent)}if(f',232,'){n.style.','border=""}if(f',186,334,'left=j+"px";n.style.top=o+"px"}k.style.left=(-j)+"px";k.style.top=(-o)+"px";if(f',202,'){',126,'f.SetWH,0)}else{f.SetWH()}return{x:j,y:o}},SetWH:function(){var j=',271,'("',30,'");j',216,'=j',206,'="1px";j',216,'=',195,'.scrollWidth+"px";j',206,'=',195,'.scrollHeight+"px"},Remove:',1,'k){var l=',271,'("',169,'");if(l){l',142,283,'l);l=',271,'("',191,'");if(l){l',142,283,'l)}if(','f.operaRefreshBug','){var j=c.addElement(',195,',"div',165,'fixed',32,',',36,'backgroundColor:"',41,'},id:"MathJax_OperaDiv"});',195,283,'j)}',247,'removeEventListener','){',391,251,'f',253,'detachEvent){detachEvent("onresize",f',255,257,'=f.onresize;delete f.onresize}}}',114,'k)}};','a.Register.StartupHook("','HTML-CSS',' Jax Ready",function(){','b=','MathJax.OutputJax','["HTML-CSS','"];b','.Augment({HandleEvent:f.HandleEvent','})});',403,'NativeMML',405,'h=',407,'.',413,';h',410,',MSIEmouseup:',1,'l,k,j){if(this.','trapUp){delete this.trapUp;',69,'}if(','this.MSIEzoomKeys(l)){return ','true}',56,'},MSIEclick:',1,423,'trapClick){delete this.trapClick;',69,'}if(!',427,55,'if(!',181,'zoom.match(/Click/)){',56,'}','return(f.','Click','(l,k)===false)},','MSIEdblclick:',1,'l,',72,'if(!',427,55,443,76,445,'MSIEmouseover',':function(l,k,j){if(this.settings.zoom!=="Hover"){return false}f.','Timer(l,k);',69,'},MSIEmouseout',457,113,69,'},MSIEmousemove',457,'Timer(l,k);',69,'},MSIEzoomKeys:',1,'j){',73,'CTRL&&!j.ctrlKey){',56,'}',73,'CMD&&!j.metaKey){',56,'}',73,'ALT&&!j.altKey){',56,'}',73,67,'j.shiftKey){',56,'}',69,'}})});a.Browser.Select({MSIE:',1,'j){var k=(document.compatMode==="BackCompat");var l=j.versionAtLeast("8.0")&&document.documentMode>7;f',202,'=true;f',214,'=!k;f.msieIE8Bug=l;f',186,'=!l;','f.msieInlineBlockAlignBug','=(!l||k)},Opera:',1,'j){f',232,'=true;',375,'=true},Firefox:',1,'j){f.ffMMLwidthBug=true;f',309,'=true}});f.topImg=(',498,'?',188,193,'},',189,'"}):c.Element("span",{',193,',',34,'"}}));if(f',232,'){f.topImg',331,127,'.Queue(["Styles",e,g.styles],["Post",a.Startup.signal,"MathZoom Ready"],["loadComplete",e,"[MathJax]/extensions/MathZoom.js"])})(MathJax.Hub,MathJax.HTML,MathJax.Ajax,',407,408,'"],',407,'.NativeMML);']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/AMSmath.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.','Hub.','Register.StartupHook("TeX Jax Ready",','function(){var ','e="1.0";var a=',0,'ElementJax.mml;var f=',0,'InputJax.TeX;var c=','f.Definitions',';var d=f.Stack.Item;var b=','function(','g){','return ','g.join("em ")+"em"};',0,1,'Insert(c,{macros:{mathring:["Accent","2DA"],nobreakspace:"Tilde",negmedspace',':["Spacer",a.LENGTH.','NEGATIVEMEDIUMMATHSPACE],negthickspace',18,'NEGATIVETHICKMATHSPACE],intI',':["Macro","\\\\','mathchoice{\\\\!}{}{}{}\\\\!\\\\!\\\\int"],iiiint',':["MultiIntegral","\\\\int\\\\','intI\\\\intI\\\\intI"],idotsint',24,'cdots\\\\int"],dddot',':["Macro","\\\\mathop','{#1}\\\\limits^{\\\\textstyle \\\\mathord{.}\\\\mathord{.}\\\\mathord','{.}}",1],ddddot',28,29,'{.}\\\\mathord{.}}",1],sideset',28,'{\\\\mathop{\\\\rlap{\\\\phantom{#3}}}\\\\nolimits#1\\\\!\\\\mathop{#3}\\\\nolimits#2}",3],boxed',22,'fbox{$\\\\','displaystyle','{#1}$}",1],tag:"HandleTag",notag:"HandleNoTag",substack',22,'begin{subarray}{c}#1\\\\end{subarray}",1],injlim',28,'{\\\\rm inj\\\\,lim}"],projlim',28,'{\\\\rm proj\\\\,lim}"],varliminf',28,'{\\\\underline','{\\\\rm lim}}"],','varlimsup',28,'{\\\\overline',48,'varinjlim',28,'{\\\\underrightarrow','{\\\\rm lim\\\\Rule{-1pt}{0pt}{1pt}}\\\\Rule{0pt}{0pt}{.45em}}"],','varprojlim',28,'{\\\\underleftarrow',56,'DeclareMathOperator:"','HandleDeclareOp','",operatorname:"','HandleOperatorName','",genfrac:"Genfrac",frac:["Genfrac","","","",""],tfrac',':["Genfrac","","","",','1],dfrac',66,'0],binom',':["Genfrac","(",")","0em','",""],tbinom',70,'",1],dbinom',70,'",0],cfrac:"CFrac",shoveleft',':["HandleShove",a.ALIGN.','LEFT],shoveright',76,'RIGHT],xrightarrow:["xArrow",8594,5,6],xleftarrow:["xArrow",8592,7,3]},environment:{align:["','AMSarray",null,','true,true',',"rlrlrlrlrlrl",b([5/18,2,5/18,2,5/18,2,5/18,2,5/18,2,5/18','])],"align','*":["',80,'false,true',82,'])],','multline',':["','Multline",null,','true],"',89,84,91,'false],split:["',80,'false,false',',"rl",b([5/18])],gather:["',80,81,',"c"],"gather',84,80,86,',"c"],alignat:["','AlignAt",null,',81,'],"alignat',84,107,86,'],alignedat:["',107,98,'],aligned',':["Array",null,null,null',82,']),".5em","D"],gathered',117,',"c",null,".5em","D"],subarray',117,',null,b([0,0,0,0]),"0.1em","S",1],smallmatrix',117,',"c",b([1/3]),".2em","S",1]},delimiter:{"\\\\lvert":["2223",{','texClass:a.TEXCLASS.','OPEN}],"\\\\','rvert":["2223",{',126,'CLOSE}],"\\\\lVert":["2225",{',126,127,'rVert":["2225",{',126,'CLOSE}]}});f.Parse.Augment({HandleTag:',11,'h){var g','=this.trimSpaces(this.GetArgument(','h));if(','g==="*"){g','=this.GetArgument','(h)}else{g="("+g+")"}if(','this.stack.global.','notag','){f.Error(h+" ','not allowed in "+',143,'notag+" environment")}if(',143,'tag','){f.Error("','Multiple "+h)}',143,'tag=a.mtd','.apply(a,this.','InternalMath(g))},HandleNoTag:',11,'g){if(',143,'tag){delete ',143,'tag}},',62,':',11,137,'="";var i',138,139,'i=="*"){g="\\\\limits";i',138,'h))}if(i.charAt(0)=="\\\\"){i=i.substr(1)}var j',141,'(h);j=j','.replace(/\\*/g,"\\\\text{*}").replace(/-/g,"\\\\text{-}");',9,'.macros[i]=["Macro","\\\\mathop{\\\\rm "+j+"}"+g]},',64,':',11,137,'="\\\\nolimits";var i',138,139,'i=="*"){g="\\\\limits";i',138,'h))}i=i',175,'this.string="\\\\mathop{\\\\rm "+i+"}"+g','+" "+this.string.slice(this.i);this.i=0},','HandleShove:',11,'h,g){var i=this.stack.Top();if(i.type!=="',89,'"||i.data','.length',145,'must come at the beginning of the line")}i.data.shove=g},CFrac:',11,'j){var g=this.trimSpaces(','this.GetBrackets(','j)),i',141,'(j),k',141,'(j);var h=a.mfrac(','f.Parse("\\\\strut\\\\textstyle{"+','i+"}",','this.stack.env).mml','(),',207,'k+"}",',209,'());g=({l:a.ALIGN.LEFT,r:a.ALIGN.RIGHT,"":""})[g];if(g==null',151,'Illegal alignment specified in "+j)}if(g){h.numalign=h.denomalign=g}','this.Push(','h)},Genfrac:',11,'h,j,o,l,g){if(j==null){j','=this.GetDelimiterArg(h)}else{','j=','this.convertDelimiter(','j)}if(o==null){o',221,'o=',223,'o)}if(l==null){l',141,'(h)}if(g==null){g',138,'h))}var k','=this.ParseArg(','h);var n',233,'h);var i=a.mfrac(k,n);if(l!==""){i.linethickness=l}if(j||o){i=a.mfenced(i).With({open:j,close:o})}if(g!==""){var m=(["D","T","S","SS"])[g];if(m==null',151,'Bad math style for "+h)}i=a.mstyle(i);if(m==="D"){i.',38,'=true',';i.scriptlevel=','0}else{i.',38,'=false',241,'g-1}}',217,'i)},Multline:',11,'h,g){',217,'h);',13,'d.',89,'().','With({arraydef:{displaystyle:true,rowspacing:".5em",','width:f.config.MultLineWidth,columnwidth:"100%",','side:f.config.TagSide,minlabelspacing:f.config.TagIndent','}})},AMSarray:',11,'i,h,g,k,j){',217,'i);k=k.replace(/[^clr]/g,"").split("").join(" ");k=k.replace(/l/g,"left").replace(/r/g,"right").replace(/c/g,"center");',13,'d.AMSarray','(i.name,h,g,this.stack).',257,'columnalign',':k,columnspacing:(j||"1em"),rowspacing:"3pt",',259,'}})},AlignAt:',11,'i,h,g){var j',141,'("\\\\begin{"+i.name+"}");if(j.match(/[^0-9]/)){f.Error("Argument to \\\\begin{"+i.name+"} must me a positive integer")}align="";spacing=[];while(j>0){align+="rl";spacing.push("0em 0em");j--}spacing=spacing.join(" ");if(g){',13,'this.AMSarray(i,h,g,align,spacing)}',13,'this.Array(i,null,null,align,spacing,".5em","D")},MultiIntegral:',11,'g,k){var j=this.GetNext();if(j==="\\\\"){var h=this.i;j',141,'(g);this.i=h;if(j==="\\\\limits"){if(g==="\\\\idotsint"){k="\\\\!\\\\!\\\\mathop{\\\\,\\\\,"+k+"}"}else{k="\\\\!\\\\!\\\\!\\\\mathop{\\\\,\\\\,\\\\,"+k+"}"}}}this.string=k',190,'xArrow:',11,'i,m,k,g){var j={width:"+"+(k+g)+"mu",lspace:k+"mu"};var n=',201,'i),o',233,'i);var p=a.mo(a.chars(String.fromCharCode(m))).With({stretchy:true,',126,'REL});var h=a.munderover(p);h.SetData(h.over,a.mpadded(o',').With(j).With({voffset',':".15em"}));if(n){n=f.Parse(n,',209,'();h.SetData(h.under,a.mpadded(n',295,':"-.24em"}))}',217,'h)},GetDelimiterArg:',11,'g){var h',138,'g));if(h==""){',13,'null}if(!c.delimiter[h]){f.Error("Missing or unrecognized delimiter for "+g)}',13,223,'h)}});d.',89,'=d.array.Subclass({type:"',89,'",EndEntry:',3,'g=a.mtd',155,'data);if(','this.data.shove','){g.',269,'=',320,'}this.row.push(g);this.data=[]},EndRow:function(){if(this.row',196,'!=1',151,89,' rows must have exactly one column")}','this.table','.push(this.row);','this.row=[]},EndTable:function(){this.SUPER(arguments).EndTable.call(this);','if(',331,196,'){var h=',331,196,'-1,j;if(!',331,'[0','][0].columnalign','){',331,'[0',343,'=a.ALIGN.','LEFT}if(!',331,'[h',343,'){',331,'[h',343,348,'RIGHT}var g=a.mtr;if(','this.global.tag','){',331,'[0]=[',359,'].concat(',331,'[0]);delete ',359,';g=','a.mlabeledtr','}',331,'[0]=g',155,'table[0]);for(j=1,h=',331,196,';j<h;j++){',331,'[j]=a.mtr',155,'table[j])}}}});',266,313,'AMSarray",Init:',11,'j,i,h,g){','this.SUPER(arguments).','Init.apply(this);this.numbered=i;','this.save_notag','=g','.global.notag',';g',391,'=(h?null:j)},EndRow:',3,'g=a.mtr;if(',359,'){this.row=[',359,'].concat(this.row);g=',369,';delete ',359,'}',331,'.push(g',155,'row));',333,'this',391,'=',389,'}});d.start.Augment({oldCheckItem:d.start.prototype.checkItem,checkItem:',11,'h){if(h.type==="stop"){var g=this.mmlData();if(',359,'){var j=[',359,',a.mtd(g)];delete ',359,';var i={',259,',',269,':g.displayAlign};','if(g.displayAlign===a.INDENTALIGN.','LEFT','){i.width="100%";if(g.displayIndent&&!String(g.displayIndent).match(/^0+(\\.0*)?($|[a-z%])/)){i.columnwidth','=','g.displayIndent','+" fit";','i.columnspacing="0";j','=[j[0],a.mtd(),j[1]]}}else{',427,'RIGHT',429,'="fit "+',431,';',433,'[2]=a.mtd()}}}g=a.mtable(',369,'.apply(a,j)).With(i)}',13,'d.mml(g)}',13,387,'checkItem.call(this,h)}});',0,1,'Startup.signal.Post("TeX AMSmath Ready")});',0,'Ajax.loadComplete("[MathJax]/extensions/TeX/AMSmath.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/AMSsymbols.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.Hub.','Register.StartupHook("','TeX',' Jax Ready",function(){var ','b="1.0";var ','a=MathJax.','ElementJax.mml;',0,'Insert(','MathJax.InputJax.TeX.Definitions',',{mathchar0mi:{digamma:"03DD",varkappa:"03F0",varGamma:["0393','",{mathvariant:a.VARIANT.ITALIC}],','varDelta:["0394',11,'varTheta:["0398',11,'varLambda:["039B',11,'varXi:["039E',11,'varPi:["03A0',11,'varSigma:["03A3',11,'varUpsilon:["03A5',11,'varPhi:["03A6',11,'varPsi:["03A8',11,'varOmega:["03A9',11,'beth:"2136",gimel:"2137",daleth:"2138",backprime:["2035','",{variantForm:true}],','hslash:["210F',33,'varnothing',':["2205',33,'blacktriangle',':"25B2",','triangledown',':"25BD",','blacktriangledown',':"25BC",square:"25A1",Box:"25A1",','blacksquare',':"25A0",lozenge:"25CA",Diamond:"25CA",blacklozenge:"29EB",circledS:["24C8','",{mathvariant:a.VARIANT.','NORMAL}],','bigstar:"2605",sphericalangle:"2222",measuredangle:"2221",nexists:"2204",complement:"2201",mho:"2127",eth:["00F0',47,48,'Finv:"2132",diagup:"2571",Game:"2141",diagdown:"2572",Bbbk:["006B',47,'DOUBLESTRUCK}],yen:"00A5",circledR:"00AE",checkmark:"2713",maltese:"2720"},','mathchar0mo',':{dotplus:"2214",ltimes:"22C9",smallsetminus:["2216',33,'rtimes:"22CA",Cap:"22D2",doublecap:"22D2",leftthreetimes:"22CB",Cup:"22D3",doublecup:"22D3",rightthreetimes:"22CC",barwedge:"22BC",curlywedge:"22CF",veebar:"22BB",curlyvee:"22CE",doublebarwedge:"2A5E",boxminus:"229F",circleddash:"229D",boxtimes:"22A0",circledast:"229B",boxdot:"22A1",circledcirc:"229A",boxplus:"229E",centerdot:"22C5",divideontimes:"22C7",intercal:"22BA",leqq:"2266",geqq:"2267",leqslant:"2A7D",geqslant:"2A7E",eqslantless:"2A95",eqslantgtr:"2A96",lesssim:"2272",gtrsim:"2273",lessapprox:"2A85",gtrapprox:"2A86",approxeq:"224A",lessdot:"22D6",gtrdot:"22D7",lll:"22D8",llless:"22D8",ggg:"22D9",gggtr:"22D9",lessgtr:"2276",gtrless:"2277",lesseqgtr:"22DA",gtreqless:"22DB",lesseqqgtr:"2A8B",gtreqqless:"2A8C",doteqdot:"2251",Doteq:"2251",eqcirc:"2256",risingdotseq:"2253",circeq:"2257",fallingdotseq:"2252",triangleq:"225C",backsim:"223D",thicksim:["223C',33,'backsimeq:"22CD",thickapprox:"2248",subseteqq:"2AC5",supseteqq:"2AC6",Subset:"22D0",Supset:"22D1",sqsubset:"228F",sqsupset:"2290",preccurlyeq:"227C",succcurlyeq:"227D",curlyeqprec:"22DE",curlyeqsucc:"22DF",precsim:"227E",succsim:"227F",precapprox:"2AB7",succapprox:"2AB8",vartriangleleft:"22B2",lhd:"22B2",vartriangleright:"22B3",rhd:"22B3",trianglelefteq:"22B4",unlhd:"22B4",trianglerighteq:"22B5",unrhd:"22B5",vDash:"22A8",Vdash:"22A9",Vvdash:"22AA",smallsmile:"2323",shortmid:["2223',33,'smallfrown:"2322",shortparallel:["2225',33,'bumpeq:"224F",between:"226C",Bumpeq:"224E",pitchfork:"22D4",varpropto:"221D",backepsilon:"220D",','blacktriangleleft',':"25C0",','blacktriangleright',':"25B6",therefore:"2234",because:"2235",eqsim:"2242",','vartriangle',':["25B3',33,'Join:"22C8",nless:"226E",ngtr:"226F",nleq:"2270",ngeq:"2271",nleqslant:["2A87',33,'ngeqslant:["2A88',33,'nleqq:["2270',33,'ngeqq:["2271',33,'lneq:"2A87",gneq:"2A88",lneqq:"2268",gneqq:"2269",lvertneqq:["2268',33,'gvertneqq:["2269',33,'lnsim:"22E6",gnsim:"22E7",lnapprox:"2A89",gnapprox:"2A8A",nprec:"2280",nsucc:"2281",npreceq:["22E0',33,'nsucceq:["22E1',33,'precneqq:"2AB5",succneqq:"2AB6",precnsim:"22E8",succnsim:"22E9",precnapprox:"2AB9",succnapprox:"2ABA",nsim:"2241",ncong:"2246",nshortmid:["2224',33,'nshortparallel:["2226',33,'nmid:"2224",nparallel:"2226",nvdash:"22AC",nvDash:"22AD",nVdash:"22AE",nVDash:"22AF",ntriangleleft:"22EA",ntriangleright:"22EB",ntrianglelefteq:"22EC",ntrianglerighteq:"22ED",nsubseteq:"2288",nsupseteq:"2289",nsubseteqq:["2288',33,'nsupseteqq:["2289',33,'subsetneq:"228A",supsetneq:"228B",varsubsetneq:["228A',33,'varsupsetneq:["228B',33,'subsetneqq:"2ACB",supsetneqq:"2ACC",varsubsetneqq:["2ACB',33,'varsupsetneqq:["2ACC',33,'leftleftarrows:"21C7",rightrightarrows:"21C9",leftrightarrows:"21C6",rightleftarrows:"21C4",Lleftarrow:"21DA",Rrightarrow:"21DB",twoheadleftarrow:"219E",twoheadrightarrow:"21A0",leftarrowtail:"21A2",rightarrowtail:"21A3",looparrowleft:"21AB",looparrowright:"21AC",leftrightharpoons:"21CB",rightleftharpoons:["21CC',33,'curvearrowleft:"21B6",curvearrowright:"21B7",circlearrowleft:"21BA",circlearrowright:"21BB",Lsh:"21B0",Rsh:"21B1",upuparrows:"21C8",downdownarrows:"21CA",upharpoonleft:"21BF",upharpoonright:"21BE",downharpoonleft:"21C3",restriction:"21BE",multimap:"22B8",downharpoonright:"21C2",leftrightsquigarrow:"21AD",rightsquigarrow:"21DD",leadsto:"21DD",dashrightarrow:"21E2",dashleftarrow:"21E0",nleftarrow:"219A",nrightarrow:"219B",nLeftarrow:"21CD",nRightarrow:"21CF",nleftrightarrow:"21AE",nLeftrightarrow:"21CE"},delimiter:{"\\\\ulcorner":"250C","\\\\urcorner":"2510","\\\\llcorner":"2514","\\\\lrcorner":"2518"},macros:{implies',':["Macro","\\\\;\\\\','Longrightarrow\\\\;"],impliedby',107,'Longleftarrow\\\\;"]}});var c=a.mo.OPTYPES.REL;',0,8,'a.mo.prototype,{OPTABLE:{infix:{"\\u2322":c,"\\u2323":c,"\\u25B3":c,"\\uE006":c,"\\uE007":c,"\\uE00C":c,"\\uE00D":c,"\\uE00E":c,"\\uE00F":c,"\\uE010":c,"\\uE011":c,"\\uE016":c,"\\uE017":c,"\\uE018":c,"\\uE019":c,"\\uE01A":c,"\\uE01B":c,"\\uE04B":c,"\\uE04F":c}}});if(',0,'Browser.isMSIE){',9,'.mathchar0mi.','digamma=["03DC','",{variantForm:true','}];',9,117,'varkappa=["03F0',119,'}]}});',0,1,'HTML-CSS',3,5,'OutputJax["HTML-CSS"];var b=',9,';var c=a.FONTDATA.VARIANT;','if(a.fontInUse==="','TeX"){','c["-TeX-variant','"]={fonts:["MathJax_AMS","MathJax_Main","MathJax_Size1"],remap:{8808:57356,8809:57357,','8816:57361,8817:57358,','10887:57360,10888:57359,','8740:57350,8742:57351',',8840:57366,8841:57368',',8842:57370,8843:57371,10955:57367,10956:57369,988:57352,1008:57353}};if(a.msieIE6){',0,8,136,'"].remap,{8592:[58049',',"-WinIE6"],','8594:[58048',147,'8739:[58050',147,'8741:[58051',147,'8764:[58052',147,'9651:[58067,"-WinIE6"]})}}',134,'STIX"){b',117,36,'="2205";b',117,'hslash="210F";b',117,39,'="25B4";b',117,43,'="25BE";b',117,'square="25FB";b',117,45,'="25FC";b',117,69,'=["25B3",{mathsize:"71%"}];b',117,41,'=["25BD",{mathsize:"71%"}];b.',55,'.',65,'="25C2";b.',55,'.',67,'="25B8";b.',55,'.smallsetminus="2216";',0,8,'c["-STIX-variant"],{remap:{',139,138,'8928:57419,8929:57423',141,'}})}',0,'Startup.signal.Post("TeX AMSsymbols Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/TeX/AMSsymbols.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/autobold.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.','Hub.Register.StartupHook("TeX Jax Ready",function(){var b="1.0";var c=',0,'InputJax.TeX;var a=','c.prefilterMath',';',4,'=function(g,h,e){var f=e.parentNode.insertBefore(document.createElement("span"),e);f.visibility="hidden";f.style.fontFamily="Times, serif";f.appendChild(document.createTextNode("ABCXYZabcxyz"));var d=f.offsetWidth;f.style.fontWeight="bold";if(f.offsetWidth==d){g="\\\\bf {"+g+"}"}f.parentNode.removeChild(f);return a.call(c,g,h,e)};',0,'Hub.Startup.signal.Post("TeX autobold Ready")});',0,'Ajax.loadComplete("[MathJax]/extensions/TeX/autobold.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/boldsymbol.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.Hub.Register.StartupHook("','TeX',' Jax Ready",function(){var ','c="1.0";var a=','MathJax.','ElementJax.mml;var e=',4,'InputJax.TeX;var b=e.Definitions;var d={};d[','a.VARIANT.','NORMAL]=',8,'BOLD;d[',8,'ITALIC]=',8,'BOLDITALIC;d[',8,'FRAKTUR]=',8,'BOLDFRAKTUR;d[',8,'SCRIPT]=',8,'BOLDSCRIPT;d[',8,'SANSSERIF]=',8,'BOLDSANSSERIF;d','["-tex-caligraphic','"]="-tex-','caligraphic-bold";d','["-tex-oldstyle',29,'oldstyle-bold";b.macros.boldsymbol="Boldsymbol";e.Parse.Augment({mmlToken:function(g){if(','this.stack.env.boldsymbol','){var f=','g.Get("','mathvariant','");if(f==null){g.',37,'=',8,'BOLD}else{g.',37,'=(d[f]||f)}}return g},Boldsymbol:function(i',35,34,',g=','this.stack.env.font',';',34,'=true;',48,'=null;var h=this.ParseArg(i);',48,'=g;',34,'=f;this.Push(h)}})});',0,'HTML-CSS',2,'a=',4,'OutputJax["',59,'"];var c=a.FONTDATA.FONTS;var b=a.FONTDATA.VARIANT;','if(a.fontInUse==="','TeX"){c["MathJax_Caligraphic-bold"]="Caligraphic/Bold/Main.js";b',28,'-bold"]={fonts:["MathJax_Caligraphic-bold","MathJax_Main-bold","MathJax_Main","MathJax_Math","MathJax_Size1','"],offsetA:65,variantA:"','bold-italic','"};b',31,69,'"]};if(','a.msieCheckGreek','&&a.Font.testFont({family:"','MathJax_Greek','",weight:"bold",style:"italic",testString:',76,'})){b["',71,'"].offsetG=913;b["',71,'"].variantG="-','Greek-Bold-Italic','";b["-',86,'"]={fonts:["',78,'-',71,'"]};c["',78,'-',71,'"]="Greek/BoldItalic/Main.js"}if(','MathJax.Hub.Browser.','isChrome&&!',98,'versionAtLeast("5.0")){b',28,'-bold"].remap={84:[58096,"-WinChrome"]}}}else{',66,'STIX"){b',28,'-bold"]={fonts:["STIXGeneral-bold','-italic','","STIXNonUnicode','-',71,109,'","STIXGeneral","STIXSizeOneSym"],','offsetA:57927,noLowerCase:1};b',31,107,109,'-bold',113,'offsetN:57955,remap:{57956:57959,57957:57963,57958:57967,57959:57971,57960:57975,57961:57979,57962:57983,57963:57987,57964:57991}}}}',4,'Hub.Startup.signal.Post("TeX boldsymbol Ready")});',4,'Ajax.loadComplete("[MathJax]/extensions/TeX/boldsymbol.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/mathchoice.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.','Hub.Register.StartupHook("TeX Jax Ready",function(){var c="1.0";var a=',0,'ElementJax.mml;var d=',0,'InputJax.TeX;var b=d.Definitions;b.macros.','mathchoice','="','MathChoice','";d.Parse.Augment({',8,':function','(f){var i','=this.ParseArg(f','),e',13,'),g',13,'),h',13,');this.Push(a.','TeXmathchoice','(i,e,g,h))}});a.',21,'=a.mbase.Subclass({type:"',21,'",choice',11,'(){var e=this.getValues("displaystyle","','scriptlevel','");if(e.',29,'>0){return Math.min(3,e.',29,'+1)}return(e.displaystyle?0:1)},','setTeXclass',11,'(e){return this.','Core().',35,'(e)},','isSpacelike',':function(){return this.',38,41,'()},','isEmbellished',42,38,46,'()},Core',42,'data[this.choice()]},toHTML',11,'(e){e=this.HTMLcreateSpan(e);e.bbox=this.',38,'toHTML(e).bbox;return e}});',0,'Hub.Startup.signal.Post("TeX ',6,' Ready")});',0,'Ajax.loadComplete("[MathJax]/extensions/TeX/',6,'.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/newcommand.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.Hub.','Register.StartupHook("TeX Jax Ready",function(){var b="1.0";var c=MathJax.InputJax.TeX;var a=c.Definitions;',0,'Insert(a,{macros:{','newcommand',':"','NewCommand','",renewcommand:"',6,'",newenvironment:"','NewEnvironment','",def:"MacroDef"}});c.Parse.Augment({',6,':function(','d){var e=this.','trimSpaces(','this.GetArgument','(d)),g','=this.trimSpaces(this.GetBrackets(','d)),f=',16,'(d);if(g===""){g=null}if(e.charAt(0)==="\\\\"){e=e.substr(1)}if(!e.match(/^(.|[a-z]+)$/i)){','c.Error("','Illegal',' control sequence',' name for "+d)}if(g!=null&&!g','.match(/^[0-9]+$/)){c.Error("Illegal number of parameters specified in "+','d)}','a.macros[e]=["Macro",f,g',']},',10,13,'e){var f=this.trimSpaces(',16,'(e)),h',18,'e)),g=',16,'(e),d=',16,'(e);if(h===""){h=null}if(h!=null&&!h',26,'e)}','a.environment[','f',']=["BeginEnv","EndEnv','",g,d,h]},MacroDef',13,14,'GetCSname','(d),g=this.','GetTemplate','(d,"\\\\"+e),f=',16,'(d);if(!(g instanceof Array)){',28,']}else{a.macros[e]=["','MacroWithTemplate','",f,g[0],g[1]]}},',49,13,'e){var f=','this.GetNext();','if(f!=="\\\\"){c.Error("\\\\ must be followed by a',24,'")}','var d=this.','trimSpaces(',16,'(e));return d.substr(1)},',51,13,'f,e){var j,g=[],h=0;j=',62,66,'i',';while(this.i<this.string.length){','j=',62,'if(j==="#"){','if(d!==this.i){g[h]=this.string.substr(d,this.i-d)}','j=','this.string.','charAt(++this.i);if(!j.match(/^[1-9]$/)){',22,'Illegal use of # in template for "+e)}if(parseInt(j)!=++h){',22,'Parameters for "+e+" must be numbered sequentially")}d=this.i+1}else{if(j==="{"){',80,'if(g.length>0){return[h,g]}else{return h}}}this.i++}',22,'Missing replacement string for definition of "+f)},',57,13,'e,h,j,g){if(j){var d=[];',62,'if(g[0]&&!this.','MatchParam','(g[0])){',22,'Use of "+e+" doesn\'t match its definition")}','for(var f=0;f<','j;f++){d.push(this.','GetParameter','(e,g[f+1]))}h','=this.SubstituteArgs(','d,h)}','this.string=this.AddArgs(','h',',this.string.slice(this.i));this.i=0','},BeginEnv',13,'g,j,d,h){if(h){var e=[];',101,'h;f++){e.push(',16,'("\\\\begin{"+name+"}"))}j',105,'e,j);d',105,'e,d)}g.edef=d;',107,'j',109,';return ','g},EndEnv',13,'d,e){',107,'d.edef',109,124,'e},',103,13,'e,h){if(h==null){return ',16,'(e)}var g=this.i,d=0,f=0',76,'if(',82,'charAt(this.i)==="{"){if(this.i===g){f=1}',16,'(e);d=this.i-g}else{if(this.',97,'(h)){if(f){g++;d-=2}return ',82,'substr(g,d)}else{this.i++;d++;f=0}}}',22,'Runaway argument for "+e+"?")},',97,13,'d){if(',82,'substr(this.i,d.length)!==d){return 0}this.i+=d.length',124,'1}});c.Environment=function(d){',43,'d',45,'"].concat([].slice.call(arguments,1))};',0,'Startup.signal.Post("TeX ',4,' Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/TeX/',4,'.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/noErrors.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['(function(){var c="1.0";','MathJax.Extension["TeX/noErrors','"]={version:c,config:','MathJax.Hub.','Insert({','multiLine',':true,','inlineDelimiters',':["",""],style:{"font-family":"serif","font-size":"80%","text-align":"left",color:"black",padding:"1px 3px",border:"1px solid"}},((',3,'config.TeX||{}).noErrors||{}))};var a=',1,'"].config;var ','b=String.fromCharCode(160);',3,'Config({TeX:{Augment:{formatError:function(f,e,g,d){var i=a.',7,';var h=(g||a.',5,');if(!g){e=i[0]+e+i[1]}if(h){e=e.replace(/ /g,b)}else{e=e.replace(/\\n/g," ")}return ','MathJax.ElementJax.mml','.merror','(e).With({isError',6,5,':h})}}},"','HTML-CSS','":{styles:{".','MathJax .merror','":',3,'Insert({"font-style":null,"background-color":null,"vertical-align":(',3,'Browser.isMSIE&&a.',5,'?"-2px":"")},a.style)}}})})();',3,'Register.StartupHook("',26,' Jax Ready",function(){var ','a=',20,';var b=MathJax.OutputJax["',26,'"];var c=a.math','.prototype.toHTML',';a.math','.Augment({toHTML:function(','d,e','){if(this.data[0]&&this.data[0].data[0]&&this.data[0].data[0].isError){return this.data[0].data[0].','toHTML','(d)}return c.call(this,d',',e)}});a',21,47,'j','){if(!this.isError){return ','a.mbase',45,'.call(this,','j)}j=this.HTMLcreateSpan(j);','if(this.',5,'){j','.style.display="inline-block','"}var l','=this.data[0].data[0].data.join("").split(/\\n/);for(var ','g=0,e=l.length;g<e;g++){b.addText(j,l[g]);if(g!==e-1){b.addElement(j,"br")}}var n=b.getHD(','j.parentNode','),d=b.getW(',68,');if(e>1){var k=(n.h+n.d)/2,h=b.TeX.x_height/2;var f=b.config.styles[".',28,'"]["font-size"];if(f&&f.match(/%/)){h*=parseInt(f)/100}',68,'.style.verticalAlign','=b.Em(n.d+(h-k));n.h=h+k;n.d=k-h}j.bbox={h:n.h,d:n.d,w:d,lw:0,rw:d};return j','}});MathJax.Hub.Startup.signal.Post("TeX noErrors Ready")});MathJax.','Hub.',37,'NativeMML',39,'b=',20,';var a=',1,12,'c=b.math','.prototype.toNativeMML',';b.math','.Augment({toNativeMML:function(','d',49,'toNativeMML',51,')}});b',21,90,'g',56,'b.mbase',88,59,'g)}g=','g.appendChild(document.','createElement("','span"));var h',66,'f=0,e=h.length;f<e;f++){',104,'createTextNode(h[f]));if(f!==e-1){',104,105,'br"))}}',61,5,'){g',64,'";if(e>1){g',75,'="middle"}}for(var j in a.style){if(a.style.hasOwnProperty(j)){var d=j.replace(/-./g,function(i){return i.charAt(1).toUpperCase()});g.style[d]=a.style[j]}}return g',77,'Ajax.loadComplete("[MathJax]/extensions/TeX/noErrors.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/noUndefined.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.Extension["TeX/noUndefined','"]={version:"1.0",config:','MathJax.Hub.','Insert({attributes:{mathcolor:"red"}},((',2,'config.TeX||{}).','noUndefined','||{}))};',2,'Register.StartupHook("TeX Jax Ready",function(){var b=',0,'"].config;var a=MathJax.ElementJax.mml;MathJax.InputJax.TeX.Parse.Augment({csUndefined:function(c){this.Push(a.mtext(c).With(b.attributes))}});',2,'Startup.signal.Post("TeX ',6,' Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/TeX/',6,'.js");']
17
+ ]);
18
+
@@ -0,0 +1,18 @@
1
+ /*
2
+ * ../SourceForge/trunk/mathjax/extensions/TeX/unicode.js
3
+ *
4
+ * Copyright (c) 2010 Design Science, Inc.
5
+ *
6
+ * Part of the MathJax library.
7
+ * See http://www.mathjax.org for details.
8
+ *
9
+ * Licensed under the Apache License, Version 2.0;
10
+ * you may not use this file except in compliance with the License.
11
+ *
12
+ * http://www.apache.org/licenses/LICENSE-2.0
13
+ */
14
+
15
+ MathJax.Unpack([
16
+ ['MathJax.Extension["TeX/unicode','"]={version:"1.0",unicode:{},config:','MathJax.Hub.','Insert({fonts:"STIXGeneral,\'Arial Unicode MS\'"},((',2,'config.TeX||{}).unicode||{}))};','MathJax.Hub.Register.StartupHook("','TeX',' Jax Ready",function(){var ','d=MathJax.InputJax.TeX;var ','a=MathJax.','ElementJax.mml;var c=',0,'"].config.fonts;var b=',0,'"].unicode;','d.Definitions.macros.unicode="Unicode";d.Parse.Augment({Unicode:function(f){var j','=this.GetBrackets(f','),e;if(j){j=j.replace(/ /g,"");if(j.match(/^(\\','d+(\\.\\d*)?|\\.\\d','+),(\\',19,'+)$/)){j=j.split(/,/);e',17,')}else{e=j;j=null}}var k=this.trimSpaces(this.GetArgument(f)),i=parseInt(k.match(/^x/)?"0"+k:k);b[i]=[800,200,500,0,500,{isUnknown:true,isUnicode:true,font:c}];if(j){b[i][0',']=Math.floor(j[','0]*1000);b[i][1',25,'1]*1000)}var g=this.stack.env.font,h={};if(e){h.fontfamily=e;if(g){if(g.match(/bold/)){h.fontweight="bold"}if(g.match(/italic/)){h.fontstyle="italic"}}b[i][5].font=e+","+c}else{if(g){h.mathvariant=g}}this.Push(a.mtext(a.entity("#"+k)).With(h))}})});',6,'HTML-CSS',8,10,'OutputJax["',30,'"];var c=',0,15,'var b=a.lookupChar;a.Augment({lookupChar:function(e,f){var d=b.call(this,e,f);if(d[f][5]&&d[f][5].isUnknown&&c[f]){d[f]=c[f]}return d}});',2,'Startup.signal.Post("TeX unicode Ready")});MathJax.Ajax.loadComplete("[MathJax]/extensions/TeX/unicode.js");']
17
+ ]);
18
+