mathematical 1.4.0 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (276) hide show
  1. checksums.yaml +4 -4
  2. data/ext/mathematical/lasem/docs/reference/lasem/lasem-sections.txt +213 -0
  3. data/ext/mathematical/lasem/lasem.pc.in +11 -0
  4. data/ext/mathematical/mtex2MML/CMakeLists.txt +243 -0
  5. data/ext/mathematical/mtex2MML/cmake/Modules/astyle.cmake +12 -0
  6. data/ext/mathematical/mtex2MML/src/libmtex2MML.pc.in +10 -0
  7. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/accents-1.txt +16 -0
  8. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/accents-2.txt +3 -0
  9. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/accents-3.txt +5 -0
  10. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/buildrel-1.txt +3 -0
  11. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/issue877.txt +3 -0
  12. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/issue937.txt +3 -0
  13. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/overbrace-1.txt +3 -0
  14. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/overbracket-1.txt +3 -0
  15. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/overset-1.txt +3 -0
  16. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/sideset-1.txt +6 -0
  17. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/stackrel-1.txt +3 -0
  18. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/subarray-1.txt +1 -0
  19. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/substack-1.txt +3 -0
  20. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/underbrace-1.txt +3 -0
  21. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/underbracket-1.txt +3 -0
  22. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/above-below/underset-1.txt +3 -0
  23. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/arrows/arrows-1.txt +34 -0
  24. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/arrows/arrows-2.txt +30 -0
  25. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/arrows/arrows-3.txt +9 -0
  26. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/arrows/arrows-4.txt +13 -0
  27. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/arrows/arrows-5.txt +7 -0
  28. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathinner-1.txt +3 -0
  29. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathop-1a.txt +3 -0
  30. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathop-1b.txt +5 -0
  31. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathopenclose-1.txt +3 -0
  32. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathord-1.txt +3 -0
  33. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathpunct-1.txt +3 -0
  34. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/atoms/mathrel-1.txt +3 -0
  35. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/basic-operators/backslashed-1.txt +16 -0
  36. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/basic-operators/basic-operators-1.txt +3 -0
  37. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/basic-operators/remap-1.txt +5 -0
  38. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/color-1.txt +3 -0
  39. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/colorbox-1.txt +3 -0
  40. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/colors/namedcolors-1.txt +70 -0
  41. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/big-1.txt +3 -0
  42. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/big-2.txt +3 -0
  43. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/big-3.txt +3 -0
  44. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/delimiters-1.txt +3 -0
  45. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/delimiters-2.txt +4 -0
  46. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue775.txt +3 -0
  47. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue776-1a.txt +6 -0
  48. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue776-1b.txt +6 -0
  49. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue776-2.txt +6 -0
  50. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue776-3.txt +6 -0
  51. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue776-4.txt +6 -0
  52. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/issue776-5.txt +6 -0
  53. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/delimiters/left-right-1.txt +3 -0
  54. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/align-1a.txt +7 -0
  55. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/align-1b.txt +7 -0
  56. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/alignat-1a.txt +6 -0
  57. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/alignat-1b.txt +6 -0
  58. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/aligned-1.txt +9 -0
  59. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/aligned-2.txt +14 -0
  60. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/alignedat-1.txt +8 -0
  61. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/eqalign-1.txt +8 -0
  62. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/eqalignno-1.txt +8 -0
  63. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/eqnarray-1a.txt +7 -0
  64. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/eqnarray-1b.txt +7 -0
  65. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/equation-1.txt +5 -0
  66. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/equation-2.txt +5 -0
  67. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/gather-1a.txt +7 -0
  68. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/gather-1b.txt +7 -0
  69. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/gathered-1.txt +7 -0
  70. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/gathered-2.txt +12 -0
  71. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/issue982-1a.txt +5 -0
  72. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/issue982-1b.txt +5 -0
  73. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/issue982-2a.txt +5 -0
  74. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/issue982-2b.txt +5 -0
  75. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/issue982-3a.txt +5 -0
  76. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/issue982-3b.txt +5 -0
  77. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/multline-1a.txt +7 -0
  78. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/multline-1b.txt +7 -0
  79. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/environments/split-1.txt +9 -0
  80. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/above-1.txt +3 -0
  81. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/abovewithdelims-1.txt +3 -0
  82. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/atop-1.txt +3 -0
  83. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/atopwithdelims-1.txt +3 -0
  84. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/binom-1.txt +3 -0
  85. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/brace-1.txt +3 -0
  86. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/brack-1.txt +3 -0
  87. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/cfrac-1.txt +3 -0
  88. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/choose-1.txt +3 -0
  89. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/dbinom-1.txt +3 -0
  90. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/dfrac-1.txt +3 -0
  91. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/frac-1a.txt +3 -0
  92. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/frac-1b.txt +3 -0
  93. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/genfrac-1.txt +3 -0
  94. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/issue969.txt +3 -0
  95. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/overwithdelims-1.txt +3 -0
  96. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/tbinom-1.txt +3 -0
  97. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/frac/tfrac-1.txt +3 -0
  98. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue1152-2.txt +4 -0
  99. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue375.txt +3 -0
  100. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue856.txt +3 -0
  101. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue901-1a.txt +5 -0
  102. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue901-1b.txt +5 -0
  103. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue901-1c.txt +5 -0
  104. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/issues/issue901-1d.txt +5 -0
  105. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/boxes-1.txt +5 -0
  106. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/kern-1a.txt +3 -0
  107. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/kern-1b.txt +3 -0
  108. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/llap-1.txt +3 -0
  109. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/lower-1.txt +4 -0
  110. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/mathstrut-1.txt +3 -0
  111. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/moveleft-1.txt +3 -0
  112. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/moveright-1.txt +3 -0
  113. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/newline-1.txt +3 -0
  114. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/phantom-1.txt +4 -0
  115. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/raise-1.txt +3 -0
  116. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/rlap-1.txt +3 -0
  117. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/skip-1a.txt +3 -0
  118. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/skip-1b.txt +3 -0
  119. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/smash-1.txt +3 -0
  120. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/spaces-1.txt +18 -0
  121. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/strut-1.txt +3 -0
  122. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/layout/vcenter-1.txt +3 -0
  123. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/letters/greek-1.txt +32 -0
  124. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/letters/greek-2.txt +13 -0
  125. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/letters/greek-3.txt +6 -0
  126. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/letters/greek-4.txt +13 -0
  127. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/letters/hebrew-1.txt +6 -0
  128. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/Bbb-1.txt +3 -0
  129. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/bf-1.txt +3 -0
  130. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/boldsymbol-1.txt +9 -0
  131. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/cal-1.txt +3 -0
  132. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/frak-1.txt +3 -0
  133. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/it-1.txt +3 -0
  134. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathbb-1.txt +3 -0
  135. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathbf-1a.txt +3 -0
  136. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathbf-1b.txt +3 -0
  137. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathbf-2.txt +3 -0
  138. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathcal-1.txt +3 -0
  139. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathfrak-1.txt +3 -0
  140. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathit-1.txt +3 -0
  141. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathrm-1.txt +3 -0
  142. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathscr-1.txt +3 -0
  143. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathsf-1.txt +3 -0
  144. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mathtt-1.txt +3 -0
  145. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/mit-1.txt +3 -0
  146. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/pmb-1.txt +3 -0
  147. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/rm-1.txt +3 -0
  148. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/scr-1.txt +3 -0
  149. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/sf-1.txt +3 -0
  150. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/text-1.txt +3 -0
  151. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/textbf-1.txt +3 -0
  152. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/textit-1.txt +3 -0
  153. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/textrm-1.txt +3 -0
  154. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/textsf-1.txt +3 -0
  155. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/texttt-1.txt +3 -0
  156. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/mathvariant/tt-1.txt +3 -0
  157. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/array-1a.txt +7 -0
  158. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/array-1b.txt +7 -0
  159. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/array-2.txt +3 -0
  160. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/array-3.txt +3 -0
  161. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/bmatrix-1.txt +7 -0
  162. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/bmatrix-2.txt +7 -0
  163. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/matrix-1.txt +7 -0
  164. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/matrix-2.txt +7 -0
  165. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/pmatrix-1.txt +7 -0
  166. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/pmatrix-2.txt +8 -0
  167. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/smallmatrix-1.txt +3 -0
  168. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/vmatrix-1.txt +7 -0
  169. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/matrices/vmatrix-2.txt +7 -0
  170. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/non-standard/Tiny-1.txt +3 -0
  171. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/LaTeX-1.txt +4 -0
  172. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/bbox-1.txt +6 -0
  173. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/boxed-1.txt +3 -0
  174. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/cancel-1.txt +6 -0
  175. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/cases-1.txt +3 -0
  176. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/enclose-1.txt +8 -0
  177. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/functions-1.txt +34 -0
  178. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/limits-1.txt +7 -0
  179. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/limits-2.txt +8 -0
  180. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/limits-3.txt +3 -0
  181. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/mathsize-1.txt +11 -0
  182. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/mod-1.txt +5 -0
  183. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/not-1.txt +5 -0
  184. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/pod-1.txt +3 -0
  185. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/primes-1.txt +8 -0
  186. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/primes-2.txt +4 -0
  187. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/primes-3.txt +3 -0
  188. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/style-1.txt +7 -0
  189. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/verb-1.txt +3 -0
  190. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/other/verb-2.txt +3 -0
  191. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/references/notag-1.txt +5 -0
  192. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/roots/root-1.txt +3 -0
  193. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/roots/root-2.txt +3 -0
  194. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/roots/root-3.txt +3 -0
  195. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/roots/sqrt-1.txt +3 -0
  196. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/roots/sqrt-2.txt +3 -0
  197. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/binaryops-1.txt +32 -0
  198. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/dots-1.txt +26 -0
  199. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/largeops-1.txt +4 -0
  200. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/largeops-2.txt +3 -0
  201. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/relations-1.txt +39 -0
  202. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/symbols-1.txt +25 -0
  203. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/symbols-2.txt +31 -0
  204. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/symbols-3.txt +40 -0
  205. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/symbols-4.txt +39 -0
  206. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/symbols-5.txt +56 -0
  207. data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-tex/symbols/symbols-6.txt +49 -0
  208. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_nesting.txt +32 -0
  209. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_pos_alignment.txt +8 -0
  210. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_pos_alignment_with_hline.txt +12 -0
  211. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_vertical_column.txt +5 -0
  212. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_vertical_column_with_align.txt +5 -0
  213. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_with_hline.txt +9 -0
  214. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_with_hline_and_hdashline.txt +10 -0
  215. data/ext/mathematical/mtex2MML/tests/fixtures/array/array_with_vertical_and_horizontal_dashes.txt +10 -0
  216. data/ext/mathematical/mtex2MML/tests/fixtures/array/augmented_matrix.txt +6 -0
  217. data/ext/mathematical/mtex2MML/tests/fixtures/array/basic_array.txt +5 -0
  218. data/ext/mathematical/mtex2MML/tests/fixtures/array/strip_excess_whitespace_in_array_attributes.txt +8 -0
  219. data/ext/mathematical/mtex2MML/tests/fixtures/basic/block.txt +1 -0
  220. data/ext/mathematical/mtex2MML/tests/fixtures/basic/comments.txt +6 -0
  221. data/ext/mathematical/mtex2MML/tests/fixtures/basic/filter.txt +3 -0
  222. data/ext/mathematical/mtex2MML/tests/fixtures/basic/inline.txt +1 -0
  223. data/ext/mathematical/mtex2MML/tests/fixtures/basic/strict_filter.txt +3 -0
  224. data/ext/mathematical/mtex2MML/tests/fixtures/basic/text_filter.txt +3 -0
  225. data/ext/mathematical/mtex2MML/tests/fixtures/cornercases/broken_up_inline_env.txt +3 -0
  226. data/ext/mathematical/mtex2MML/tests/fixtures/cornercases/some_crazy_alignment.txt +24 -0
  227. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/dollar_spacings_filter.txt +27 -0
  228. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/dollar_spacings_text_filter.txt +27 -0
  229. data/ext/mathematical/mtex2MML/tests/fixtures/delimiters/escaping.txt +35 -0
  230. data/ext/mathematical/mtex2MML/tests/fixtures/env/aligned_ex_spacing.txt +6 -0
  231. data/ext/mathematical/mtex2MML/tests/fixtures/env/aligned_no_ex_spacing.txt +6 -0
  232. data/ext/mathematical/mtex2MML/tests/fixtures/env/aligned_no_lines.txt +5 -0
  233. data/ext/mathematical/mtex2MML/tests/fixtures/env/bbmatrix_ex_spacing.txt +5 -0
  234. data/ext/mathematical/mtex2MML/tests/fixtures/env/bbmatrix_no_ex_spacing.txt +5 -0
  235. data/ext/mathematical/mtex2MML/tests/fixtures/env/bbmatrix_no_lines.txt +4 -0
  236. data/ext/mathematical/mtex2MML/tests/fixtures/env/bmatrix_ex_spacing.txt +5 -0
  237. data/ext/mathematical/mtex2MML/tests/fixtures/env/bmatrix_no_ex_spacing.txt +5 -0
  238. data/ext/mathematical/mtex2MML/tests/fixtures/env/bmatrix_no_lines.txt +4 -0
  239. data/ext/mathematical/mtex2MML/tests/fixtures/env/cases_ex_spacing.txt +7 -0
  240. data/ext/mathematical/mtex2MML/tests/fixtures/env/cases_no_ex_spacing.txt +7 -0
  241. data/ext/mathematical/mtex2MML/tests/fixtures/env/cases_no_lines.txt +6 -0
  242. data/ext/mathematical/mtex2MML/tests/fixtures/env/gathered_ex_spacing.txt +6 -0
  243. data/ext/mathematical/mtex2MML/tests/fixtures/env/gathered_no_ex_spacing.txt +6 -0
  244. data/ext/mathematical/mtex2MML/tests/fixtures/env/gathered_no_lines.txt +5 -0
  245. data/ext/mathematical/mtex2MML/tests/fixtures/env/matrix_ex_spacing.txt +7 -0
  246. data/ext/mathematical/mtex2MML/tests/fixtures/env/matrix_no_ex_spacing.txt +7 -0
  247. data/ext/mathematical/mtex2MML/tests/fixtures/env/matrix_no_lines.txt +6 -0
  248. data/ext/mathematical/mtex2MML/tests/fixtures/env/pmatrix_ex_spacing.txt +5 -0
  249. data/ext/mathematical/mtex2MML/tests/fixtures/env/pmatrix_no_ex_spacing.txt +5 -0
  250. data/ext/mathematical/mtex2MML/tests/fixtures/env/pmatrix_no_lines.txt +4 -0
  251. data/ext/mathematical/mtex2MML/tests/fixtures/env/smallmatrix_ex_spacing.txt +8 -0
  252. data/ext/mathematical/mtex2MML/tests/fixtures/env/smallmatrix_no_ex_spacing.txt +7 -0
  253. data/ext/mathematical/mtex2MML/tests/fixtures/env/smallmatrix_no_lines.txt +5 -0
  254. data/ext/mathematical/mtex2MML/tests/fixtures/env/spaces_after_rowsep.txt +7 -0
  255. data/ext/mathematical/mtex2MML/tests/fixtures/env/split_ex_spacing.txt +6 -0
  256. data/ext/mathematical/mtex2MML/tests/fixtures/env/split_no_ex_spacing.txt +6 -0
  257. data/ext/mathematical/mtex2MML/tests/fixtures/env/split_no_lines.txt +5 -0
  258. data/ext/mathematical/mtex2MML/tests/fixtures/env/vmatrix_ex_spacing.txt +5 -0
  259. data/ext/mathematical/mtex2MML/tests/fixtures/env/vmatrix_no_ex_spacing.txt +5 -0
  260. data/ext/mathematical/mtex2MML/tests/fixtures/env/vmatrix_no_lines.txt +4 -0
  261. data/ext/mathematical/mtex2MML/tests/fixtures/env/vvmatrix_ex_spacing.txt +6 -0
  262. data/ext/mathematical/mtex2MML/tests/fixtures/env/vvmatrix_no_ex_spacing.txt +6 -0
  263. data/ext/mathematical/mtex2MML/tests/fixtures/env/vvmatrix_no_lines.txt +5 -0
  264. data/ext/mathematical/mtex2MML/tests/fixtures/functions/max_limits.txt +1 -0
  265. data/ext/mathematical/mtex2MML/tests/fixtures/functions/min_limits.txt +1 -0
  266. data/ext/mathematical/mtex2MML/tests/fixtures/maliciousness/excess_parsing.txt +1 -0
  267. data/ext/mathematical/mtex2MML/tests/fixtures/maliciousness/just_enough_parsing.txt +1 -0
  268. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/multiple_equations.txt +13 -0
  269. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/multiple_notag_nonumber.txt +7 -0
  270. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/single_equation.txt +5 -0
  271. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/single_nonumber.txt +6 -0
  272. data/ext/mathematical/mtex2MML/tests/fixtures/numbered_equations/single_notag.txt +6 -0
  273. data/ext/mathematical/mtex2MML/tests/fixtures/performance/big_file.txt +1755 -0
  274. data/lib/mathematical/version.rb +1 -1
  275. data/mathematical.gemspec +1 -1
  276. metadata +273 -1
