mathematical 1.6.6 → 1.6.7
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 05ab1ec6ab6c3b65999e7e87cc320c98e767367e
|
|
4
|
+
data.tar.gz: 187b530571d9871eaf596f5ab572473682d8efc3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 09a20bae45dad0061e789b608045f28f3bfd6f05fb91c5a912424cf0442559acd7a3ec91c5bd01abc9f42f42a7d895fbdc056e2af5353a21df8157175bf37057
|
|
7
|
+
data.tar.gz: a4117cc944fdc1a7a2f085dd34614663909762a4dbece336cf738a443316f43ef538255e6e74bc639d083c191adbd9366047a7308245dbed8643d6800796b3a8
|
|
@@ -2259,7 +2259,7 @@ munderline: UNDERLINE closedTerm {
|
|
|
2259
2259
|
};
|
|
2260
2260
|
|
|
2261
2261
|
moverbrace: OVERBRACE closedTerm {
|
|
2262
|
-
$$ = mtex2MML_copy3("<mover>", $2, "<mo
|
|
2262
|
+
$$ = mtex2MML_copy3("<mover>", $2, "<mo>⏞</mo></mover>");
|
|
2263
2263
|
mtex2MML_free_string($2);
|
|
2264
2264
|
};
|
|
2265
2265
|
|
data/ext/mathematical/mtex2MML/tests/fixtures/MathJax/LaTeXToMathML-out/above-below/overbrace-1.html
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
<math xmlns='http://www.w3.org/1998/Math/MathML' display='block'><semantics><mrow><msup><mover><mn>123</mn><mo
|
|
1
|
+
<math xmlns='http://www.w3.org/1998/Math/MathML' display='block'><semantics><mrow><msup><mover><mn>123</mn><mo>⏞</mo></mover> <mi>x</mi></msup></mrow><annotation encoding='application/x-tex'>
|
|
2
2
|
\overbrace{123}^x
|
|
3
3
|
</annotation></semantics></math>
|
data/lib/mathematical/version.rb
CHANGED