plurimath 0.8.3 → 0.8.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1541) hide show
  1. checksums.yaml +4 -4
  2. data/AsciiMath-Supported-Data.adoc +1 -1925
  3. data/Latex-Supported-Data.adoc +46 -1864
  4. data/MathML-Supported-Data.adoc +0 -167
  5. data/README.adoc +27 -0
  6. data/UnicodeMath-Supported-Data.adoc +0 -819
  7. data/lib/plurimath/asciimath/constants.rb +20 -252
  8. data/lib/plurimath/asciimath/parse.rb +17 -7
  9. data/lib/plurimath/asciimath/transform.rb +57 -67
  10. data/lib/plurimath/formatter/localized_number.rb +13 -0
  11. data/lib/plurimath/formatter/number_data_reader.rb +11 -0
  12. data/lib/plurimath/formatter/number_formatter.rb +26 -100
  13. data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/fraction.rb +10 -9
  14. data/lib/plurimath/formatter/{twitter_cldr_rb → numbers}/integer.rb +3 -3
  15. data/lib/plurimath/formatter/numeric_formatter.rb +120 -0
  16. data/lib/plurimath/html/transform.rb +24 -24
  17. data/lib/plurimath/latex/constants.rb +43 -3616
  18. data/lib/plurimath/latex/parse.rb +8 -8
  19. data/lib/plurimath/latex/transform.rb +41 -49
  20. data/lib/plurimath/math/core.rb +49 -11
  21. data/lib/plurimath/math/formula.rb +18 -14
  22. data/lib/plurimath/math/function/bar.rb +1 -1
  23. data/lib/plurimath/math/function/binary_function.rb +1 -7
  24. data/lib/plurimath/math/function/ceil.rb +2 -2
  25. data/lib/plurimath/math/function/ddot.rb +1 -1
  26. data/lib/plurimath/math/function/dot.rb +2 -2
  27. data/lib/plurimath/math/function/fenced.rb +38 -22
  28. data/lib/plurimath/math/function/frac.rb +1 -1
  29. data/lib/plurimath/math/function/hat.rb +2 -2
  30. data/lib/plurimath/math/function/linebreak.rb +1 -1
  31. data/lib/plurimath/math/function/nary.rb +0 -7
  32. data/lib/plurimath/math/function/obrace.rb +2 -2
  33. data/lib/plurimath/math/function/overset.rb +15 -10
  34. data/lib/plurimath/math/function/power.rb +3 -8
  35. data/lib/plurimath/math/function/table/array.rb +9 -8
  36. data/lib/plurimath/math/function/table/bmatrix.rb +1 -1
  37. data/lib/plurimath/math/function/table/eqarray.rb +1 -1
  38. data/lib/plurimath/math/function/table/matrix.rb +3 -2
  39. data/lib/plurimath/math/function/table/vmatrix.rb +1 -1
  40. data/lib/plurimath/math/function/table.rb +33 -41
  41. data/lib/plurimath/math/function/ternary_function.rb +0 -6
  42. data/lib/plurimath/math/function/tilde.rb +2 -2
  43. data/lib/plurimath/math/function/tr.rb +7 -3
  44. data/lib/plurimath/math/function/ubrace.rb +2 -2
  45. data/lib/plurimath/math/function/ul.rb +2 -2
  46. data/lib/plurimath/math/function/underset.rb +17 -17
  47. data/lib/plurimath/math/function/vec.rb +2 -2
  48. data/lib/plurimath/math/symbols/aa.rb +41 -0
  49. data/lib/plurimath/math/symbols/ac.rb +41 -0
  50. data/lib/plurimath/math/symbols/accurrent.rb +41 -0
  51. data/lib/plurimath/math/symbols/acidfree.rb +41 -0
  52. data/lib/plurimath/math/symbols/acute.rb +41 -0
  53. data/lib/plurimath/math/symbols/acwcirclearrow.rb +41 -0
  54. data/lib/plurimath/math/symbols/acwgapcirclearrow.rb +41 -0
  55. data/lib/plurimath/math/symbols/acwleftarcarrow.rb +41 -0
  56. data/lib/plurimath/math/symbols/acwoverarcarrow.rb +41 -0
  57. data/lib/plurimath/math/symbols/acwunderarcarrow.rb +41 -0
  58. data/lib/plurimath/math/symbols/aleph.rb +41 -0
  59. data/lib/plurimath/math/symbols/alpha.rb +41 -0
  60. data/lib/plurimath/math/symbols/amalg.rb +41 -0
  61. data/lib/plurimath/math/symbols/ampersand.rb +41 -0
  62. data/lib/plurimath/math/symbols/anchor.rb +41 -0
  63. data/lib/plurimath/math/symbols/angdnr.rb +41 -0
  64. data/lib/plurimath/math/symbols/angle.rb +41 -0
  65. data/lib/plurimath/math/symbols/angles.rb +41 -0
  66. data/lib/plurimath/math/symbols/angleubar.rb +41 -0
  67. data/lib/plurimath/math/symbols/angmsd.rb +41 -0
  68. data/lib/plurimath/math/symbols/angrtvb.rb +41 -0
  69. data/lib/plurimath/math/symbols/angsph.rb +41 -0
  70. data/lib/plurimath/math/symbols/angstrom.rb +41 -0
  71. data/lib/plurimath/math/symbols/annuity.rb +41 -0
  72. data/lib/plurimath/math/symbols/aplboxquestion.rb +41 -0
  73. data/lib/plurimath/math/symbols/aplboxupcaret.rb +41 -0
  74. data/lib/plurimath/math/symbols/aplcomment.rb +41 -0
  75. data/lib/plurimath/math/symbols/apldownarrowbox.rb +41 -0
  76. data/lib/plurimath/math/symbols/aplinput.rb +41 -0
  77. data/lib/plurimath/math/symbols/aplinv.rb +41 -0
  78. data/lib/plurimath/math/symbols/aplleftarrowbox.rb +41 -0
  79. data/lib/plurimath/math/symbols/apllog.rb +41 -0
  80. data/lib/plurimath/math/symbols/aplrightarrowbox.rb +41 -0
  81. data/lib/plurimath/math/symbols/apluparrowbox.rb +41 -0
  82. data/lib/plurimath/math/symbols/apprge.rb +41 -0
  83. data/lib/plurimath/math/symbols/apprle.rb +41 -0
  84. data/lib/plurimath/math/symbols/approx.rb +41 -0
  85. data/lib/plurimath/math/symbols/approxeq.rb +41 -0
  86. data/lib/plurimath/math/symbols/approxeqq.rb +41 -0
  87. data/lib/plurimath/math/symbols/approxident.rb +41 -0
  88. data/lib/plurimath/math/symbols/aquarius.rb +41 -0
  89. data/lib/plurimath/math/symbols/arceq.rb +41 -0
  90. data/lib/plurimath/math/symbols/aries.rb +41 -0
  91. data/lib/plurimath/math/symbols/arrowbullet.rb +41 -0
  92. data/lib/plurimath/math/symbols/assert.rb +41 -0
  93. data/lib/plurimath/math/symbols/ast.rb +41 -0
  94. data/lib/plurimath/math/symbols/asteq.rb +41 -0
  95. data/lib/plurimath/math/symbols/asteraccent.rb +41 -0
  96. data/lib/plurimath/math/symbols/asymp.rb +41 -0
  97. data/lib/plurimath/math/symbols/atsign.rb +41 -0
  98. data/lib/plurimath/math/symbols/awint.rb +41 -0
  99. data/lib/plurimath/math/symbols/backcong.rb +41 -0
  100. data/lib/plurimath/math/symbols/backdprime.rb +41 -0
  101. data/lib/plurimath/math/symbols/backepsilon.rb +41 -0
  102. data/lib/plurimath/math/symbols/backprime.rb +41 -0
  103. data/lib/plurimath/math/symbols/backsim.rb +41 -0
  104. data/lib/plurimath/math/symbols/backsimeq.rb +41 -0
  105. data/lib/plurimath/math/symbols/backslash.rb +41 -0
  106. data/lib/plurimath/math/symbols/backtrprime.rb +41 -0
  107. data/lib/plurimath/math/symbols/bagmember.rb +41 -0
  108. data/lib/plurimath/math/symbols/ballotx.rb +41 -0
  109. data/lib/plurimath/math/symbols/bar.rb +41 -0
  110. data/lib/plurimath/math/symbols/barcap.rb +41 -0
  111. data/lib/plurimath/math/symbols/barcup.rb +41 -0
  112. data/lib/plurimath/math/symbols/barin.rb +41 -0
  113. data/lib/plurimath/math/symbols/barleftarrow.rb +41 -0
  114. data/lib/plurimath/math/symbols/barleftarrowrightarrowba.rb +41 -0
  115. data/lib/plurimath/math/symbols/barleftharpoon.rb +41 -0
  116. data/lib/plurimath/math/symbols/barovernorthwestarrow.rb +41 -0
  117. data/lib/plurimath/math/symbols/barrightarrowdiamond.rb +41 -0
  118. data/lib/plurimath/math/symbols/barrightharpoon.rb +41 -0
  119. data/lib/plurimath/math/symbols/baruparrow.rb +41 -0
  120. data/lib/plurimath/math/symbols/barv.rb +41 -0
  121. data/lib/plurimath/math/symbols/barvee.rb +41 -0
  122. data/lib/plurimath/math/symbols/barwedge.rb +41 -0
  123. data/lib/plurimath/math/symbols/bbrktbrk.rb +41 -0
  124. data/lib/plurimath/math/symbols/bdtriplevdash.rb +41 -0
  125. data/lib/plurimath/math/symbols/because.rb +41 -0
  126. data/lib/plurimath/math/symbols/benzenr.rb +41 -0
  127. data/lib/plurimath/math/symbols/beth.rb +41 -0
  128. data/lib/plurimath/math/symbols/between.rb +41 -0
  129. data/lib/plurimath/math/symbols/bigblacktriangledown.rb +41 -0
  130. data/lib/plurimath/math/symbols/bigblacktriangleup.rb +41 -0
  131. data/lib/plurimath/math/symbols/bigbot.rb +41 -0
  132. data/lib/plurimath/math/symbols/bigcupdot.rb +41 -0
  133. data/lib/plurimath/math/symbols/biginterleave.rb +41 -0
  134. data/lib/plurimath/math/symbols/bigodot.rb +41 -0
  135. data/lib/plurimath/math/symbols/bigoplus.rb +41 -0
  136. data/lib/plurimath/math/symbols/bigotimes.rb +41 -0
  137. data/lib/plurimath/math/symbols/bigslopedvee.rb +41 -0
  138. data/lib/plurimath/math/symbols/bigslopedwedge.rb +41 -0
  139. data/lib/plurimath/math/symbols/bigsqcap.rb +41 -0
  140. data/lib/plurimath/math/symbols/bigsqcup.rb +41 -0
  141. data/lib/plurimath/math/symbols/bigstar.rb +41 -0
  142. data/lib/plurimath/math/symbols/bigtalloblong.rb +41 -0
  143. data/lib/plurimath/math/symbols/bigtop.rb +41 -0
  144. data/lib/plurimath/math/symbols/bigtriangledown.rb +41 -0
  145. data/lib/plurimath/math/symbols/bigtriangleleft.rb +41 -0
  146. data/lib/plurimath/math/symbols/bigtriangleup.rb +41 -0
  147. data/lib/plurimath/math/symbols/biguplus.rb +41 -0
  148. data/lib/plurimath/math/symbols/bigwedge.rb +41 -0
  149. data/lib/plurimath/math/symbols/bigwhitestar.rb +41 -0
  150. data/lib/plurimath/math/symbols/bij.rb +41 -0
  151. data/lib/plurimath/math/symbols/biohazard.rb +41 -0
  152. data/lib/plurimath/math/symbols/blackcircledownarrow.rb +41 -0
  153. data/lib/plurimath/math/symbols/blackcircledrightdot.rb +41 -0
  154. data/lib/plurimath/math/symbols/blackcircledtwodots.rb +41 -0
  155. data/lib/plurimath/math/symbols/blackcircleulquadwhite.rb +41 -0
  156. data/lib/plurimath/math/symbols/blackdiamonddownarrow.rb +41 -0
  157. data/lib/plurimath/math/symbols/blackhourglass.rb +41 -0
  158. data/lib/plurimath/math/symbols/blackinwhitediamond.rb +41 -0
  159. data/lib/plurimath/math/symbols/blackinwhitesquare.rb +41 -0
  160. data/lib/plurimath/math/symbols/blacklozenge.rb +41 -0
  161. data/lib/plurimath/math/symbols/blackpointerleft.rb +41 -0
  162. data/lib/plurimath/math/symbols/blackpointerright.rb +41 -0
  163. data/lib/plurimath/math/symbols/blacksmiley.rb +41 -0
  164. data/lib/plurimath/math/symbols/blacktriangle.rb +41 -0
  165. data/lib/plurimath/math/symbols/blacktriangledown.rb +41 -0
  166. data/lib/plurimath/math/symbols/blkhorzoval.rb +41 -0
  167. data/lib/plurimath/math/symbols/blkvertoval.rb +41 -0
  168. data/lib/plurimath/math/symbols/blockfull.rb +41 -0
  169. data/lib/plurimath/math/symbols/blockhalfshaded.rb +41 -0
  170. data/lib/plurimath/math/symbols/blocklefthalf.rb +41 -0
  171. data/lib/plurimath/math/symbols/blocklowhalf.rb +41 -0
  172. data/lib/plurimath/math/symbols/blockqtrshaded.rb +41 -0
  173. data/lib/plurimath/math/symbols/blockrighthalf.rb +41 -0
  174. data/lib/plurimath/math/symbols/blockthreeqtrshaded.rb +41 -0
  175. data/lib/plurimath/math/symbols/blockuphalf.rb +41 -0
  176. data/lib/plurimath/math/symbols/bnot.rb +41 -0
  177. data/lib/plurimath/math/symbols/bot.rb +41 -0
  178. data/lib/plurimath/math/symbols/botsemicircle.rb +41 -0
  179. data/lib/plurimath/math/symbols/bowtie.rb +41 -0
  180. data/lib/plurimath/math/symbols/box.rb +41 -0
  181. data/lib/plurimath/math/symbols/boxast.rb +41 -0
  182. data/lib/plurimath/math/symbols/boxbar.rb +41 -0
  183. data/lib/plurimath/math/symbols/boxbox.rb +41 -0
  184. data/lib/plurimath/math/symbols/boxbslash.rb +41 -0
  185. data/lib/plurimath/math/symbols/boxcircle.rb +41 -0
  186. data/lib/plurimath/math/symbols/boxdiag.rb +41 -0
  187. data/lib/plurimath/math/symbols/boxdot.rb +41 -0
  188. data/lib/plurimath/math/symbols/boxminus.rb +41 -0
  189. data/lib/plurimath/math/symbols/boxonbox.rb +41 -0
  190. data/lib/plurimath/math/symbols/boxplus.rb +41 -0
  191. data/lib/plurimath/math/symbols/boxtimes.rb +41 -0
  192. data/lib/plurimath/math/symbols/breve.rb +41 -0
  193. data/lib/plurimath/math/symbols/bsimilarleftarrow.rb +41 -0
  194. data/lib/plurimath/math/symbols/bsimilarrightarrow.rb +41 -0
  195. data/lib/plurimath/math/symbols/bsolhsub.rb +41 -0
  196. data/lib/plurimath/math/symbols/btimes.rb +41 -0
  197. data/lib/plurimath/math/symbols/bullet.rb +41 -0
  198. data/lib/plurimath/math/symbols/bullseye.rb +41 -0
  199. data/lib/plurimath/math/symbols/bumpeq.rb +41 -0
  200. data/lib/plurimath/math/symbols/bumpeqq.rb +41 -0
  201. data/lib/plurimath/math/symbols/buni.rb +41 -0
  202. data/lib/plurimath/math/symbols/cancer.rb +41 -0
  203. data/lib/plurimath/math/symbols/candra.rb +41 -0
  204. data/lib/plurimath/math/symbols/cap.rb +45 -0
  205. data/lib/plurimath/math/symbols/capbarcup.rb +41 -0
  206. data/lib/plurimath/math/symbols/capdot.rb +41 -0
  207. data/lib/plurimath/math/symbols/capovercup.rb +41 -0
  208. data/lib/plurimath/math/symbols/capricornus.rb +41 -0
  209. data/lib/plurimath/math/symbols/capwedge.rb +41 -0
  210. data/lib/plurimath/math/symbols/caretinsert.rb +41 -0
  211. data/lib/plurimath/math/symbols/carriagereturn.rb +41 -0
  212. data/lib/plurimath/math/symbols/cat.rb +41 -0
  213. data/lib/plurimath/math/symbols/cc.rb +41 -0
  214. data/lib/plurimath/math/symbols/ccwundercurvearrow.rb +41 -0
  215. data/lib/plurimath/math/symbols/cdot.rb +41 -0
  216. data/lib/plurimath/math/symbols/cdotp.rb +41 -0
  217. data/lib/plurimath/math/symbols/cdots.rb +41 -0
  218. data/lib/plurimath/math/symbols/cent.rb +41 -0
  219. data/lib/plurimath/math/symbols/check.rb +41 -0
  220. data/lib/plurimath/math/symbols/checkedbox.rb +41 -0
  221. data/lib/plurimath/math/symbols/checkmark.rb +41 -0
  222. data/lib/plurimath/math/symbols/chi.rb +41 -0
  223. data/lib/plurimath/math/symbols/cirbot.rb +41 -0
  224. data/lib/plurimath/math/symbols/circ.rb +41 -0
  225. data/lib/plurimath/math/symbols/circeq.rb +41 -0
  226. data/lib/plurimath/math/symbols/circle.rb +41 -0
  227. data/lib/plurimath/math/symbols/circlebottomhalfblack.rb +41 -0
  228. data/lib/plurimath/math/symbols/circledbullet.rb +41 -0
  229. data/lib/plurimath/math/symbols/circledgtr.rb +41 -0
  230. data/lib/plurimath/math/symbols/circledownarrow.rb +41 -0
  231. data/lib/plurimath/math/symbols/circledparallel.rb +41 -0
  232. data/lib/plurimath/math/symbols/circledr.rb +41 -0
  233. data/lib/plurimath/math/symbols/circledrightdot.rb +41 -0
  234. data/lib/plurimath/math/symbols/circledstar.rb +41 -0
  235. data/lib/plurimath/math/symbols/circledtwodots.rb +41 -0
  236. data/lib/plurimath/math/symbols/circledvert.rb +41 -0
  237. data/lib/plurimath/math/symbols/circledwhitebullet.rb +41 -0
  238. data/lib/plurimath/math/symbols/circlehbar.rb +41 -0
  239. data/lib/plurimath/math/symbols/circlellquad.rb +41 -0
  240. data/lib/plurimath/math/symbols/circlelrquad.rb +41 -0
  241. data/lib/plurimath/math/symbols/circleonleftarrow.rb +41 -0
  242. data/lib/plurimath/math/symbols/circleonrightarrow.rb +41 -0
  243. data/lib/plurimath/math/symbols/circletophalfblack.rb +41 -0
  244. data/lib/plurimath/math/symbols/circleulquad.rb +41 -0
  245. data/lib/plurimath/math/symbols/circleurquad.rb +41 -0
  246. data/lib/plurimath/math/symbols/circleurquadblack.rb +41 -0
  247. data/lib/plurimath/math/symbols/circlevertfill.rb +41 -0
  248. data/lib/plurimath/math/symbols/cire.rb +41 -0
  249. data/lib/plurimath/math/symbols/cirfnint.rb +41 -0
  250. data/lib/plurimath/math/symbols/cirmid.rb +41 -0
  251. data/lib/plurimath/math/symbols/cirscir.rb +41 -0
  252. data/lib/plurimath/math/symbols/clockoint.rb +45 -0
  253. data/lib/plurimath/math/symbols/closedvarcap.rb +41 -0
  254. data/lib/plurimath/math/symbols/closedvarcup.rb +41 -0
  255. data/lib/plurimath/math/symbols/closedvarcupsmashprod.rb +41 -0
  256. data/lib/plurimath/math/symbols/closure.rb +41 -0
  257. data/lib/plurimath/math/symbols/clubsuit.rb +41 -0
  258. data/lib/plurimath/math/symbols/cntclockoint.rb +45 -0
  259. data/lib/plurimath/math/symbols/colon.rb +41 -0
  260. data/lib/plurimath/math/symbols/coloneq.rb +41 -0
  261. data/lib/plurimath/math/symbols/comma.rb +41 -0
  262. data/lib/plurimath/math/symbols/commaminus.rb +41 -0
  263. data/lib/plurimath/math/symbols/comp.rb +41 -0
  264. data/lib/plurimath/math/symbols/complement.rb +41 -0
  265. data/lib/plurimath/math/symbols/concavediamond.rb +41 -0
  266. data/lib/plurimath/math/symbols/concavediamondtickleft.rb +41 -0
  267. data/lib/plurimath/math/symbols/concavediamondtickright.rb +41 -0
  268. data/lib/plurimath/math/symbols/cong.rb +41 -0
  269. data/lib/plurimath/math/symbols/congdot.rb +41 -0
  270. data/lib/plurimath/math/symbols/conictaper.rb +41 -0
  271. data/lib/plurimath/math/symbols/conjquant.rb +41 -0
  272. data/lib/plurimath/math/symbols/coprod.rb +45 -0
  273. data/lib/plurimath/math/symbols/csub.rb +41 -0
  274. data/lib/plurimath/math/symbols/csube.rb +41 -0
  275. data/lib/plurimath/math/symbols/csup.rb +41 -0
  276. data/lib/plurimath/math/symbols/csupe.rb +41 -0
  277. data/lib/plurimath/math/symbols/cuberoot.rb +41 -0
  278. data/lib/plurimath/math/symbols/cup.rb +41 -0
  279. data/lib/plurimath/math/symbols/cupbarcap.rb +41 -0
  280. data/lib/plurimath/math/symbols/cupdot.rb +41 -0
  281. data/lib/plurimath/math/symbols/cupleftarrow.rb +41 -0
  282. data/lib/plurimath/math/symbols/cupovercap.rb +41 -0
  283. data/lib/plurimath/math/symbols/cupvee.rb +41 -0
  284. data/lib/plurimath/math/symbols/curlyeqprec.rb +41 -0
  285. data/lib/plurimath/math/symbols/curlyeqsucc.rb +41 -0
  286. data/lib/plurimath/math/symbols/curlyvee.rb +41 -0
  287. data/lib/plurimath/math/symbols/curlywedge.rb +41 -0
  288. data/lib/plurimath/math/symbols/curvearrowleftplus.rb +41 -0
  289. data/lib/plurimath/math/symbols/curvearrowright.rb +41 -0
  290. data/lib/plurimath/math/symbols/curvearrowrightminus.rb +41 -0
  291. data/lib/plurimath/math/symbols/cwcirclearrow.rb +41 -0
  292. data/lib/plurimath/math/symbols/cwgapcirclearrow.rb +41 -0
  293. data/lib/plurimath/math/symbols/cwrightarcarrow.rb +41 -0
  294. data/lib/plurimath/math/symbols/cwundercurvearrow.rb +41 -0
  295. data/lib/plurimath/math/symbols/dag.rb +41 -0
  296. data/lib/plurimath/math/symbols/daleth.rb +41 -0
  297. data/lib/plurimath/math/symbols/danger.rb +41 -0
  298. data/lib/plurimath/math/symbols/darr.rb +41 -0
  299. data/lib/plurimath/math/symbols/dasharrow.rb +41 -0
  300. data/lib/plurimath/math/symbols/dasharrowright.rb +41 -0
  301. data/lib/plurimath/math/symbols/dashv.rb +41 -0
  302. data/lib/plurimath/math/symbols/dashvdash.rb +41 -0
  303. data/lib/plurimath/math/symbols/dbkarow.rb +41 -0
  304. data/lib/plurimath/math/symbols/dd.rb +41 -0
  305. data/lib/plurimath/math/symbols/ddag.rb +41 -0
  306. data/lib/plurimath/math/symbols/ddddot.rb +41 -0
  307. data/lib/plurimath/math/symbols/dddot.rb +41 -0
  308. data/lib/plurimath/math/symbols/ddot.rb +41 -0
  309. data/lib/plurimath/math/symbols/ddots.rb +41 -0
  310. data/lib/plurimath/math/symbols/ddotseq.rb +41 -0
  311. data/lib/plurimath/math/symbols/ddownarrow.rb +41 -0
  312. data/lib/plurimath/math/symbols/degc.rb +41 -0
  313. data/lib/plurimath/math/symbols/degf.rb +41 -0
  314. data/lib/plurimath/math/symbols/degree.rb +41 -0
  315. data/lib/plurimath/math/symbols/del.rb +41 -0
  316. data/lib/plurimath/math/symbols/delta.rb +41 -0
  317. data/lib/plurimath/math/symbols/deltaeq.rb +41 -0
  318. data/lib/plurimath/math/symbols/diameter.rb +41 -0
  319. data/lib/plurimath/math/symbols/diamond.rb +41 -0
  320. data/lib/plurimath/math/symbols/diamondblack.rb +41 -0
  321. data/lib/plurimath/math/symbols/diamondbotblack.rb +41 -0
  322. data/lib/plurimath/math/symbols/diamonddot.rb +41 -0
  323. data/lib/plurimath/math/symbols/diamondleftarrow.rb +41 -0
  324. data/lib/plurimath/math/symbols/diamondleftarrowbar.rb +41 -0
  325. data/lib/plurimath/math/symbols/diamondleftblack.rb +41 -0
  326. data/lib/plurimath/math/symbols/diamondrightblack.rb +41 -0
  327. data/lib/plurimath/math/symbols/diamondtopblack.rb +41 -0
  328. data/lib/plurimath/math/symbols/dicei.rb +41 -0
  329. data/lib/plurimath/math/symbols/diceii.rb +41 -0
  330. data/lib/plurimath/math/symbols/diceiii.rb +41 -0
  331. data/lib/plurimath/math/symbols/diceiv.rb +41 -0
  332. data/lib/plurimath/math/symbols/dicev.rb +41 -0
  333. data/lib/plurimath/math/symbols/dicevi.rb +41 -0
  334. data/lib/plurimath/math/symbols/digamma.rb +41 -0
  335. data/lib/plurimath/math/symbols/dingasterisk.rb +41 -0
  336. data/lib/plurimath/math/symbols/dint.rb +41 -0
  337. data/lib/plurimath/math/symbols/disin.rb +41 -0
  338. data/lib/plurimath/math/symbols/disjquant.rb +41 -0
  339. data/lib/plurimath/math/symbols/div.rb +41 -0
  340. data/lib/plurimath/math/symbols/divideontimes.rb +41 -0
  341. data/lib/plurimath/math/symbols/dot.rb +41 -0
  342. data/lib/plurimath/math/symbols/doteq.rb +41 -0
  343. data/lib/plurimath/math/symbols/dotequiv.rb +41 -0
  344. data/lib/plurimath/math/symbols/dotminus.rb +41 -0
  345. data/lib/plurimath/math/symbols/dotplus.rb +41 -0
  346. data/lib/plurimath/math/symbols/dots.rb +41 -0
  347. data/lib/plurimath/math/symbols/dotsim.rb +41 -0
  348. data/lib/plurimath/math/symbols/dotsminusdots.rb +41 -0
  349. data/lib/plurimath/math/symbols/dottedcircle.rb +41 -0
  350. data/lib/plurimath/math/symbols/dottedsquare.rb +41 -0
  351. data/lib/plurimath/math/symbols/dottimes.rb +41 -0
  352. data/lib/plurimath/math/symbols/doublebarvee.rb +41 -0
  353. data/lib/plurimath/math/symbols/doublebarwedge.rb +41 -0
  354. data/lib/plurimath/math/symbols/doubleplus.rb +41 -0
  355. data/lib/plurimath/math/symbols/downarrow.rb +41 -0
  356. data/lib/plurimath/math/symbols/downarrowbar.rb +41 -0
  357. data/lib/plurimath/math/symbols/downarrowbarred.rb +41 -0
  358. data/lib/plurimath/math/symbols/downarrows.rb +41 -0
  359. data/lib/plurimath/math/symbols/downdasharrow.rb +41 -0
  360. data/lib/plurimath/math/symbols/downdownharpoons.rb +41 -0
  361. data/lib/plurimath/math/symbols/downfishtail.rb +41 -0
  362. data/lib/plurimath/math/symbols/downharpoonleft.rb +41 -0
  363. data/lib/plurimath/math/symbols/downharpoonright.rb +41 -0
  364. data/lib/plurimath/math/symbols/downleftteevector.rb +41 -0
  365. data/lib/plurimath/math/symbols/downleftvectorbar.rb +41 -0
  366. data/lib/plurimath/math/symbols/downrightcurvedarrow.rb +41 -0
  367. data/lib/plurimath/math/symbols/downrightteevector.rb +41 -0
  368. data/lib/plurimath/math/symbols/downrightvectorbar.rb +41 -0
  369. data/lib/plurimath/math/symbols/downtriangleleftblack.rb +41 -0
  370. data/lib/plurimath/math/symbols/downtrianglerightblack.rb +41 -0
  371. data/lib/plurimath/math/symbols/downuparrows.rb +41 -0
  372. data/lib/plurimath/math/symbols/downupharpoons.rb +41 -0
  373. data/lib/plurimath/math/symbols/downwhitearrow.rb +41 -0
  374. data/lib/plurimath/math/symbols/dprime.rb +41 -0
  375. data/lib/plurimath/math/symbols/draftingarrow.rb +41 -0
  376. data/lib/plurimath/math/symbols/drbkarow.rb +41 -0
  377. data/lib/plurimath/math/symbols/droang.rb +41 -0
  378. data/lib/plurimath/math/symbols/dsol.rb +41 -0
  379. data/lib/plurimath/math/symbols/dsub.rb +41 -0
  380. data/lib/plurimath/math/symbols/dualmap.rb +41 -0
  381. data/lib/plurimath/math/symbols/duni.rb +41 -0
  382. data/lib/plurimath/math/symbols/earth.rb +41 -0
  383. data/lib/plurimath/math/symbols/ee.rb +41 -0
  384. data/lib/plurimath/math/symbols/egsdot.rb +41 -0
  385. data/lib/plurimath/math/symbols/eighthnote.rb +41 -0
  386. data/lib/plurimath/math/symbols/elinters.rb +41 -0
  387. data/lib/plurimath/math/symbols/ell.rb +41 -0
  388. data/lib/plurimath/math/symbols/elsdot.rb +41 -0
  389. data/lib/plurimath/math/symbols/emptyset.rb +41 -0
  390. data/lib/plurimath/math/symbols/emptysetoarr.rb +41 -0
  391. data/lib/plurimath/math/symbols/emptysetoarrl.rb +41 -0
  392. data/lib/plurimath/math/symbols/emptysetobar.rb +41 -0
  393. data/lib/plurimath/math/symbols/emptysetocirc.rb +41 -0
  394. data/lib/plurimath/math/symbols/enclosecircle.rb +41 -0
  395. data/lib/plurimath/math/symbols/enclosediamond.rb +41 -0
  396. data/lib/plurimath/math/symbols/enclosesquare.rb +41 -0
  397. data/lib/plurimath/math/symbols/enclosetriangle.rb +41 -0
  398. data/lib/plurimath/math/symbols/enleadertwodots.rb +41 -0
  399. data/lib/plurimath/math/symbols/epar.rb +41 -0
  400. data/lib/plurimath/math/symbols/eparsl.rb +41 -0
  401. data/lib/plurimath/math/symbols/epsilon.rb +41 -0
  402. data/lib/plurimath/math/symbols/eqcirc.rb +41 -0
  403. data/lib/plurimath/math/symbols/eqcolon.rb +41 -0
  404. data/lib/plurimath/math/symbols/eqdef.rb +41 -0
  405. data/lib/plurimath/math/symbols/eqdot.rb +41 -0
  406. data/lib/plurimath/math/symbols/eqeq.rb +41 -0
  407. data/lib/plurimath/math/symbols/eqgtr.rb +41 -0
  408. data/lib/plurimath/math/symbols/eqless.rb +41 -0
  409. data/lib/plurimath/math/symbols/eqno.rb +41 -0
  410. data/lib/plurimath/math/symbols/eqqcolon.rb +41 -0
  411. data/lib/plurimath/math/symbols/eqqgtr.rb +41 -0
  412. data/lib/plurimath/math/symbols/eqqless.rb +41 -0
  413. data/lib/plurimath/math/symbols/eqqplus.rb +41 -0
  414. data/lib/plurimath/math/symbols/eqqsim.rb +41 -0
  415. data/lib/plurimath/math/symbols/eqqslantgtr.rb +41 -0
  416. data/lib/plurimath/math/symbols/eqqslantless.rb +41 -0
  417. data/lib/plurimath/math/symbols/eqsim.rb +41 -0
  418. data/lib/plurimath/math/symbols/eqslantgtr.rb +41 -0
  419. data/lib/plurimath/math/symbols/eqslantless.rb +41 -0
  420. data/lib/plurimath/math/symbols/equal.rb +41 -0
  421. data/lib/plurimath/math/symbols/equalleftarrow.rb +41 -0
  422. data/lib/plurimath/math/symbols/equalrightarrow.rb +41 -0
  423. data/lib/plurimath/math/symbols/equiv.rb +41 -0
  424. data/lib/plurimath/math/symbols/equivdd.rb +41 -0
  425. data/lib/plurimath/math/symbols/equivvert.rb +41 -0
  426. data/lib/plurimath/math/symbols/equivvvert.rb +41 -0
  427. data/lib/plurimath/math/symbols/eqvparsl.rb +41 -0
  428. data/lib/plurimath/math/symbols/errbarblackcircle.rb +41 -0
  429. data/lib/plurimath/math/symbols/errbarblackdiamond.rb +41 -0
  430. data/lib/plurimath/math/symbols/errbarblacksquare.rb +41 -0
  431. data/lib/plurimath/math/symbols/errbarcircle.rb +41 -0
  432. data/lib/plurimath/math/symbols/errbardiamond.rb +41 -0
  433. data/lib/plurimath/math/symbols/errbarsquare.rb +41 -0
  434. data/lib/plurimath/math/symbols/eta.rb +41 -0
  435. data/lib/plurimath/math/symbols/eth.rb +41 -0
  436. data/lib/plurimath/math/symbols/euler.rb +41 -0
  437. data/lib/plurimath/math/symbols/euro.rb +41 -0
  438. data/lib/plurimath/math/symbols/exclam.rb +41 -0
  439. data/lib/plurimath/math/symbols/exi.rb +41 -0
  440. data/lib/plurimath/math/symbols/exists.rb +41 -0
  441. data/lib/plurimath/math/symbols/fallingdotseq.rb +41 -0
  442. data/lib/plurimath/math/symbols/fbowtie.rb +41 -0
  443. data/lib/plurimath/math/symbols/fdiagovnearrow.rb +41 -0
  444. data/lib/plurimath/math/symbols/fdiagovrdiag.rb +41 -0
  445. data/lib/plurimath/math/symbols/ffun.rb +41 -0
  446. data/lib/plurimath/math/symbols/finj.rb +41 -0
  447. data/lib/plurimath/math/symbols/fint.rb +41 -0
  448. data/lib/plurimath/math/symbols/finv.rb +41 -0
  449. data/lib/plurimath/math/symbols/fisheye.rb +41 -0
  450. data/lib/plurimath/math/symbols/flat.rb +41 -0
  451. data/lib/plurimath/math/symbols/fltns.rb +41 -0
  452. data/lib/plurimath/math/symbols/forall.rb +41 -0
  453. data/lib/plurimath/math/symbols/forks.rb +41 -0
  454. data/lib/plurimath/math/symbols/forksnot.rb +41 -0
  455. data/lib/plurimath/math/symbols/forkv.rb +41 -0
  456. data/lib/plurimath/math/symbols/fourthroot.rb +41 -0
  457. data/lib/plurimath/math/symbols/fourvdots.rb +41 -0
  458. data/lib/plurimath/math/symbols/fracslash.rb +41 -0
  459. data/lib/plurimath/math/symbols/frown.rb +41 -0
  460. data/lib/plurimath/math/symbols/fullouterjoin.rb +41 -0
  461. data/lib/plurimath/math/symbols/funcapply.rb +41 -0
  462. data/lib/plurimath/math/symbols/game.rb +41 -0
  463. data/lib/plurimath/math/symbols/gamma.rb +41 -0
  464. data/lib/plurimath/math/symbols/ge.rb +41 -0
  465. data/lib/plurimath/math/symbols/gemini.rb +41 -0
  466. data/lib/plurimath/math/symbols/geq.rb +41 -0
  467. data/lib/plurimath/math/symbols/geqq.rb +41 -0
  468. data/lib/plurimath/math/symbols/geqqslant.rb +41 -0
  469. data/lib/plurimath/math/symbols/geqslant.rb +41 -0
  470. data/lib/plurimath/math/symbols/gescc.rb +41 -0
  471. data/lib/plurimath/math/symbols/gesdot.rb +41 -0
  472. data/lib/plurimath/math/symbols/gesdoto.rb +41 -0
  473. data/lib/plurimath/math/symbols/gesdotol.rb +41 -0
  474. data/lib/plurimath/math/symbols/gesles.rb +41 -0
  475. data/lib/plurimath/math/symbols/gets.rb +41 -0
  476. data/lib/plurimath/math/symbols/gg.rb +41 -0
  477. data/lib/plurimath/math/symbols/ggg.rb +41 -0
  478. data/lib/plurimath/math/symbols/gggnest.rb +41 -0
  479. data/lib/plurimath/math/symbols/gimel.rb +41 -0
  480. data/lib/plurimath/math/symbols/gla.rb +41 -0
  481. data/lib/plurimath/math/symbols/gle.rb +41 -0
  482. data/lib/plurimath/math/symbols/gleichstark.rb +41 -0
  483. data/lib/plurimath/math/symbols/glj.rb +41 -0
  484. data/lib/plurimath/math/symbols/gnapprox.rb +41 -0
  485. data/lib/plurimath/math/symbols/gneq.rb +41 -0
  486. data/lib/plurimath/math/symbols/gneqq.rb +41 -0
  487. data/lib/plurimath/math/symbols/gnsim.rb +41 -0
  488. data/lib/plurimath/math/symbols/grad.rb +41 -0
  489. data/lib/plurimath/math/symbols/grave.rb +41 -0
  490. data/lib/plurimath/math/symbols/greater.rb +41 -0
  491. data/lib/plurimath/math/symbols/gsime.rb +41 -0
  492. data/lib/plurimath/math/symbols/gsiml.rb +41 -0
  493. data/lib/plurimath/math/symbols/gt.rb +41 -0
  494. data/lib/plurimath/math/symbols/gtcc.rb +41 -0
  495. data/lib/plurimath/math/symbols/gtcir.rb +41 -0
  496. data/lib/plurimath/math/symbols/gtlpar.rb +41 -0
  497. data/lib/plurimath/math/symbols/gtquest.rb +41 -0
  498. data/lib/plurimath/math/symbols/gtrapprox.rb +41 -0
  499. data/lib/plurimath/math/symbols/gtrarr.rb +41 -0
  500. data/lib/plurimath/math/symbols/gtrdot.rb +41 -0
  501. data/lib/plurimath/math/symbols/gtreqless.rb +41 -0
  502. data/lib/plurimath/math/symbols/gtreqqless.rb +41 -0
  503. data/lib/plurimath/math/symbols/gtrless.rb +41 -0
  504. data/lib/plurimath/math/symbols/harr.rb +41 -0
  505. data/lib/plurimath/math/symbols/hash.rb +41 -0
  506. data/lib/plurimath/math/symbols/hat.rb +41 -0
  507. data/lib/plurimath/math/symbols/hatapprox.rb +41 -0
  508. data/lib/plurimath/math/symbols/hbar.rb +41 -0
  509. data/lib/plurimath/math/symbols/hearsuit.rb +41 -0
  510. data/lib/plurimath/math/symbols/hermaphrodite.rb +41 -0
  511. data/lib/plurimath/math/symbols/hermitmatrix.rb +41 -0
  512. data/lib/plurimath/math/symbols/hexagon.rb +41 -0
  513. data/lib/plurimath/math/symbols/hexagonblack.rb +41 -0
  514. data/lib/plurimath/math/symbols/hide.rb +41 -0
  515. data/lib/plurimath/math/symbols/hknearrow.rb +41 -0
  516. data/lib/plurimath/math/symbols/hknwarrow.rb +41 -0
  517. data/lib/plurimath/math/symbols/hksearow.rb +41 -0
  518. data/lib/plurimath/math/symbols/hkswarow.rb +41 -0
  519. data/lib/plurimath/math/symbols/hline.rb +41 -0
  520. data/lib/plurimath/math/symbols/hookleftarrow.rb +41 -0
  521. data/lib/plurimath/math/symbols/hookrightarrow.rb +41 -0
  522. data/lib/plurimath/math/symbols/horizbar.rb +41 -0
  523. data/lib/plurimath/math/symbols/hourglass.rb +41 -0
  524. data/lib/plurimath/math/symbols/house.rb +41 -0
  525. data/lib/plurimath/math/symbols/hrectangle.rb +41 -0
  526. data/lib/plurimath/math/symbols/hrectangleblack.rb +41 -0
  527. data/lib/plurimath/math/symbols/hyphenbullet.rb +41 -0
  528. data/lib/plurimath/math/symbols/hzigzag.rb +41 -0
  529. data/lib/plurimath/math/symbols/if.rb +41 -0
  530. data/lib/plurimath/math/symbols/iff.rb +41 -0
  531. data/lib/plurimath/math/symbols/ii.rb +41 -0
  532. data/lib/plurimath/math/symbols/iiiint.rb +41 -0
  533. data/lib/plurimath/math/symbols/iiint.rb +45 -0
  534. data/lib/plurimath/math/symbols/iinfin.rb +41 -0
  535. data/lib/plurimath/math/symbols/iint.rb +45 -0
  536. data/lib/plurimath/math/symbols/im.rb +41 -0
  537. data/lib/plurimath/math/symbols/imageof.rb +41 -0
  538. data/lib/plurimath/math/symbols/imath.rb +41 -0
  539. data/lib/plurimath/math/symbols/impliedby.rb +41 -0
  540. data/lib/plurimath/math/symbols/in.rb +41 -0
  541. data/lib/plurimath/math/symbols/inc.rb +41 -0
  542. data/lib/plurimath/math/symbols/int.rb +41 -0
  543. data/lib/plurimath/math/symbols/intbar.rb +41 -0
  544. data/lib/plurimath/math/symbols/intbottom.rb +41 -0
  545. data/lib/plurimath/math/symbols/intcap.rb +41 -0
  546. data/lib/plurimath/math/symbols/intclockwise.rb +45 -0
  547. data/lib/plurimath/math/symbols/intcup.rb +41 -0
  548. data/lib/plurimath/math/symbols/intercal.rb +41 -0
  549. data/lib/plurimath/math/symbols/interleave.rb +41 -0
  550. data/lib/plurimath/math/symbols/intextender.rb +41 -0
  551. data/lib/plurimath/math/symbols/intlarhk.rb +41 -0
  552. data/lib/plurimath/math/symbols/intprod.rb +41 -0
  553. data/lib/plurimath/math/symbols/intprodr.rb +41 -0
  554. data/lib/plurimath/math/symbols/inttop.rb +41 -0
  555. data/lib/plurimath/math/symbols/intx.rb +41 -0
  556. data/lib/plurimath/math/symbols/invdiameter.rb +41 -0
  557. data/lib/plurimath/math/symbols/inversebullet.rb +41 -0
  558. data/lib/plurimath/math/symbols/inversewhitecircle.rb +41 -0
  559. data/lib/plurimath/math/symbols/invlazys.rb +41 -0
  560. data/lib/plurimath/math/symbols/invnot.rb +41 -0
  561. data/lib/plurimath/math/symbols/invwhitelowerhalfcircle.rb +41 -0
  562. data/lib/plurimath/math/symbols/invwhiteupperhalfcircle.rb +41 -0
  563. data/lib/plurimath/math/symbols/iota.rb +41 -0
  564. data/lib/plurimath/math/symbols/isindot.rb +41 -0
  565. data/lib/plurimath/math/symbols/isine.rb +41 -0
  566. data/lib/plurimath/math/symbols/isinobar.rb +41 -0
  567. data/lib/plurimath/math/symbols/isins.rb +41 -0
  568. data/lib/plurimath/math/symbols/isinvb.rb +41 -0
  569. data/lib/plurimath/math/symbols/jj.rb +41 -0
  570. data/lib/plurimath/math/symbols/jmath.rb +41 -0
  571. data/lib/plurimath/math/symbols/join.rb +41 -0
  572. data/lib/plurimath/math/symbols/jupiter.rb +41 -0
  573. data/lib/plurimath/math/symbols/kappa.rb +41 -0
  574. data/lib/plurimath/math/symbols/kernelcontraction.rb +41 -0
  575. data/lib/plurimath/math/symbols/koppa.rb +41 -0
  576. data/lib/plurimath/math/symbols/lambda.rb +41 -0
  577. data/lib/plurimath/math/symbols/land.rb +41 -0
  578. data/lib/plurimath/math/symbols/lang.rb +41 -0
  579. data/lib/plurimath/math/symbols/langledot.rb +41 -0
  580. data/lib/plurimath/math/symbols/laplac.rb +41 -0
  581. data/lib/plurimath/math/symbols/larr.rb +41 -0
  582. data/lib/plurimath/math/symbols/lat.rb +41 -0
  583. data/lib/plurimath/math/symbols/late.rb +41 -0
  584. data/lib/plurimath/math/symbols/lbag.rb +41 -0
  585. data/lib/plurimath/math/symbols/lblkbrbrak.rb +41 -0
  586. data/lib/plurimath/math/symbols/lblot.rb +41 -0
  587. data/lib/plurimath/math/symbols/lbracelend.rb +41 -0
  588. data/lib/plurimath/math/symbols/lbracemid.rb +41 -0
  589. data/lib/plurimath/math/symbols/lbraceuend.rb +41 -0
  590. data/lib/plurimath/math/symbols/lbrackextender.rb +41 -0
  591. data/lib/plurimath/math/symbols/lbracklend.rb +41 -0
  592. data/lib/plurimath/math/symbols/lbracklltick.rb +41 -0
  593. data/lib/plurimath/math/symbols/lbrackubar.rb +41 -0
  594. data/lib/plurimath/math/symbols/lbrackuend.rb +41 -0
  595. data/lib/plurimath/math/symbols/lbrackultick.rb +41 -0
  596. data/lib/plurimath/math/symbols/lbrbrak.rb +41 -0
  597. data/lib/plurimath/math/symbols/lcurvyangle.rb +41 -0
  598. data/lib/plurimath/math/symbols/ldsh.rb +41 -0
  599. data/lib/plurimath/math/symbols/le.rb +41 -0
  600. data/lib/plurimath/math/symbols/leadsto.rb +41 -0
  601. data/lib/plurimath/math/symbols/leftarrow.rb +41 -0
  602. data/lib/plurimath/math/symbols/leftarrowapprox.rb +41 -0
  603. data/lib/plurimath/math/symbols/leftarrowbackapprox.rb +41 -0
  604. data/lib/plurimath/math/symbols/leftarrowbsimilar.rb +41 -0
  605. data/lib/plurimath/math/symbols/leftarrowless.rb +41 -0
  606. data/lib/plurimath/math/symbols/leftarrowonoplus.rb +41 -0
  607. data/lib/plurimath/math/symbols/leftarrowplus.rb +41 -0
  608. data/lib/plurimath/math/symbols/leftarrowshortrightarrow.rb +41 -0
  609. data/lib/plurimath/math/symbols/leftarrowsimilar.rb +41 -0
  610. data/lib/plurimath/math/symbols/leftarrowsubset.rb +41 -0
  611. data/lib/plurimath/math/symbols/leftarrowtail.rb +41 -0
  612. data/lib/plurimath/math/symbols/leftarrowtriangle.rb +41 -0
  613. data/lib/plurimath/math/symbols/leftarrowx.rb +41 -0
  614. data/lib/plurimath/math/symbols/leftbarharpoon.rb +41 -0
  615. data/lib/plurimath/math/symbols/leftbkarrow.rb +41 -0
  616. data/lib/plurimath/math/symbols/leftcircle.rb +41 -0
  617. data/lib/plurimath/math/symbols/leftcurvedarrow.rb +41 -0
  618. data/lib/plurimath/math/symbols/leftdasharrow.rb +41 -0
  619. data/lib/plurimath/math/symbols/leftdbkarrow.rb +41 -0
  620. data/lib/plurimath/math/symbols/leftdbltail.rb +41 -0
  621. data/lib/plurimath/math/symbols/leftdotarrow.rb +41 -0
  622. data/lib/plurimath/math/symbols/leftdowncurvedarrow.rb +41 -0
  623. data/lib/plurimath/math/symbols/leftdownteevector.rb +41 -0
  624. data/lib/plurimath/math/symbols/leftdownvectorbar.rb +41 -0
  625. data/lib/plurimath/math/symbols/leftharpoondown.rb +41 -0
  626. data/lib/plurimath/math/symbols/leftharpoonup.rb +41 -0
  627. data/lib/plurimath/math/symbols/leftleftarrows.rb +41 -0
  628. data/lib/plurimath/math/symbols/leftleftharpoons.rb +41 -0
  629. data/lib/plurimath/math/symbols/leftmoon.rb +41 -0
  630. data/lib/plurimath/math/symbols/leftouterjoin.rb +41 -0
  631. data/lib/plurimath/math/symbols/leftrightarrow.rb +41 -0
  632. data/lib/plurimath/math/symbols/leftrightarrowcircle.rb +41 -0
  633. data/lib/plurimath/math/symbols/leftrightarrows.rb +41 -0
  634. data/lib/plurimath/math/symbols/leftrightarrowtriangle.rb +41 -0
  635. data/lib/plurimath/math/symbols/leftrightharpoon.rb +41 -0
  636. data/lib/plurimath/math/symbols/leftrightharpoondown.rb +41 -0
  637. data/lib/plurimath/math/symbols/leftrightharpoonsdown.rb +41 -0
  638. data/lib/plurimath/math/symbols/leftrightharpoonsup.rb +41 -0
  639. data/lib/plurimath/math/symbols/leftrightharpoonup.rb +41 -0
  640. data/lib/plurimath/math/symbols/leftrightwavearrow.rb +41 -0
  641. data/lib/plurimath/math/symbols/leftsquigarrow.rb +41 -0
  642. data/lib/plurimath/math/symbols/lefttail.rb +41 -0
  643. data/lib/plurimath/math/symbols/leftteevector.rb +41 -0
  644. data/lib/plurimath/math/symbols/leftthreearrows.rb +41 -0
  645. data/lib/plurimath/math/symbols/leftthreetimes.rb +41 -0
  646. data/lib/plurimath/math/symbols/leftturn.rb +41 -0
  647. data/lib/plurimath/math/symbols/leftupdownharpoon.rb +41 -0
  648. data/lib/plurimath/math/symbols/leftupteevector.rb +41 -0
  649. data/lib/plurimath/math/symbols/leftupvectorbar.rb +41 -0
  650. data/lib/plurimath/math/symbols/leftvectorbar.rb +41 -0
  651. data/lib/plurimath/math/symbols/leftwavearrow.rb +41 -0
  652. data/lib/plurimath/math/symbols/leftwhitearrow.rb +41 -0
  653. data/lib/plurimath/math/symbols/leo.rb +41 -0
  654. data/lib/plurimath/math/symbols/leq.rb +41 -0
  655. data/lib/plurimath/math/symbols/leqq.rb +41 -0
  656. data/lib/plurimath/math/symbols/leqqslant.rb +41 -0
  657. data/lib/plurimath/math/symbols/leqslant.rb +41 -0
  658. data/lib/plurimath/math/symbols/lescc.rb +41 -0
  659. data/lib/plurimath/math/symbols/lesdot.rb +41 -0
  660. data/lib/plurimath/math/symbols/lesdoto.rb +41 -0
  661. data/lib/plurimath/math/symbols/lesdotor.rb +41 -0
  662. data/lib/plurimath/math/symbols/lesges.rb +41 -0
  663. data/lib/plurimath/math/symbols/less.rb +41 -0
  664. data/lib/plurimath/math/symbols/lessapprox.rb +41 -0
  665. data/lib/plurimath/math/symbols/lessdot.rb +41 -0
  666. data/lib/plurimath/math/symbols/lesseqgtr.rb +41 -0
  667. data/lib/plurimath/math/symbols/lesseqqgtr.rb +41 -0
  668. data/lib/plurimath/math/symbols/lessgtr.rb +41 -0
  669. data/lib/plurimath/math/symbols/lfbowtie.rb +41 -0
  670. data/lib/plurimath/math/symbols/lftimes.rb +41 -0
  671. data/lib/plurimath/math/symbols/lgblkcircle.rb +41 -0
  672. data/lib/plurimath/math/symbols/lgblksquare.rb +41 -0
  673. data/lib/plurimath/math/symbols/lge.rb +41 -0
  674. data/lib/plurimath/math/symbols/lgroup.rb +41 -0
  675. data/lib/plurimath/math/symbols/lgwhtcircle.rb +41 -0
  676. data/lib/plurimath/math/symbols/lgwhtsquare.rb +41 -0
  677. data/lib/plurimath/math/symbols/lhd.rb +41 -0
  678. data/lib/plurimath/math/symbols/libra.rb +41 -0
  679. data/lib/plurimath/math/symbols/lightning.rb +41 -0
  680. data/lib/plurimath/math/symbols/limg.rb +41 -0
  681. data/lib/plurimath/math/symbols/linefeed.rb +41 -0
  682. data/lib/plurimath/math/symbols/ll.rb +41 -0
  683. data/lib/plurimath/math/symbols/llarc.rb +41 -0
  684. data/lib/plurimath/math/symbols/llblacktriangle.rb +41 -0
  685. data/lib/plurimath/math/symbols/llcorner.rb +41 -0
  686. data/lib/plurimath/math/symbols/lleftarrow.rb +41 -0
  687. data/lib/plurimath/math/symbols/lll.rb +41 -0
  688. data/lib/plurimath/math/symbols/lllnest.rb +41 -0
  689. data/lib/plurimath/math/symbols/lltriangle.rb +41 -0
  690. data/lib/plurimath/math/symbols/lmoust.rb +41 -0
  691. data/lib/plurimath/math/symbols/lmoustache.rb +41 -0
  692. data/lib/plurimath/math/symbols/lnapprox.rb +41 -0
  693. data/lib/plurimath/math/symbols/lneq.rb +41 -0
  694. data/lib/plurimath/math/symbols/lnot.rb +40 -0
  695. data/lib/plurimath/math/symbols/lnsim.rb +41 -0
  696. data/lib/plurimath/math/symbols/longdashv.rb +41 -0
  697. data/lib/plurimath/math/symbols/longdivision.rb +41 -0
  698. data/lib/plurimath/math/symbols/longleftarrow.rb +41 -0
  699. data/lib/plurimath/math/symbols/longleftrightarrow.rb +41 -0
  700. data/lib/plurimath/math/symbols/longleftsquigarrow.rb +41 -0
  701. data/lib/plurimath/math/symbols/longmapsfrom.rb +41 -0
  702. data/lib/plurimath/math/symbols/longmapsto.rb +41 -0
  703. data/lib/plurimath/math/symbols/longrightarrow.rb +41 -0
  704. data/lib/plurimath/math/symbols/looparrowleft.rb +41 -0
  705. data/lib/plurimath/math/symbols/lor.rb +41 -0
  706. data/lib/plurimath/math/symbols/lowint.rb +41 -0
  707. data/lib/plurimath/math/symbols/lozenge.rb +41 -0
  708. data/lib/plurimath/math/symbols/lozengeminus.rb +41 -0
  709. data/lib/plurimath/math/symbols/lparen.rb +41 -0
  710. data/lib/plurimath/math/symbols/lparenextender.rb +41 -0
  711. data/lib/plurimath/math/symbols/lparengtr.rb +41 -0
  712. data/lib/plurimath/math/symbols/lparenlend.rb +41 -0
  713. data/lib/plurimath/math/symbols/lparenless.rb +41 -0
  714. data/lib/plurimath/math/symbols/lparenuend.rb +41 -0
  715. data/lib/plurimath/math/symbols/lrarc.rb +41 -0
  716. data/lib/plurimath/math/symbols/lrblacktriangle.rb +41 -0
  717. data/lib/plurimath/math/symbols/lrcorner.rb +41 -0
  718. data/lib/plurimath/math/symbols/lrhar.rb +41 -0
  719. data/lib/plurimath/math/symbols/lrtimes.rb +41 -0
  720. data/lib/plurimath/math/symbols/lrtriangle.rb +41 -0
  721. data/lib/plurimath/math/symbols/lrtriangleeq.rb +41 -0
  722. data/lib/plurimath/math/symbols/lsh.rb +41 -0
  723. data/lib/plurimath/math/symbols/lsime.rb +41 -0
  724. data/lib/plurimath/math/symbols/lsimg.rb +41 -0
  725. data/lib/plurimath/math/symbols/lsqhook.rb +41 -0
  726. data/lib/plurimath/math/symbols/lt.rb +41 -0
  727. data/lib/plurimath/math/symbols/ltcc.rb +41 -0
  728. data/lib/plurimath/math/symbols/ltcir.rb +41 -0
  729. data/lib/plurimath/math/symbols/ltimes.rb +41 -0
  730. data/lib/plurimath/math/symbols/ltlarr.rb +41 -0
  731. data/lib/plurimath/math/symbols/ltquest.rb +41 -0
  732. data/lib/plurimath/math/symbols/ltrivb.rb +41 -0
  733. data/lib/plurimath/math/symbols/lvboxline.rb +41 -0
  734. data/lib/plurimath/math/symbols/lvec.rb +41 -0
  735. data/lib/plurimath/math/symbols/lvzigzag.rb +41 -0
  736. data/lib/plurimath/math/symbols/maltese.rb +41 -0
  737. data/lib/plurimath/math/symbols/mapsdown.rb +41 -0
  738. data/lib/plurimath/math/symbols/mapsfrom.rb +41 -0
  739. data/lib/plurimath/math/symbols/mapsto.rb +41 -0
  740. data/lib/plurimath/math/symbols/mapstoleft.rb +41 -0
  741. data/lib/plurimath/math/symbols/mapsup.rb +41 -0
  742. data/lib/plurimath/math/symbols/mars.rb +41 -0
  743. data/lib/plurimath/math/symbols/mathcolon.rb +41 -0
  744. data/lib/plurimath/math/symbols/mathdollar.rb +41 -0
  745. data/lib/plurimath/math/symbols/mathslash.rb +41 -0
  746. data/lib/plurimath/math/symbols/mdblkdiamond.rb +41 -0
  747. data/lib/plurimath/math/symbols/mdblklozenge.rb +41 -0
  748. data/lib/plurimath/math/symbols/mdblksquare.rb +41 -0
  749. data/lib/plurimath/math/symbols/mdlgblksquare.rb +41 -0
  750. data/lib/plurimath/math/symbols/mdsmblksquare.rb +41 -0
  751. data/lib/plurimath/math/symbols/mdsmwhtcircle.rb +41 -0
  752. data/lib/plurimath/math/symbols/mdsmwhtsquare.rb +41 -0
  753. data/lib/plurimath/math/symbols/mdwhtdiamond.rb +41 -0
  754. data/lib/plurimath/math/symbols/mdwhtlozenge.rb +41 -0
  755. data/lib/plurimath/math/symbols/mdwhtsquare.rb +41 -0
  756. data/lib/plurimath/math/symbols/measangledltosw.rb +41 -0
  757. data/lib/plurimath/math/symbols/measangledrtose.rb +41 -0
  758. data/lib/plurimath/math/symbols/measangleldtosw.rb +41 -0
  759. data/lib/plurimath/math/symbols/measanglelutonw.rb +41 -0
  760. data/lib/plurimath/math/symbols/measanglerdtose.rb +41 -0
  761. data/lib/plurimath/math/symbols/measanglerutone.rb +41 -0
  762. data/lib/plurimath/math/symbols/measangleultonw.rb +41 -0
  763. data/lib/plurimath/math/symbols/measangleurtone.rb +41 -0
  764. data/lib/plurimath/math/symbols/measeq.rb +41 -0
  765. data/lib/plurimath/math/symbols/measuredangleleft.rb +41 -0
  766. data/lib/plurimath/math/symbols/medblackstar.rb +41 -0
  767. data/lib/plurimath/math/symbols/medbullet.rb +41 -0
  768. data/lib/plurimath/math/symbols/medcirc.rb +41 -0
  769. data/lib/plurimath/math/symbols/medsp.rb +41 -0
  770. data/lib/plurimath/math/symbols/medwhitestar.rb +41 -0
  771. data/lib/plurimath/math/symbols/mercury.rb +41 -0
  772. data/lib/plurimath/math/symbols/mho.rb +41 -0
  773. data/lib/plurimath/math/symbols/mid.rb +41 -0
  774. data/lib/plurimath/math/symbols/midbarvee.rb +41 -0
  775. data/lib/plurimath/math/symbols/midbarwedge.rb +41 -0
  776. data/lib/plurimath/math/symbols/midcir.rb +41 -0
  777. data/lib/plurimath/math/symbols/minus.rb +41 -0
  778. data/lib/plurimath/math/symbols/minusdot.rb +41 -0
  779. data/lib/plurimath/math/symbols/minusfdots.rb +41 -0
  780. data/lib/plurimath/math/symbols/minusrdots.rb +41 -0
  781. data/lib/plurimath/math/symbols/mlcp.rb +41 -0
  782. data/lib/plurimath/math/symbols/models.rb +41 -0
  783. data/lib/plurimath/math/symbols/modtwosum.rb +41 -0
  784. data/lib/plurimath/math/symbols/mp.rb +41 -0
  785. data/lib/plurimath/math/symbols/mu.rb +41 -0
  786. data/lib/plurimath/math/symbols/multimap.rb +41 -0
  787. data/lib/plurimath/math/symbols/multimapinv.rb +41 -0
  788. data/lib/plurimath/math/symbols/nabla.rb +41 -0
  789. data/lib/plurimath/math/symbols/napprox.rb +41 -0
  790. data/lib/plurimath/math/symbols/nasymp.rb +41 -0
  791. data/lib/plurimath/math/symbols/natural.rb +41 -0
  792. data/lib/plurimath/math/symbols/ncong.rb +41 -0
  793. data/lib/plurimath/math/symbols/ne.rb +41 -0
  794. data/lib/plurimath/math/symbols/nearrow.rb +41 -0
  795. data/lib/plurimath/math/symbols/neg.rb +41 -0
  796. data/lib/plurimath/math/symbols/neovnwarrow.rb +41 -0
  797. data/lib/plurimath/math/symbols/neovsearrow.rb +41 -0
  798. data/lib/plurimath/math/symbols/neptune.rb +41 -0
  799. data/lib/plurimath/math/symbols/neq.rb +41 -0
  800. data/lib/plurimath/math/symbols/nequiv.rb +41 -0
  801. data/lib/plurimath/math/symbols/neswarrow.rb +41 -0
  802. data/lib/plurimath/math/symbols/neuter.rb +41 -0
  803. data/lib/plurimath/math/symbols/nexi.rb +41 -0
  804. data/lib/plurimath/math/symbols/ngeq.rb +41 -0
  805. data/lib/plurimath/math/symbols/ngt.rb +41 -0
  806. data/lib/plurimath/math/symbols/ngtrless.rb +41 -0
  807. data/lib/plurimath/math/symbols/ngtrsim.rb +41 -0
  808. data/lib/plurimath/math/symbols/nhdownarrow.rb +41 -0
  809. data/lib/plurimath/math/symbols/nhpar.rb +41 -0
  810. data/lib/plurimath/math/symbols/nhuparrow.rb +41 -0
  811. data/lib/plurimath/math/symbols/nhvvert.rb +41 -0
  812. data/lib/plurimath/math/symbols/ni.rb +41 -0
  813. data/lib/plurimath/math/symbols/nin.rb +41 -0
  814. data/lib/plurimath/math/symbols/niobar.rb +41 -0
  815. data/lib/plurimath/math/symbols/nis.rb +41 -0
  816. data/lib/plurimath/math/symbols/nisd.rb +41 -0
  817. data/lib/plurimath/math/symbols/nleftarrow.rb +41 -0
  818. data/lib/plurimath/math/symbols/nleftrightarrow.rb +41 -0
  819. data/lib/plurimath/math/symbols/nleq.rb +41 -0
  820. data/lib/plurimath/math/symbols/nless.rb +41 -0
  821. data/lib/plurimath/math/symbols/nlessgtr.rb +41 -0
  822. data/lib/plurimath/math/symbols/nlesssim.rb +41 -0
  823. data/lib/plurimath/math/symbols/nmid.rb +41 -0
  824. data/lib/plurimath/math/symbols/nn.rb +41 -0
  825. data/lib/plurimath/math/symbols/nni.rb +41 -0
  826. data/lib/plurimath/math/symbols/nnn.rb +41 -0
  827. data/lib/plurimath/math/symbols/not.rb +41 -0
  828. data/lib/plurimath/math/symbols/notbackslash.rb +41 -0
  829. data/lib/plurimath/math/symbols/notin.rb +41 -0
  830. data/lib/plurimath/math/symbols/notslash.rb +41 -0
  831. data/lib/plurimath/math/symbols/nparallel.rb +41 -0
  832. data/lib/plurimath/math/symbols/npolint.rb +41 -0
  833. data/lib/plurimath/math/symbols/nprec.rb +41 -0
  834. data/lib/plurimath/math/symbols/npreceq.rb +41 -0
  835. data/lib/plurimath/math/symbols/nrightarrow.rb +41 -0
  836. data/lib/plurimath/math/symbols/nsim.rb +41 -0
  837. data/lib/plurimath/math/symbols/nsime.rb +41 -0
  838. data/lib/plurimath/math/symbols/nsqsubseteq.rb +41 -0
  839. data/lib/plurimath/math/symbols/nsqsuperseteq.rb +41 -0
  840. data/lib/plurimath/math/symbols/nsub.rb +41 -0
  841. data/lib/plurimath/math/symbols/nsucc.rb +41 -0
  842. data/lib/plurimath/math/symbols/nsucceq.rb +41 -0
  843. data/lib/plurimath/math/symbols/nsup.rb +41 -0
  844. data/lib/plurimath/math/symbols/ntriangleleft.rb +41 -0
  845. data/lib/plurimath/math/symbols/ntriangleright.rb +41 -0
  846. data/lib/plurimath/math/symbols/nu.rb +41 -0
  847. data/lib/plurimath/math/symbols/nunlhd.rb +41 -0
  848. data/lib/plurimath/math/symbols/nunrhd.rb +41 -0
  849. data/lib/plurimath/math/symbols/nvdash.rb +41 -0
  850. data/lib/plurimath/math/symbols/nvinfty.rb +41 -0
  851. data/lib/plurimath/math/symbols/nvleftarrow.rb +41 -0
  852. data/lib/plurimath/math/symbols/nvleftarrowtail.rb +41 -0
  853. data/lib/plurimath/math/symbols/nvleftrightarrow.rb +41 -0
  854. data/lib/plurimath/math/symbols/nvrightarrow.rb +41 -0
  855. data/lib/plurimath/math/symbols/nvtwoheadleftarrow.rb +41 -0
  856. data/lib/plurimath/math/symbols/nvtwoheadleftarrowtail.rb +41 -0
  857. data/lib/plurimath/math/symbols/nvtwoheadrightarrow.rb +41 -0
  858. data/lib/plurimath/math/symbols/nvtwoheadrightarrowtail.rb +41 -0
  859. data/lib/plurimath/math/symbols/nwarrow.rb +41 -0
  860. data/lib/plurimath/math/symbols/nwovnearrow.rb +41 -0
  861. data/lib/plurimath/math/symbols/nwsearrow.rb +41 -0
  862. data/lib/plurimath/math/symbols/oast.rb +41 -0
  863. data/lib/plurimath/math/symbols/obar.rb +41 -0
  864. data/lib/plurimath/math/symbols/obot.rb +41 -0
  865. data/lib/plurimath/math/symbols/obrace.rb +41 -0
  866. data/lib/plurimath/math/symbols/obrbrak.rb +41 -0
  867. data/lib/plurimath/math/symbols/obslash.rb +41 -0
  868. data/lib/plurimath/math/symbols/ocirc.rb +41 -0
  869. data/lib/plurimath/math/symbols/ocommatopright.rb +41 -0
  870. data/lib/plurimath/math/symbols/octothorpe.rb +41 -0
  871. data/lib/plurimath/math/symbols/odash.rb +41 -0
  872. data/lib/plurimath/math/symbols/odiv.rb +41 -0
  873. data/lib/plurimath/math/symbols/odot.rb +41 -0
  874. data/lib/plurimath/math/symbols/odotslashdot.rb +41 -0
  875. data/lib/plurimath/math/symbols/oeq.rb +41 -0
  876. data/lib/plurimath/math/symbols/oiiint.rb +45 -0
  877. data/lib/plurimath/math/symbols/oiint.rb +45 -0
  878. data/lib/plurimath/math/symbols/oint.rb +41 -0
  879. data/lib/plurimath/math/symbols/olcross.rb +41 -0
  880. data/lib/plurimath/math/symbols/olessthan.rb +41 -0
  881. data/lib/plurimath/math/symbols/omega.rb +41 -0
  882. data/lib/plurimath/math/symbols/ominus.rb +41 -0
  883. data/lib/plurimath/math/symbols/oo.rb +41 -0
  884. data/lib/plurimath/math/symbols/operp.rb +41 -0
  885. data/lib/plurimath/math/symbols/oplus.rb +41 -0
  886. data/lib/plurimath/math/symbols/opluslhrim.rb +41 -0
  887. data/lib/plurimath/math/symbols/oplusrhrim.rb +41 -0
  888. data/lib/plurimath/math/symbols/origof.rb +41 -0
  889. data/lib/plurimath/math/symbols/oslash.rb +41 -0
  890. data/lib/plurimath/math/symbols/otimes.rb +41 -0
  891. data/lib/plurimath/math/symbols/otimeshat.rb +41 -0
  892. data/lib/plurimath/math/symbols/otimeslhrim.rb +41 -0
  893. data/lib/plurimath/math/symbols/otimesrhrim.rb +41 -0
  894. data/lib/plurimath/math/symbols/oturnedcomma.rb +41 -0
  895. data/lib/plurimath/math/symbols/overbar.rb +41 -0
  896. data/lib/plurimath/math/symbols/overbracket.rb +41 -0
  897. data/lib/plurimath/math/symbols/overleftrightarrow.rb +41 -0
  898. data/lib/plurimath/math/symbols/overline.rb +41 -0
  899. data/lib/plurimath/math/symbols/ovhook.rb +41 -0
  900. data/lib/plurimath/math/symbols/ox.rb +41 -0
  901. data/lib/plurimath/math/symbols/parallelogram.rb +41 -0
  902. data/lib/plurimath/math/symbols/parallelogramblack.rb +41 -0
  903. data/lib/plurimath/math/symbols/paren/close_paren.rb +59 -0
  904. data/lib/plurimath/math/symbols/paren/langle.rb +59 -0
  905. data/lib/plurimath/math/symbols/paren/lbbrack.rb +61 -0
  906. data/lib/plurimath/math/symbols/paren/lbrace.rb +61 -0
  907. data/lib/plurimath/math/symbols/paren/lbrack.rb +61 -0
  908. data/lib/plurimath/math/symbols/paren/lceil.rb +61 -0
  909. data/lib/plurimath/math/symbols/paren/lcurly.rb +63 -0
  910. data/lib/plurimath/math/symbols/paren/lfloor.rb +61 -0
  911. data/lib/plurimath/math/symbols/paren/lround.rb +63 -0
  912. data/lib/plurimath/math/symbols/paren/lsquare.rb +63 -0
  913. data/lib/plurimath/math/symbols/paren/norm.rb +73 -0
  914. data/lib/plurimath/math/symbols/paren/open_paren.rb +59 -0
  915. data/lib/plurimath/math/symbols/paren/rangle.rb +59 -0
  916. data/lib/plurimath/math/symbols/paren/rbbrack.rb +61 -0
  917. data/lib/plurimath/math/symbols/paren/rbrace.rb +61 -0
  918. data/lib/plurimath/math/symbols/paren/rbrack.rb +61 -0
  919. data/lib/plurimath/math/symbols/paren/rceil.rb +61 -0
  920. data/lib/plurimath/math/symbols/paren/rcurly.rb +59 -0
  921. data/lib/plurimath/math/symbols/paren/rfloor.rb +61 -0
  922. data/lib/plurimath/math/symbols/paren/rround.rb +59 -0
  923. data/lib/plurimath/math/symbols/paren/rsquare.rb +59 -0
  924. data/lib/plurimath/math/symbols/paren/upcase_langle.rb +61 -0
  925. data/lib/plurimath/math/symbols/paren/upcase_rangle.rb +61 -0
  926. data/lib/plurimath/math/symbols/paren/vert.rb +73 -0
  927. data/lib/plurimath/math/symbols/paren.rb +13 -0
  928. data/lib/plurimath/math/symbols/parsim.rb +41 -0
  929. data/lib/plurimath/math/symbols/partial.rb +41 -0
  930. data/lib/plurimath/math/symbols/partialmeetcontraction.rb +41 -0
  931. data/lib/plurimath/math/symbols/pencil.rb +41 -0
  932. data/lib/plurimath/math/symbols/pentagon.rb +41 -0
  933. data/lib/plurimath/math/symbols/pentagonblack.rb +41 -0
  934. data/lib/plurimath/math/symbols/percent.rb +41 -0
  935. data/lib/plurimath/math/symbols/period.rb +41 -0
  936. data/lib/plurimath/math/symbols/perp.rb +41 -0
  937. data/lib/plurimath/math/symbols/perps.rb +41 -0
  938. data/lib/plurimath/math/symbols/pfun.rb +41 -0
  939. data/lib/plurimath/math/symbols/phi.rb +41 -0
  940. data/lib/plurimath/math/symbols/pi.rb +41 -0
  941. data/lib/plurimath/math/symbols/pinj.rb +41 -0
  942. data/lib/plurimath/math/symbols/pisces.rb +41 -0
  943. data/lib/plurimath/math/symbols/pitchfork.rb +41 -0
  944. data/lib/plurimath/math/symbols/planckconst.rb +41 -0
  945. data/lib/plurimath/math/symbols/plus.rb +41 -0
  946. data/lib/plurimath/math/symbols/plusdot.rb +41 -0
  947. data/lib/plurimath/math/symbols/pluseqq.rb +41 -0
  948. data/lib/plurimath/math/symbols/plushat.rb +41 -0
  949. data/lib/plurimath/math/symbols/plussim.rb +41 -0
  950. data/lib/plurimath/math/symbols/plussubtwo.rb +41 -0
  951. data/lib/plurimath/math/symbols/plustrif.rb +41 -0
  952. data/lib/plurimath/math/symbols/pluto.rb +41 -0
  953. data/lib/plurimath/math/symbols/pm.rb +41 -0
  954. data/lib/plurimath/math/symbols/pointint.rb +41 -0
  955. data/lib/plurimath/math/symbols/pointright.rb +41 -0
  956. data/lib/plurimath/math/symbols/postalmark.rb +41 -0
  957. data/lib/plurimath/math/symbols/pounds.rb +41 -0
  958. data/lib/plurimath/math/symbols/pppprime.rb +41 -0
  959. data/lib/plurimath/math/symbols/ppprime.rb +41 -0
  960. data/lib/plurimath/math/symbols/pprime.rb +41 -0
  961. data/lib/plurimath/math/symbols/prcue.rb +41 -0
  962. data/lib/plurimath/math/symbols/prec.rb +41 -0
  963. data/lib/plurimath/math/symbols/precapprox.rb +41 -0
  964. data/lib/plurimath/math/symbols/preceq.rb +41 -0
  965. data/lib/plurimath/math/symbols/preceqq.rb +41 -0
  966. data/lib/plurimath/math/symbols/precnapprox.rb +41 -0
  967. data/lib/plurimath/math/symbols/precneq.rb +41 -0
  968. data/lib/plurimath/math/symbols/precneqq.rb +41 -0
  969. data/lib/plurimath/math/symbols/precnsim.rb +41 -0
  970. data/lib/plurimath/math/symbols/precsim.rb +41 -0
  971. data/lib/plurimath/math/symbols/prime.rb +41 -0
  972. data/lib/plurimath/math/symbols/prod.rb +41 -0
  973. data/lib/plurimath/math/symbols/profline.rb +41 -0
  974. data/lib/plurimath/math/symbols/profsurf.rb +41 -0
  975. data/lib/plurimath/math/symbols/project.rb +41 -0
  976. data/lib/plurimath/math/symbols/prop.rb +41 -0
  977. data/lib/plurimath/math/symbols/propertyline.rb +41 -0
  978. data/lib/plurimath/math/symbols/psi.rb +41 -0
  979. data/lib/plurimath/math/symbols/psur.rb +41 -0
  980. data/lib/plurimath/math/symbols/pullback.rb +41 -0
  981. data/lib/plurimath/math/symbols/pushout.rb +41 -0
  982. data/lib/plurimath/math/symbols/qed.rb +41 -0
  983. data/lib/plurimath/math/symbols/qprime.rb +41 -0
  984. data/lib/plurimath/math/symbols/qq.rb +41 -0
  985. data/lib/plurimath/math/symbols/qquad.rb +41 -0
  986. data/lib/plurimath/math/symbols/quad.rb +41 -0
  987. data/lib/plurimath/math/symbols/quarternote.rb +41 -0
  988. data/lib/plurimath/math/symbols/questeq.rb +41 -0
  989. data/lib/plurimath/math/symbols/question.rb +41 -0
  990. data/lib/plurimath/math/symbols/radiation.rb +41 -0
  991. data/lib/plurimath/math/symbols/rang.rb +41 -0
  992. data/lib/plurimath/math/symbols/rangledot.rb +41 -0
  993. data/lib/plurimath/math/symbols/rangledownzigzagarrow.rb +41 -0
  994. data/lib/plurimath/math/symbols/ratio.rb +41 -0
  995. data/lib/plurimath/math/symbols/rbag.rb +41 -0
  996. data/lib/plurimath/math/symbols/rblkbrbrak.rb +41 -0
  997. data/lib/plurimath/math/symbols/rblot.rb +41 -0
  998. data/lib/plurimath/math/symbols/rbracelend.rb +41 -0
  999. data/lib/plurimath/math/symbols/rbracemid.rb +41 -0
  1000. data/lib/plurimath/math/symbols/rbraceuend.rb +41 -0
  1001. data/lib/plurimath/math/symbols/rbrackextender.rb +41 -0
  1002. data/lib/plurimath/math/symbols/rbracklend.rb +41 -0
  1003. data/lib/plurimath/math/symbols/rbracklrtick.rb +41 -0
  1004. data/lib/plurimath/math/symbols/rbrackubar.rb +41 -0
  1005. data/lib/plurimath/math/symbols/rbrackuend.rb +41 -0
  1006. data/lib/plurimath/math/symbols/rbrackurtick.rb +41 -0
  1007. data/lib/plurimath/math/symbols/rbrbrak.rb +41 -0
  1008. data/lib/plurimath/math/symbols/rcurvyangle.rb +41 -0
  1009. data/lib/plurimath/math/symbols/rddots.rb +41 -0
  1010. data/lib/plurimath/math/symbols/rdiagovfdiag.rb +41 -0
  1011. data/lib/plurimath/math/symbols/rdiagovsearrow.rb +41 -0
  1012. data/lib/plurimath/math/symbols/rdsh.rb +41 -0
  1013. data/lib/plurimath/math/symbols/re.rb +41 -0
  1014. data/lib/plurimath/math/symbols/recycle.rb +41 -0
  1015. data/lib/plurimath/math/symbols/rel.rb +41 -0
  1016. data/lib/plurimath/math/symbols/restriction.rb +41 -0
  1017. data/lib/plurimath/math/symbols/revangle.rb +41 -0
  1018. data/lib/plurimath/math/symbols/revangleubar.rb +41 -0
  1019. data/lib/plurimath/math/symbols/revemptyset.rb +41 -0
  1020. data/lib/plurimath/math/symbols/revnmid.rb +41 -0
  1021. data/lib/plurimath/math/symbols/rfbowtie.rb +41 -0
  1022. data/lib/plurimath/math/symbols/rftimes.rb +41 -0
  1023. data/lib/plurimath/math/symbols/rgroup.rb +41 -0
  1024. data/lib/plurimath/math/symbols/rhd.rb +41 -0
  1025. data/lib/plurimath/math/symbols/rho.rb +41 -0
  1026. data/lib/plurimath/math/symbols/rightangle.rb +41 -0
  1027. data/lib/plurimath/math/symbols/rightanglemdot.rb +41 -0
  1028. data/lib/plurimath/math/symbols/rightanglesqr.rb +41 -0
  1029. data/lib/plurimath/math/symbols/rightarrow.rb +41 -0
  1030. data/lib/plurimath/math/symbols/rightarrowapprox.rb +41 -0
  1031. data/lib/plurimath/math/symbols/rightarrowbackapprox.rb +41 -0
  1032. data/lib/plurimath/math/symbols/rightarrowbar.rb +41 -0
  1033. data/lib/plurimath/math/symbols/rightarrowbsimilar.rb +41 -0
  1034. data/lib/plurimath/math/symbols/rightarrowdiamond.rb +41 -0
  1035. data/lib/plurimath/math/symbols/rightarrowgtr.rb +41 -0
  1036. data/lib/plurimath/math/symbols/rightarrowonoplus.rb +41 -0
  1037. data/lib/plurimath/math/symbols/rightarrowplus.rb +41 -0
  1038. data/lib/plurimath/math/symbols/rightarrowshortleftarrow.rb +41 -0
  1039. data/lib/plurimath/math/symbols/rightarrowsimilar.rb +41 -0
  1040. data/lib/plurimath/math/symbols/rightarrowsupset.rb +41 -0
  1041. data/lib/plurimath/math/symbols/rightarrowtail.rb +41 -0
  1042. data/lib/plurimath/math/symbols/rightarrowtriangle.rb +41 -0
  1043. data/lib/plurimath/math/symbols/rightarrowx.rb +41 -0
  1044. data/lib/plurimath/math/symbols/rightbarharpoon.rb +41 -0
  1045. data/lib/plurimath/math/symbols/rightbkarrow.rb +41 -0
  1046. data/lib/plurimath/math/symbols/rightcircle.rb +41 -0
  1047. data/lib/plurimath/math/symbols/rightdbltail.rb +41 -0
  1048. data/lib/plurimath/math/symbols/rightdotarrow.rb +41 -0
  1049. data/lib/plurimath/math/symbols/rightdowncurvedarrow.rb +41 -0
  1050. data/lib/plurimath/math/symbols/rightdownteevector.rb +41 -0
  1051. data/lib/plurimath/math/symbols/rightdownvectorbar.rb +41 -0
  1052. data/lib/plurimath/math/symbols/rightharpoonaccent.rb +41 -0
  1053. data/lib/plurimath/math/symbols/rightharpoondown.rb +41 -0
  1054. data/lib/plurimath/math/symbols/rightharpoonup.rb +41 -0
  1055. data/lib/plurimath/math/symbols/rightimply.rb +41 -0
  1056. data/lib/plurimath/math/symbols/rightleftarrow.rb +41 -0
  1057. data/lib/plurimath/math/symbols/rightleftharpoon.rb +41 -0
  1058. data/lib/plurimath/math/symbols/rightleftharpoonsdown.rb +41 -0
  1059. data/lib/plurimath/math/symbols/rightleftharpoonsup.rb +41 -0
  1060. data/lib/plurimath/math/symbols/rightmoon.rb +41 -0
  1061. data/lib/plurimath/math/symbols/rightouterjoin.rb +41 -0
  1062. data/lib/plurimath/math/symbols/rightpentagon.rb +41 -0
  1063. data/lib/plurimath/math/symbols/rightpentagonblack.rb +41 -0
  1064. data/lib/plurimath/math/symbols/rightrightarrows.rb +41 -0
  1065. data/lib/plurimath/math/symbols/rightrightharpoons.rb +41 -0
  1066. data/lib/plurimath/math/symbols/rightsquigarrow.rb +41 -0
  1067. data/lib/plurimath/math/symbols/righttail.rb +41 -0
  1068. data/lib/plurimath/math/symbols/rightteevector.rb +41 -0
  1069. data/lib/plurimath/math/symbols/rightthreearrows.rb +41 -0
  1070. data/lib/plurimath/math/symbols/rightthreetimes.rb +41 -0
  1071. data/lib/plurimath/math/symbols/rightturn.rb +41 -0
  1072. data/lib/plurimath/math/symbols/rightupdownharpoon.rb +41 -0
  1073. data/lib/plurimath/math/symbols/rightupteevector.rb +41 -0
  1074. data/lib/plurimath/math/symbols/rightupvectorbar.rb +41 -0
  1075. data/lib/plurimath/math/symbols/rightvectorbar.rb +41 -0
  1076. data/lib/plurimath/math/symbols/rightwavearrow.rb +41 -0
  1077. data/lib/plurimath/math/symbols/rightwhitearrow.rb +41 -0
  1078. data/lib/plurimath/math/symbols/rimg.rb +41 -0
  1079. data/lib/plurimath/math/symbols/ring.rb +41 -0
  1080. data/lib/plurimath/math/symbols/ringplus.rb +41 -0
  1081. data/lib/plurimath/math/symbols/risingdotseq.rb +41 -0
  1082. data/lib/plurimath/math/symbols/rlhar.rb +41 -0
  1083. data/lib/plurimath/math/symbols/rmoust.rb +41 -0
  1084. data/lib/plurimath/math/symbols/rparen.rb +41 -0
  1085. data/lib/plurimath/math/symbols/rparenextender.rb +41 -0
  1086. data/lib/plurimath/math/symbols/rparengtr.rb +41 -0
  1087. data/lib/plurimath/math/symbols/rparenlend.rb +41 -0
  1088. data/lib/plurimath/math/symbols/rparenless.rb +41 -0
  1089. data/lib/plurimath/math/symbols/rparenuend.rb +41 -0
  1090. data/lib/plurimath/math/symbols/rppolint.rb +41 -0
  1091. data/lib/plurimath/math/symbols/rr.rb +41 -0
  1092. data/lib/plurimath/math/symbols/rrightarrow.rb +41 -0
  1093. data/lib/plurimath/math/symbols/rsh.rb +41 -0
  1094. data/lib/plurimath/math/symbols/rsolbar.rb +41 -0
  1095. data/lib/plurimath/math/symbols/rsqhook.rb +41 -0
  1096. data/lib/plurimath/math/symbols/rsub.rb +41 -0
  1097. data/lib/plurimath/math/symbols/rtimes.rb +41 -0
  1098. data/lib/plurimath/math/symbols/rtriltri.rb +41 -0
  1099. data/lib/plurimath/math/symbols/ruledelayed.rb +41 -0
  1100. data/lib/plurimath/math/symbols/rvboxline.rb +41 -0
  1101. data/lib/plurimath/math/symbols/rvert.rb +41 -0
  1102. data/lib/plurimath/math/symbols/rvzigzag.rb +41 -0
  1103. data/lib/plurimath/math/symbols/sadface.rb +41 -0
  1104. data/lib/plurimath/math/symbols/sagittarius.rb +41 -0
  1105. data/lib/plurimath/math/symbols/same.rb +41 -0
  1106. data/lib/plurimath/math/symbols/sampi.rb +41 -0
  1107. data/lib/plurimath/math/symbols/sanslmirrored.rb +41 -0
  1108. data/lib/plurimath/math/symbols/sanslturned.rb +41 -0
  1109. data/lib/plurimath/math/symbols/saturn.rb +41 -0
  1110. data/lib/plurimath/math/symbols/scorpio.rb +41 -0
  1111. data/lib/plurimath/math/symbols/scpolint.rb +41 -0
  1112. data/lib/plurimath/math/symbols/scurel.rb +41 -0
  1113. data/lib/plurimath/math/symbols/sdef.rb +41 -0
  1114. data/lib/plurimath/math/symbols/searrow.rb +41 -0
  1115. data/lib/plurimath/math/symbols/second.rb +41 -0
  1116. data/lib/plurimath/math/symbols/semi.rb +41 -0
  1117. data/lib/plurimath/math/symbols/semicolon.rb +41 -0
  1118. data/lib/plurimath/math/symbols/seovnearrow.rb +41 -0
  1119. data/lib/plurimath/math/symbols/setminus.rb +41 -0
  1120. data/lib/plurimath/math/symbols/sharp.rb +41 -0
  1121. data/lib/plurimath/math/symbols/shortdowntack.rb +41 -0
  1122. data/lib/plurimath/math/symbols/shortlefttack.rb +41 -0
  1123. data/lib/plurimath/math/symbols/shortrightarrowleftarrow.rb +41 -0
  1124. data/lib/plurimath/math/symbols/shortuptack.rb +41 -0
  1125. data/lib/plurimath/math/symbols/shuffle.rb +41 -0
  1126. data/lib/plurimath/math/symbols/sigma.rb +41 -0
  1127. data/lib/plurimath/math/symbols/sim.rb +41 -0
  1128. data/lib/plurimath/math/symbols/simeq.rb +41 -0
  1129. data/lib/plurimath/math/symbols/simge.rb +41 -0
  1130. data/lib/plurimath/math/symbols/simgtr.rb +41 -0
  1131. data/lib/plurimath/math/symbols/similarleftarrow.rb +41 -0
  1132. data/lib/plurimath/math/symbols/similarrightarrow.rb +41 -0
  1133. data/lib/plurimath/math/symbols/simle.rb +41 -0
  1134. data/lib/plurimath/math/symbols/simless.rb +41 -0
  1135. data/lib/plurimath/math/symbols/simminussim.rb +41 -0
  1136. data/lib/plurimath/math/symbols/simneqq.rb +41 -0
  1137. data/lib/plurimath/math/symbols/simplus.rb +41 -0
  1138. data/lib/plurimath/math/symbols/simrdots.rb +41 -0
  1139. data/lib/plurimath/math/symbols/sixteenthnote.rb +41 -0
  1140. data/lib/plurimath/math/symbols/skull.rb +41 -0
  1141. data/lib/plurimath/math/symbols/slash.rb +41 -0
  1142. data/lib/plurimath/math/symbols/smallblacktriangleleft.rb +41 -0
  1143. data/lib/plurimath/math/symbols/smallblacktriangleright.rb +41 -0
  1144. data/lib/plurimath/math/symbols/smallin.rb +41 -0
  1145. data/lib/plurimath/math/symbols/smallni.rb +41 -0
  1146. data/lib/plurimath/math/symbols/smalltriangleleft.rb +41 -0
  1147. data/lib/plurimath/math/symbols/smalltriangleright.rb +41 -0
  1148. data/lib/plurimath/math/symbols/smashtimes.rb +41 -0
  1149. data/lib/plurimath/math/symbols/smblkcircle.rb +41 -0
  1150. data/lib/plurimath/math/symbols/smblkdiamond.rb +41 -0
  1151. data/lib/plurimath/math/symbols/smblklozenge.rb +41 -0
  1152. data/lib/plurimath/math/symbols/smblksquare.rb +41 -0
  1153. data/lib/plurimath/math/symbols/smeparsl.rb +41 -0
  1154. data/lib/plurimath/math/symbols/smile.rb +41 -0
  1155. data/lib/plurimath/math/symbols/smiley.rb +41 -0
  1156. data/lib/plurimath/math/symbols/smt.rb +41 -0
  1157. data/lib/plurimath/math/symbols/smte.rb +41 -0
  1158. data/lib/plurimath/math/symbols/smwhitestar.rb +41 -0
  1159. data/lib/plurimath/math/symbols/smwhtcircle.rb +41 -0
  1160. data/lib/plurimath/math/symbols/smwhtlozenge.rb +41 -0
  1161. data/lib/plurimath/math/symbols/smwhtsquare.rb +41 -0
  1162. data/lib/plurimath/math/symbols/space.rb +41 -0
  1163. data/lib/plurimath/math/symbols/spadesuit.rb +41 -0
  1164. data/lib/plurimath/math/symbols/spddot.rb +41 -0
  1165. data/lib/plurimath/math/symbols/sphat.rb +41 -0
  1166. data/lib/plurimath/math/symbols/sphericalangleup.rb +41 -0
  1167. data/lib/plurimath/math/symbols/spot.rb +41 -0
  1168. data/lib/plurimath/math/symbols/sprime.rb +41 -0
  1169. data/lib/plurimath/math/symbols/sptilde.rb +41 -0
  1170. data/lib/plurimath/math/symbols/sqcap.rb +41 -0
  1171. data/lib/plurimath/math/symbols/sqcup.rb +41 -0
  1172. data/lib/plurimath/math/symbols/sqint.rb +41 -0
  1173. data/lib/plurimath/math/symbols/sqlozenge.rb +41 -0
  1174. data/lib/plurimath/math/symbols/sqrtbottom.rb +41 -0
  1175. data/lib/plurimath/math/symbols/sqsubset.rb +41 -0
  1176. data/lib/plurimath/math/symbols/sqsubseteq.rb +41 -0
  1177. data/lib/plurimath/math/symbols/sqsubsetneq.rb +41 -0
  1178. data/lib/plurimath/math/symbols/sqsupset.rb +41 -0
  1179. data/lib/plurimath/math/symbols/sqsupseteq.rb +41 -0
  1180. data/lib/plurimath/math/symbols/square.rb +41 -0
  1181. data/lib/plurimath/math/symbols/squarebotblack.rb +41 -0
  1182. data/lib/plurimath/math/symbols/squarecrossfill.rb +41 -0
  1183. data/lib/plurimath/math/symbols/squarehfill.rb +41 -0
  1184. data/lib/plurimath/math/symbols/squarehvfill.rb +41 -0
  1185. data/lib/plurimath/math/symbols/squareleftblack.rb +41 -0
  1186. data/lib/plurimath/math/symbols/squarellblack.rb +41 -0
  1187. data/lib/plurimath/math/symbols/squarellquad.rb +41 -0
  1188. data/lib/plurimath/math/symbols/squarelrblack.rb +41 -0
  1189. data/lib/plurimath/math/symbols/squarelrquad.rb +41 -0
  1190. data/lib/plurimath/math/symbols/squareneswfill.rb +41 -0
  1191. data/lib/plurimath/math/symbols/squarenwsefill.rb +41 -0
  1192. data/lib/plurimath/math/symbols/squarerightblack.rb +41 -0
  1193. data/lib/plurimath/math/symbols/squaretopblack.rb +41 -0
  1194. data/lib/plurimath/math/symbols/squareulblack.rb +41 -0
  1195. data/lib/plurimath/math/symbols/squareulquad.rb +41 -0
  1196. data/lib/plurimath/math/symbols/squareurblack.rb +41 -0
  1197. data/lib/plurimath/math/symbols/squareurquad.rb +41 -0
  1198. data/lib/plurimath/math/symbols/squarevfill.rb +41 -0
  1199. data/lib/plurimath/math/symbols/squoval.rb +41 -0
  1200. data/lib/plurimath/math/symbols/sslash.rb +41 -0
  1201. data/lib/plurimath/math/symbols/star.rb +41 -0
  1202. data/lib/plurimath/math/symbols/stareq.rb +41 -0
  1203. data/lib/plurimath/math/symbols/steaming.rb +41 -0
  1204. data/lib/plurimath/math/symbols/stigma.rb +41 -0
  1205. data/lib/plurimath/math/symbols/strictfi.rb +41 -0
  1206. data/lib/plurimath/math/symbols/strictif.rb +41 -0
  1207. data/lib/plurimath/math/symbols/strns.rb +41 -0
  1208. data/lib/plurimath/math/symbols/sub.rb +41 -0
  1209. data/lib/plurimath/math/symbols/sube.rb +41 -0
  1210. data/lib/plurimath/math/symbols/subedot.rb +41 -0
  1211. data/lib/plurimath/math/symbols/submult.rb +41 -0
  1212. data/lib/plurimath/math/symbols/subrarr.rb +41 -0
  1213. data/lib/plurimath/math/symbols/subset.rb +41 -0
  1214. data/lib/plurimath/math/symbols/subsetapprox.rb +41 -0
  1215. data/lib/plurimath/math/symbols/subsetcirc.rb +41 -0
  1216. data/lib/plurimath/math/symbols/subsetdot.rb +41 -0
  1217. data/lib/plurimath/math/symbols/subseteq.rb +41 -0
  1218. data/lib/plurimath/math/symbols/subseteqq.rb +41 -0
  1219. data/lib/plurimath/math/symbols/subsetneq.rb +41 -0
  1220. data/lib/plurimath/math/symbols/subsetneqq.rb +41 -0
  1221. data/lib/plurimath/math/symbols/subsetplus.rb +41 -0
  1222. data/lib/plurimath/math/symbols/subsim.rb +41 -0
  1223. data/lib/plurimath/math/symbols/subsub.rb +41 -0
  1224. data/lib/plurimath/math/symbols/succ.rb +41 -0
  1225. data/lib/plurimath/math/symbols/succapprox.rb +41 -0
  1226. data/lib/plurimath/math/symbols/succcurlyeq.rb +41 -0
  1227. data/lib/plurimath/math/symbols/succeq.rb +41 -0
  1228. data/lib/plurimath/math/symbols/succeqq.rb +41 -0
  1229. data/lib/plurimath/math/symbols/succnapprox.rb +41 -0
  1230. data/lib/plurimath/math/symbols/succneq.rb +41 -0
  1231. data/lib/plurimath/math/symbols/succneqq.rb +41 -0
  1232. data/lib/plurimath/math/symbols/succnsim.rb +41 -0
  1233. data/lib/plurimath/math/symbols/succsim.rb +41 -0
  1234. data/lib/plurimath/math/symbols/sum.rb +41 -0
  1235. data/lib/plurimath/math/symbols/sumbottom.rb +41 -0
  1236. data/lib/plurimath/math/symbols/sumint.rb +41 -0
  1237. data/lib/plurimath/math/symbols/sumtop.rb +41 -0
  1238. data/lib/plurimath/math/symbols/sun.rb +41 -0
  1239. data/lib/plurimath/math/symbols/sup.rb +41 -0
  1240. data/lib/plurimath/math/symbols/supdsub.rb +41 -0
  1241. data/lib/plurimath/math/symbols/supe.rb +41 -0
  1242. data/lib/plurimath/math/symbols/supedot.rb +41 -0
  1243. data/lib/plurimath/math/symbols/suphsol.rb +41 -0
  1244. data/lib/plurimath/math/symbols/suphsub.rb +41 -0
  1245. data/lib/plurimath/math/symbols/suplarr.rb +41 -0
  1246. data/lib/plurimath/math/symbols/supmult.rb +41 -0
  1247. data/lib/plurimath/math/symbols/supset.rb +41 -0
  1248. data/lib/plurimath/math/symbols/supsetapprox.rb +41 -0
  1249. data/lib/plurimath/math/symbols/supsetcirc.rb +41 -0
  1250. data/lib/plurimath/math/symbols/supsetdot.rb +41 -0
  1251. data/lib/plurimath/math/symbols/supseteq.rb +41 -0
  1252. data/lib/plurimath/math/symbols/supseteqq.rb +41 -0
  1253. data/lib/plurimath/math/symbols/supsetneq.rb +41 -0
  1254. data/lib/plurimath/math/symbols/supsetneqq.rb +41 -0
  1255. data/lib/plurimath/math/symbols/supsetplus.rb +41 -0
  1256. data/lib/plurimath/math/symbols/supsim.rb +41 -0
  1257. data/lib/plurimath/math/symbols/supsub.rb +41 -0
  1258. data/lib/plurimath/math/symbols/supsup.rb +41 -0
  1259. data/lib/plurimath/math/symbols/swarrow.rb +41 -0
  1260. data/lib/plurimath/math/symbols/swords.rb +41 -0
  1261. data/lib/plurimath/math/symbols/symbol.rb +218 -0
  1262. data/lib/plurimath/math/symbols/talloblong.rb +41 -0
  1263. data/lib/plurimath/math/symbols/tau.rb +41 -0
  1264. data/lib/plurimath/math/symbols/taurus.rb +41 -0
  1265. data/lib/plurimath/math/symbols/tcmu.rb +41 -0
  1266. data/lib/plurimath/math/symbols/tcohm.rb +41 -0
  1267. data/lib/plurimath/math/symbols/therefore.rb +41 -0
  1268. data/lib/plurimath/math/symbols/thermod.rb +41 -0
  1269. data/lib/plurimath/math/symbols/theta.rb +41 -0
  1270. data/lib/plurimath/math/symbols/third.rb +41 -0
  1271. data/lib/plurimath/math/symbols/threedangle.rb +41 -0
  1272. data/lib/plurimath/math/symbols/threedotcolon.rb +41 -0
  1273. data/lib/plurimath/math/symbols/threeunderdot.rb +41 -0
  1274. data/lib/plurimath/math/symbols/tieinfty.rb +41 -0
  1275. data/lib/plurimath/math/symbols/tilde.rb +41 -0
  1276. data/lib/plurimath/math/symbols/times.rb +41 -0
  1277. data/lib/plurimath/math/symbols/timesbar.rb +41 -0
  1278. data/lib/plurimath/math/symbols/tinj.rb +41 -0
  1279. data/lib/plurimath/math/symbols/tminus.rb +41 -0
  1280. data/lib/plurimath/math/symbols/to.rb +41 -0
  1281. data/lib/plurimath/math/symbols/toea.rb +41 -0
  1282. data/lib/plurimath/math/symbols/tona.rb +41 -0
  1283. data/lib/plurimath/math/symbols/top.rb +41 -0
  1284. data/lib/plurimath/math/symbols/topbot.rb +41 -0
  1285. data/lib/plurimath/math/symbols/topcir.rb +41 -0
  1286. data/lib/plurimath/math/symbols/topfork.rb +41 -0
  1287. data/lib/plurimath/math/symbols/topsemicircle.rb +41 -0
  1288. data/lib/plurimath/math/symbols/tosa.rb +41 -0
  1289. data/lib/plurimath/math/symbols/towa.rb +41 -0
  1290. data/lib/plurimath/math/symbols/tplus.rb +41 -0
  1291. data/lib/plurimath/math/symbols/trapezium.rb +41 -0
  1292. data/lib/plurimath/math/symbols/triangle.rb +41 -0
  1293. data/lib/plurimath/math/symbols/trianglecdot.rb +41 -0
  1294. data/lib/plurimath/math/symbols/triangledown.rb +41 -0
  1295. data/lib/plurimath/math/symbols/triangleleftblack.rb +41 -0
  1296. data/lib/plurimath/math/symbols/triangleminus.rb +41 -0
  1297. data/lib/plurimath/math/symbols/triangleodot.rb +41 -0
  1298. data/lib/plurimath/math/symbols/triangleplus.rb +41 -0
  1299. data/lib/plurimath/math/symbols/trianglerightblack.rb +41 -0
  1300. data/lib/plurimath/math/symbols/triangles.rb +41 -0
  1301. data/lib/plurimath/math/symbols/triangleserifs.rb +41 -0
  1302. data/lib/plurimath/math/symbols/triangletimes.rb +41 -0
  1303. data/lib/plurimath/math/symbols/triangleubar.rb +41 -0
  1304. data/lib/plurimath/math/symbols/tripleplus.rb +41 -0
  1305. data/lib/plurimath/math/symbols/trslash.rb +41 -0
  1306. data/lib/plurimath/math/symbols/tsur.rb +41 -0
  1307. data/lib/plurimath/math/symbols/tt.rb +41 -0
  1308. data/lib/plurimath/math/symbols/turnangle.rb +41 -0
  1309. data/lib/plurimath/math/symbols/turnediota.rb +41 -0
  1310. data/lib/plurimath/math/symbols/turnednot.rb +41 -0
  1311. data/lib/plurimath/math/symbols/twocaps.rb +41 -0
  1312. data/lib/plurimath/math/symbols/twocups.rb +41 -0
  1313. data/lib/plurimath/math/symbols/twoheaddownarrow.rb +41 -0
  1314. data/lib/plurimath/math/symbols/twoheadleftarrow.rb +41 -0
  1315. data/lib/plurimath/math/symbols/twoheadleftarrowtail.rb +41 -0
  1316. data/lib/plurimath/math/symbols/twoheadleftdbkarrow.rb +41 -0
  1317. data/lib/plurimath/math/symbols/twoheadmapsfrom.rb +41 -0
  1318. data/lib/plurimath/math/symbols/twoheadmapsto.rb +41 -0
  1319. data/lib/plurimath/math/symbols/twoheadrightarrow.rb +41 -0
  1320. data/lib/plurimath/math/symbols/twoheadrightarrowtail.rb +41 -0
  1321. data/lib/plurimath/math/symbols/twoheaduparrow.rb +41 -0
  1322. data/lib/plurimath/math/symbols/twoheaduparrowcircle.rb +41 -0
  1323. data/lib/plurimath/math/symbols/twolowline.rb +41 -0
  1324. data/lib/plurimath/math/symbols/twonotes.rb +41 -0
  1325. data/lib/plurimath/math/symbols/typecolon.rb +41 -0
  1326. data/lib/plurimath/math/symbols/uarr.rb +41 -0
  1327. data/lib/plurimath/math/symbols/ubrace.rb +41 -0
  1328. data/lib/plurimath/math/symbols/ubrbrak.rb +41 -0
  1329. data/lib/plurimath/math/symbols/ul.rb +41 -0
  1330. data/lib/plurimath/math/symbols/ularc.rb +41 -0
  1331. data/lib/plurimath/math/symbols/ulblacktriangle.rb +41 -0
  1332. data/lib/plurimath/math/symbols/ulcorner.rb +41 -0
  1333. data/lib/plurimath/math/symbols/ultriangle.rb +41 -0
  1334. data/lib/plurimath/math/symbols/uminus.rb +41 -0
  1335. data/lib/plurimath/math/symbols/underbar.rb +41 -0
  1336. data/lib/plurimath/math/symbols/underbracket.rb +41 -0
  1337. data/lib/plurimath/math/symbols/underleftarrow.rb +41 -0
  1338. data/lib/plurimath/math/symbols/underleftharpoondown.rb +41 -0
  1339. data/lib/plurimath/math/symbols/underline.rb +41 -0
  1340. data/lib/plurimath/math/symbols/underparen.rb +41 -0
  1341. data/lib/plurimath/math/symbols/underrightarrow.rb +41 -0
  1342. data/lib/plurimath/math/symbols/underrightharpoondown.rb +41 -0
  1343. data/lib/plurimath/math/symbols/unicodecdots.rb +41 -0
  1344. data/lib/plurimath/math/symbols/unicodeellipsis.rb +41 -0
  1345. data/lib/plurimath/math/symbols/unlhd.rb +41 -0
  1346. data/lib/plurimath/math/symbols/unrhd.rb +41 -0
  1347. data/lib/plurimath/math/symbols/upalpha.rb +41 -0
  1348. data/lib/plurimath/math/symbols/upand.rb +41 -0
  1349. data/lib/plurimath/math/symbols/uparrow.rb +41 -0
  1350. data/lib/plurimath/math/symbols/uparrowbarred.rb +41 -0
  1351. data/lib/plurimath/math/symbols/uparrowoncircle.rb +41 -0
  1352. data/lib/plurimath/math/symbols/upbeta.rb +41 -0
  1353. data/lib/plurimath/math/symbols/upcase_cap.rb +41 -0
  1354. data/lib/plurimath/math/symbols/upcase_delta.rb +41 -0
  1355. data/lib/plurimath/math/symbols/upcase_equiv.rb +41 -0
  1356. data/lib/plurimath/math/symbols/upcase_gamma.rb +41 -0
  1357. data/lib/plurimath/math/symbols/upcase_lambda.rb +41 -0
  1358. data/lib/plurimath/math/symbols/upcase_mapsto.rb +41 -0
  1359. data/lib/plurimath/math/symbols/upcase_omega.rb +41 -0
  1360. data/lib/plurimath/math/symbols/upcase_phi.rb +41 -0
  1361. data/lib/plurimath/math/symbols/upcase_pi.rb +41 -0
  1362. data/lib/plurimath/math/symbols/upcase_psi.rb +41 -0
  1363. data/lib/plurimath/math/symbols/upcase_rbrack.rb +41 -0
  1364. data/lib/plurimath/math/symbols/upcase_rightarrow.rb +41 -0
  1365. data/lib/plurimath/math/symbols/upcase_sigma.rb +41 -0
  1366. data/lib/plurimath/math/symbols/upcase_theta.rb +41 -0
  1367. data/lib/plurimath/math/symbols/upcase_wedge.rb +41 -0
  1368. data/lib/plurimath/math/symbols/upcase_xi.rb +41 -0
  1369. data/lib/plurimath/math/symbols/upcaseup_omega.rb +41 -0
  1370. data/lib/plurimath/math/symbols/upchi.rb +41 -0
  1371. data/lib/plurimath/math/symbols/updasharrow.rb +41 -0
  1372. data/lib/plurimath/math/symbols/updownarrow.rb +41 -0
  1373. data/lib/plurimath/math/symbols/updownarrowbar.rb +41 -0
  1374. data/lib/plurimath/math/symbols/updownarrows.rb +41 -0
  1375. data/lib/plurimath/math/symbols/updownharpoonleftright.rb +41 -0
  1376. data/lib/plurimath/math/symbols/updownharpoonrightleft.rb +41 -0
  1377. data/lib/plurimath/math/symbols/upepsilon.rb +41 -0
  1378. data/lib/plurimath/math/symbols/upequilibrium.rb +41 -0
  1379. data/lib/plurimath/math/symbols/upeta.rb +41 -0
  1380. data/lib/plurimath/math/symbols/upfishtail.rb +41 -0
  1381. data/lib/plurimath/math/symbols/upharpoonleft.rb +41 -0
  1382. data/lib/plurimath/math/symbols/upin.rb +41 -0
  1383. data/lib/plurimath/math/symbols/upint.rb +41 -0
  1384. data/lib/plurimath/math/symbols/upiota.rb +41 -0
  1385. data/lib/plurimath/math/symbols/upkappa.rb +41 -0
  1386. data/lib/plurimath/math/symbols/upkoppa.rb +41 -0
  1387. data/lib/plurimath/math/symbols/upmu.rb +41 -0
  1388. data/lib/plurimath/math/symbols/upnu.rb +41 -0
  1389. data/lib/plurimath/math/symbols/upomicron.rb +41 -0
  1390. data/lib/plurimath/math/symbols/uprho.rb +41 -0
  1391. data/lib/plurimath/math/symbols/uprightcurvearrow.rb +41 -0
  1392. data/lib/plurimath/math/symbols/upsilon.rb +41 -0
  1393. data/lib/plurimath/math/symbols/uptau.rb +41 -0
  1394. data/lib/plurimath/math/symbols/upuparrows.rb +41 -0
  1395. data/lib/plurimath/math/symbols/upupharpoons.rb +41 -0
  1396. data/lib/plurimath/math/symbols/upvarsigma.rb +41 -0
  1397. data/lib/plurimath/math/symbols/upvartheta.rb +41 -0
  1398. data/lib/plurimath/math/symbols/upwhitearrow.rb +41 -0
  1399. data/lib/plurimath/math/symbols/upzeta.rb +41 -0
  1400. data/lib/plurimath/math/symbols/uranus.rb +41 -0
  1401. data/lib/plurimath/math/symbols/urarc.rb +41 -0
  1402. data/lib/plurimath/math/symbols/urblacktriangle.rb +41 -0
  1403. data/lib/plurimath/math/symbols/urcorner.rb +41 -0
  1404. data/lib/plurimath/math/symbols/urtriangle.rb +41 -0
  1405. data/lib/plurimath/math/symbols/utilde.rb +41 -0
  1406. data/lib/plurimath/math/symbols/uu.rb +45 -0
  1407. data/lib/plurimath/math/symbols/uuparrow.rb +41 -0
  1408. data/lib/plurimath/math/symbols/uuu.rb +41 -0
  1409. data/lib/plurimath/math/symbols/varbarwedge.rb +41 -0
  1410. data/lib/plurimath/math/symbols/varbeta.rb +41 -0
  1411. data/lib/plurimath/math/symbols/varcarriagereturn.rb +41 -0
  1412. data/lib/plurimath/math/symbols/varclub.rb +41 -0
  1413. data/lib/plurimath/math/symbols/vardiamond.rb +41 -0
  1414. data/lib/plurimath/math/symbols/vardoublebarwedge.rb +41 -0
  1415. data/lib/plurimath/math/symbols/varepsilon.rb +41 -0
  1416. data/lib/plurimath/math/symbols/varheart.rb +41 -0
  1417. data/lib/plurimath/math/symbols/varhexagon.rb +41 -0
  1418. data/lib/plurimath/math/symbols/varhexagonblack.rb +41 -0
  1419. data/lib/plurimath/math/symbols/varhexagonlrbonds.rb +41 -0
  1420. data/lib/plurimath/math/symbols/varisins.rb +41 -0
  1421. data/lib/plurimath/math/symbols/varkappa.rb +41 -0
  1422. data/lib/plurimath/math/symbols/varlrtriangle.rb +41 -0
  1423. data/lib/plurimath/math/symbols/varniobar.rb +41 -0
  1424. data/lib/plurimath/math/symbols/varnis.rb +41 -0
  1425. data/lib/plurimath/math/symbols/varnothing.rb +41 -0
  1426. data/lib/plurimath/math/symbols/varphi.rb +41 -0
  1427. data/lib/plurimath/math/symbols/varpi.rb +41 -0
  1428. data/lib/plurimath/math/symbols/varprod.rb +41 -0
  1429. data/lib/plurimath/math/symbols/varrho.rb +41 -0
  1430. data/lib/plurimath/math/symbols/varsigma.rb +41 -0
  1431. data/lib/plurimath/math/symbols/varspade.rb +41 -0
  1432. data/lib/plurimath/math/symbols/varstar.rb +41 -0
  1433. data/lib/plurimath/math/symbols/vartheta.rb +41 -0
  1434. data/lib/plurimath/math/symbols/vartriangle.rb +41 -0
  1435. data/lib/plurimath/math/symbols/vartriangleleft.rb +41 -0
  1436. data/lib/plurimath/math/symbols/vartriangleright.rb +41 -0
  1437. data/lib/plurimath/math/symbols/varvdash.rb +41 -0
  1438. data/lib/plurimath/math/symbols/varveebar.rb +41 -0
  1439. data/lib/plurimath/math/symbols/vbar.rb +41 -0
  1440. data/lib/plurimath/math/symbols/vbarv.rb +41 -0
  1441. data/lib/plurimath/math/symbols/vbraceextender.rb +41 -0
  1442. data/lib/plurimath/math/symbols/vbrtri.rb +41 -0
  1443. data/lib/plurimath/math/symbols/vdash.rb +41 -0
  1444. data/lib/plurimath/math/symbols/vddash.rb +41 -0
  1445. data/lib/plurimath/math/symbols/vdots.rb +41 -0
  1446. data/lib/plurimath/math/symbols/vec.rb +41 -0
  1447. data/lib/plurimath/math/symbols/vectimes.rb +41 -0
  1448. data/lib/plurimath/math/symbols/vee.rb +41 -0
  1449. data/lib/plurimath/math/symbols/veebar.rb +41 -0
  1450. data/lib/plurimath/math/symbols/veedot.rb +41 -0
  1451. data/lib/plurimath/math/symbols/veedoublebar.rb +41 -0
  1452. data/lib/plurimath/math/symbols/veeeq.rb +41 -0
  1453. data/lib/plurimath/math/symbols/veemidvert.rb +41 -0
  1454. data/lib/plurimath/math/symbols/veeodot.rb +41 -0
  1455. data/lib/plurimath/math/symbols/veeonvee.rb +41 -0
  1456. data/lib/plurimath/math/symbols/veeonwedge.rb +41 -0
  1457. data/lib/plurimath/math/symbols/venus.rb +41 -0
  1458. data/lib/plurimath/math/symbols/vertoverlay.rb +41 -0
  1459. data/lib/plurimath/math/symbols/viewdata.rb +41 -0
  1460. data/lib/plurimath/math/symbols/virgo.rb +41 -0
  1461. data/lib/plurimath/math/symbols/vlongdash.rb +41 -0
  1462. data/lib/plurimath/math/symbols/vrectangle.rb +41 -0
  1463. data/lib/plurimath/math/symbols/vrectangleblack.rb +41 -0
  1464. data/lib/plurimath/math/symbols/vv.rb +41 -0
  1465. data/lib/plurimath/math/symbols/vvdash.rb +41 -0
  1466. data/lib/plurimath/math/symbols/vvv.rb +41 -0
  1467. data/lib/plurimath/math/symbols/vysmblkcircle.rb +41 -0
  1468. data/lib/plurimath/math/symbols/vysmblksquare.rb +41 -0
  1469. data/lib/plurimath/math/symbols/vysmwhtcircle.rb +41 -0
  1470. data/lib/plurimath/math/symbols/vysmwhtsquare.rb +41 -0
  1471. data/lib/plurimath/math/symbols/vzigzag.rb +41 -0
  1472. data/lib/plurimath/math/symbols/warning.rb +41 -0
  1473. data/lib/plurimath/math/symbols/wasytherefore.rb +41 -0
  1474. data/lib/plurimath/math/symbols/wedge.rb +41 -0
  1475. data/lib/plurimath/math/symbols/wedgebar.rb +41 -0
  1476. data/lib/plurimath/math/symbols/wedgedot.rb +41 -0
  1477. data/lib/plurimath/math/symbols/wedgedoublebar.rb +41 -0
  1478. data/lib/plurimath/math/symbols/wedgemidvert.rb +41 -0
  1479. data/lib/plurimath/math/symbols/wedgeodot.rb +41 -0
  1480. data/lib/plurimath/math/symbols/wedgeonwedge.rb +41 -0
  1481. data/lib/plurimath/math/symbols/whitearrowupfrombar.rb +41 -0
  1482. data/lib/plurimath/math/symbols/whiteinwhitetriangle.rb +41 -0
  1483. data/lib/plurimath/math/symbols/whitepointerleft.rb +41 -0
  1484. data/lib/plurimath/math/symbols/whitepointerright.rb +41 -0
  1485. data/lib/plurimath/math/symbols/whitesquaretickleft.rb +41 -0
  1486. data/lib/plurimath/math/symbols/whitesquaretickright.rb +41 -0
  1487. data/lib/plurimath/math/symbols/whthorzoval.rb +41 -0
  1488. data/lib/plurimath/math/symbols/whtvertoval.rb +41 -0
  1489. data/lib/plurimath/math/symbols/wideangledown.rb +41 -0
  1490. data/lib/plurimath/math/symbols/wideangleup.rb +41 -0
  1491. data/lib/plurimath/math/symbols/widebridgeabove.rb +41 -0
  1492. data/lib/plurimath/math/symbols/wideparen.rb +41 -0
  1493. data/lib/plurimath/math/symbols/wp.rb +41 -0
  1494. data/lib/plurimath/math/symbols/wr.rb +41 -0
  1495. data/lib/plurimath/math/symbols/xbox.rb +41 -0
  1496. data/lib/plurimath/math/symbols/xi.rb +41 -0
  1497. data/lib/plurimath/math/symbols/xsol.rb +41 -0
  1498. data/lib/plurimath/math/symbols/xx.rb +41 -0
  1499. data/lib/plurimath/math/symbols/yen.rb +41 -0
  1500. data/lib/plurimath/math/symbols/yinyang.rb +41 -0
  1501. data/lib/plurimath/math/symbols/yup.rb +41 -0
  1502. data/lib/plurimath/math/symbols/zbar.rb +41 -0
  1503. data/lib/plurimath/math/symbols/zeta.rb +41 -0
  1504. data/lib/plurimath/math/symbols/zpipe.rb +41 -0
  1505. data/lib/plurimath/math/symbols/zwnj.rb +41 -0
  1506. data/lib/plurimath/math/symbols/zwsp.rb +41 -0
  1507. data/lib/plurimath/math/symbols/zz.rb +41 -0
  1508. data/lib/plurimath/math/symbols.rb +14 -0
  1509. data/lib/plurimath/math.rb +1 -2
  1510. data/lib/plurimath/mathml/constants.rb +1 -1
  1511. data/lib/plurimath/mathml/parser.rb +1 -1
  1512. data/lib/plurimath/mathml/transform.rb +12 -10
  1513. data/lib/plurimath/number_formatter.rb +2 -2
  1514. data/lib/plurimath/omml/parser.rb +1 -1
  1515. data/lib/plurimath/omml/transform.rb +16 -18
  1516. data/lib/plurimath/setup/oga.rb +1 -1
  1517. data/lib/plurimath/setup/ox.rb +1 -1
  1518. data/lib/plurimath/unicode_math/constants.rb +8 -1
  1519. data/lib/plurimath/unicode_math/parsing_rules/common_rules.rb +1 -0
  1520. data/lib/plurimath/unicode_math/parsing_rules/constants_rules.rb +1 -0
  1521. data/lib/plurimath/unicode_math/parsing_rules/masked.rb +1 -1
  1522. data/lib/plurimath/unicode_math/parsing_rules/sub_sup.rb +1 -1
  1523. data/lib/plurimath/unicode_math/transform.rb +315 -320
  1524. data/lib/plurimath/utility.rb +215 -80
  1525. data/lib/plurimath/version.rb +1 -1
  1526. data/lib/plurimath/xml_engine/oga/document.rb +10 -0
  1527. data/lib/plurimath/xml_engine/oga/dumper.rb +96 -0
  1528. data/lib/plurimath/xml_engine/oga/element.rb +8 -0
  1529. data/lib/plurimath/xml_engine/oga/node.rb +133 -0
  1530. data/lib/plurimath/xml_engine/oga/wrapper.rb +21 -0
  1531. data/lib/plurimath/xml_engine/oga.rb +12 -218
  1532. data/lib/plurimath/xml_engine/ox/element.rb +127 -0
  1533. data/lib/plurimath/xml_engine/ox.rb +11 -6
  1534. data/lib/plurimath/xml_engine.rb +1 -1
  1535. data/supported_parens_list.adoc +441 -0
  1536. data/supported_symbols_list.adoc +24493 -0
  1537. data/tasks/symbols_documentation_list.rake +54 -0
  1538. metadata +1477 -7
  1539. data/lib/plurimath/formatter/twitter_cldr_rb/number_formatter.rb +0 -23
  1540. data/lib/plurimath/math/symbol.rb +0 -193
  1541. data/lib/plurimath/math/unicode.rb +0 -11
