itextomml 1.5.4 → 1.5.5

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 (7) hide show
  1. checksums.yaml +4 -4
  2. data/ext/itex2MML.h +3 -3
  3. data/ext/itex2MML_ruby.c +82 -27
  4. data/ext/lex.yy.c +2190 -2134
  5. data/ext/y.tab.c +2042 -2023
  6. data/ext/y.tab.h +162 -160
  7. metadata +2 -2
data/ext/y.tab.h CHANGED
@@ -131,86 +131,87 @@ extern int itex2MML_yydebug;
131
131
  CALCHAR = 341,
132
132
  FRAKCHAR = 342,
133
133
  CAL = 343,
134
- FRAK = 344,
135
- CLAP = 345,
136
- LLAP = 346,
137
- RLAP = 347,
138
- ROWOPTS = 348,
139
- TEXTSIZE = 349,
140
- SCSIZE = 350,
141
- SCSCSIZE = 351,
142
- DISPLAY = 352,
143
- TEXTSTY = 353,
144
- TEXTBOX = 354,
145
- TEXTSTRING = 355,
146
- XMLSTRING = 356,
147
- CELLOPTS = 357,
148
- ROWSPAN = 358,
149
- COLSPAN = 359,
150
- THINSPACE = 360,
151
- MEDSPACE = 361,
152
- THICKSPACE = 362,
153
- QUAD = 363,
154
- QQUAD = 364,
155
- NEGSPACE = 365,
156
- NEGMEDSPACE = 366,
157
- NEGTHICKSPACE = 367,
158
- PHANTOM = 368,
159
- HREF = 369,
160
- UNKNOWNCHAR = 370,
161
- EMPTYMROW = 371,
162
- STATLINE = 372,
163
- TOOLTIP = 373,
164
- TOGGLE = 374,
165
- TOGGLESTART = 375,
166
- TOGGLEEND = 376,
167
- FGHIGHLIGHT = 377,
168
- BGHIGHLIGHT = 378,
169
- SPACE = 379,
170
- INTONE = 380,
171
- INTTWO = 381,
172
- INTTHREE = 382,
173
- BAR = 383,
174
- WIDEBAR = 384,
175
- VEC = 385,
176
- WIDEVEC = 386,
177
- HAT = 387,
178
- WIDEHAT = 388,
179
- CHECK = 389,
180
- WIDECHECK = 390,
181
- TILDE = 391,
182
- WIDETILDE = 392,
183
- DOT = 393,
184
- DDOT = 394,
185
- DDDOT = 395,
186
- DDDDOT = 396,
187
- UNARYMINUS = 397,
188
- UNARYPLUS = 398,
189
- BEGINENV = 399,
190
- ENDENV = 400,
191
- MATRIX = 401,
192
- PMATRIX = 402,
193
- BMATRIX = 403,
194
- BBMATRIX = 404,
195
- VMATRIX = 405,
196
- VVMATRIX = 406,
197
- SVG = 407,
198
- ENDSVG = 408,
199
- SMALLMATRIX = 409,
200
- CASES = 410,
201
- ALIGNED = 411,
202
- GATHERED = 412,
203
- SUBSTACK = 413,
204
- PMOD = 414,
205
- RMCHAR = 415,
206
- COLOR = 416,
207
- BGCOLOR = 417,
208
- XARROW = 418,
209
- OPTARGOPEN = 419,
210
- OPTARGCLOSE = 420,
211
- ITEXNUM = 421,
212
- RAISEBOX = 422,
213
- NEG = 423
134
+ SCR = 344,
135
+ FRAK = 345,
136
+ CLAP = 346,
137
+ LLAP = 347,
138
+ RLAP = 348,
139
+ ROWOPTS = 349,
140
+ TEXTSIZE = 350,
141
+ SCSIZE = 351,
142
+ SCSCSIZE = 352,
143
+ DISPLAY = 353,
144
+ TEXTSTY = 354,
145
+ TEXTBOX = 355,
146
+ TEXTSTRING = 356,
147
+ XMLSTRING = 357,
148
+ CELLOPTS = 358,
149
+ ROWSPAN = 359,
150
+ COLSPAN = 360,
151
+ THINSPACE = 361,
152
+ MEDSPACE = 362,
153
+ THICKSPACE = 363,
154
+ QUAD = 364,
155
+ QQUAD = 365,
156
+ NEGSPACE = 366,
157
+ NEGMEDSPACE = 367,
158
+ NEGTHICKSPACE = 368,
159
+ PHANTOM = 369,
160
+ HREF = 370,
161
+ UNKNOWNCHAR = 371,
162
+ EMPTYMROW = 372,
163
+ STATLINE = 373,
164
+ TOOLTIP = 374,
165
+ TOGGLE = 375,
166
+ TOGGLESTART = 376,
167
+ TOGGLEEND = 377,
168
+ FGHIGHLIGHT = 378,
169
+ BGHIGHLIGHT = 379,
170
+ SPACE = 380,
171
+ INTONE = 381,
172
+ INTTWO = 382,
173
+ INTTHREE = 383,
174
+ BAR = 384,
175
+ WIDEBAR = 385,
176
+ VEC = 386,
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
214
215
  };
