itextomml 1.5.5 → 1.5.6

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 (6) hide show
  1. checksums.yaml +4 -4
  2. data/ext/itex2MML.h +3 -3
  3. data/ext/lex.yy.c +3219 -3159
  4. data/ext/y.tab.c +1894 -1850
  5. data/ext/y.tab.h +76 -74
  6. metadata +3 -3
@@ -175,43 +175,44 @@ extern int itex2MML_yydebug;
175
175
  WIDEBAR = 385,
176
176
  VEC = 386,
177
177
  WIDEVEC = 387,
178
- HAT = 388,
179
- WIDEHAT = 389,
180
- CHECK = 390,
181
- WIDECHECK = 391,
182
- TILDE = 392,
183
- WIDETILDE = 393,
184
- DOT = 394,
185
- DDOT = 395,
186
- DDDOT = 396,
187
- DDDDOT = 397,
188
- UNARYMINUS = 398,
189
- UNARYPLUS = 399,
190
- BEGINENV = 400,
191
- ENDENV = 401,
192
- MATRIX = 402,
193
- PMATRIX = 403,
194
- BMATRIX = 404,
195
- BBMATRIX = 405,
196
- VMATRIX = 406,
197
- VVMATRIX = 407,
198
- SVG = 408,
199
- ENDSVG = 409,
200
- SMALLMATRIX = 410,
201
- CASES = 411,
202
- ALIGNED = 412,
203
- GATHERED = 413,
204
- SUBSTACK = 414,
205
- PMOD = 415,
206
- RMCHAR = 416,
207
- COLOR = 417,
208
- BGCOLOR = 418,
209
- XARROW = 419,
210
- OPTARGOPEN = 420,
211
- OPTARGCLOSE = 421,
212
- ITEXNUM = 422,
213
- RAISEBOX = 423,
214
- NEG = 424
178
+ WIDELVEC = 388,
179
+ HAT = 389,
180
+ WIDEHAT = 390,
181
+ CHECK = 391,
182
+ WIDECHECK = 392,
183
+ TILDE = 393,
184
+ WIDETILDE = 394,
185
+ DOT = 395,
186
+ DDOT = 396,
187
+ DDDOT = 397,
188
+ DDDDOT = 398,
189
+ UNARYMINUS = 399,
190
+ UNARYPLUS = 400,
191
+ BEGINENV = 401,
192
+ ENDENV = 402,
193
+ MATRIX = 403,
194
+ PMATRIX = 404,
195
+ BMATRIX = 405,
196
+ BBMATRIX = 406,
197
+ VMATRIX = 407,
198
+ VVMATRIX = 408,
199
+ SVG = 409,
200
+ ENDSVG = 410,
201
+ SMALLMATRIX = 411,
202
+ CASES = 412,
203
+ ALIGNED = 413,
204
+ GATHERED = 414,
205
+ SUBSTACK = 415,
206
+ PMOD = 416,
207
+ RMCHAR = 417,
208
+ COLOR = 418,
209
+ BGCOLOR = 419,
210
+ XARROW = 420,
211
+ OPTARGOPEN = 421,
212
+ OPTARGCLOSE = 422,
213
+ ITEXNUM = 423,
214
+ RAISEBOX = 424,
215
+ NEG = 425
215
216
  };
216
217
  #endif
217
218
  /* Tokens. */
@@ -345,43 +346,44 @@ extern int itex2MML_yydebug;
345
346
  #define WIDEBAR 385
346
347
  #define VEC 386
347
348
  #define WIDEVEC 387
348
- #define HAT 388
349
- #define WIDEHAT 389
350
- #define CHECK 390
351
- #define WIDECHECK 391
352
- #define TILDE 392
353
- #define WIDETILDE 393
354
- #define DOT 394
355
- #define DDOT 395
356
- #define DDDOT 396
357
- #define DDDDOT 397
358
- #define UNARYMINUS 398
359
- #define UNARYPLUS 399
360
- #define BEGINENV 400
361
- #define ENDENV 401
362
- #define MATRIX 402
363
- #define PMATRIX 403
364
- #define BMATRIX 404
365
- #define BBMATRIX 405
366
- #define VMATRIX 406
367
- #define VVMATRIX 407
368
- #define SVG 408
369
- #define ENDSVG 409
370
- #define SMALLMATRIX 410
371
- #define CASES 411
372
- #define ALIGNED 412
373
- #define GATHERED 413
374
- #define SUBSTACK 414
375
- #define PMOD 415
376
- #define RMCHAR 416
377
- #define COLOR 417
378
- #define BGCOLOR 418
379
- #define XARROW 419
380
- #define OPTARGOPEN 420
381
- #define OPTARGCLOSE 421
382
- #define ITEXNUM 422
383
- #define RAISEBOX 423
384
- #define NEG 424
349
+ #define WIDELVEC 388
350
+ #define HAT 389
351
+ #define WIDEHAT 390
352
+ #define CHECK 391
353
+ #define WIDECHECK 392
354
+ #define TILDE 393
355
+ #define WIDETILDE 394
356
+ #define DOT 395
357
+ #define DDOT 396
358
+ #define DDDOT 397
359
+ #define DDDDOT 398
360
+ #define UNARYMINUS 399
361
+ #define UNARYPLUS 400
362
+ #define BEGINENV 401
363
+ #define ENDENV 402
364
+ #define MATRIX 403
365
+ #define PMATRIX 404
366
+ #define BMATRIX 405
367
+ #define BBMATRIX 406
368
+ #define VMATRIX 407
369
+ #define VVMATRIX 408
370
+ #define SVG 409
371
+ #define ENDSVG 410
372
+ #define SMALLMATRIX 411
373
+ #define CASES 412
374
+ #define ALIGNED 413
375
+ #define GATHERED 414
376
+ #define SUBSTACK 415
377
+ #define PMOD 416
378
+ #define RMCHAR 417
379
+ #define COLOR 418
380
+ #define BGCOLOR 419
381
+ #define XARROW 420
382
+ #define OPTARGOPEN 421
383
+ #define OPTARGCLOSE 422
384
+ #define ITEXNUM 423
385
+ #define RAISEBOX 424
386
+ #define NEG 425
385
387
 
386
388
  /* Value type. */
387
389
  #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: itextomml
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jacques Distler
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-09 00:00:00.000000000 Z
11
+ date: 2017-05-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: itextomml provides native Ruby bindings to itex2MML, which converts itex
14
14
  equations to MathML.
@@ -48,7 +48,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
48
48
  version: '0'
49
49
  requirements: []
50
50
  rubyforge_project:
51
- rubygems_version: 2.0.14
51
+ rubygems_version: 2.0.14.1
52
52
  signing_key:
53
53
  specification_version: 4
54
54
  summary: Native Ruby bindings to itex2MML.