@@ -1,4 +1,4 @@
1
- == LaTeX symbols
1
+ == LaTeX Support
2
2
 
3
3
  === Parenthesis
4
4
 
@@ -13,1868 +13,50 @@
13
13
  === Functions and others
14
14
 
15
15
  |===
16
- | Functions | Numeric Values | Matrices | Font Styles | Operators
17
- | `stackrel` | `zero` | `multline` | `displaystyle` | `!`
18
- | `substack` | `one` | `Vmatrix` | `mathsfbfit` | `#`
19
- | `overline` | `two` | `vmatrix` | `mbfitsans` | `$`
20
- | `liminf` | `three` | `pmatrix` | `mathbold` | `%`
21
- | `limsup` | `four` | `Bmatrix` | `mathsfit` | `&`
22
- | `arctan` | `five` | `bmatrix` | `mathsfbf` | `'`
23
- | `arcsin` | `six` | `matrix` | `mathbfit` | `*`
24
- | `arccos` | `seven` | `split` | `mathfrak` | `+`
25
- | `color` | `eight` | `align` | `mathcal` | `,`
26
- | `binom` | `nine` | `array` | `mbfsans` | `-`
27
- | `tilde` | | | `mathds` | `.`
28
- | `prod` | | | `mathbf` | `/`
29
- | `pmod` | | | `mathbb` | `:`
30
- | `bmod` | | | `mathtt` | `;`
31
- | `frac` | | | `mathrm` | `<`
32
- | `cosh` | | | `mathsf` | `=`
33
- | `tanh` | | | `mathit` | `>`
34
- | `coth` | | | `textrm` | `?`
35
- | `sinh` | | | `mfrak` | `@`
36
- | `log` | | | `mbfit` | `_`
37
- | `inf` | | | `msans` | `\|`
38
- | `sum` | | | `mscr` |
39
- | `lim` | | | `mit` |
40
- | `bar` | | | `mbf` |
41
- | `ker` | | | `mtt` |
42
- | `sup` | | | `Bbb` |
43
- | `hom` | | | `rm` |
44
- | `sin` | | | `bf` |
45
- | `sec` | | | |
46
- | `min` | | | |
47
- | `max` | | | |
48
- | `gcd` | | | |
49
- | `exp` | | | |
50
- | `dim` | | | |
51
- | `det` | | | |
52
- | `deg` | | | |
53
- | `csc` | | | |
54
- | `cot` | | | |
55
- | `cos` | | | |
56
- | `tan` | | | |
57
- | `vec` | | | |
58
- | `hat` | | | |
59
- | `ln` | | | |
60
- | `lg` | | | |
16
+ | Functions | Numeric Values | Matrices | Font Styles
17
+ | `stackrel` | `zero` | `multline` | `displaystyle`
18
+ | `substack` | `one` | `Vmatrix` | `mathsfbfit`
19
+ | `overline` | `two` | `vmatrix` | `mbfitsans`
20
+ | `liminf` | `three` | `pmatrix` | `mathbold`
21
+ | `limsup` | `four` | `Bmatrix` | `mathsfit`
22
+ | `arctan` | `five` | `bmatrix` | `mathsfbf`
23
+ | `arcsin` | `six` | `matrix` | `mathbfit`
24
+ | `arccos` | `seven` | `split` | `mathfrak`
25
+ | `color` | `eight` | `align` | `mathcal`
26
+ | `binom` | `nine` | `array` | `mbfsans`
27
+ | `tilde` | | | `mathds`
28
+ | `prod` | | | `mathbf`
29
+ | `pmod` | | | `mathbb`
30
+ | `bmod` | | | `mathtt`
31
+ | `frac` | | | `mathrm`
32
+ | `cosh` | | | `mathsf`
33
+ | `tanh` | | | `mathit`
34
+ | `coth` | | | `textrm`
35
+ | `sinh` | | | `mfrak`
36
+ | `log` | | | `mbfit`
37
+ | `inf` | | | `msans`
38
+ | `sum` | | | `mscr`
39
+ | `lim` | | | `mit`
40
+ | `bar` | | | `mbf`
41
+ | `ker` | | | `mtt`
42
+ | `sup` | | | `Bbb`
43
+ | `hom` | | | `rm`
44
+ | `sin` | | | `bf`
45
+ | `sec` | | |
46
+ | `min` | | |
47
+ | `max` | | |
48
+ | `gcd` | | |
49
+ | `exp` | | |
50
+ | `dim` | | |
51
+ | `det` | | |
52
+ | `deg` | | |
53
+ | `csc` | | |
54
+ | `cot` | | |
55
+ | `cos` | | |
56
+ | `tan` | | |
57
+ | `vec` | | |
58
+ | `hat` | | |
59
+ | `ln` | | |
60
+ | `lg` | | |
61
61
 
