itextomml 1.5.0 → 1.5.1

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 (5) hide show
  1. data/ext/itex2MML.h +3 -3
  2. data/ext/lex.yy.c +1901 -1848
  3. data/ext/y.tab.c +1919 -1789
  4. data/ext/y.tab.h +190 -178
  5. metadata +4 -4
data/ext/y.tab.h CHANGED
@@ -110,95 +110,101 @@
110
110
  PADDING = 326,
111
111
  ATTRLIST = 327,
112
112
  ITALICS = 328,
113
- BOLD = 329,
114
- BOXED = 330,
115
- SLASHED = 331,
116
- RM = 332,
117
- BB = 333,
118
- ST = 334,
119
- END = 335,
120
- BBLOWERCHAR = 336,
121
- BBUPPERCHAR = 337,
122
- BBDIGIT = 338,
123
- CALCHAR = 339,
124
- FRAKCHAR = 340,
125
- CAL = 341,
126
- FRAK = 342,
127
- CLAP = 343,
128
- LLAP = 344,
129
- RLAP = 345,
130
- ROWOPTS = 346,
131
- TEXTSIZE = 347,
132
- SCSIZE = 348,
133
- SCSCSIZE = 349,
134
- DISPLAY = 350,
135
- TEXTSTY = 351,
136
- TEXTBOX = 352,
137
- TEXTSTRING = 353,
138
- XMLSTRING = 354,
139
- CELLOPTS = 355,
140
- ROWSPAN = 356,
141
- COLSPAN = 357,
142
- THINSPACE = 358,
143
- MEDSPACE = 359,
144
- THICKSPACE = 360,
145
- QUAD = 361,
146
- QQUAD = 362,
147
- NEGSPACE = 363,
148
- PHANTOM = 364,
149
- HREF = 365,
150
- UNKNOWNCHAR = 366,
151
- EMPTYMROW = 367,
152
- STATLINE = 368,
153
- TOOLTIP = 369,
154
- TOGGLE = 370,
155
- FGHIGHLIGHT = 371,
156
- BGHIGHLIGHT = 372,
157
- SPACE = 373,
158
- INTONE = 374,
159
- INTTWO = 375,
160
- INTTHREE = 376,
161
- BAR = 377,
162
- WIDEBAR = 378,
163
- VEC = 379,
164
- WIDEVEC = 380,
165
- HAT = 381,
166
- WIDEHAT = 382,
167
- CHECK = 383,
168
- WIDECHECK = 384,
169
- TILDE = 385,
170
- WIDETILDE = 386,
171
- DOT = 387,
172
- DDOT = 388,
173
- DDDOT = 389,
174
- DDDDOT = 390,
175
- UNARYMINUS = 391,
176
- UNARYPLUS = 392,
177
- BEGINENV = 393,
178
- ENDENV = 394,
179
- MATRIX = 395,
180
- PMATRIX = 396,
181
- BMATRIX = 397,
182
- BBMATRIX = 398,
183
- VMATRIX = 399,
184
- VVMATRIX = 400,
185
- SVG = 401,
186
- ENDSVG = 402,
187
- SMALLMATRIX = 403,
188
- CASES = 404,
189
- ALIGNED = 405,
190
- GATHERED = 406,
191
- SUBSTACK = 407,
192
- PMOD = 408,
193
- RMCHAR = 409,
194
- COLOR = 410,
195
- BGCOLOR = 411,
196
- XARROW = 412,
197
- OPTARGOPEN = 413,
198
- OPTARGCLOSE = 414,
199
- ITEXNUM = 415,
200
- RAISEBOX = 416,
201
- NEG = 417
113
+ SANS = 329,
114
+ TT = 330,
115
+ BOLD = 331,
116
+ BOXED = 332,
117
+ SLASHED = 333,
118
+ RM = 334,
119
+ BB = 335,
120
+ ST = 336,
121
+ END = 337,
122
+ BBLOWERCHAR = 338,
123
+ BBUPPERCHAR = 339,
124
+ BBDIGIT = 340,
125
+ CALCHAR = 341,
126
+ FRAKCHAR = 342,
127
+ CAL = 343,
128
+ FRAK = 344,
129
+ CLAP = 345,
130
+ LLAP = 346,
131
+ RLAP = 347,
132
+ ROWOPTS = 348,
133
+ TEXTSIZE = 349,
134
+ SCSIZE = 350,
135
+ SCSCSIZE = 351,
136
+ DISPLAY = 352,
137
+ TEXTSTY = 353,
138
+ TEXTBOX = 354,
139
+ TEXTSTRING = 355,
140
+ XMLSTRING = 356,
141
+ CELLOPTS = 357,
142
+ ROWSPAN = 358,
143
+ COLSPAN = 359,
144
+ THINSPACE = 360,
145
+ MEDSPACE = 361,
146
+ THICKSPACE = 362,
147
+ QUAD = 363,
148
+ QQUAD = 364,
149
+ NEGSPACE = 365,
150
+ NEGMEDSPACE = 366,
151
+ NEGTHICKSPACE = 367,
152
+ PHANTOM = 368,
153
+ HREF = 369,
154
+ UNKNOWNCHAR = 370,
155
+ EMPTYMROW = 371,
156
+ STATLINE = 372,
157
+ TOOLTIP = 373,
158
+ TOGGLE = 374,
159
+ TOGGLESTART = 375,
160
+ TOGGLEEND = 376,
161
+ FGHIGHLIGHT = 377,
162
+ BGHIGHLIGHT = 378,
163
+ SPACE = 379,
164
+ INTONE = 380,
165
+ INTTWO = 381,
166
+ INTTHREE = 382,
167
+ BAR = 383,
168
+ WIDEBAR = 384,
169
+ VEC = 385,
170
+ WIDEVEC = 386,
171
+ HAT = 387,
172
+ WIDEHAT = 388,
173
+ CHECK = 389,
174
+ WIDECHECK = 390,
175
+ TILDE = 391,
176
+ WIDETILDE = 392,
177
+ DOT = 393,
178
+ DDOT = 394,
179
+ DDDOT = 395,
180
+ DDDDOT = 396,
181
+ UNARYMINUS = 397,
182
+ UNARYPLUS = 398,
183
+ BEGINENV = 399,
184
+ ENDENV = 400,
185
+ MATRIX = 401,
186
+ PMATRIX = 402,
187
+ BMATRIX = 403,
188
+ BBMATRIX = 404,
189
+ VMATRIX = 405,
190
+ VVMATRIX = 406,
191
+ SVG = 407,
192
+ ENDSVG = 408,
193
+ SMALLMATRIX = 409,
194
+ CASES = 410,
195
+ ALIGNED = 411,
196
+ GATHERED = 412,
197
+ SUBSTACK = 413,
198
+ PMOD = 414,
199
+ RMCHAR = 415,
200
+ COLOR = 416,
201
+ BGCOLOR = 417,
202
+ XARROW = 418,
203
+ OPTARGOPEN = 419,
204
+ OPTARGCLOSE = 420,
205
+ ITEXNUM = 421,
206
+ RAISEBOX = 422,
207
+ NEG = 423
202
208
  };
