mathematical 1.6.6 → 1.6.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5d74f27430267a36134264392514159d419fa93b
4
- data.tar.gz: 89391251a71055ec445c8addfce4b50740418c49
3
+ metadata.gz: 05ab1ec6ab6c3b65999e7e87cc320c98e767367e
4
+ data.tar.gz: 187b530571d9871eaf596f5ab572473682d8efc3
5
5
  SHA512:
6
- metadata.gz: 37f742b0a9c5f4f2439253e211ffb145016ce243c97ab845afaedab4037c66009b4b104d678cc6877682748961a6c3bda86575f3fc4a6786c310fbcab98e44aa
7
- data.tar.gz: 6a85a4a7042d991ddd1f07e03cc7b85b48ff9535b19ebbf04609006feaf955fca774825f472149b81b3124d970d7e94dac2c6556b495acf79329d3928c10928a
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>&x23DE;</mo></mover>");
2262
+ $$ = mtex2MML_copy3("<mover>", $2, "<mo>&#x23DE;</mo></mover>");
2263
2263
  mtex2MML_free_string($2);
2264
2264
  };
2265
2265
 
@@ -1,3 +1,3 @@
1
- <math xmlns='http://www.w3.org/1998/Math/MathML' display='block'><semantics><mrow><msup><mover><mn>123</mn><mo>&x23DE;</mo></mover> <mi>x</mi></msup></mrow><annotation encoding='application/x-tex'>
1
+ <math xmlns='http://www.w3.org/1998/Math/MathML' display='block'><semantics><mrow><msup><mover><mn>123</mn><mo>&#x23DE;</mo></mover> <mi>x</mi></msup></mrow><annotation encoding='application/x-tex'>
2
2
  \overbrace{123}^x
3
3
  </annotation></semantics></math>
@@ -1,3 +1,3 @@
1
1
  class Mathematical
2
- VERSION = '1.6.6'.freeze
2
+ VERSION = '1.6.7'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mathematical
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.6
4
+ version: 1.6.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Garen Torikian