@@ -0,0 +1,12 @@
1
+ # Find the program
2
+ find_program(ASTYLE_EXECUTABLE astyle DOC "A tool to format the code")
3
+
4
+ # Add a custom target
5
+ add_custom_target("format" COMMAND
6
+ "${ASTYLE_EXECUTABLE}"
7
+ --indent=spaces=2 --style=1tbs --keep-one-line-blocks
8
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/*.c
9
+ ${CMAKE_CURRENT_SOURCE_DIR}/src/*.h
10
+ ${CMAKE_CURRENT_SOURCE_DIR}/tests/*.c
11
+ VERBATIM
12
+ )
@@ -0,0 +1,10 @@
1
+ prefix=@CMAKE_INSTALL_PREFIX@
2
+ exec_prefix=@CMAKE_INSTALL_PREFIX@
3
+ libdir=@CMAKE_INSTALL_PREFIX@/lib
4
+ includedir=@CMAKE_INSTALL_PREFIX@/include
5
+
6
+ Name: libmtex2MML
7
+ Description: A Bison grammar to convert TeX math into MathML.
8
+ Version: @PROJECT_VERSION@
9
+ Libs: -L${libdir} -lmtex2MML
10
+ Cflags: -I${includedir}
@@ -0,0 +1,16 @@
1
+ $$
2
+ \acute {abc}
3
+ \grave {abc}
4
+ \bar {abc}
5
+ \overline {abc}
6
+ \underline {abc}
7
+ \vec {abc}
8
+ \dot {abc}
9
+ \ddot {abc}
10
+ \tilde {abc}
11
+ \widetilde {abc}
12
+ \check {abc}
13
+ \hat {abc}
14
+ \widehat {abc}
15
+ \breve {abc}
16
+ $$
@@ -0,0 +1,5 @@
1
+ $$
2
+ \mathring {abc}
3
+ \dddot {abc}
4
+ \ddddot {abc}
5
+ $$
@@ -0,0 +1,3 @@
1
+ $$
2
+ \underline{\underline{x}} \underline{x}
3
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \sideset{_a^b}{_c^d}X
3
+ $$
4
+ $$
5
+ \sideset{_1^2}{_3^4}\sum
6
+ $$
@@ -0,0 +1 @@
1
+ $\sum_{\begin{subarray}{l}a\\b\\c\end{subarray}}$
@@ -0,0 +1,34 @@
1
+ $$
2
+ \Arrowvert,
3
+ \arrowvert,
4
+ \Downarrow,
5
+ \downarrow,
6
+ \hookleftarrow,
7
+ \hookrightarrow,
8
+ \Leftarrow,
9
+ \leftarrow,
10
+ \Leftrightarrow,
11
+ \leftrightarrow,
12
+ \Longleftarrow,
13
+ \longleftarrow,
14
+ \Longleftrightarrow,
15
+ \longleftrightarrow,
16
+ \Longrightarrow,
17
+ \longrightarrow,
18
+ \nearrow,
19
+ \nwarrow,
20
+ \overleftarrow x,
21
+ \overleftrightarrow x,
22
+ \overrightarrow x,
23
+ \Rightarrow,
24
+ \rightarrow,
25
+ \searrow,
26
+ \swarrow,
27
+ \underleftarrow x,
28
+ \underleftrightarrow x,
29
+ \underrightarrow x,
30
+ \Uparrow,
31
+ \uparrow,
32
+ \Updownarrow,
33
+ \updownarrow
34
+ $$
@@ -0,0 +1,30 @@
1
+ $$
2
+ \circlearrowleft,
3
+ \circlearrowright,
4
+ \curvearrowleft,
5
+ \curvearrowright,
6
+ \dashleftarrow,
7
+ \dashrightarrow,
8
+ \downdownarrows,
9
+ \leftarrowtail,
10
+ \leftleftarrows,
11
+ \leftrightarrows,
12
+ \leftrightsquigarrow,
13
+ \Lleftarrow,
14
+ \looparrowleft,
15
+ \looparrowright,
16
+ \nLeftarrow,
17
+ \nleftarrow,
18
+ \nLeftrightarrow,
19
+ \nleftrightarrow,
20
+ \nRightarrow,
21
+ \nrightarrow,
22
+ \rightarrowtail,
23
+ \rightleftarrows,
24
+ \rightrightarrows,
25
+ \rightsquigarrow,
26
+ \Rrightarrow,
27
+ \twoheadleftarrow,
28
+ \twoheadrightarrow,
29
+ \upuparrows
30
+ $$
@@ -0,0 +1,9 @@
1
+ $$
2
+ A \xleftarrow{123} B
3
+ A \xleftarrow[123]{} B
4
+ A \xleftarrow[123]{456} B
5
+
6
+ A \xrightarrow{123} B
7
+ A \xrightarrow[123]{} B
8
+ A \xrightarrow[123]{456} B
9
+ $$
@@ -0,0 +1,13 @@
1
+ $$
2
+ \downharpoonleft,
3
+ \downharpoonright,
4
+ \leftharpoondown,
5
+ \leftharpoonup,
6
+ \leftrightharpoons,
7
+ \rightharpoondown,
8
+ \rightharpoonup,
9
+ \rightleftharpoons,
10
+ \rightleftharpoons,
11
+ \upharpoonleft,
12
+ \upharpoonright
13
+ $$
@@ -0,0 +1,7 @@
1
+ $$
2
+ {\xtwoheadrightarrow x}
3
+ {\xtwoheadleftarrow x}
4
+ {\xmapsto x}
5
+ {\xlongequal x}
6
+ {\xtofrom x}
7
+ $$
@@ -0,0 +1,5 @@
1
+ $$
2
+ \operatorname{myFct}_a^b(x)
3
+
4
+ \operatorname{myFct}(x)
5
+ $$
@@ -0,0 +1,70 @@
1
+ $$
2
+ {\color{Apricot}{\text{Apricot}}}
3
+ {\color{Aquamarine}{\text{Aquamarine}}}
4
+ {\color{Bittersweet}{\text{Bittersweet}}}
5
+ {\color{Black}{\text{Black}}}
6
+ {\color{Blue}{\text{Blue}}}
7
+ {\color{BlueGreen}{\text{BlueGreen}}}
8
+ {\color{BlueViolet}{\text{BlueViolet}}}
9
+ {\color{BrickRed}{\text{BrickRed}}}
10
+ {\color{Brown}{\text{Brown}}}
11
+ {\color{BurntOrange}{\text{BurntOrange}}}
12
+ {\color{CadetBlue}{\text{CadetBlue}}}
13
+ {\color{CarnationPink}{\text{CarnationPink}}}
14
+ {\color{Cerulean}{\text{Cerulean}}}
15
+ {\color{CornflowerBlue}{\text{CornflowerBlue}}}
16
+ {\color{Cyan}{\text{Cyan}}}
17
+ {\color{Dandelion}{\text{Dandelion}}}
18
+ {\color{DarkOrchid}{\text{DarkOrchid}}}
19
+ {\color{Emerald}{\text{Emerald}}}
20
+ {\color{ForestGreen}{\text{ForestGreen}}}
21
+ {\color{Fuchsia}{\text{Fuchsia}}}
22
+ {\color{Goldenrod}{\text{Goldenrod}}}
23
+ {\color{Gray}{\text{Gray}}}
24
+ {\color{Green}{\text{Green}}}
25
+ {\color{GreenYellow}{\text{GreenYellow}}}
26
+ {\color{JungleGreen}{\text{JungleGreen}}}
27
+ {\color{Lavender}{\text{Lavender}}}
28
+ {\color{LimeGreen}{\text{LimeGreen}}}
29
+ {\color{Magenta}{\text{Magenta}}}
30
+ {\color{Mahogany}{\text{Mahogany}}}
31
+ {\color{Maroon}{\text{Maroon}}}
32
+ {\color{Melon}{\text{Melon}}}
33
+ {\color{MidnightBlue}{\text{MidnightBlue}}}
34
+ {\color{Mulberry}{\text{Mulberry}}}
35
+ {\color{NavyBlue}{\text{NavyBlue}}}
36
+ {\color{OliveGreen}{\text{OliveGreen}}}
37
+ {\color{Orange}{\text{Orange}}}
38
+ {\color{OrangeRed}{\text{OrangeRed}}}
39
+ {\color{Orchid}{\text{Orchid}}}
40
+ {\color{Peach}{\text{Peach}}}
41
+ {\color{Periwinkle}{\text{Periwinkle}}}
42
+ {\color{PineGreen}{\text{PineGreen}}}
43
+ {\color{Plum}{\text{Plum}}}
44
+ {\color{ProcessBlue}{\text{ProcessBlue}}}
45
+ {\color{Purple}{\text{Purple}}}
46
+ {\color{RawSienna}{\text{RawSienna}}}
47
+ {\color{Red}{\text{Red}}}
48
+ {\color{RedOrange}{\text{RedOrange}}}
49
+ {\color{RedViolet}{\text{RedViolet}}}
50
+ {\color{Rhodamine}{\text{Rhodamine}}}
51
+ {\color{RoyalBlue}{\text{RoyalBlue}}}
52
+ {\color{RoyalPurple}{\text{RoyalPurple}}}
53
+ {\color{RubineRed}{\text{RubineRed}}}
54
+ {\color{Salmon}{\text{Salmon}}}
55
+ {\color{SeaGreen}{\text{SeaGreen}}}
56
+ {\color{Sepia}{\text{Sepia}}}
57
+ {\color{SkyBlue}{\text{SkyBlue}}}
58
+ {\color{SpringGreen}{\text{SpringGreen}}}
59
+ {\color{Tan}{\text{Tan}}}
60
+ {\color{TealBlue}{\text{TealBlue}}}
61
+ {\color{Thistle}{\text{Thistle}}}
62
+ {\color{Turquoise}{\text{Turquoise}}}
63
+ {\color{Violet}{\text{Violet}}}
64
+ {\color{VioletRed}{\text{VioletRed}}}
65
+ {\color{White}{\text{White}}}
66
+ {\color{WildStrawberry}{\text{WildStrawberry}}}
67
+ {\color{Yellow}{\text{Yellow}}}
68
+ {\color{YellowGreen}{\text{YellowGreen}}}
69
+ {\color{YellowOrange}{\text{YellowOrange}}}
70
+ $$
@@ -0,0 +1,3 @@
1
+ $$
2
+ \bigl( \Bigl( \biggl( \Biggl( x \Biggr) \biggr) \Bigr) \bigr)
3
+ $$
@@ -0,0 +1,3 @@
1
+ $$
2
+ () [] \{\} | \| \langle\rangle \lfloor\rfloor \lceil\rceil \lgroup\rgroup
3
+ $$
@@ -0,0 +1,4 @@
1
+ $$
2
+ \bracevert \lbrace\rbrace \lbrack\rbrack
3
+ \lVert\rVert \lvert\rvert \Vert \vert
4
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \displaystyle {\displaystyle{a\over b}\choose \displaystyle{c\over d}}
3
+ \textstyle {\displaystyle{a\over b}\choose \displaystyle{c\over d}}
4
+ \scriptstyle {\displaystyle{a\over b}\choose \displaystyle{c\over d}}
5
+ \scriptscriptstyle {\displaystyle{a\over b}\choose \displaystyle{c\over d}}
6
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \displaystyle {\binom{\displaystyle{a\over b}}{\displaystyle{c\over d}}}
3
+ \textstyle {\binom{\displaystyle{a\over b}}{\displaystyle{c\over d}}}
4
+ \scriptstyle {\binom{\displaystyle{a\over b}}{\displaystyle{c\over d}}}
5
+ \scriptscriptstyle {\binom{\displaystyle{a\over b}}{\displaystyle{c\over d}}}
6
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \displaystyle {\displaystyle{a\over b}\brace \displaystyle{c\over d}}
3
+ \textstyle {\displaystyle{a\over b}\brace \displaystyle{c\over d}}
4
+ \scriptstyle {\displaystyle{a\over b}\brace \displaystyle{c\over d}}
5
+ \scriptscriptstyle {\displaystyle{a\over b}\brace \displaystyle{c\over d}}
6
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \displaystyle {\displaystyle{a\over b}\brack \displaystyle{c\over d}}
3
+ \textstyle {\displaystyle{a\over b}\brack \displaystyle{c\over d}}
4
+ \scriptstyle {\displaystyle{a\over b}\brack \displaystyle{c\over d}}
5
+ \scriptscriptstyle {\displaystyle{a\over b}\brack \displaystyle{c\over d}}
6
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \displaystyle \tbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
3
+ \textstyle \tbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
4
+ \scriptstyle \tbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
5
+ \scriptscriptstyle \tbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
6
+ $$
@@ -0,0 +1,6 @@
1
+ $$
2
+ \displaystyle \dbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
3
+ \textstyle \dbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
4
+ \scriptstyle \dbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
5
+ \scriptscriptstyle \dbinom{\displaystyle{a\over b}}{\displaystyle{c\over d}}
6
+ $$