itextomml 1.4.2 → 1.4.3
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.
- data/ext/itex2MML.h +2 -2
- data/ext/lex.yy.c +4 -4
- data/ext/y.tab.c +2 -2
- metadata +4 -4
data/ext/itex2MML.h
CHANGED
data/ext/lex.yy.c
CHANGED
@@ -2275,8 +2275,8 @@ static int yy_more_len = 0;
|
|
2275
2275
|
#define YY_RESTORE_YY_MORE_OFFSET
|
2276
2276
|
char *itex2MML_yytext;
|
2277
2277
|
#line 1 "itex2MML.l"
|
2278
|
-
/* itex2MML 1.4.
|
2279
|
-
* itex2MML.l last modified 9/
|
2278
|
+
/* itex2MML 1.4.3
|
2279
|
+
* itex2MML.l last modified 9/29/2010
|
2280
2280
|
*/
|
2281
2281
|
#line 6 "itex2MML.l"
|
2282
2282
|
|
@@ -2646,12 +2646,12 @@ return EMPTYMROW;
|
|
2646
2646
|
case 11:
|
2647
2647
|
YY_RULE_SETUP
|
2648
2648
|
#line 55 "itex2MML.l"
|
2649
|
-
{itex2MML_rowposn = 2; return MROWOPEN;}
|
2649
|
+
{itex2MML_rowposn = 2; itex2MML_inoptarg = itex2MML_inoptarg*2; return MROWOPEN;}
|
2650
2650
|
YY_BREAK
|
2651
2651
|
case 12:
|
2652
2652
|
YY_RULE_SETUP
|
2653
2653
|
#line 56 "itex2MML.l"
|
2654
|
-
return MROWCLOSE;
|
2654
|
+
{itex2MML_inoptarg = itex2MML_inoptarg/2; return MROWCLOSE;}
|
2655
2655
|
YY_BREAK
|
2656
2656
|
case 13:
|
2657
2657
|
YY_RULE_SETUP
|
data/ext/y.tab.c
CHANGED
@@ -4567,8 +4567,8 @@ yyreduce:
|
|
4567
4567
|
case 235:
|
4568
4568
|
#line 1315 "itex2MML.y"
|
4569
4569
|
{
|
4570
|
-
char * s1 = itex2MML_copy3("<munder><
|
4571
|
-
(yyval) = itex2MML_copy3(s1, (yyvsp[(
|
4570
|
+
char * s1 = itex2MML_copy3("<munder><mo>", (yyvsp[(1) - (5)]), "</mo><mrow>");
|
4571
|
+
(yyval) = itex2MML_copy3(s1, (yyvsp[(3) - (5)]), "</mrow></munder>");
|
4572
4572
|
itex2MML_free_string(s1);
|
4573
4573
|
itex2MML_free_string((yyvsp[(1) - (5)]));
|
4574
4574
|
itex2MML_free_string((yyvsp[(3) - (5)]));
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: itextomml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 4
|
9
|
-
-
|
10
|
-
version: 1.4.
|
9
|
+
- 3
|
10
|
+
version: 1.4.3
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jacques Distler
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2010-09-
|
18
|
+
date: 2010-09-29 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|