203
209
  #endif
204
210
  /* Tokens. */
@@ -273,95 +279,101 @@
273
279
  #define PADDING 326
274
280
  #define ATTRLIST 327
275
281
  #define ITALICS 328
276
- #define BOLD 329
277
- #define BOXED 330
278
- #define SLASHED 331
279
- #define RM 332
280
- #define BB 333
281
- #define ST 334
282
- #define END 335
283
- #define BBLOWERCHAR 336
284
- #define BBUPPERCHAR 337
285
- #define BBDIGIT 338
286
- #define CALCHAR 339
287
- #define FRAKCHAR 340
288
- #define CAL 341
289
- #define FRAK 342
290
- #define CLAP 343
291
- #define LLAP 344
292
- #define RLAP 345
293
- #define ROWOPTS 346
294
- #define TEXTSIZE 347
295
- #define SCSIZE 348
296
- #define SCSCSIZE 349
297
- #define DISPLAY 350
298
- #define TEXTSTY 351
299
- #define TEXTBOX 352
300
- #define TEXTSTRING 353
301
- #define XMLSTRING 354
302
- #define CELLOPTS 355
303
- #define ROWSPAN 356
304
- #define COLSPAN 357
305
- #define THINSPACE 358
306
- #define MEDSPACE 359
307
- #define THICKSPACE 360
308
- #define QUAD 361
309
- #define QQUAD 362
310
- #define NEGSPACE 363
311
- #define PHANTOM 364
312
- #define HREF 365
313
- #define UNKNOWNCHAR 366
314
- #define EMPTYMROW 367
315
- #define STATLINE 368
316
- #define TOOLTIP 369
317
- #define TOGGLE 370
318
- #define FGHIGHLIGHT 371
319
- #define BGHIGHLIGHT 372
320
- #define SPACE 373
321
- #define INTONE 374
322
- #define INTTWO 375
323
- #define INTTHREE 376
324
- #define BAR 377
325
- #define WIDEBAR 378
326
- #define VEC 379
327
- #define WIDEVEC 380
328
- #define HAT 381
329
- #define WIDEHAT 382
330
- #define CHECK 383
331
- #define WIDECHECK 384
332
- #define TILDE 385
333
- #define WIDETILDE 386
334
- #define DOT 387
335
- #define DDOT 388
336
- #define DDDOT 389
337
- #define DDDDOT 390
338
- #define UNARYMINUS 391
339
- #define UNARYPLUS 392
340
- #define BEGINENV 393
341
- #define ENDENV 394
342
- #define MATRIX 395
343
- #define PMATRIX 396
344
- #define BMATRIX 397
345
- #define BBMATRIX 398
346
- #define VMATRIX 399
347
- #define VVMATRIX 400
348
- #define SVG 401
349
- #define ENDSVG 402
350
- #define SMALLMATRIX 403
351
- #define CASES 404
352
- #define ALIGNED 405
353
- #define GATHERED 406
354
- #define SUBSTACK 407
355
- #define PMOD 408
356
- #define RMCHAR 409
357
- #define COLOR 410
358
- #define BGCOLOR 411
359
- #define XARROW 412
360
- #define OPTARGOPEN 413
361
- #define OPTARGCLOSE 414
362
- #define ITEXNUM 415
363
- #define RAISEBOX 416
364
- #define NEG 417
282
+ #define SANS 329
283
+ #define TT 330
284
+ #define BOLD 331
285
+ #define BOXED 332
286
+ #define SLASHED 333
287
+ #define RM 334
288
+ #define BB 335
289
+ #define ST 336
290
+ #define END 337
291
+ #define BBLOWERCHAR 338
292
+ #define BBUPPERCHAR 339
293
+ #define BBDIGIT 340
294
+ #define CALCHAR 341
295
+ #define FRAKCHAR 342
296
+ #define CAL 343
297
+ #define FRAK 344
298
+ #define CLAP 345
299
+ #define LLAP 346
300
+ #define RLAP 347
301
+ #define ROWOPTS 348
302
+ #define TEXTSIZE 349
303
+ #define SCSIZE 350
304
+ #define SCSCSIZE 351
305
+ #define DISPLAY 352
306
+ #define TEXTSTY 353
307
+ #define TEXTBOX 354
308
+ #define TEXTSTRING 355
309
+ #define XMLSTRING 356
310
+ #define CELLOPTS 357
311
+ #define ROWSPAN 358
312
+ #define COLSPAN 359
313
+ #define THINSPACE 360
314
+ #define MEDSPACE 361
315
+ #define THICKSPACE 362
316
+ #define QUAD 363
317
+ #define QQUAD 364
318
+ #define NEGSPACE 365
319
+ #define NEGMEDSPACE 366
320
+ #define NEGTHICKSPACE 367
321
+ #define PHANTOM 368
322
+ #define HREF 369
323
+ #define UNKNOWNCHAR 370
324
+ #define EMPTYMROW 371
325
+ #define STATLINE 372
326
+ #define TOOLTIP 373
327
+ #define TOGGLE 374
328
+ #define TOGGLESTART 375
329
+ #define TOGGLEEND 376
330
+ #define FGHIGHLIGHT 377
331
+ #define BGHIGHLIGHT 378
332
+ #define SPACE 379
333
+ #define INTONE 380
334
+ #define INTTWO 381
335
+ #define INTTHREE 382
336
+ #define BAR 383
337
+ #define WIDEBAR 384
338
+ #define VEC 385
339
+ #define WIDEVEC 386
340
+ #define HAT 387
341
+ #define WIDEHAT 388
342
+ #define CHECK 389
343
+ #define WIDECHECK 390
344
+ #define TILDE 391
345
+ #define WIDETILDE 392
346
+ #define DOT 393
347
+ #define DDOT 394
348
+ #define DDDOT 395
349
+ #define DDDDOT 396
350
+ #define UNARYMINUS 397
351
+ #define UNARYPLUS 398
352
+ #define BEGINENV 399
353
+ #define ENDENV 400
354
+ #define MATRIX 401
355
+ #define PMATRIX 402
356
+ #define BMATRIX 403
357
+ #define BBMATRIX 404
358
+ #define VMATRIX 405
359
+ #define VVMATRIX 406
360
+ #define SVG 407
361
+ #define ENDSVG 408
362
+ #define SMALLMATRIX 409
363
+ #define CASES 410
364
+ #define ALIGNED 411
365
+ #define GATHERED 412
366
+ #define SUBSTACK 413
367
+ #define PMOD 414
368
+ #define RMCHAR 415
369
+ #define COLOR 416
370
+ #define BGCOLOR 417
371
+ #define XARROW 418
372
+ #define OPTARGOPEN 419
373
+ #define OPTARGCLOSE 420
374
+ #define ITEXNUM 421
375
+ #define RAISEBOX 422
376
+ #define NEG 423
365
377
 
366
378
 
367
379
 
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: 3
4
+ hash: 1
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 5
9
- - 0
10
- version: 1.5.0
9
+ - 1
10
+ version: 1.5.1
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: 2013-12-08 00:00:00 Z
18
+ date: 2014-01-05 00:00:00 Z
19
19
  dependencies: []
20
20
 
21
21
  description: itextomml provides native Ruby bindings to itex2MML, which converts itex equations to MathML.