62
62
  |===
63
-
64
- === Symbols
65
-
66
- * `barleftarrowrightarrowba`
67
- * `rightarrowshortleftarrow`
68
- * `leftarrowshortrightarrow`
69
- * `shortrightarrowleftarrow`
70
- * `leftrightharpoondowndown`
71
- * `smallblacktriangleright`
72
- * `invwhiteupperhalfcircle`
73
- * `invwhitelowerhalfcircle`
74
- * `concavediamondtickright`
75
- * `nvtwoheadrightarrowtail`
76
- * `nVtwoheadrightarrowtail`
77
- * `updownharpoonrightright`
78
- * `updownharpoonsleftright`
79
- * `downupharpoonsleftright`
80
- * `leftrightarrowtriangle`
81
- * `smallblacktriangleleft`
82
- * `blackcircleulquadwhite`
83
- * `concavediamondtickleft`
84
- * `leftrightharpoonupdown`
85
- * `leftrightharpoondownup`
86
- * `updownharpoonrightleft`
87
- * `updownharpoonleftright`
88
- * `downtrianglerightblack`
89
- * `partialmeetcontraction`
90
- * `nvtwoheadleftarrowtail`
91
- * `nVtwoheadleftarrowtail`
92
- * `underrightharpoondown`
93
- * `barovernorthwestarrow`
94
- * `rangledownzigzagarrow`
95
- * `circlebottomhalfblack`
96
- * `twoheadrightarrowtail`
97
- * `updownharpoonleftleft`
98
- * `downharpoonsleftright`
99
- * `leftrightharpoonsdown`
100
- * `rightleftharpoonsdown`
101
- * `downtriangleleftblack`
102
- * `blackdiamonddownarrow`
103
- * `closedvarcupsmashprod`
104
- * `underleftharpoondown`
105
- * `CapitalDifferentialD`
106
- * `bigblacktriangledown`
107
- * `circlerighthalfblack`
108
- * `blackrighthalfcircle`
109
- * `blackcircledrightdot`
110
- * `whiteinwhitetriangle`
111
- * `whitesquaretickright`
112
- * `barrightarrowdiamond`
113
- * `downrightcurvedarrow`
114
- * `rightdowncurvedarrow`
115
- * `curvearrowrightminus`
116
- * `leftrightarrowcircle`
117
- * `twoheaduparrowcircle`
118
- * `leftrightharpoonupup`
119
- * `leftrightharpoondown`
120
- * `dashrightharpoondown`
121
- * `blackcircledownarrow`
122
- * `NestedGreaterGreater`
123
- * `twoheadleftarrowtail`
124
- * `rightarrowbackapprox`
125
- * `leftrightsquigarrow`
126
- * `whitearrowupfrombar`
127
- * `blockthreeqtrshaded`
128
- * `blackinwhitediamond`
129
- * `circlelefthalfblack`
130
- * `blacklefthalfcircle`
131
- * `blackcircledtwodots`
132
- * `whitesquaretickleft`
133
- * `longrightsquigarrow`
134
- * `nvtwoheadrightarrow`
135
- * `nVtwoheadrightarrow`
136
- * `diamondleftarrowbar`
137
- * `leftdowncurvedarrow`
138
- * `downharpoonrightbar`
139
- * `rightharpoondownbar`
140
- * `bardownharpoonright`
141
- * `barrightharpoondown`
142
- * `upharpoonsleftright`
143
- * `rightharpoonsupdown`
144
- * `leftrightharpoonsup`
145
- * `rightleftharpoonsup`
146
- * `dashleftharpoondown`
147
- * `twoheadleftdbkarrow`
148
- * `leftarrowbackapprox`
149
- * `rightharpoonaccent`
150
- * `overleftrightarrow`
151
- * `acwopencirclearrow`
152
- * `upharpoonrightdown`
153
- * `circleonrightarrow`
154
- * `rightarrowtriangle`
155
- * `PrecedesSlantEqual`
156
- * `SucceedsSlantEqual`
157
- * `measuredrightangle`
158
- * `blackinwhitesquare`
159
- * `parallelogramblack`
160
- * `bigblacktriangleup`
161
- * `blacktriangleright`
162
- * `smalltriangleright`
163
- * `circletophalfblack`
164
- * `inversewhitecircle`
165
- * `trianglerightblack`
166
- * `longleftrightarrow`
167
- * `Longleftrightarrow`
168
- * `curvearrowleftplus`
169
- * `ccwundercurvearrow`
170
- * `leftrightharpoonup`
171
- * `rightupdownharpoon`
172
- * `RightDownVectorBar`
173
- * `barleftharpoondown`
174
- * `DownRightVectorBar`
175
- * `downharpoonleftbar`
176
- * `RightDownTeeVector`
177
- * `leftharpoondownbar`
178
- * `DownRightTeeVector`
179
- * `bardownharpoonleft`
180
- * `leftharpoonsupdown`
181
- * `rightrightharpoons`
182
- * `rightharpoonupdash`
183
- * `circledwhitebullet`
184
- * `errbarblackdiamond`
185
- * `longleftsquigarrow`
186
- * `nvtwoheadleftarrow`
187
- * `nVtwoheadleftarrow`
188
- * `bsimilarrightarrow`
189
- * `rightarrowbsimilar`
190
- * `rightpentagonblack`
191
- * `leftharpoonaccent`
192
- * `twoheadrightarrow`
193
- * `cwopencirclearrow`
194
- * `upharpoonleftdown`
195
- * `leftrightharpoons`
196
- * `rightleftharpoons`
197
- * `leftarrowtriangle`
198
- * `kernelcontraction`
199
- * `vardoublebarwedge`
200
- * `varhexagonlrbonds`
201
- * `varcarriagereturn`
202
- * `blackpointerright`
203
- * `whitepointerright`
204
- * `blacktriangledown`
205
- * `smalltriangledown`
206
- * `blacktriangleleft`
207
- * `smalltriangleleft`
208
- * `circleurquadblack`
209
- * `triangleleftblack`
210
- * `acwgapcirclearrow`
211
- * `rightarrowonoplus`
212
- * `rightarrowdiamond`
213
- * `uprightcurvearrow`
214
- * `cwundercurvearrow`
215
- * `leftupdownharpoon`
216
- * `rightharpoonupbar`
217
- * `barupharpoonright`
218
- * `DownLeftVectorBar`
219
- * `LeftDownVectorBar`
220
- * `barrightharpoonup`
221
- * `upharpoonrightbar`
222
- * `DownLeftTeeVector`
223
- * `LeftDownTeeVector`
224
- * `leftharpoonupdash`
225
- * `similarrightarrow`
226
- * `rightarrowsimilar`
227
- * `measuredangleleft`
228
- * `errbarblacksquare`
229
- * `errbarblackcircle`
230
- * `diamondrightblack`
231
- * `circleonleftarrow`
232
- * `bsimilarleftarrow`
233
- * `leftarrowbsimilar`
234
- * `twoheadleftarrow`
235
- * `twoheaddownarrow`
236
- * `circlearrowright`
237
- * `rightharpoondown`
238
- * `downharpoonright`
239
- * `uparrowdownarrow`
240
- * `rightrightarrows`
241
- * `downarrowuparrow`
242
- * `rightthreearrows`
243
- * `nvleftrightarrow`
244
- * `nVleftrightarrow`
245
- * `varointclockwise`
246
- * `ointctrclockwise`
247
- * `vartriangleright`
248
- * `multimapdotbothA`
249
- * `multimapdotbothB`
250
- * `NotRightTriangle`
251
- * `ntrianglerighteq`
252
- * `APLrightarrowbox`
253
- * `blackpointerleft`
254
- * `whitepointerleft`
255
- * `squarerightblack`
256
- * `cwgapcirclearrow`
257
- * `nvLeftrightarrow`
258
- * `nvrightarrowtail`
259
- * `nVrightarrowtail`
260
- * `diamondleftarrow`
261
- * `rightcurvedarrow`
262
- * `acwunderarcarrow`
263
- * `leftrightharpoon`
264
- * `rightleftharpoon`
265
- * `barleftharpoonup`
266
- * `RightUpVectorBar`
267
- * `barupharpoonleft`
268
- * `leftharpoonupbar`
269
- * `RightUpTeeVector`
270
- * `upharpoonleftbar`
271
- * `leftleftharpoons`
272
- * `downdownharpoons`
273
- * `uprevequilibrium`
274
- * `leftarrowsimilar`
275
- * `rightarrowapprox`
276
- * `sphericalangleup`
277
- * `RightTriangleBar`
278
- * `diamondleftblack`
279
- * `leftarrowonoplus`
280
- * `rightarrowsupset`
281
- * `similarleftarrow`
282
- * `enleadertwodots`
283
- * `unicodeellipsis`
284
- * `enclosetriangle`
285
- * `widebridgeabove`
286
- * `underrightarrow`
287
- * `nleftrightarrow`
288
- * `downzigzagarrow`
289
- * `curvearrowright`
290
- * `circlearrowleft`
291
- * `leftharpoondown`
292
- * `upharpoonleftup`
293
- * `downharpoonleft`
294
- * `rightleftarrows`
295
- * `leftrightarrows`
296
- * `nLeftrightarrow`
297
- * `rightsquigarrow`
298
- * `rightwhitearrow`
299
- * `NotGreaterTilde`
300
- * `vartriangleleft`
301
- * `trianglerighteq`
302
- * `rightthreetimes`
303
- * `NotLeftTriangle`
304
- * `ntrianglelefteq`
305
- * `APLnotbackslash`
306
- * `APLleftarrowbox`
307
- * `APLdownarrowbox`
308
- * `blockhalfshaded`
309
- * `squarecrossfill`
310
- * `hrectangleblack`
311
- * `vrectangleblack`
312
- * `blacktriangleup`
313
- * `smalltriangleup`
314
- * `bigtriangledown`
315
- * `lrblacktriangle`
316
- * `llblacktriangle`
317
- * `ulblacktriangle`
318
- * `urblacktriangle`
319
- * `squareleftblack`
320
- * `circledrightdot`
321
- * `downarrowbarred`
322
- * `cwrightarcarrow`
323
- * `acwleftarcarrow`
324
- * `acwoverarcarrow`
325
- * `LeftUpVectorBar`
326
- * `LeftUpTeeVector`
327
- * `rightbarharpoon`
328
- * `barrightharpoon`
329
- * `equalrightarrow`
330
- * `leftarrowsubset`
331
- * `measanglerutone`
332
- * `measanglelutonw`
333
- * `measanglerdtose`
334
- * `measangleldtosw`
335
- * `measangleurtone`
336
- * `measangleultonw`
337
- * `measangledrtose`
338
- * `measangledltosw`
339
- * `circledparallel`
340
- * `uparrowoncircle`
341
- * `LeftTriangleBar`
342
- * `circledownarrow`
343
- * `bigtriangleleft`
344
- * `diamondtopblack`
345
- * `diamondbotblack`
346
- * `varhexagonblack`
347
- * `leftthreearrows`
348
- * `twoheadmapsfrom`
349
- * `nvleftarrowtail`
350
- * `nVleftarrowtail`
351
- * `leftcurvedarrow`
352
- * `leftarrowapprox`
353
- * `enclosediamond`
354
- * `underleftarrow`
355
- * `leftrightarrow`
356
- * `rightwavearrow`
357
- * `twoheaduparrow`
358
- * `rightarrowtail`
359
- * `updownarrowbar`
360
- * `hookrightarrow`
361
- * `looparrowright`
362
- * `carriagereturn`
363
- * `curvearrowleft`
364
- * `upharpoonright`
365
- * `rightharpoonup`
366
- * `rightleftarrow`
367
- * `leftleftarrows`
368
- * `downdownarrows`
369
- * `revequilibrium`
370
- * `Leftrightarrow`
371
- * `leftsquigarrow`
372
- * `dashrightarrow`
373
- * `rightdasharrow`
374
- * `leftwhitearrow`
375
- * `downwhitearrow`
376
- * `sphericalangle`
377
- * `NotGreaterLess`
378
- * `trianglelefteq`
379
- * `leftthreetimes`
380
- * `ntriangleright`
381
- * `APLboxquestion`
382
- * `lparenextender`
383
- * `rparenextender`
384
- * `lbrackextender`
385
- * `rbrackextender`
386
- * `vbraceextender`
387
- * `harrowextender`
388
- * `blockrighthalf`
389
- * `blockqtrshaded`
390
- * `squarenwsefill`
391
- * `squareneswfill`
392
- * `mdlgblkdiamond`
393
- * `mdlgwhtdiamond`
394
- * `mdlgwhtlozenge`
395
- * `circlevertfill`
396
- * `vardiamondsuit`
397
- * `circledtwodots`
398
- * `rightouterjoin`
399
- * `concavediamond`
400
- * `longrightarrow`
401
- * `Longrightarrow`
402
- * `longmappedfrom`
403
- * `Longmappedfrom`
404
- * `fdiagovnearrow`
405
- * `rdiagovsearrow`
406
- * `acwcirclearrow`
407
- * `rightarrowplus`
408
- * `RightVectorBar`
409
- * `RightTeeVector`
410
- * `leftbarharpoon`
411
- * `barleftharpoon`
412
- * `updownharpoons`
413
- * `downupharpoons`
414
- * `rightanglemdot`
415
- * `triangleserifs`
416
- * `blackhourglass`
417
- * `mdlgblklozenge`
418
- * `bigslopedwedge`
419
- * `doublebarwedge`
420
- * `wedgedoublebar`
421
- * `NestedLessLess`
422
- * `squaretopblack`
423
- * `squarebotblack`
424
- * `equalleftarrow`
425
- * `ocommatopright`
426
- * `overleftarrow`
427
- * `enclosecircle`
428
- * `enclosesquare`
429
- * `threeunderdot`
430
- * `sansLmirrored`
431
- * `DifferentialD`
432
- * `leftwavearrow`
433
- * `leftarrowtail`
434
- * `hookleftarrow`
435
- * `looparrowleft`
436
- * `leftharpoonup`
437
- * `upharpoonleft`
438
- * `dashleftarrow`
439
- * `leftdasharrow`
440
- * `downdasharrow`
441
- * `RightArrowBar`
442
- * `rightarrowbar`
443
- * `smallsetminus`
444
- * `vysmwhtcircle`
445
- * `vysmblkcircle`
446
- * `measuredangle`
447
- * `wasytherefore`
448
- * `dotsminusdots`
449
- * `fallingdotseq`
450
- * `PrecedesTilde`
451
- * `SucceedsTilde`
452
- * `varlrtriangle`
453
- * `divideontimes`
454
- * `equalparallel`
455
- * `ntriangleleft`
456
- * `APLuparrowbox`
457
- * `APLboxupcaret`
458
- * `bdtriplevdash`
459
- * `blocklefthalf`
460
- * `mdlgblksquare`
461
- * `mdlgwhtsquare`
462
- * `parallelogram`
463
- * `bigtriangleup`
464
- * `blacktriangle`
465
- * `triangleright`
466
- * `mdlgwhtcircle`
467
- * `mdlgblkcircle`
468
- * `inversebullet`
469
- * `topsemicircle`
470
- * `botsemicircle`
471
- * `squareulblack`
472
- * `squarelrblack`
473
- * `mdsmwhtsquare`
474
- * `mdsmblksquare`
475
- * `sixteenthnote`
476
- * `Hermaphrodite`
477
- * `mdsmwhtcircle`
478
- * `draftingarrow`
479
- * `leftouterjoin`
480
- * `fullouterjoin`
481
- * `longleftarrow`
482
- * `Longleftarrow`
483
- * `twoheadmapsto`
484
- * `uparrowbarred`
485
- * `rightdotarrow`
486
- * `cwcirclearrow`
487
- * `leftarrowplus`
488
- * `LeftVectorBar`
489
- * `LeftTeeVector`
490
- * `upequilibrium`
491
- * `leftarrowless`
492
- * `rightfishtail`
493
- * `mdsmblkcircle`
494
- * `llparenthesis`
495
- * `rrparenthesis`
496
- * `rightanglesqr`
497
- * `wideangledown`
498
- * `emptysetocirc`
499
- * `emptysetoarrl`
500
- * `circledbslash`
501
- * `circledbullet`
502
- * `errbardiamond`
503
- * `triangleminus`
504
- * `triangletimes`
505
- * `shortlefttack`
506
- * `shortdowntack`
507
- * `threedotcolon`
508
- * `biginterleave`
509
- * `bigtalloblong`
510
- * `squareurblack`
511
- * `squarellblack`
512
- * `vysmblksquare`
513
- * `vysmwhtsquare`
514
- * `pentagonblack`
515
- * `rightarrowgtr`
516
- * `rightpentagon`
517
- * `upbackepsilon`
518
- * `hyphenbullet`
519
- * `PropertyLine`
520
- * `updownarrows`
521
- * `LeftArrowBar`
522
- * `barleftarrow`
523
- * `upwhitearrow`
524
- * `downuparrows`
525
- * `nvrightarrow`
526
- * `nVrightarrow`
527
- * `intclockwise`
528
- * `cntclockoint`
529
- * `risingdotseq`
530
- * `NotLessTilde`
531
- * `varsubsetneq`
532
- * `cupleftarrow`
533
- * `circledequal`
534
- * `hermitmatrix`
535
- * `smwhtdiamond`
536
- * `npreccurlyeq`
537
- * `nsucccurlyeq`
538
- * `unicodecdots`
539
- * `notbackslash`
540
- * `underbracket`
541
- * `blocklowhalf`
542
- * `squarehvfill`
543
- * `triangledown`
544
- * `triangleleft`
545
- * `Diamondblack`
546
- * `dottedcircle`
547
- * `trianglecdot`
548
- * `squareulquad`
549
- * `squarellquad`
550
- * `squarelrquad`
551
- * `squareurquad`
552
- * `circleulquad`
553
- * `circlellquad`
554
- * `circlelrquad`
555
- * `circleurquad`
556
- * `bigwhitestar`
557
- * `invsmileface`
558
- * `varspadesuit`
559
- * `varheartsuit`
560
- * `dingasterisk`
561
- * `longdivision`
562
- * `lozengeminus`
563
- * `longmapsfrom`
564
- * `Longmapsfrom`
565
- * `nvRightarrow`
566
- * `rightbkarrow`
567
- * `leftdbkarrow`
568
- * `DownArrowBar`
569
- * `downarrowbar`
570
- * `rightdbltail`
571
- * `rdiagovfdiag`
572
- * `fdiagovrdiag`
573
- * `upupharpoons`
574
- * `leftfishtail`
575
- * `downfishtail`
576
- * `lbrackultick`
577
- * `rbracklrtick`
578
- * `lbracklltick`
579
- * `rbrackurtick`
580
- * `revangleubar`
581
- * `emptysetobar`
582
- * `emptysetoarr`
583
- * `odotslashdot`
584
- * `ogreaterthan`
585
- * `triangleodot`
586
- * `triangleubar`
587
- * `multimapboth`
588
- * `lrtriangleeq`
589
- * `blacklozenge`
590
- * `errbarsquare`
591
- * `errbarcircle`
592
- * `triangleplus`
593
- * `closedvarcup`
594
- * `closedvarcap`
595
- * `wedgeonwedge`
596
- * `bigslopedvee`
597
- * `wedgemidvert`
598
- * `doublebarvee`
599
- * `veedoublebar`
600
- * `eqqslantless`
601
- * `subsetapprox`
602
- * `supsetapprox`
603
- * `dottedsquare`
604
- * `hexagonblack`
605
- * `mdblkdiamond`
606
- * `mdwhtdiamond`
607
- * `mdblklozenge`
608
- * `mdwhtlozenge`
609
- * `smblkdiamond`
610
- * `smblklozenge`
611
- * `smwhtlozenge`
612
- * `leftdotarrow`
613
- * `medwhitestar`
614
- * `medblackstar`
615
- * `oturnedcomma`
616
- * `upvarepsilon`
617
- * `mathsterling`
618
- * `smblkcircle`
619
- * `backtrprime`
620
- * `caretinsert`
621
- * `vertoverlay`
622
- * `asteraccent`
623
- * `Planckconst`
624
- * `sansLturned`
625
- * `ExponetialE`
626
- * `updownarrow`
627
- * `nrightarrow`
628
- * `restriction`
629
- * `equilibrium`
630
- * `nRightarrow`
631
- * `Updownarrow`
632
- * `Rrightarrow`
633
- * `nHdownarrow`
634
- * `updasharrow`
635
- * `nvleftarrow`
636
- * `nVleftarrow`
637
- * `approxident`
638
- * `corresponds`
639
- * `GreaterLess`
640
- * `preccurlyeq`
641
- * `succcurlyeq`
642
- * `circledcirc`
643
- * `circleddash`
644
- * `curlyeqprec`
645
- * `curlyeqsucc`
646
- * `nsqsubseteq`
647
- * `nsqsupseteq`
648
- * `sqsubsetneq`
649
- * `sqsupsetneq`
650
- * `varisinobar`
651
- * `varbarwedge`
652
- * `wasylozenge`
653
- * `APLnotslash`
654
- * `invdiameter`
655
- * `intextender`
656
- * `overbracket`
657
- * `blockuphalf`
658
- * `squarehfill`
659
- * `squarevfill`
660
- * `smblksquare`
661
- * `smwhtsquare`
662
- * `vartriangle`
663
- * `RIGHTcircle`
664
- * `RIGHTCIRCLE`
665
- * `smwhtcircle`
666
- * `lgwhtcircle`
667
- * `mdwhtsquare`
668
- * `blacksquare`
669
- * `mdblksquare`
670
- * `blacksmiley`
671
- * `sagittarius`
672
- * `capricornus`
673
- * `diamondsuit`
674
- * `varclubsuit`
675
- * `quarternote`
676
- * `mdwhtcircle`
677
- * `mdblkcircle`
678
- * `ballotcheck`
679
- * `circledstar`
680
- * `arrowbullet`
681
- * `threedangle`
682
- * `diamondcdot`
683
- * `multimapinv`
684
- * `nvLeftarrow`
685
- * `leftbkarrow`
686
- * `leftdbltail`
687
- * `seovnearrow`
688
- * `neovsearrow`
689
- * `neovnwarrow`
690
- * `nwovnearrow`
691
- * `rightarrowx`
692
- * `wideangleup`
693
- * `revemptyset`
694
- * `circledvert`
695
- * `circledless`
696
- * `gleichstark`
697
- * `ruledelayed`
698
- * `lcurvyangle`
699
- * `rcurvyangle`
700
- * `otimeslhrim`
701
- * `otimesrhrim`
702
- * `midbarwedge`
703
- * `simminussim`
704
- * `eqslantless`
705
- * `eqqslantgtr`
706
- * `precnapprox`
707
- * `succnapprox`
708
- * `shortuptack`
709
- * `lgblksquare`
710
- * `lgwhtsquare`
711
- * `lgblkcircle`
712
- * `blkhorzoval`
713
- * `whthorzoval`
714
- * `blkvertoval`
715
- * `whtvertoval`
716
- * `RRightarrow`
717
- * `smwhitestar`
718
- * `backepsilon`
719
- * `varepsilon`
720
- * `wideutilde`
721
- * `upvartheta`
722
- * `upoldKoppa`
723
- * `upoldkoppa`
724
- * `upvarkappa`
725
- * `upvarTheta`
726
- * `upvarsigma`
727
- * `octothorpe`
728
- * `mathdollar`
729
- * `twolowline`
730
- * `backdprime`
731
- * `Eulerconst`
732
- * `turnediota`
733
- * `rightarrow`
734
- * `nleftarrow`
735
- * `mappedfrom`
736
- * `upuparrows`
737
- * `nLeftarrow`
738
- * `Rightarrow`
739
- * `Lleftarrow`
740
- * `complement`
741
- * `varnothing`
742
- * `fourthroot`
743
- * `rightangle`
744
- * `Proportion`
745
- * `sqsubseteq`
746
- * `sqsupseteq`
747
- * `circledast`
748
- * `curlywedge`
749
- * `conictaper`
750
- * `APLcomment`
751
- * `lparenuend`
752
- * `lparenlend`
753
- * `rparenuend`
754
- * `rparenlend`
755
- * `lbrackuend`
756
- * `lbracklend`
757
- * `rbrackuend`
758
- * `rbracklend`
759
- * `lbraceuend`
760
- * `lbracelend`
761
- * `rbraceuend`
762
- * `rbracelend`
763
- * `lmoustache`
764
- * `rmoustache`
765
- * `sqrtbottom`
766
- * `underparen`
767
- * `underbrace`
768
- * `hrectangle`
769
- * `vrectangle`
770
- * `LEFTcircle`
771
- * `LEFTCIRCLE`
772
- * `ultriangle`
773
- * `urtriangle`
774
- * `lltriangle`
775
- * `lrtriangle`
776
- * `CheckedBox`
777
- * `pointright`
778
- * `vardiamond`
779
- * `eighthnote`
780
- * `subsetcirc`
781
- * `supsetcirc`
782
- * `Diamonddot`
783
- * `DDownarrow`
784
- * `longmapsto`
785
- * `Longmapsto`
786
- * `Mappedfrom`
787
- * `Ddownarrow`
788
- * `UpArrowBar`
789
- * `baruparrow`
790
- * `rightimply`
791
- * `upfishtail`
792
- * `lbrackubar`
793
- * `rbrackubar`
794
- * `lparenless`
795
- * `Rparenless`
796
- * `lblkbrbrak`
797
- * `rblkbrbrak`
798
- * `circlehbar`
799
- * `circledgtr`
800
- * `doubleplus`
801
- * `tripleplus`
802
- * `plussubtwo`
803
- * `commaminus`
804
- * `minusfdots`
805
- * `minusrdots`
806
- * `opluslhrim`
807
- * `oplusrhrim`
808
- * `smashtimes`
809
- * `cupovercap`
810
- * `capovercup`
811
- * `veeonwedge`
812
- * `veemidvert`
813
- * `equivVvert`
814
- * `lessapprox`
815
- * `lesseqqgtr`
816
- * `gtreqqless`
817
- * `eqslantgtr`
818
- * `rightslice`
819
- * `precapprox`
820
- * `succapprox`
821
- * `subsetplus`
822
- * `supsetplus`
823
- * `subsetneqq`
824
- * `supsetneqq`
825
- * `interleave`
826
- * `talloblong`
827
- * `varhexagon`
828
- * `leftarrowx`
829
- * `LLeftarrow`
830
- * `postalmark`
831
- * `underline`
832
- * `upEpsilon`
833
- * `upOmicron`
834
- * `upUpsilon`
835
- * `upepsilon`
836
- * `upomicron`
837
- * `upupsilon`
838
- * `upvarbeta`
839
- * `upDigamma`
840
- * `updigamma`
841
- * `ampersand`
842
- * `mathslash`
843
- * `mathcolon`
844
- * `semicolon`
845
- * `backslash`
846
- * `backprime`
847
- * `tieconcat`
848
- * `fracslash`
849
- * `Angstroem`
850
- * `leftarrow`
851
- * `downarrow`
852
- * `lightning`
853
- * `rightturn`
854
- * `Leftarrow`
855
- * `Downarrow`
856
- * `nHuparrow`
857
- * `dasharrow`
858
- * `partialup`
859
- * `increment`
860
- * `nparallel`
861
- * `clockoint`
862
- * `therefore`
863
- * `mathratio`
864
- * `dashcolon`
865
- * `triangleq`
866
- * `nleqslant`
867
- * `ngeqslant`
868
- * `nsubseteq`
869
- * `nsupseteq`
870
- * `subsetneq`
871
- * `supsetneq`
872
- * `backsimeq`
873
- * `pitchfork`
874
- * `lesseqgtr`
875
- * `gtreqless`
876
- * `varniobar`
877
- * `bagmember`
878
- * `sqlozenge`
879
- * `turnednot`
880
- * `intbottom`
881
- * `lbracemid`
882
- * `rbracemid`
883
- * `sumbottom`
884
- * `lvboxline`
885
- * `rvboxline`
886
- * `overparen`
887
- * `wideparen`
888
- * `overbrace`
889
- * `trapezium`
890
- * `accurrent`
891
- * `blockfull`
892
- * `radiation`
893
- * `biohazard`
894
- * `smileface`
895
- * `rightmoon`
896
- * `spadesuit`
897
- * `heartsuit`
898
- * `medbullet`
899
- * `checkmark`
900
- * `DashVDash`
901
- * `dashVdash`
902
- * `vlongdash`
903
- * `longdashv`
904
- * `llbracket`
905
- * `rrbracket`
906
- * `impliedby`
907
- * `righttail`
908
- * `nwsearrow`
909
- * `neswarrow`
910
- * `hknwarrow`
911
- * `hknearrow`
912
- * `typecolon`
913
- * `langledot`
914
- * `rangledot`
915
- * `rparengtr`
916
- * `Lparengtr`
917
- * `fourvdots`
918
- * `turnangle`
919
- * `angleubar`
920
- * `olessthan`
921
- * `boxbslash`
922
- * `boxcircle`
923
- * `triangles`
924
- * `hourglass`
925
- * `bigotimes`
926
- * `bigcupdot`
927
- * `conjquant`
928
- * `disjquant`
929
- * `modtwosum`
930
- * `otimeshat`
931
- * `cupbarcap`
932
- * `capbarcup`
933
- * `wedgeodot`
934
- * `midbarvee`
935
- * `varveebar`
936
- * `equivVert`
937
- * `hatapprox`
938
- * `approxeqq`
939
- * `gtrapprox`
940
- * `leftslice`
941
- * `subsetdot`
942
- * `supsetdot`
943
- * `subseteqq`
944
- * `supseteqq`
945
- * `leqqslant`
946
- * `geqqslant`
947
- * `emptyset`
948
- * `horizbar`
949
- * `Question`
950
- * `medspace`
951
- * `Angstrom`
952
- * `ComplexI`
953
- * `ComplexJ`
954
- * `mapsfrom`
955
- * `MapsDown`
956
- * `mapsdown`
957
- * `linefeed`
958
- * `leftturn`
959
- * `divslash`
960
- * `cuberoot`
961
- * `parallel`
962
- * `dotminus`
963
- * `invlazys`
964
- * `sinewave`
965
- * `approxeq`
966
- * `backcong`
967
- * `dotequal`
968
- * `doteqdot`
969
- * `coloneqq`
970
- * `eqqcolon`
971
- * `notasymp`
972
- * `nlesssim`
973
- * `nlessgtr`
974
- * `ngtrless`
975
- * `subseteq`
976
- * `supseteq`
977
- * `sqsubset`
978
- * `sqsupset`
979
- * `boxminus`
980
- * `boxtimes`
981
- * `multimap`
982
- * `intercal`
983
- * `barwedge`
984
- * `bigwedge`
985
- * `curlyvee`
986
- * `precnsim`
987
- * `succnsim`
988
- * `varisins`
989
- * `isinobar`
990
- * `diameter`
991
- * `profline`
992
- * `profsurf`
993
- * `viewdata`
994
- * `ulcorner`
995
- * `urcorner`
996
- * `llcorner`
997
- * `lrcorner`
998
- * `notslash`
999
- * `APLinput`
1000
- * `bbrktbrk`
1001
- * `elinters`
1002
- * `triangle`
1003
- * `bullseye`
1004
- * `astrosun`
1005
- * `steaming`
1006
- * `leftmoon`
1007
- * `varEarth`
1008
- * `aquarius`
1009
- * `clubsuit`
1010
- * `varspade`
1011
- * `varheart`
1012
- * `twonotes`
1013
- * `acidfree`
1014
- * `bsolhsub`
1015
- * `wedgedot`
1016
- * `pullback`
1017
- * `UUparrow`
1018
- * `Mapsfrom`
1019
- * `Uuparrow`
1020
- * `drbkarow`
1021
- * `lefttail`
1022
- * `hksearow`
1023
- * `hkswarow`
1024
- * `strictfi`
1025
- * `strictif`
1026
- * `revangle`
1027
- * `boxslash`
1028
- * `boxonbox`
1029
- * `rtriltri`
1030
- * `lfbowtie`
1031
- * `rfbowtie`
1032
- * `lvzigzag`
1033
- * `rvzigzag`
1034
- * `Lvzigzag`
1035
- * `Rvzigzag`
1036
- * `tieinfty`
1037
- * `smeparsl`
1038
- * `eqvparsl`
1039
- * `setminus`
1040
- * `bigoplus`
1041
- * `biguplus`
1042
- * `bigsqcap`
1043
- * `bigsqcup`
1044
- * `bigtimes`
1045
- * `cirfnint`
1046
- * `rppolint`
1047
- * `scpolint`
1048
- * `pointint`
1049
- * `intlarhk`
1050
- * `zproject`
1051
- * `ringplus`
1052
- * `plustrif`
1053
- * `minusdot`
1054
- * `vectimes`
1055
- * `dottimes`
1056
- * `timesbar`
1057
- * `intprodr`
1058
- * `capwedge`
1059
- * `veeonvee`
1060
- * `wedgebar`
1061
- * `dotequiv`
1062
- * `simrdots`
1063
- * `Coloneqq`
1064
- * `leqslant`
1065
- * `geqslant`
1066
- * `lesdotor`
1067
- * `gesdotol`
1068
- * `lnapprox`
1069
- * `gnapprox`
1070
- * `precneqq`
1071
- * `succneqq`
1072
- * `forksnot`
1073
- * `varVdash`
1074
- * `pentagon`
1075
- * `mathring`
1076
- * `underbar`
1077
- * `upLambda`
1078
- * `uplambda`
1079
- * `varsigma`
1080
- * `upvarphi`
1081
- * `vartheta`
1082
- * `upStigma`
1083
- * `upstigma`
1084
- * `varkappa`
1085
- * `upvarrho`
1086
- * `question`
1087
- * `mathcent`
1088
- * `sterling`
1089
- * `circledR`
1090
- * `ddagger`
1091
- * `trprime`
1092
- * `closure`
1093
- * `annuity`
1094
- * `uparrow`
1095
- * `nwarrow`
1096
- * `nearrow`
1097
- * `searrow`
1098
- * `swarrow`
1099
- * `Uparrow`
1100
- * `Nwarrow`
1101
- * `Nearrow`
1102
- * `Searrow`
1103
- * `Swarrow`
1104
- * `partial`
1105
- * `nexists`
1106
- * `smallin`
1107
- * `smallni`
1108
- * `dotplus`
1109
- * `dbloint`
1110
- * `because`
1111
- * `eqcolon`
1112
- * `backsim`
1113
- * `simneqq`
1114
- * `napprox`
1115
- * `coloneq`
1116
- * `varsdef`
1117
- * `questeq`
1118
- * `between`
1119
- * `lesssim`
1120
- * `ngtrsim`
1121
- * `lessgtr`
1122
- * `gtrless`
1123
- * `precsim`
1124
- * `succsim`
1125
- * `nsubset`
1126
- * `nsupset`
1127
- * `boxplus`
1128
- * `imageof`
1129
- * `diamond`
1130
- * `lrtimes`
1131
- * `lessdot`
1132
- * `npreceq`
1133
- * `nsucceq`
1134
- * `isindot`
1135
- * `hexagon`
1136
- * `obrbrak`
1137
- * `ubrbrak`
1138
- * `benzenr`
1139
- * `squoval`
1140
- * `Diamond`
1141
- * `fisheye`
1142
- * `lozenge`
1143
- * `bigstar`
1144
- * `yinyang`
1145
- * `frownie`
1146
- * `sadface`
1147
- * `mercury`
1148
- * `Mercury`
1149
- * `jupiter`
1150
- * `Jupiter`
1151
- * `neptune`
1152
- * `Neptune`
1153
- * `scorpio`
1154
- * `Scorpio`
1155
- * `varclub`
1156
- * `natural`
1157
- * `recycle`
1158
- * `diceiii`
1159
- * `warning`
1160
- * `medcirc`
1161
- * `ballotx`
1162
- * `maltese`
1163
- * `varstar`
1164
- * `lbrbrak`
1165
- * `rbrbrak`
1166
- * `suphsol`
1167
- * `pushout`
1168
- * `Lbrbrak`
1169
- * `Rbrbrak`
1170
- * `implies`
1171
- * `dbkarow`
1172
- * `leadsto`
1173
- * `subrarr`
1174
- * `suplarr`
1175
- * `llangle`
1176
- * `rrangle`
1177
- * `vzigzag`
1178
- * `obslash`
1179
- * `olcross`
1180
- * `cirscir`
1181
- * `boxdiag`
1182
- * `fbowtie`
1183
- * `lftimes`
1184
- * `rftimes`
1185
- * `nvinfty`
1186
- * `dualmap`
1187
- * `shuffle`
1188
- * `thermod`
1189
- * `rsolbar`
1190
- * `bigodot`
1191
- * `varprod`
1192
- * `npolint`
1193
- * `project`
1194
- * `plushat`
1195
- * `simplus`
1196
- * `plusdot`
1197
- * `plussim`
1198
- * `intprod`
1199
- * `twocups`
1200
- * `twocaps`
1201
- * `veeodot`
1202
- * `congdot`
1203
- * `eqqplus`
1204
- * `pluseqq`
1205
- * `Coloneq`
1206
- * `ddotseq`
1207
- * `equivDD`
1208
- * `ltquest`
1209
- * `gtquest`
1210
- * `lesdoto`
1211
- * `gesdoto`
1212
- * `eqqless`
1213
- * `simless`
1214
- * `bumpeqq`
1215
- * `precneq`
1216
- * `succneq`
1217
- * `preceqq`
1218
- * `succeqq`
1219
- * `llcurly`
1220
- * `ggcurly`
1221
- * `submult`
1222
- * `supmult`
1223
- * `subedot`
1224
- * `supedot`
1225
- * `lsqhook`
1226
- * `rsqhook`
1227
- * `suphsub`
1228
- * `supdsub`
1229
- * `topfork`
1230
- * `revnmid`
1231
- * `nhVvert`
1232
- * `lllnest`
1233
- * `gggnest`
1234
- * `trslash`
1235
- * `hzigzag`
1236
- * `overbar`
1237
- * `upAlpha`
1238
- * `upGamma`
1239
- * `upDelta`
1240
- * `upTheta`
1241
- * `upKappa`
1242
- * `upSigma`
1243
- * `Upsilon`
1244
- * `upOmega`
1245
- * `upalpha`
1246
- * `upgamma`
1247
- * `updelta`
1248
- * `uptheta`
1249
- * `upkappa`
1250
- * `upsigma`
1251
- * `upsilon`
1252
- * `upomega`
1253
- * `varbeta`
1254
- * `upvarpi`
1255
- * `Digamma`
1256
- * `digamma`
1257
- * `upKoppa`
1258
- * `upkoppa`
1259
- * `upSampi`
1260
- * `upsampi`
1261
- * `epsilon`
1262
- * `percent`
1263
- * `greater`
1264
- * `sptilde`
1265
- * `matheth`
1266
- * `dagger`
1267
- * `bullet`
1268
- * `second`
1269
- * `dprime`
1270
- * `Exclam`
1271
- * `fourth`
1272
- * `qprime`
1273
- * `ddddot`
1274
- * `hslash`
1275
- * `daleth`
1276
- * `invamp`
1277
- * `MapsUp`
1278
- * `mapsup`
1279
- * `mapsto`
1280
- * `forall`
1281
- * `exists`
1282
- * `coprod`
1283
- * `propto`
1284
- * `oiiint`
1285
- * `nsimeq`
1286
- * `approx`
1287
- * `Bumpeq`
1288
- * `bumpeq`
1289
- * `eqcirc`
1290
- * `circeq`
1291
- * `wedgeq`
1292
- * `stareq`
1293
- * `measeq`
1294
- * `nequiv`
1295
- * `nasymp`
1296
- * `apprle`
1297
- * `gtrsim`
1298
- * `apprge`
1299
- * `subset`
1300
- * `supset`
1301
- * `cupdot`
1302
- * `ominus`
1303
- * `otimes`
1304
- * `oslash`
1305
- * `boxdot`
1306
- * `assert`
1307
- * `models`
1308
- * `Vvdash`
1309
- * `nvdash`
1310
- * `nvDash`
1311
- * `nVdash`
1312
- * `nVDash`
1313
- * `prurel`
1314
- * `scurel`
1315
- * `origof`
1316
- * `veebar`
1317
- * `barvee`
1318
- * `bigvee`
1319
- * `bigcap`
1320
- * `bigcup`
1321
- * `bowtie`
1322
- * `ltimes`
1323
- * `rtimes`
1324
- * `Subset`
1325
- * `Supset`
1326
- * `gtrdot`
1327
- * `eqless`
1328
- * `nunlhd`
1329
- * `nunrhd`
1330
- * `iddots`
1331
- * `isinvb`
1332
- * `varnis`
1333
- * `niobar`
1334
- * `lfloor`
1335
- * `rfloor`
1336
- * `invneg`
1337
- * `invnot`
1338
- * `inttop`
1339
- * `topbot`
1340
- * `APLinv`
1341
- * `APLlog`
1342
- * `sumtop`
1343
- * `Circle`
1344
- * `CIRCLE`
1345
- * `boxbar`
1346
- * `square`
1347
- * `Square`
1348
- * `danger`
1349
- * `smiley`
1350
- * `female`
1351
- * `saturn`
1352
- * `Saturn`
1353
- * `uranus`
1354
- * `Uranus`
1355
- * `taurus`
1356
- * `Taurus`
1357
- * `gemini`
1358
- * `Gemini`
1359
- * `cancer`
1360
- * `pisces`
1361
- * `diceii`
1362
- * `diceiv`
1363
- * `dicevi`
1364
- * `anchor`
1365
- * `swords`
1366
- * `neuter`
1367
- * `pencil`
1368
- * `veedot`
1369
- * `bigbot`
1370
- * `bigtop`
1371
- * `cirbot`
1372
- * `lBrack`
1373
- * `Lbrack`
1374
- * `rBrack`
1375
- * `Rbrack`
1376
- * `langle`
1377
- * `rangle`
1378
- * `lAngle`
1379
- * `rAngle`
1380
- * `lgroup`
1381
- * `rgroup`
1382
- * `Mapsto`
1383
- * `ltlarr`
1384
- * `gtrarr`
1385
- * `lBrace`
1386
- * `rBrace`
1387
- * `Lparen`
1388
- * `lParen`
1389
- * `Rparen`
1390
- * `rParen`
1391
- * `angles`
1392
- * `angdnr`
1393
- * `gtlpar`
1394
- * `boxast`
1395
- * `boxbox`
1396
- * `ltrivb`
1397
- * `vbrtri`
1398
- * `iinfin`
1399
- * `laplac`
1400
- * `eparsl`
1401
- * `tminus`
1402
- * `sumint`
1403
- * `iiiint`
1404
- * `intbar`
1405
- * `intBar`
1406
- * `sqrint`
1407
- * `intcap`
1408
- * `intcup`
1409
- * `lowint`
1410
- * `btimes`
1411
- * `Otimes`
1412
- * `capdot`
1413
- * `uminus`
1414
- * `barcup`
1415
- * `barcap`
1416
- * `cupvee`
1417
- * `dotsim`
1418
- * `eqqsim`
1419
- * `eqeqeq`
1420
- * `lesdot`
1421
- * `gesdot`
1422
- * `lesges`
1423
- * `gesles`
1424
- * `elsdot`
1425
- * `egsdot`
1426
- * `eqqgtr`
1427
- * `simgtr`
1428
- * `preceq`
1429
- * `succeq`
1430
- * `subsim`
1431
- * `supsim`
1432
- * `subsup`
1433
- * `supsub`
1434
- * `subsub`
1435
- * `supsup`
1436
- * `vDdash`
1437
- * `cirmid`
1438
- * `midcir`
1439
- * `topcir`
1440
- * `parsim`
1441
- * `sslash`
1442
- * `ovhook`
1443
- * `candra`
1444
- * `droang`
1445
- * `utilde`
1446
- * `upBeta`
1447
- * `upZeta`
1448
- * `upIota`
1449
- * `Lambda`
1450
- * `upbeta`
1451
- * `upzeta`
1452
- * `upiota`
1453
- * `lambda`
1454
- * `varphi`
1455
- * `Stigma`
1456
- * `stigma`
1457
- * `varrho`
1458
- * `exclam`
1459
- * `lparen`
1460
- * `rparen`
1461
- * `period`
1462
- * `atsign`
1463
- * `lbrack`
1464
- * `rbrack`
1465
- * `lbrace`
1466
- * `rbrace`
1467
- * `pounds`
1468
- * `spddot`
1469
- * `qquad`
1470
- * `ldots`
1471
- * `prime`
1472
- * `third`
1473
- * `dddot`
1474
- * `DDDot`
1475
- * `Euler`
1476
- * `tcohm`
1477
- * `aleph`
1478
- * `gimel`
1479
- * `upand`
1480
- * `nabla`
1481
- * `notin`
1482
- * `notni`
1483
- * `minus`
1484
- * `slash`
1485
- * `infty`
1486
- * `angle`
1487
- * `wedge`
1488
- * `iiint`
1489
- * `oiint`
1490
- * `Colon`
1491
- * `eqsim`
1492
- * `simeq`
1493
- * `nsime`
1494
- * `ncong`
1495
- * `asymp`
1496
- * `doteq`
1497
- * `Doteq`
1498
- * `arceq`
1499
- * `veeeq`
1500
- * `eqdef`
1501
- * `equiv`
1502
- * `Equiv`
1503
- * `lneqq`
1504
- * `gneqq`
1505
- * `nless`
1506
- * `nprec`
1507
- * `nsucc`
1508
- * `uplus`
1509
- * `sqcap`
1510
- * `sqcup`
1511
- * `oplus`
1512
- * `vdash`
1513
- * `dashv`
1514
- * `vDash`
1515
- * `Vdash`
1516
- * `VDash`
1517
- * `unlhd`
1518
- * `unrhd`
1519
- * `eqgtr`
1520
- * `lnsim`
1521
- * `gnsim`
1522
- * `vdots`
1523
- * `cdots`
1524
- * `adots`
1525
- * `ddots`
1526
- * `disin`
1527
- * `isins`
1528
- * `barin`
1529
- * `isinE`
1530
- * `house`
1531
- * `lceil`
1532
- * `rceil`
1533
- * `frown`
1534
- * `smile`
1535
- * `strns`
1536
- * `fltns`
1537
- * `ularc`
1538
- * `urarc`
1539
- * `lrarc`
1540
- * `llarc`
1541
- * `skull`
1542
- * `Venus`
1543
- * `earth`
1544
- * `pluto`
1545
- * `Pluto`
1546
- * `aries`
1547
- * `Aries`
1548
- * `virgo`
1549
- * `libra`
1550
- * `Libra`
1551
- * `sharp`
1552
- * `dicei`
1553
- * `dicev`
1554
- * `psurj`
1555
- * `Vvert`
1556
- * `lblot`
1557
- * `rblot`
1558
- * `operp`
1559
- * `zhide`
1560
- * `xbsol`
1561
- * `tplus`
1562
- * `awint`
1563
- * `sqint`
1564
- * `upint`
1565
- * `zpipe`
1566
- * `amalg`
1567
- * `Sqcap`
1568
- * `Sqcup`
1569
- * `Wedge`
1570
- * `ndres`
1571
- * `nrres`
1572
- * `eqdot`
1573
- * `asteq`
1574
- * `Equal`
1575
- * `ltcir`
1576
- * `gtcir`
1577
- * `lsime`
1578
- * `gsime`
1579
- * `lsimg`
1580
- * `gsiml`
1581
- * `simlE`
1582
- * `simgE`
1583
- * `lescc`
1584
- * `gescc`
1585
- * `csube`
1586
- * `csupe`
1587
- * `forkv`
1588
- * `forks`
1589
- * `perps`
1590
- * `dashV`
1591
- * `Dashv`
1592
- * `DashV`
1593
- * `vBarv`
1594
- * `nhpar`
1595
- * `hline`
1596
- * `imath`
1597
- * `jmath`
1598
- * `grave`
1599
- * `acute`
1600
- * `breve`
1601
- * `ocirc`
1602
- * `check`
1603
- * `Gamma`
1604
- * `Delta`
1605
- * `upEta`
1606
- * `Theta`
1607
- * `upRho`
1608
- * `Sigma`
1609
- * `upTau`
1610
- * `upPhi`
1611
- * `upChi`
1612
- * `upPsi`
1613
- * `Omega`
1614
- * `alpha`
1615
- * `gamma`
1616
- * `delta`
1617
- * `upeta`
1618
- * `theta`
1619
- * `kappa`
1620
- * `uprho`
1621
- * `sigma`
1622
- * `uptau`
1623
- * `upchi`
1624
- * `uppsi`
1625
- * `omega`
1626
- * `upphi`
1627
- * `varpi`
1628
- * `Qoppa`
1629
- * `Koppa`
1630
- * `qoppa`
1631
- * `koppa`
1632
- * `Sampi`
1633
- * `sampi`
1634
- * `comma`
1635
- * `colon`
1636
- * `equal`
1637
- * `sphat`
1638
- * `Micro`
1639
- * `cdotp`
1640
- * `times`
1641
- * `lVert`
1642
- * `rVert`
1643
- * `quad`
1644
- * `Vert`
1645
- * `euro`
1646
- * `lvec`
1647
- * `LVec`
1648
- * `Finv`
1649
- * `beth`
1650
- * `Game`
1651
- * `gets`
1652
- * `tsur`
1653
- * `tinj`
1654
- * `dlsh`
1655
- * `Ldsh`
1656
- * `drsh`
1657
- * `Rdsh`
1658
- * `pfun`
1659
- * `ffun`
1660
- * `nexi`
1661
- * `owns`
1662
- * `circ`
1663
- * `nmid`
1664
- * `land`
1665
- * `iint`
1666
- * `oint`
1667
- * `nsim`
1668
- * `cong`
1669
- * `sdef`
1670
- * `leqq`
1671
- * `geqq`
1672
- * `ngtr`
1673
- * `nleq`
1674
- * `ngeq`
1675
- * `prec`
1676
- * `succ`
1677
- * `buni`
1678
- * `odot`
1679
- * `dint`
1680
- * `duni`
1681
- * `cdot`
1682
- * `star`
1683
- * `hash`
1684
- * `nisd`
1685
- * `obar`
1686
- * `rres`
1687
- * `dres`
1688
- * `XBox`
1689
- * `male`
1690
- * `Mars`
1691
- * `flat`
1692
- * `perp`
1693
- * `Lbag`
1694
- * `lbag`
1695
- * `Rbag`
1696
- * `rbag`
1697
- * `upin`
1698
- * `lang`
1699
- * `rang`
1700
- * `psur`
1701
- * `pinj`
1702
- * `finj`
1703
- * `tona`
1704
- * `toea`
1705
- * `tosa`
1706
- * `towa`
1707
- * `VERT`
1708
- * `spot`
1709
- * `limg`
1710
- * `rimg`
1711
- * `obot`
1712
- * `cirE`
1713
- * `dsol`
1714
- * `xsol`
1715
- * `hide`
1716
- * `fint`
1717
- * `intx`
1718
- * `Join`
1719
- * `zcmp`
1720
- * `semi`
1721
- * `odiv`
1722
- * `fcmp`
1723
- * `comp`
1724
- * `dsub`
1725
- * `rsub`
1726
- * `eqeq`
1727
- * `Same`
1728
- * `lneq`
1729
- * `gneq`
1730
- * `ltcc`
1731
- * `gtcc`
1732
- * `smte`
1733
- * `late`
1734
- * `Prec`
1735
- * `Succ`
1736
- * `csub`
1737
- * `csup`
1738
- * `mlcp`
1739
- * `Barv`
1740
- * `vBar`
1741
- * `barV`
1742
- * `Vbar`
1743
- * `Perp`
1744
- * `bNot`
1745
- * `Zbar`
1746
- * `ddot`
1747
- * `DDot`
1748
- * `ring`
1749
- * `upMu`
1750
- * `upNu`
1751
- * `upXi`
1752
- * `upPi`
1753
- * `beta`
1754
- * `zeta`
1755
- * `iota`
1756
- * `upmu`
1757
- * `upnu`
1758
- * `upxi`
1759
- * `uppi`
1760
- * `plus`
1761
- * `less`
1762
- * `vert`
1763
- * `cent`
1764
- * `lnot`
1765
- * `tcmu`
1766
- * `cat`
1767
- * `Vec`
1768
- * `ell`
1769
- * `mho`
1770
- * `Mho`
1771
- * `Yup`
1772
- * `rel`
1773
- * `Lsh`
1774
- * `Rsh`
1775
- * `exi`
1776
- * `nin`
1777
- * `nni`
1778
- * `QED`
1779
- * `ast`
1780
- * `mid`
1781
- * `vee`
1782
- * `lor`
1783
- * `cap`
1784
- * `cup`
1785
- * `int`
1786
- * `sim`
1787
- * `neq`
1788
- * `leq`
1789
- * `geq`
1790
- * `top`
1791
- * `bot`
1792
- * `Cap`
1793
- * `Cup`
1794
- * `lll`
1795
- * `ggg`
1796
- * `nis`
1797
- * `RHD`
1798
- * `rhd`
1799
- * `LHD`
1800
- * `lhd`
1801
- * `Sun`
1802
- * `sun`
1803
- * `leo`
1804
- * `Leo`
1805
- * `iff`
1806
- * `bij`
1807
- * `Vee`
1808
- * `lgE`
1809
- * `glE`
1810
- * `glj`
1811
- * `gla`
1812
- * `smt`
1813
- * `lat`
1814
- * `Top`
1815
- * `Bot`
1816
- * `Not`
1817
- * `dot`
1818
- * `Dot`
1819
- * `not`
1820
- * `Phi`
1821
- * `Psi`
1822
- * `eta`
1823
- * `rho`
1824
- * `tau`
1825
- * `chi`
1826
- * `psi`
1827
- * `phi`
1828
- * `yen`
1829
- * `neg`
1830
- * `eth`
1831
- * `div`
1832
- * `Xi`
1833
- * `Im`
1834
- * `wp`
1835
- * `Re`
1836
- * `DD`
1837
- * `dd`
1838
- * `ee`
1839
- * `ii`
1840
- * `jj`
1841
- * `to`
1842
- * `in`
1843
- * `ni`
1844
- * `mp`
1845
- * `AC`
1846
- * `wr`
1847
- * `ne`
1848
- * `le`
1849
- * `ge`
1850
- * `ll`
1851
- * `gg`
1852
- * `Lt`
1853
- * `Gt`
1854
- * `Pi`
1855
- * `mu`
1856
- * `nu`
1857
- * `xi`
1858
- * `pi`
1859
- * `pm`
1860
- * `-`
1861
- * `'`
1862
- * `!`
1863
- * `#`
1864
- * `$`
1865
- * `%`
1866
- * `&`
1867
- * `*`
1868
- * `+`
1869
- * `,`
1870
- * `.`
1871
- * `/`
1872
- * `:`
1873
- * `;`
1874
- * `<`
1875
- * `=`
1876
- * `>`
1877
- * `?`
1878
- * `@`
1879
- * `|`
1880
- * `_`