itextomml 1.3.27 → 1.4.0
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 +3 -3
- data/ext/lex.yy.c +2800 -2693
- data/ext/y.tab.c +908 -838
- data/ext/y.tab.h +7 -1
- metadata +5 -5
data/ext/y.tab.h
CHANGED
@@ -189,7 +189,10 @@
|
|
189
189
|
PMOD = 405,
|
190
190
|
RMCHAR = 406,
|
191
191
|
COLOR = 407,
|
192
|
-
BGCOLOR = 408
|
192
|
+
BGCOLOR = 408,
|
193
|
+
XARROW = 409,
|
194
|
+
OPTARGOPEN = 410,
|
195
|
+
OPTARGCLOSE = 411
|
193
196
|
};
|
194
197
|
#endif
|
195
198
|
/* Tokens. */
|
@@ -344,6 +347,9 @@
|
|
344
347
|
#define RMCHAR 406
|
345
348
|
#define COLOR 407
|
346
349
|
#define BGCOLOR 408
|
350
|
+
#define XARROW 409
|
351
|
+
#define OPTARGOPEN 410
|
352
|
+
#define OPTARGCLOSE 411
|
347
353
|
|
348
354
|
|
349
355
|
|
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: 7
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
|
-
-
|
9
|
-
-
|
10
|
-
version: 1.
|
8
|
+
- 4
|
9
|
+
- 0
|
10
|
+
version: 1.4.0
|
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-07 00:00:00 -05:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|