215
216
  #endif
216
217
  /* Tokens. */
@@ -300,86 +301,87 @@ extern int itex2MML_yydebug;
300
301
  #define CALCHAR 341
301
302
  #define FRAKCHAR 342
302
303
  #define CAL 343
303
- #define FRAK 344
304
- #define CLAP 345
305
- #define LLAP 346
306
- #define RLAP 347
307
- #define ROWOPTS 348
308
- #define TEXTSIZE 349
309
- #define SCSIZE 350
310
- #define SCSCSIZE 351
311
- #define DISPLAY 352
312
- #define TEXTSTY 353
313
- #define TEXTBOX 354
314
- #define TEXTSTRING 355
315
- #define XMLSTRING 356
316
- #define CELLOPTS 357
317
- #define ROWSPAN 358
318
- #define COLSPAN 359
319
- #define THINSPACE 360
320
- #define MEDSPACE 361
321
- #define THICKSPACE 362
322
- #define QUAD 363
323
- #define QQUAD 364
324
- #define NEGSPACE 365
325
- #define NEGMEDSPACE 366
326
- #define NEGTHICKSPACE 367
327
- #define PHANTOM 368
328
- #define HREF 369
329
- #define UNKNOWNCHAR 370
330
- #define EMPTYMROW 371
331
- #define STATLINE 372
332
- #define TOOLTIP 373
333
- #define TOGGLE 374
334
- #define TOGGLESTART 375
335
- #define TOGGLEEND 376
336
- #define FGHIGHLIGHT 377
337
- #define BGHIGHLIGHT 378
338
- #define SPACE 379
339
- #define INTONE 380
340
- #define INTTWO 381
341
- #define INTTHREE 382
342
- #define BAR 383
343
- #define WIDEBAR 384
344
- #define VEC 385
345
- #define WIDEVEC 386
346
- #define HAT 387
347
- #define WIDEHAT 388
348
- #define CHECK 389
349
- #define WIDECHECK 390
350
- #define TILDE 391
351
- #define WIDETILDE 392
352
- #define DOT 393
353
- #define DDOT 394
354
- #define DDDOT 395
355
- #define DDDDOT 396
356
- #define UNARYMINUS 397
357
- #define UNARYPLUS 398
358
- #define BEGINENV 399
359
- #define ENDENV 400
360
- #define MATRIX 401
361
- #define PMATRIX 402
362
- #define BMATRIX 403
363
- #define BBMATRIX 404
364
- #define VMATRIX 405
365
- #define VVMATRIX 406
366
- #define SVG 407
367
- #define ENDSVG 408
368
- #define SMALLMATRIX 409
369
- #define CASES 410
370
- #define ALIGNED 411
371
- #define GATHERED 412
372
- #define SUBSTACK 413
373
- #define PMOD 414
374
- #define RMCHAR 415
375
- #define COLOR 416
376
- #define BGCOLOR 417
377
- #define XARROW 418
378
- #define OPTARGOPEN 419
379
- #define OPTARGCLOSE 420
380
- #define ITEXNUM 421
381
- #define RAISEBOX 422
382
- #define NEG 423
304
+ #define SCR 344
305
+ #define FRAK 345
306
+ #define CLAP 346
307
+ #define LLAP 347
308
+ #define RLAP 348
309
+ #define ROWOPTS 349
310
+ #define TEXTSIZE 350
311
+ #define SCSIZE 351
312
+ #define SCSCSIZE 352
313
+ #define DISPLAY 353
314
+ #define TEXTSTY 354
315
+ #define TEXTBOX 355
316
+ #define TEXTSTRING 356
317
+ #define XMLSTRING 357
318
+ #define CELLOPTS 358
319
+ #define ROWSPAN 359
320
+ #define COLSPAN 360
321
+ #define THINSPACE 361
322
+ #define MEDSPACE 362
323
+ #define THICKSPACE 363
324
+ #define QUAD 364
325
+ #define QQUAD 365
326
+ #define NEGSPACE 366
327
+ #define NEGMEDSPACE 367
328
+ #define NEGTHICKSPACE 368
329
+ #define PHANTOM 369
330
+ #define HREF 370
331
+ #define UNKNOWNCHAR 371
332
+ #define EMPTYMROW 372
333
+ #define STATLINE 373
334
+ #define TOOLTIP 374
335
+ #define TOGGLE 375
336
+ #define TOGGLESTART 376
337
+ #define TOGGLEEND 377
338
+ #define FGHIGHLIGHT 378
339
+ #define BGHIGHLIGHT 379
340
+ #define SPACE 380
341
+ #define INTONE 381
342
+ #define INTTWO 382
343
+ #define INTTHREE 383
344
+ #define BAR 384
345
+ #define WIDEBAR 385
346
+ #define VEC 386
347
+ #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
383
385
 
384
386
  /* Value type. */
385
387
  #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.4
4
+ version: 1.5.5
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-08-15 00:00:00.000000000 Z
11
+ date: 2016-12-09 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.