~ubuntu-branches/ubuntu/lucid/dblatex/lucid

« back to all changes in this revision

Viewing changes to tests/mathml/mmltest2.xml

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Hoenen
  • Date: 2006-05-15 19:59:06 UTC
  • Revision ID: james.westby@ubuntu.com-20060515195906-jg9x08tsfbi35m2x
Tags: upstream-0.1.9
ImportĀ upstreamĀ versionĀ 0.1.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="iso-8859-1"?>
 
2
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook MathML Module V1.0//EN"
 
3
         "dbmathml.dtd">
 
4
<book xmlns:mml="http://www.w3.org/1998/Math/MathML">
 
5
<title>W3C MathML Test Suite Extracts</title>
 
6
<chapter>
 
7
<title>Introduction</title>
 
8
<para>This file is automatically generated from the MathML Testsuite
 
9
  tree, and contains a large excerpt of the tree</para>.
 
10
<para>The tests whose path or name contain the following words are not
 
11
    included in this file:</para>
 
12
    <itemizedlist>
 
13
<listitem><para>ErrorHandling</para></listitem>
 
14
<listitem><para>mfracZComp1</para></listitem>
 
15
<listitem><para>Characters</para></listitem>
 
16
<listitem><para>arccos3</para></listitem>
 
17
<listitem><para>TortureTests</para></listitem>
 
18
<listitem><para>mlabeledtr1</para></listitem>
 
19
<listitem><para>mlabeledtrAside1</para></listitem>
 
20
<listitem><para>mlabeledtrAside2</para></listitem>
 
21
<listitem><para>rec-mlabeledtr</para></listitem>
 
22
<listitem><para>mtable1</para></listitem>
 
23
<listitem><para>mtableBspan3</para></listitem>
 
24
<listitem><para>mtableBgap1</para></listitem>
 
25
<listitem><para>intNested3</para></listitem>
 
26
<listitem><para>deprecated-test3</para></listitem>
 
27
<listitem><para>miequivalents11</para></listitem>
 
28
<listitem><para>accents2</para></listitem>
 
29
<listitem><para>accents4</para></listitem>
 
30
<listitem><para>indent1</para></listitem>
 
31
<listitem><para>indent2</para></listitem>
 
32
<listitem><para>mixed4</para></listitem>
 
33
<listitem><para>multinewline3</para></listitem>
 
34
<listitem><para>newline1</para></listitem>
 
35
<listitem><para>newline2</para></listitem>
 
36
<listitem><para>white5</para></listitem>
 
37
<listitem><para>white6</para></listitem>
 
38
<listitem><para>white7</para></listitem>
 
39
<listitem><para>white8</para></listitem>
 
40
<listitem><para>white10</para></listitem>
 
41
</itemizedlist>
 
42
</chapter>
 
43
<chapter><title>Content</title>
 
44
<sect1><title>ArithmeticAlgebraLogic</title>
 
45
<sect2><title>abs</title>
 
46
<sect3><title>abs1.mml</title>
 
47
<programlisting>
 
48
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
49
      <apply> 
 
50
        <abs/> 
 
51
        <apply> 
 
52
          <divide/> 
 
53
          <ci> H </ci> 
 
54
          <ci> K </ci> 
 
55
        </apply> 
 
56
      </apply> 
 
57
    </mml:math>]]>
 
58
</programlisting>
 
59
<para>is rendered as:</para>
 
60
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
61
      <apply> 
 
62
        <abs/> 
 
63
        <apply> 
 
64
          <divide/> 
 
65
          <ci> H </ci> 
 
66
          <ci> K </ci> 
 
67
        </apply> 
 
68
      </apply> 
 
69
    </mml:math></sect3>
 
70
<sect3><title>abs2.mml</title>
 
71
<programlisting>
 
72
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
73
      <apply> 
 
74
        <abs/> 
 
75
        <apply> 
 
76
          <plus/> 
 
77
          <ci> x </ci> 
 
78
          <ci> y </ci> 
 
79
          <ci> z </ci> 
 
80
        </apply> 
 
81
      </apply> 
 
82
    </mml:math>]]>
 
83
</programlisting>
 
84
<para>is rendered as:</para>
 
85
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
86
      <apply> 
 
87
        <abs/> 
 
88
        <apply> 
 
89
          <plus/> 
 
90
          <ci> x </ci> 
 
91
          <ci> y </ci> 
 
92
          <ci> z </ci> 
 
93
        </apply> 
 
94
      </apply> 
 
95
    </mml:math></sect3>
 
96
<sect3><title>rec-abs3.mml</title>
 
97
<programlisting>
 
98
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
99
      <apply> 
 
100
        <abs/> 
 
101
        <ci> x </ci> 
 
102
      </apply> 
 
103
    </mml:math>]]>
 
104
</programlisting>
 
105
<para>is rendered as:</para>
 
106
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
107
      <apply> 
 
108
        <abs/> 
 
109
        <ci> x </ci> 
 
110
      </apply> 
 
111
    </mml:math></sect3>
 
112
</sect2>
 
113
<sect2><title>and</title>
 
114
<sect3><title>and1.mml</title>
 
115
<programlisting>
 
116
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
117
      <apply> 
 
118
        <and/> 
 
119
        <apply> 
 
120
          <gt/> 
 
121
          <ci> x </ci> 
 
122
          <cn> 0 </cn> 
 
123
        </apply> 
 
124
        <apply> 
 
125
          <lt/> 
 
126
          <ci> x </ci> 
 
127
          <cn> 1 </cn> 
 
128
        </apply> 
 
129
      </apply> 
 
130
    </mml:math>]]>
 
131
</programlisting>
 
132
<para>is rendered as:</para>
 
133
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
134
      <apply> 
 
135
        <and/> 
 
136
        <apply> 
 
137
          <gt/> 
 
138
          <ci> x </ci> 
 
139
          <cn> 0 </cn> 
 
140
        </apply> 
 
141
        <apply> 
 
142
          <lt/> 
 
143
          <ci> x </ci> 
 
144
          <cn> 1 </cn> 
 
145
        </apply> 
 
146
      </apply> 
 
147
    </mml:math></sect3>
 
148
<sect3><title>and2.mml</title>
 
149
<programlisting>
 
150
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
151
      <apply> 
 
152
        <and/> 
 
153
        <reln> 
 
154
          <gt/> 
 
155
          <ci> x </ci> 
 
156
          <cn> 0 </cn> 
 
157
        </reln> 
 
158
        <reln> 
 
159
          <lt/> 
 
160
          <ci> x </ci> 
 
161
          <cn> 1 </cn> 
 
162
        </reln> 
 
163
      </apply> 
 
164
    </mml:math>]]>
 
165
</programlisting>
 
166
<para>is rendered as:</para>
 
167
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
168
      <apply> 
 
169
        <and/> 
 
170
        <reln> 
 
171
          <gt/> 
 
172
          <ci> x </ci> 
 
173
          <cn> 0 </cn> 
 
174
        </reln> 
 
175
        <reln> 
 
176
          <lt/> 
 
177
          <ci> x </ci> 
 
178
          <cn> 1 </cn> 
 
179
        </reln> 
 
180
      </apply> 
 
181
    </mml:math></sect3>
 
182
<sect3><title>rec-and2.mml</title>
 
183
<programlisting>
 
184
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
185
      <apply> 
 
186
        <and/> 
 
187
        <ci> a </ci> 
 
188
        <ci> b </ci> 
 
189
      </apply> 
 
190
    </mml:math>]]>
 
191
</programlisting>
 
192
<para>is rendered as:</para>
 
193
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
194
      <apply> 
 
195
        <and/> 
 
196
        <ci> a </ci> 
 
197
        <ci> b </ci> 
 
198
      </apply> 
 
199
    </mml:math></sect3>
 
200
</sect2>
 
201
<sect2><title>arg</title>
 
202
<sect3><title>rec-arg1.mml</title>
 
203
<programlisting>
 
204
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
205
      <apply> 
 
206
        <arg/> 
 
207
        <apply> 
 
208
          <plus /> 
 
209
          <ci> x </ci> 
 
210
          <apply> 
 
211
            <times/> 
 
212
            <cn> &#x02148; </cn> 
 
213
            <ci> y </ci> 
 
214
          </apply> 
 
215
        </apply> 
 
216
      </apply> 
 
217
    </mml:math>]]>
 
218
</programlisting>
 
219
<para>is rendered as:</para>
 
220
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
221
      <apply> 
 
222
        <arg/> 
 
223
        <apply> 
 
224
          <plus /> 
 
225
          <ci> x </ci> 
 
226
          <apply> 
 
227
            <times/> 
 
228
            <cn> &#x02148; </cn> 
 
229
            <ci> y </ci> 
 
230
          </apply> 
 
231
        </apply> 
 
232
      </apply> 
 
233
    </mml:math></sect3>
 
234
</sect2>
 
235
<sect2><title>arithmetic_1.mml</title>
 
236
<programlisting>
 
237
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
238
      <apply> 
 
239
        <plus/> 
 
240
        <apply> 
 
241
          <times/> 
 
242
          <ci>a</ci> 
 
243
          <ci>b</ci> 
 
244
        </apply> 
 
245
        <ci>c</ci> 
 
246
      </apply> 
 
247
    </mml:math>]]>
 
248
</programlisting>
 
249
<para>is rendered as:</para>
 
250
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
251
      <apply> 
 
252
        <plus/> 
 
253
        <apply> 
 
254
          <times/> 
 
255
          <ci>a</ci> 
 
256
          <ci>b</ci> 
 
257
        </apply> 
 
258
        <ci>c</ci> 
 
259
      </apply> 
 
260
    </mml:math></sect2>
 
261
<sect2><title>arithmetic_2.mml</title>
 
262
<programlisting>
 
263
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
264
      <apply> 
 
265
        <plus/> 
 
266
        <apply> 
 
267
          <times/> 
 
268
          <cn>2</cn> 
 
269
          <ci>x</ci> 
 
270
        </apply> 
 
271
        <apply> 
 
272
          <times/> 
 
273
          <ci>a</ci> 
 
274
          <ci>b</ci> 
 
275
        </apply> 
 
276
      </apply> 
 
277
    </mml:math>]]>
 
278
</programlisting>
 
279
<para>is rendered as:</para>
 
280
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
281
      <apply> 
 
282
        <plus/> 
 
283
        <apply> 
 
284
          <times/> 
 
285
          <cn>2</cn> 
 
286
          <ci>x</ci> 
 
287
        </apply> 
 
288
        <apply> 
 
289
          <times/> 
 
290
          <ci>a</ci> 
 
291
          <ci>b</ci> 
 
292
        </apply> 
 
293
      </apply> 
 
294
    </mml:math></sect2>
 
295
<sect2><title>arithmetic_3.mml</title>
 
296
<programlisting>
 
297
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
298
      <apply> 
 
299
        <plus/> 
 
300
        <ci>x</ci> 
 
301
        <apply> 
 
302
          <times/> 
 
303
          <ci>y</ci> 
 
304
          <ci>z</ci> 
 
305
        </apply> 
 
306
        <ci>z</ci> 
 
307
      </apply> 
 
308
    </mml:math>]]>
 
309
</programlisting>
 
310
<para>is rendered as:</para>
 
311
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
312
      <apply> 
 
313
        <plus/> 
 
314
        <ci>x</ci> 
 
315
        <apply> 
 
316
          <times/> 
 
317
          <ci>y</ci> 
 
318
          <ci>z</ci> 
 
319
        </apply> 
 
320
        <ci>z</ci> 
 
321
      </apply> 
 
322
    </mml:math></sect2>
 
323
<sect2><title>arithmetic_4.mml</title>
 
324
<programlisting>
 
325
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
326
      <apply> 
 
327
        <minus/> 
 
328
        <apply> 
 
329
          <times/> 
 
330
          <ci>x</ci> 
 
331
          <apply> 
 
332
            <plus/> 
 
333
            <apply> 
 
334
              <divide/> 
 
335
              <ci>a</ci> 
 
336
              <ci>b</ci> 
 
337
            </apply> 
 
338
            <ci>c</ci> 
 
339
          </apply> 
 
340
        </apply> 
 
341
        <cn>1</cn> 
 
342
      </apply> 
 
343
    </mml:math>]]>
 
344
</programlisting>
 
345
<para>is rendered as:</para>
 
346
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
347
      <apply> 
 
348
        <minus/> 
 
349
        <apply> 
 
350
          <times/> 
 
351
          <ci>x</ci> 
 
352
          <apply> 
 
353
            <plus/> 
 
354
            <apply> 
 
355
              <divide/> 
 
356
              <ci>a</ci> 
 
357
              <ci>b</ci> 
 
358
            </apply> 
 
359
            <ci>c</ci> 
 
360
          </apply> 
 
361
        </apply> 
 
362
        <cn>1</cn> 
 
363
      </apply> 
 
364
    </mml:math></sect2>
 
365
<sect2><title>ceiling</title>
 
366
<sect3><title>rec-ceiling1.mml</title>
 
367
<programlisting>
 
368
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
369
      <apply> 
 
370
        <ceiling/> 
 
371
        <ci> a </ci> 
 
372
      </apply> 
 
373
    </mml:math>]]>
 
374
</programlisting>
 
375
<para>is rendered as:</para>
 
376
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
377
      <apply> 
 
378
        <ceiling/> 
 
379
        <ci> a </ci> 
 
380
      </apply> 
 
381
    </mml:math></sect3>
 
382
<sect3><title>rec-ceiling2.mml</title>
 
383
<programlisting>
 
384
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
385
      <apply> 
 
386
        <forall/> 
 
387
        <bvar> 
 
388
          <ci> a </ci> 
 
389
        </bvar> 
 
390
        <apply> 
 
391
          <and/> 
 
392
          <apply> 
 
393
            <lt/> 
 
394
            <apply> 
 
395
              <minus/> 
 
396
              <apply> 
 
397
                <ceiling/> 
 
398
                <ci>a</ci> 
 
399
              </apply> 
 
400
              <cn>1</cn> 
 
401
            </apply> 
 
402
            <ci>a</ci> 
 
403
          </apply> 
 
404
          <apply> 
 
405
            <leq/> 
 
406
            <ci>a</ci> 
 
407
            <apply> 
 
408
              <ceiling/> 
 
409
              <ci>a</ci> 
 
410
            </apply> 
 
411
          </apply> 
 
412
        </apply> 
 
413
      </apply> 
 
414
    </mml:math>]]>
 
415
</programlisting>
 
416
<para>is rendered as:</para>
 
417
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
418
      <apply> 
 
419
        <forall/> 
 
420
        <bvar> 
 
421
          <ci> a </ci> 
 
422
        </bvar> 
 
423
        <apply> 
 
424
          <and/> 
 
425
          <apply> 
 
426
            <lt/> 
 
427
            <apply> 
 
428
              <minus/> 
 
429
              <apply> 
 
430
                <ceiling/> 
 
431
                <ci>a</ci> 
 
432
              </apply> 
 
433
              <cn>1</cn> 
 
434
            </apply> 
 
435
            <ci>a</ci> 
 
436
          </apply> 
 
437
          <apply> 
 
438
            <leq/> 
 
439
            <ci>a</ci> 
 
440
            <apply> 
 
441
              <ceiling/> 
 
442
              <ci>a</ci> 
 
443
            </apply> 
 
444
          </apply> 
 
445
        </apply> 
 
446
      </apply> 
 
447
    </mml:math></sect3>
 
448
</sect2>
 
449
<sect2><title>conjugate</title>
 
450
<sect3><title>rec-conjugate1.mml</title>
 
451
<programlisting>
 
452
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
453
      <apply> 
 
454
        <conjugate/> 
 
455
        <apply> 
 
456
          <plus/> 
 
457
          <ci> x </ci> 
 
458
          <apply> 
 
459
            <times/> 
 
460
            <cn> &#x02148; </cn> 
 
461
            <ci> y </ci> 
 
462
          </apply> 
 
463
        </apply> 
 
464
      </apply> 
 
465
    </mml:math>]]>
 
466
</programlisting>
 
467
<para>is rendered as:</para>
 
468
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
469
      <apply> 
 
470
        <conjugate/> 
 
471
        <apply> 
 
472
          <plus/> 
 
473
          <ci> x </ci> 
 
474
          <apply> 
 
475
            <times/> 
 
476
            <cn> &#x02148; </cn> 
 
477
            <ci> y </ci> 
 
478
          </apply> 
 
479
        </apply> 
 
480
      </apply> 
 
481
    </mml:math></sect3>
 
482
</sect2>
 
483
<sect2><title>divide</title>
 
484
<sect3><title>divide1.mml</title>
 
485
<programlisting>
 
486
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
487
      <apply> 
 
488
        <minus/> 
 
489
        <apply> 
 
490
          <divide/> 
 
491
          <ci>a</ci> 
 
492
          <ci>b</ci> 
 
493
        </apply> 
 
494
      </apply> 
 
495
    </mml:math>]]>
 
496
</programlisting>
 
497
<para>is rendered as:</para>
 
498
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
499
      <apply> 
 
500
        <minus/> 
 
501
        <apply> 
 
502
          <divide/> 
 
503
          <ci>a</ci> 
 
504
          <ci>b</ci> 
 
505
        </apply> 
 
506
      </apply> 
 
507
    </mml:math></sect3>
 
508
<sect3><title>divide2.mml</title>
 
509
<programlisting>
 
510
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
511
      <apply> 
 
512
        <divide/> 
 
513
        <apply> 
 
514
          <plus/> 
 
515
          <ci>a</ci> 
 
516
          <ci>b</ci> 
 
517
        </apply> 
 
518
        <apply> 
 
519
          <minus/> 
 
520
          <ci>a</ci> 
 
521
          <ci>b</ci> 
 
522
        </apply> 
 
523
      </apply> 
 
524
    </mml:math>]]>
 
525
</programlisting>
 
526
<para>is rendered as:</para>
 
527
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
528
      <apply> 
 
529
        <divide/> 
 
530
        <apply> 
 
531
          <plus/> 
 
532
          <ci>a</ci> 
 
533
          <ci>b</ci> 
 
534
        </apply> 
 
535
        <apply> 
 
536
          <minus/> 
 
537
          <ci>a</ci> 
 
538
          <ci>b</ci> 
 
539
        </apply> 
 
540
      </apply> 
 
541
    </mml:math></sect3>
 
542
<sect3><title>divide3.mml</title>
 
543
<programlisting>
 
544
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
545
      <apply> 
 
546
        <divide/> 
 
547
        <apply> 
 
548
          <plus/> 
 
549
          <ci>a</ci> 
 
550
          <ci>b</ci> 
 
551
        </apply> 
 
552
        <apply> 
 
553
          <divide/> 
 
554
          <ci>a</ci> 
 
555
          <ci>b</ci> 
 
556
        </apply> 
 
557
      </apply> 
 
558
    </mml:math>]]>
 
559
</programlisting>
 
560
<para>is rendered as:</para>
 
561
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
562
      <apply> 
 
563
        <divide/> 
 
564
        <apply> 
 
565
          <plus/> 
 
566
          <ci>a</ci> 
 
567
          <ci>b</ci> 
 
568
        </apply> 
 
569
        <apply> 
 
570
          <divide/> 
 
571
          <ci>a</ci> 
 
572
          <ci>b</ci> 
 
573
        </apply> 
 
574
      </apply> 
 
575
    </mml:math></sect3>
 
576
<sect3><title>divide5.mml</title>
 
577
<programlisting>
 
578
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
579
      <apply>
 
580
        <minus/>
 
581
        <apply>
 
582
          <divide/>
 
583
          <apply>
 
584
            <plus/>
 
585
            <ci>a</ci>
 
586
            <ci>b</ci>
 
587
          </apply>
 
588
          <apply>
 
589
            <minus/>
 
590
            <ci>a</ci>
 
591
            <ci>b</ci>
 
592
          </apply>
 
593
        </apply>
 
594
      </apply>
 
595
    </mml:math>]]>
 
596
</programlisting>
 
597
<para>is rendered as:</para>
 
598
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
599
      <apply>
 
600
        <minus/>
 
601
        <apply>
 
602
          <divide/>
 
603
          <apply>
 
604
            <plus/>
 
605
            <ci>a</ci>
 
606
            <ci>b</ci>
 
607
          </apply>
 
608
          <apply>
 
609
            <minus/>
 
610
            <ci>a</ci>
 
611
            <ci>b</ci>
 
612
          </apply>
 
613
        </apply>
 
614
      </apply>
 
615
    </mml:math></sect3>
 
616
<sect3><title>rec-divide4.mml</title>
 
617
<programlisting>
 
618
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
619
      <apply> 
 
620
        <divide/> 
 
621
        <ci> a </ci> 
 
622
        <ci> b </ci> 
 
623
      </apply> 
 
624
    </mml:math>]]>
 
625
</programlisting>
 
626
<para>is rendered as:</para>
 
627
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
628
      <apply> 
 
629
        <divide/> 
 
630
        <ci> a </ci> 
 
631
        <ci> b </ci> 
 
632
      </apply> 
 
633
    </mml:math></sect3>
 
634
</sect2>
 
635
<sect2><title>exists</title>
 
636
<sect3><title>rec-exists1.mml</title>
 
637
<programlisting>
 
638
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
639
      <apply> 
 
640
        <exists/> 
 
641
        <bvar> 
 
642
          <ci> x </ci> 
 
643
        </bvar> 
 
644
        <apply> 
 
645
          <eq/> 
 
646
          <apply> 
 
647
            <fn> 
 
648
              <ci> f </ci> 
 
649
            </fn> 
 
650
            <ci> x </ci> 
 
651
          </apply> 
 
652
          <cn>0</cn> 
 
653
        </apply> 
 
654
      </apply> 
 
655
    </mml:math>]]>
 
656
</programlisting>
 
657
<para>is rendered as:</para>
 
658
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
659
      <apply> 
 
660
        <exists/> 
 
661
        <bvar> 
 
662
          <ci> x </ci> 
 
663
        </bvar> 
 
664
        <apply> 
 
665
          <eq/> 
 
666
          <apply> 
 
667
            <fn> 
 
668
              <ci> f </ci> 
 
669
            </fn> 
 
670
            <ci> x </ci> 
 
671
          </apply> 
 
672
          <cn>0</cn> 
 
673
        </apply> 
 
674
      </apply> 
 
675
    </mml:math></sect3>
 
676
</sect2>
 
677
<sect2><title>factorial</title>
 
678
<sect3><title>factorial1.mml</title>
 
679
<programlisting>
 
680
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
681
      <apply> 
 
682
        <factorial/> 
 
683
        <apply> 
 
684
          <plus/> 
 
685
          <apply> 
 
686
            <plus/> 
 
687
            <ci> n </ci> 
 
688
            <ci> m </ci> 
 
689
          </apply> 
 
690
          <ci>x</ci> 
 
691
        </apply> 
 
692
      </apply> 
 
693
    </mml:math>]]>
 
694
</programlisting>
 
695
<para>is rendered as:</para>
 
696
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
697
      <apply> 
 
698
        <factorial/> 
 
699
        <apply> 
 
700
          <plus/> 
 
701
          <apply> 
 
702
            <plus/> 
 
703
            <ci> n </ci> 
 
704
            <ci> m </ci> 
 
705
          </apply> 
 
706
          <ci>x</ci> 
 
707
        </apply> 
 
708
      </apply> 
 
709
    </mml:math></sect3>
 
710
<sect3><title>factorial3.mml</title>
 
711
<programlisting>
 
712
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
713
      <apply> 
 
714
        <factorial/> 
 
715
        <apply> 
 
716
          <plus/> 
 
717
          <ci> a </ci> 
 
718
          <ci> b </ci> 
 
719
        </apply> 
 
720
      </apply> 
 
721
    </mml:math>]]>
 
722
</programlisting>
 
723
<para>is rendered as:</para>
 
724
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
725
      <apply> 
 
726
        <factorial/> 
 
727
        <apply> 
 
728
          <plus/> 
 
729
          <ci> a </ci> 
 
730
          <ci> b </ci> 
 
731
        </apply> 
 
732
      </apply> 
 
733
    </mml:math></sect3>
 
734
<sect3><title>factorial4.mml</title>
 
735
<programlisting>
 
736
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
737
      <apply> 
 
738
        <factorial/> 
 
739
        <apply> 
 
740
          <divide/> 
 
741
          <ci> n </ci> 
 
742
          <ci> m </ci> 
 
743
        </apply> 
 
744
      </apply> 
 
745
    </mml:math>]]>
 
746
</programlisting>
 
747
<para>is rendered as:</para>
 
748
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
749
      <apply> 
 
750
        <factorial/> 
 
751
        <apply> 
 
752
          <divide/> 
 
753
          <ci> n </ci> 
 
754
          <ci> m </ci> 
 
755
        </apply> 
 
756
      </apply> 
 
757
    </mml:math></sect3>
 
758
<sect3><title>rec-factorial2.mml</title>
 
759
<programlisting>
 
760
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
761
      <apply> 
 
762
        <factorial/> 
 
763
        <ci> n </ci> 
 
764
      </apply> 
 
765
    </mml:math>]]>
 
766
</programlisting>
 
767
<para>is rendered as:</para>
 
768
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
769
      <apply> 
 
770
        <factorial/> 
 
771
        <ci> n </ci> 
 
772
      </apply> 
 
773
    </mml:math></sect3>
 
774
</sect2>
 
775
<sect2><title>floor</title>
 
776
<sect3><title>rec-floor1.mml</title>
 
777
<programlisting>
 
778
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
779
      <apply> 
 
780
        <floor/> 
 
781
        <ci> a </ci> 
 
782
      </apply> 
 
783
    </mml:math>]]>
 
784
</programlisting>
 
785
<para>is rendered as:</para>
 
786
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
787
      <apply> 
 
788
        <floor/> 
 
789
        <ci> a </ci> 
 
790
      </apply> 
 
791
    </mml:math></sect3>
 
792
<sect3><title>rec-floor2.mml</title>
 
793
<programlisting>
 
794
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
795
      <apply> 
 
796
        <forall/> 
 
797
        <bvar> 
 
798
          <ci> a </ci> 
 
799
        </bvar> 
 
800
        <apply> 
 
801
          <and/> 
 
802
          <apply> 
 
803
            <leq/> 
 
804
            <apply> 
 
805
              <floor/> 
 
806
              <ci>a</ci> 
 
807
            </apply> 
 
808
            <ci>a</ci> 
 
809
          </apply> 
 
810
          <apply> 
 
811
            <lt/> 
 
812
            <ci>a</ci> 
 
813
            <apply> 
 
814
              <plus/> 
 
815
              <apply> 
 
816
                <floor/> 
 
817
                <ci>a</ci> 
 
818
              </apply> 
 
819
              <cn>1</cn> 
 
820
            </apply> 
 
821
          </apply> 
 
822
        </apply> 
 
823
      </apply> 
 
824
    </mml:math>]]>
 
825
</programlisting>
 
826
<para>is rendered as:</para>
 
827
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
828
      <apply> 
 
829
        <forall/> 
 
830
        <bvar> 
 
831
          <ci> a </ci> 
 
832
        </bvar> 
 
833
        <apply> 
 
834
          <and/> 
 
835
          <apply> 
 
836
            <leq/> 
 
837
            <apply> 
 
838
              <floor/> 
 
839
              <ci>a</ci> 
 
840
            </apply> 
 
841
            <ci>a</ci> 
 
842
          </apply> 
 
843
          <apply> 
 
844
            <lt/> 
 
845
            <ci>a</ci> 
 
846
            <apply> 
 
847
              <plus/> 
 
848
              <apply> 
 
849
                <floor/> 
 
850
                <ci>a</ci> 
 
851
              </apply> 
 
852
              <cn>1</cn> 
 
853
            </apply> 
 
854
          </apply> 
 
855
        </apply> 
 
856
      </apply> 
 
857
    </mml:math></sect3>
 
858
</sect2>
 
859
<sect2><title>forall</title>
 
860
<sect3><title>forall1.mml</title>
 
861
<programlisting>
 
862
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
863
      <apply> 
 
864
        <not/> 
 
865
        <apply> 
 
866
          <forall/> 
 
867
          <bvar> 
 
868
            <ci>s</ci> 
 
869
          </bvar> 
 
870
          <condition> 
 
871
            <apply> 
 
872
              <in/> 
 
873
              <ci>s</ci> 
 
874
              <ci>S</ci> 
 
875
            </apply> 
 
876
          </condition> 
 
877
          <apply> 
 
878
            <in/> 
 
879
            <apply> 
 
880
              <fn> 
 
881
                <ci>f</ci> 
 
882
              </fn> 
 
883
              <ci>x</ci> 
 
884
            </apply> 
 
885
            <ci>T</ci> 
 
886
          </apply> 
 
887
        </apply> 
 
888
      </apply> 
 
889
    </mml:math>]]>
 
890
</programlisting>
 
891
<para>is rendered as:</para>
 
892
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
893
      <apply> 
 
894
        <not/> 
 
895
        <apply> 
 
896
          <forall/> 
 
897
          <bvar> 
 
898
            <ci>s</ci> 
 
899
          </bvar> 
 
900
          <condition> 
 
901
            <apply> 
 
902
              <in/> 
 
903
              <ci>s</ci> 
 
904
              <ci>S</ci> 
 
905
            </apply> 
 
906
          </condition> 
 
907
          <apply> 
 
908
            <in/> 
 
909
            <apply> 
 
910
              <fn> 
 
911
                <ci>f</ci> 
 
912
              </fn> 
 
913
              <ci>x</ci> 
 
914
            </apply> 
 
915
            <ci>T</ci> 
 
916
          </apply> 
 
917
        </apply> 
 
918
      </apply> 
 
919
    </mml:math></sect3>
 
920
<sect3><title>forall2.mml</title>
 
921
<programlisting>
 
922
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
923
      <apply>
 
924
        <forall/>
 
925
        <bvar>
 
926
          <ci>x</ci>
 
927
        </bvar>
 
928
      </apply>
 
929
    </mml:math>]]>
 
930
</programlisting>
 
931
<para>is rendered as:</para>
 
932
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
933
      <apply>
 
934
        <forall/>
 
935
        <bvar>
 
936
          <ci>x</ci>
 
937
        </bvar>
 
938
      </apply>
 
939
    </mml:math></sect3>
 
940
<sect3><title>rec-forall2.mml</title>
 
941
<programlisting>
 
942
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
943
      <apply> 
 
944
        <forall/> 
 
945
        <bvar> 
 
946
          <ci> x </ci> 
 
947
        </bvar> 
 
948
        <apply> 
 
949
          <eq/> 
 
950
          <apply> 
 
951
            <minus/> 
 
952
            <ci> x </ci> 
 
953
            <ci> x </ci> 
 
954
          </apply> 
 
955
          <cn>0</cn> 
 
956
        </apply> 
 
957
      </apply> 
 
958
    </mml:math>]]>
 
959
</programlisting>
 
960
<para>is rendered as:</para>
 
961
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
962
      <apply> 
 
963
        <forall/> 
 
964
        <bvar> 
 
965
          <ci> x </ci> 
 
966
        </bvar> 
 
967
        <apply> 
 
968
          <eq/> 
 
969
          <apply> 
 
970
            <minus/> 
 
971
            <ci> x </ci> 
 
972
            <ci> x </ci> 
 
973
          </apply> 
 
974
          <cn>0</cn> 
 
975
        </apply> 
 
976
      </apply> 
 
977
    </mml:math></sect3>
 
978
<sect3><title>rec-forall3.mml</title>
 
979
<programlisting>
 
980
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
981
      <apply> 
 
982
        <forall/> 
 
983
        <bvar> 
 
984
          <ci> p </ci> 
 
985
        </bvar> 
 
986
        <bvar> 
 
987
          <ci> q </ci> 
 
988
        </bvar> 
 
989
        <condition> 
 
990
          <apply> 
 
991
            <and/> 
 
992
            <apply> 
 
993
              <in/> 
 
994
              <ci> p </ci> 
 
995
              <rationals/> 
 
996
            </apply> 
 
997
            <apply> 
 
998
              <in/> 
 
999
              <ci> q </ci> 
 
1000
              <rationals/> 
 
1001
            </apply> 
 
1002
            <apply> 
 
1003
              <lt/> 
 
1004
              <ci> p </ci> 
 
1005
              <ci> q </ci> 
 
1006
            </apply> 
 
1007
          </apply> 
 
1008
        </condition> 
 
1009
        <apply> 
 
1010
          <lt/> 
 
1011
          <ci> p </ci> 
 
1012
          <apply> 
 
1013
            <power/> 
 
1014
            <ci> q </ci> 
 
1015
            <cn> 2 </cn> 
 
1016
          </apply> 
 
1017
        </apply> 
 
1018
      </apply> 
 
1019
    </mml:math>]]>
 
1020
</programlisting>
 
1021
<para>is rendered as:</para>
 
1022
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1023
      <apply> 
 
1024
        <forall/> 
 
1025
        <bvar> 
 
1026
          <ci> p </ci> 
 
1027
        </bvar> 
 
1028
        <bvar> 
 
1029
          <ci> q </ci> 
 
1030
        </bvar> 
 
1031
        <condition> 
 
1032
          <apply> 
 
1033
            <and/> 
 
1034
            <apply> 
 
1035
              <in/> 
 
1036
              <ci> p </ci> 
 
1037
              <rationals/> 
 
1038
            </apply> 
 
1039
            <apply> 
 
1040
              <in/> 
 
1041
              <ci> q </ci> 
 
1042
              <rationals/> 
 
1043
            </apply> 
 
1044
            <apply> 
 
1045
              <lt/> 
 
1046
              <ci> p </ci> 
 
1047
              <ci> q </ci> 
 
1048
            </apply> 
 
1049
          </apply> 
 
1050
        </condition> 
 
1051
        <apply> 
 
1052
          <lt/> 
 
1053
          <ci> p </ci> 
 
1054
          <apply> 
 
1055
            <power/> 
 
1056
            <ci> q </ci> 
 
1057
            <cn> 2 </cn> 
 
1058
          </apply> 
 
1059
        </apply> 
 
1060
      </apply> 
 
1061
    </mml:math></sect3>
 
1062
<sect3><title>rec-forall4.mml</title>
 
1063
<programlisting>
 
1064
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1065
      <apply> 
 
1066
        <forall/> 
 
1067
        <bvar> 
 
1068
          <ci> n </ci> 
 
1069
        </bvar> 
 
1070
        <condition> 
 
1071
          <apply> 
 
1072
            <and/> 
 
1073
            <apply> 
 
1074
              <gt/> 
 
1075
              <ci> n </ci> 
 
1076
              <cn> 0 </cn> 
 
1077
            </apply> 
 
1078
            <apply> 
 
1079
              <in/> 
 
1080
              <ci> n </ci> 
 
1081
              <integers/> 
 
1082
            </apply> 
 
1083
          </apply> 
 
1084
        </condition> 
 
1085
        <apply> 
 
1086
          <exists/> 
 
1087
          <bvar> 
 
1088
            <ci> x </ci> 
 
1089
          </bvar> 
 
1090
          <bvar> 
 
1091
            <ci> y </ci> 
 
1092
          </bvar> 
 
1093
          <bvar> 
 
1094
            <ci> z </ci> 
 
1095
          </bvar> 
 
1096
          <condition> 
 
1097
            <apply> 
 
1098
              <and/> 
 
1099
              <apply> 
 
1100
                <in/> 
 
1101
                <ci> x </ci> 
 
1102
                <integers/> 
 
1103
              </apply> 
 
1104
              <apply> 
 
1105
                <in/> 
 
1106
                <ci> y </ci> 
 
1107
                <integers/> 
 
1108
              </apply> 
 
1109
              <apply> 
 
1110
                <in/> 
 
1111
                <ci> z </ci> 
 
1112
                <integers/> 
 
1113
              </apply> 
 
1114
            </apply> 
 
1115
          </condition> 
 
1116
          <apply> 
 
1117
            <eq/> 
 
1118
            <apply> 
 
1119
              <plus/> 
 
1120
              <apply> 
 
1121
                <power/> 
 
1122
                <ci> x </ci> 
 
1123
                <ci> n </ci> 
 
1124
              </apply> 
 
1125
              <apply> 
 
1126
                <power/> 
 
1127
                <ci> y </ci> 
 
1128
                <ci> n </ci> 
 
1129
              </apply> 
 
1130
            </apply> 
 
1131
            <apply> 
 
1132
              <power/> 
 
1133
              <ci> z </ci> 
 
1134
              <ci> n </ci> 
 
1135
            </apply> 
 
1136
          </apply> 
 
1137
        </apply> 
 
1138
      </apply> 
 
1139
    </mml:math>]]>
 
1140
</programlisting>
 
1141
<para>is rendered as:</para>
 
1142
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1143
      <apply> 
 
1144
        <forall/> 
 
1145
        <bvar> 
 
1146
          <ci> n </ci> 
 
1147
        </bvar> 
 
1148
        <condition> 
 
1149
          <apply> 
 
1150
            <and/> 
 
1151
            <apply> 
 
1152
              <gt/> 
 
1153
              <ci> n </ci> 
 
1154
              <cn> 0 </cn> 
 
1155
            </apply> 
 
1156
            <apply> 
 
1157
              <in/> 
 
1158
              <ci> n </ci> 
 
1159
              <integers/> 
 
1160
            </apply> 
 
1161
          </apply> 
 
1162
        </condition> 
 
1163
        <apply> 
 
1164
          <exists/> 
 
1165
          <bvar> 
 
1166
            <ci> x </ci> 
 
1167
          </bvar> 
 
1168
          <bvar> 
 
1169
            <ci> y </ci> 
 
1170
          </bvar> 
 
1171
          <bvar> 
 
1172
            <ci> z </ci> 
 
1173
          </bvar> 
 
1174
          <condition> 
 
1175
            <apply> 
 
1176
              <and/> 
 
1177
              <apply> 
 
1178
                <in/> 
 
1179
                <ci> x </ci> 
 
1180
                <integers/> 
 
1181
              </apply> 
 
1182
              <apply> 
 
1183
                <in/> 
 
1184
                <ci> y </ci> 
 
1185
                <integers/> 
 
1186
              </apply> 
 
1187
              <apply> 
 
1188
                <in/> 
 
1189
                <ci> z </ci> 
 
1190
                <integers/> 
 
1191
              </apply> 
 
1192
            </apply> 
 
1193
          </condition> 
 
1194
          <apply> 
 
1195
            <eq/> 
 
1196
            <apply> 
 
1197
              <plus/> 
 
1198
              <apply> 
 
1199
                <power/> 
 
1200
                <ci> x </ci> 
 
1201
                <ci> n </ci> 
 
1202
              </apply> 
 
1203
              <apply> 
 
1204
                <power/> 
 
1205
                <ci> y </ci> 
 
1206
                <ci> n </ci> 
 
1207
              </apply> 
 
1208
            </apply> 
 
1209
            <apply> 
 
1210
              <power/> 
 
1211
              <ci> z </ci> 
 
1212
              <ci> n </ci> 
 
1213
            </apply> 
 
1214
          </apply> 
 
1215
        </apply> 
 
1216
      </apply> 
 
1217
    </mml:math></sect3>
 
1218
<sect3><title>rec-forall5.mml</title>
 
1219
<programlisting>
 
1220
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1221
      <apply> 
 
1222
        <forall/> 
 
1223
        <bvar> 
 
1224
          <ci> x </ci> 
 
1225
        </bvar> 
 
1226
        <condition> 
 
1227
          <apply> 
 
1228
            <lt/> 
 
1229
            <ci> x </ci> 
 
1230
            <cn> 9 </cn> 
 
1231
          </apply> 
 
1232
        </condition> 
 
1233
        <apply> 
 
1234
          <lt/> 
 
1235
          <ci> x </ci> 
 
1236
          <cn> 10 </cn> 
 
1237
        </apply> 
 
1238
      </apply> 
 
1239
    </mml:math>]]>
 
1240
</programlisting>
 
1241
<para>is rendered as:</para>
 
1242
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1243
      <apply> 
 
1244
        <forall/> 
 
1245
        <bvar> 
 
1246
          <ci> x </ci> 
 
1247
        </bvar> 
 
1248
        <condition> 
 
1249
          <apply> 
 
1250
            <lt/> 
 
1251
            <ci> x </ci> 
 
1252
            <cn> 9 </cn> 
 
1253
          </apply> 
 
1254
        </condition> 
 
1255
        <apply> 
 
1256
          <lt/> 
 
1257
          <ci> x </ci> 
 
1258
          <cn> 10 </cn> 
 
1259
        </apply> 
 
1260
      </apply> 
 
1261
    </mml:math></sect3>
 
1262
<sect3><title>rec-forall6.mml</title>
 
1263
<programlisting>
 
1264
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1265
      <apply>
 
1266
        <eq/>
 
1267
        <apply>
 
1268
          <not/>
 
1269
          <apply>
 
1270
            <forall/>
 
1271
            <bvar>
 
1272
              <ci>s</ci>
 
1273
            </bvar>
 
1274
            <condition>
 
1275
              <apply>
 
1276
                <in/>
 
1277
                <ci>s</ci>
 
1278
                <ci>S</ci>
 
1279
              </apply>
 
1280
            </condition>
 
1281
            <apply>
 
1282
              <in/>
 
1283
              <apply>
 
1284
                <fn>
 
1285
                  <ci>f</ci>
 
1286
                </fn>
 
1287
                <ci>x</ci>
 
1288
              </apply>
 
1289
              <ci>T</ci>
 
1290
            </apply>
 
1291
          </apply>
 
1292
        </apply>
 
1293
        <apply>
 
1294
          <exists/>
 
1295
          <bvar>
 
1296
            <ci>s</ci>
 
1297
          </bvar>
 
1298
          <condition>
 
1299
            <apply>
 
1300
              <in/>
 
1301
              <ci>s</ci>
 
1302
              <ci>S</ci>
 
1303
            </apply>
 
1304
          </condition>
 
1305
        </apply>
 
1306
      </apply>
 
1307
    </mml:math>]]>
 
1308
</programlisting>
 
1309
<para>is rendered as:</para>
 
1310
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1311
      <apply>
 
1312
        <eq/>
 
1313
        <apply>
 
1314
          <not/>
 
1315
          <apply>
 
1316
            <forall/>
 
1317
            <bvar>
 
1318
              <ci>s</ci>
 
1319
            </bvar>
 
1320
            <condition>
 
1321
              <apply>
 
1322
                <in/>
 
1323
                <ci>s</ci>
 
1324
                <ci>S</ci>
 
1325
              </apply>
 
1326
            </condition>
 
1327
            <apply>
 
1328
              <in/>
 
1329
              <apply>
 
1330
                <fn>
 
1331
                  <ci>f</ci>
 
1332
                </fn>
 
1333
                <ci>x</ci>
 
1334
              </apply>
 
1335
              <ci>T</ci>
 
1336
            </apply>
 
1337
          </apply>
 
1338
        </apply>
 
1339
        <apply>
 
1340
          <exists/>
 
1341
          <bvar>
 
1342
            <ci>s</ci>
 
1343
          </bvar>
 
1344
          <condition>
 
1345
            <apply>
 
1346
              <in/>
 
1347
              <ci>s</ci>
 
1348
              <ci>S</ci>
 
1349
            </apply>
 
1350
          </condition>
 
1351
        </apply>
 
1352
      </apply>
 
1353
    </mml:math></sect3>
 
1354
<sect3><title>rec-forall7.mml</title>
 
1355
<programlisting>
 
1356
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1357
      <apply>
 
1358
        <eq/>
 
1359
        <apply>
 
1360
          <not/>
 
1361
          <apply>
 
1362
            <forall/>
 
1363
            <bvar>
 
1364
              <ci>s</ci>
 
1365
            </bvar>
 
1366
            <condition>
 
1367
              <apply>
 
1368
                <in/>
 
1369
                <ci>s</ci>
 
1370
                <ci>S</ci>
 
1371
              </apply>
 
1372
            </condition>
 
1373
            <apply>
 
1374
              <in/>
 
1375
              <apply>
 
1376
                <fn>
 
1377
                  <ci>f</ci>
 
1378
                </fn>
 
1379
                <ci>x</ci>
 
1380
              </apply>
 
1381
              <ci>T</ci>
 
1382
            </apply>
 
1383
          </apply>
 
1384
        </apply>
 
1385
        <apply>
 
1386
          <exists/>
 
1387
          <bvar>
 
1388
            <ci>s</ci>
 
1389
          </bvar>
 
1390
          <condition>
 
1391
            <apply>
 
1392
              <in/>
 
1393
              <ci>s</ci>
 
1394
              <ci>S</ci>
 
1395
            </apply>
 
1396
          </condition>
 
1397
          <apply>
 
1398
            <notin/>
 
1399
            <apply>
 
1400
              <fn>
 
1401
                <ci>f</ci>
 
1402
              </fn>
 
1403
              <ci>s</ci>
 
1404
            </apply>
 
1405
            <ci>T</ci>
 
1406
          </apply>
 
1407
        </apply>
 
1408
      </apply>
 
1409
    </mml:math>]]>
 
1410
</programlisting>
 
1411
<para>is rendered as:</para>
 
1412
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1413
      <apply>
 
1414
        <eq/>
 
1415
        <apply>
 
1416
          <not/>
 
1417
          <apply>
 
1418
            <forall/>
 
1419
            <bvar>
 
1420
              <ci>s</ci>
 
1421
            </bvar>
 
1422
            <condition>
 
1423
              <apply>
 
1424
                <in/>
 
1425
                <ci>s</ci>
 
1426
                <ci>S</ci>
 
1427
              </apply>
 
1428
            </condition>
 
1429
            <apply>
 
1430
              <in/>
 
1431
              <apply>
 
1432
                <fn>
 
1433
                  <ci>f</ci>
 
1434
                </fn>
 
1435
                <ci>x</ci>
 
1436
              </apply>
 
1437
              <ci>T</ci>
 
1438
            </apply>
 
1439
          </apply>
 
1440
        </apply>
 
1441
        <apply>
 
1442
          <exists/>
 
1443
          <bvar>
 
1444
            <ci>s</ci>
 
1445
          </bvar>
 
1446
          <condition>
 
1447
            <apply>
 
1448
              <in/>
 
1449
              <ci>s</ci>
 
1450
              <ci>S</ci>
 
1451
            </apply>
 
1452
          </condition>
 
1453
          <apply>
 
1454
            <notin/>
 
1455
            <apply>
 
1456
              <fn>
 
1457
                <ci>f</ci>
 
1458
              </fn>
 
1459
              <ci>s</ci>
 
1460
            </apply>
 
1461
            <ci>T</ci>
 
1462
          </apply>
 
1463
        </apply>
 
1464
      </apply>
 
1465
    </mml:math></sect3>
 
1466
</sect2>
 
1467
<sect2><title>gcd</title>
 
1468
<sect3><title>rec-gcd1.mml</title>
 
1469
<programlisting>
 
1470
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1471
      <apply> 
 
1472
        <gcd/> 
 
1473
        <ci> a </ci> 
 
1474
        <ci> b </ci> 
 
1475
        <ci> c </ci> 
 
1476
      </apply> 
 
1477
    </mml:math>]]>
 
1478
</programlisting>
 
1479
<para>is rendered as:</para>
 
1480
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1481
      <apply> 
 
1482
        <gcd/> 
 
1483
        <ci> a </ci> 
 
1484
        <ci> b </ci> 
 
1485
        <ci> c </ci> 
 
1486
      </apply> 
 
1487
    </mml:math></sect3>
 
1488
</sect2>
 
1489
<sect2><title>imaginary</title>
 
1490
<sect3><title>rec-imaginary1.mml</title>
 
1491
<programlisting>
 
1492
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1493
      <apply> 
 
1494
        <imaginary/> 
 
1495
        <apply> 
 
1496
          <plus/> 
 
1497
          <ci> x </ci> 
 
1498
          <apply> 
 
1499
            <times/> 
 
1500
            <cn> &#x02148; </cn> 
 
1501
            <ci> y </ci> 
 
1502
          </apply> 
 
1503
        </apply> 
 
1504
      </apply> 
 
1505
    </mml:math>]]>
 
1506
</programlisting>
 
1507
<para>is rendered as:</para>
 
1508
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1509
      <apply> 
 
1510
        <imaginary/> 
 
1511
        <apply> 
 
1512
          <plus/> 
 
1513
          <ci> x </ci> 
 
1514
          <apply> 
 
1515
            <times/> 
 
1516
            <cn> &#x02148; </cn> 
 
1517
            <ci> y </ci> 
 
1518
          </apply> 
 
1519
        </apply> 
 
1520
      </apply> 
 
1521
    </mml:math></sect3>
 
1522
</sect2>
 
1523
<sect2><title>implies</title>
 
1524
<sect3><title>implies2.mml</title>
 
1525
<programlisting>
 
1526
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1527
      <reln>
 
1528
        <implies/>
 
1529
        <ci> A </ci>
 
1530
        <ci> B </ci>
 
1531
      </reln>
 
1532
    </mml:math>]]>
 
1533
</programlisting>
 
1534
<para>is rendered as:</para>
 
1535
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1536
      <reln>
 
1537
        <implies/>
 
1538
        <ci> A </ci>
 
1539
        <ci> B </ci>
 
1540
      </reln>
 
1541
    </mml:math></sect3>
 
1542
<sect3><title>rec-implies1.mml</title>
 
1543
<programlisting>
 
1544
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1545
      <apply> 
 
1546
        <implies/> 
 
1547
        <ci> A </ci> 
 
1548
        <ci> B </ci> 
 
1549
      </apply> 
 
1550
    </mml:math>]]>
 
1551
</programlisting>
 
1552
<para>is rendered as:</para>
 
1553
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1554
      <apply> 
 
1555
        <implies/> 
 
1556
        <ci> A </ci> 
 
1557
        <ci> B </ci> 
 
1558
      </apply> 
 
1559
    </mml:math></sect3>
 
1560
</sect2>
 
1561
<sect2><title>lcm</title>
 
1562
<sect3><title>rec-lcm1.mml</title>
 
1563
<programlisting>
 
1564
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1565
      <apply> 
 
1566
        <lcm/> 
 
1567
        <ci> a </ci> 
 
1568
        <ci> b </ci> 
 
1569
        <ci> c </ci> 
 
1570
      </apply> 
 
1571
    </mml:math>]]>
 
1572
</programlisting>
 
1573
<para>is rendered as:</para>
 
1574
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1575
      <apply> 
 
1576
        <lcm/> 
 
1577
        <ci> a </ci> 
 
1578
        <ci> b </ci> 
 
1579
        <ci> c </ci> 
 
1580
      </apply> 
 
1581
    </mml:math></sect3>
 
1582
</sect2>
 
1583
<sect2><title>logic5.mml</title>
 
1584
<programlisting>
 
1585
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1586
      <apply> 
 
1587
        <eq/> 
 
1588
        <apply> 
 
1589
          <not/> 
 
1590
          <apply> 
 
1591
            <forall/> 
 
1592
            <bvar> 
 
1593
              <ci>s</ci> 
 
1594
            </bvar> 
 
1595
            <condition> 
 
1596
              <apply> 
 
1597
                <in/> 
 
1598
                <ci>s</ci> 
 
1599
                <ci>S</ci> 
 
1600
              </apply> 
 
1601
            </condition> 
 
1602
            <apply> 
 
1603
              <in/> 
 
1604
              <apply> 
 
1605
                <fn> 
 
1606
                  <ci>f</ci> 
 
1607
                </fn> 
 
1608
                <ci>x</ci> 
 
1609
              </apply> 
 
1610
              <ci>T</ci> 
 
1611
            </apply> 
 
1612
          </apply> 
 
1613
        </apply> 
 
1614
        <apply> 
 
1615
          <exists/> 
 
1616
          <bvar> 
 
1617
            <ci>s</ci> 
 
1618
          </bvar> 
 
1619
          <condition> 
 
1620
            <apply> 
 
1621
              <in/> 
 
1622
              <ci>s</ci> 
 
1623
              <ci>S</ci> 
 
1624
            </apply> 
 
1625
          </condition> 
 
1626
        </apply> 
 
1627
      </apply> 
 
1628
    </mml:math>]]>
 
1629
</programlisting>
 
1630
<para>is rendered as:</para>
 
1631
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1632
      <apply> 
 
1633
        <eq/> 
 
1634
        <apply> 
 
1635
          <not/> 
 
1636
          <apply> 
 
1637
            <forall/> 
 
1638
            <bvar> 
 
1639
              <ci>s</ci> 
 
1640
            </bvar> 
 
1641
            <condition> 
 
1642
              <apply> 
 
1643
                <in/> 
 
1644
                <ci>s</ci> 
 
1645
                <ci>S</ci> 
 
1646
              </apply> 
 
1647
            </condition> 
 
1648
            <apply> 
 
1649
              <in/> 
 
1650
              <apply> 
 
1651
                <fn> 
 
1652
                  <ci>f</ci> 
 
1653
                </fn> 
 
1654
                <ci>x</ci> 
 
1655
              </apply> 
 
1656
              <ci>T</ci> 
 
1657
            </apply> 
 
1658
          </apply> 
 
1659
        </apply> 
 
1660
        <apply> 
 
1661
          <exists/> 
 
1662
          <bvar> 
 
1663
            <ci>s</ci> 
 
1664
          </bvar> 
 
1665
          <condition> 
 
1666
            <apply> 
 
1667
              <in/> 
 
1668
              <ci>s</ci> 
 
1669
              <ci>S</ci> 
 
1670
            </apply> 
 
1671
          </condition> 
 
1672
        </apply> 
 
1673
      </apply> 
 
1674
    </mml:math></sect2>
 
1675
<sect2><title>logic6.mml</title>
 
1676
<programlisting>
 
1677
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1678
      <apply> 
 
1679
        <eq/> 
 
1680
        <apply> 
 
1681
          <not/> 
 
1682
          <apply> 
 
1683
            <forall/> 
 
1684
            <bvar> 
 
1685
              <ci>s</ci> 
 
1686
            </bvar> 
 
1687
            <condition> 
 
1688
              <apply> 
 
1689
                <in/> 
 
1690
                <ci>s</ci> 
 
1691
                <ci>S</ci> 
 
1692
              </apply> 
 
1693
            </condition> 
 
1694
            <apply> 
 
1695
              <in/> 
 
1696
              <apply> 
 
1697
                <fn> 
 
1698
                  <ci>f</ci> 
 
1699
                </fn> 
 
1700
                <ci>x</ci> 
 
1701
              </apply> 
 
1702
              <ci>T</ci> 
 
1703
            </apply> 
 
1704
          </apply> 
 
1705
        </apply> 
 
1706
        <apply> 
 
1707
          <exists/> 
 
1708
          <bvar> 
 
1709
            <ci>s</ci> 
 
1710
          </bvar> 
 
1711
          <condition> 
 
1712
            <apply> 
 
1713
              <in/> 
 
1714
              <ci>s</ci> 
 
1715
              <ci>S</ci> 
 
1716
            </apply> 
 
1717
          </condition> 
 
1718
          <apply> 
 
1719
            <notin/> 
 
1720
            <apply> 
 
1721
              <fn> 
 
1722
                <ci>f</ci> 
 
1723
              </fn> 
 
1724
              <ci>s</ci> 
 
1725
            </apply> 
 
1726
            <ci>T</ci> 
 
1727
          </apply> 
 
1728
        </apply> 
 
1729
      </apply> 
 
1730
    </mml:math>]]>
 
1731
</programlisting>
 
1732
<para>is rendered as:</para>
 
1733
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1734
      <apply> 
 
1735
        <eq/> 
 
1736
        <apply> 
 
1737
          <not/> 
 
1738
          <apply> 
 
1739
            <forall/> 
 
1740
            <bvar> 
 
1741
              <ci>s</ci> 
 
1742
            </bvar> 
 
1743
            <condition> 
 
1744
              <apply> 
 
1745
                <in/> 
 
1746
                <ci>s</ci> 
 
1747
                <ci>S</ci> 
 
1748
              </apply> 
 
1749
            </condition> 
 
1750
            <apply> 
 
1751
              <in/> 
 
1752
              <apply> 
 
1753
                <fn> 
 
1754
                  <ci>f</ci> 
 
1755
                </fn> 
 
1756
                <ci>x</ci> 
 
1757
              </apply> 
 
1758
              <ci>T</ci> 
 
1759
            </apply> 
 
1760
          </apply> 
 
1761
        </apply> 
 
1762
        <apply> 
 
1763
          <exists/> 
 
1764
          <bvar> 
 
1765
            <ci>s</ci> 
 
1766
          </bvar> 
 
1767
          <condition> 
 
1768
            <apply> 
 
1769
              <in/> 
 
1770
              <ci>s</ci> 
 
1771
              <ci>S</ci> 
 
1772
            </apply> 
 
1773
          </condition> 
 
1774
          <apply> 
 
1775
            <notin/> 
 
1776
            <apply> 
 
1777
              <fn> 
 
1778
                <ci>f</ci> 
 
1779
              </fn> 
 
1780
              <ci>s</ci> 
 
1781
            </apply> 
 
1782
            <ci>T</ci> 
 
1783
          </apply> 
 
1784
        </apply> 
 
1785
      </apply> 
 
1786
    </mml:math></sect2>
 
1787
<sect2><title>logic7.mml</title>
 
1788
<programlisting>
 
1789
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1790
      <apply> 
 
1791
        <eq/> 
 
1792
        <apply> 
 
1793
          <not/> 
 
1794
          <apply> 
 
1795
            <forall/> 
 
1796
            <bvar> 
 
1797
              <ci>s</ci> 
 
1798
            </bvar> 
 
1799
            <condition> 
 
1800
              <apply> 
 
1801
                <in/> 
 
1802
                <ci>s</ci> 
 
1803
                <ci>S</ci> 
 
1804
              </apply> 
 
1805
            </condition> 
 
1806
            <reln> 
 
1807
              <in/> 
 
1808
              <apply> 
 
1809
                <fn> 
 
1810
                  <ci>f</ci> 
 
1811
                </fn> 
 
1812
                <ci>x</ci> 
 
1813
              </apply> 
 
1814
              <ci>T</ci> 
 
1815
            </reln> 
 
1816
          </apply> 
 
1817
        </apply> 
 
1818
        <apply> 
 
1819
          <exists/> 
 
1820
          <bvar> 
 
1821
            <ci>s</ci> 
 
1822
          </bvar> 
 
1823
          <condition> 
 
1824
            <apply> 
 
1825
              <in/> 
 
1826
              <ci>s</ci> 
 
1827
              <ci>S</ci> 
 
1828
            </apply> 
 
1829
          </condition> 
 
1830
          <reln> 
 
1831
            <notin/> 
 
1832
            <apply> 
 
1833
              <fn> 
 
1834
                <ci>f</ci> 
 
1835
              </fn> 
 
1836
              <ci>s</ci> 
 
1837
            </apply> 
 
1838
            <ci>T</ci> 
 
1839
          </reln> 
 
1840
        </apply> 
 
1841
      </apply> 
 
1842
    </mml:math>]]>
 
1843
</programlisting>
 
1844
<para>is rendered as:</para>
 
1845
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1846
      <apply> 
 
1847
        <eq/> 
 
1848
        <apply> 
 
1849
          <not/> 
 
1850
          <apply> 
 
1851
            <forall/> 
 
1852
            <bvar> 
 
1853
              <ci>s</ci> 
 
1854
            </bvar> 
 
1855
            <condition> 
 
1856
              <apply> 
 
1857
                <in/> 
 
1858
                <ci>s</ci> 
 
1859
                <ci>S</ci> 
 
1860
              </apply> 
 
1861
            </condition> 
 
1862
            <reln> 
 
1863
              <in/> 
 
1864
              <apply> 
 
1865
                <fn> 
 
1866
                  <ci>f</ci> 
 
1867
                </fn> 
 
1868
                <ci>x</ci> 
 
1869
              </apply> 
 
1870
              <ci>T</ci> 
 
1871
            </reln> 
 
1872
          </apply> 
 
1873
        </apply> 
 
1874
        <apply> 
 
1875
          <exists/> 
 
1876
          <bvar> 
 
1877
            <ci>s</ci> 
 
1878
          </bvar> 
 
1879
          <condition> 
 
1880
            <apply> 
 
1881
              <in/> 
 
1882
              <ci>s</ci> 
 
1883
              <ci>S</ci> 
 
1884
            </apply> 
 
1885
          </condition> 
 
1886
          <reln> 
 
1887
            <notin/> 
 
1888
            <apply> 
 
1889
              <fn> 
 
1890
                <ci>f</ci> 
 
1891
              </fn> 
 
1892
              <ci>s</ci> 
 
1893
            </apply> 
 
1894
            <ci>T</ci> 
 
1895
          </reln> 
 
1896
        </apply> 
 
1897
      </apply> 
 
1898
    </mml:math></sect2>
 
1899
<sect2><title>max</title>
 
1900
<sect3><title>max3.mml</title>
 
1901
<programlisting>
 
1902
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1903
      <apply>
 
1904
        <max/>
 
1905
        <bvar>
 
1906
          <ci> x </ci>
 
1907
        </bvar>
 
1908
        <condition>
 
1909
          <apply>
 
1910
            <and/>
 
1911
            <reln>
 
1912
              <gt/>
 
1913
              <ci> x </ci>
 
1914
              <cn> 0 </cn>
 
1915
            </reln>
 
1916
            <reln>
 
1917
              <lt/>
 
1918
              <ci> x </ci>
 
1919
              <cn> 1 </cn>
 
1920
            </reln>
 
1921
          </apply>
 
1922
        </condition>
 
1923
        <apply>
 
1924
          <minus/>
 
1925
          <ci> x </ci>
 
1926
          <apply>
 
1927
            <sin/>
 
1928
            <ci> x </ci>
 
1929
          </apply>
 
1930
        </apply>
 
1931
      </apply>
 
1932
    </mml:math>]]>
 
1933
</programlisting>
 
1934
<para>is rendered as:</para>
 
1935
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
1936
      <apply>
 
1937
        <max/>
 
1938
        <bvar>
 
1939
          <ci> x </ci>
 
1940
        </bvar>
 
1941
        <condition>
 
1942
          <apply>
 
1943
            <and/>
 
1944
            <reln>
 
1945
              <gt/>
 
1946
              <ci> x </ci>
 
1947
              <cn> 0 </cn>
 
1948
            </reln>
 
1949
            <reln>
 
1950
              <lt/>
 
1951
              <ci> x </ci>
 
1952
              <cn> 1 </cn>
 
1953
            </reln>
 
1954
          </apply>
 
1955
        </condition>
 
1956
        <apply>
 
1957
          <minus/>
 
1958
          <ci> x </ci>
 
1959
          <apply>
 
1960
            <sin/>
 
1961
            <ci> x </ci>
 
1962
          </apply>
 
1963
        </apply>
 
1964
      </apply>
 
1965
    </mml:math></sect3>
 
1966
<sect3><title>rec-max1.mml</title>
 
1967
<programlisting>
 
1968
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1969
      <apply> 
 
1970
        <max/> 
 
1971
        <ci> a </ci> 
 
1972
        <ci> b </ci> 
 
1973
      </apply> 
 
1974
    </mml:math>]]>
 
1975
</programlisting>
 
1976
<para>is rendered as:</para>
 
1977
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1978
      <apply> 
 
1979
        <max/> 
 
1980
        <ci> a </ci> 
 
1981
        <ci> b </ci> 
 
1982
      </apply> 
 
1983
    </mml:math></sect3>
 
1984
<sect3><title>rec-max2.mml</title>
 
1985
<programlisting>
 
1986
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
1987
      <apply> 
 
1988
        <max/> 
 
1989
        <bvar> 
 
1990
          <ci>x</ci> 
 
1991
        </bvar> 
 
1992
        <condition> 
 
1993
          <apply> 
 
1994
            <and/> 
 
1995
            <apply> 
 
1996
              <in/> 
 
1997
              <ci>x</ci> 
 
1998
              <ci type="set">B</ci> 
 
1999
            </apply> 
 
2000
            <apply> 
 
2001
              <notin/> 
 
2002
              <ci>x</ci> 
 
2003
              <ci type="set">C</ci> 
 
2004
            </apply> 
 
2005
          </apply> 
 
2006
        </condition> 
 
2007
        <ci>x</ci> 
 
2008
      </apply> 
 
2009
    </mml:math>]]>
 
2010
</programlisting>
 
2011
<para>is rendered as:</para>
 
2012
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2013
      <apply> 
 
2014
        <max/> 
 
2015
        <bvar> 
 
2016
          <ci>x</ci> 
 
2017
        </bvar> 
 
2018
        <condition> 
 
2019
          <apply> 
 
2020
            <and/> 
 
2021
            <apply> 
 
2022
              <in/> 
 
2023
              <ci>x</ci> 
 
2024
              <ci type="set">B</ci> 
 
2025
            </apply> 
 
2026
            <apply> 
 
2027
              <notin/> 
 
2028
              <ci>x</ci> 
 
2029
              <ci type="set">C</ci> 
 
2030
            </apply> 
 
2031
          </apply> 
 
2032
        </condition> 
 
2033
        <ci>x</ci> 
 
2034
      </apply> 
 
2035
    </mml:math></sect3>
 
2036
</sect2>
 
2037
<sect2><title>min</title>
 
2038
<sect3><title>min1.mml</title>
 
2039
<programlisting>
 
2040
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2041
      <apply> 
 
2042
        <min/> 
 
2043
        <bvar> 
 
2044
          <ci>x</ci> 
 
2045
        </bvar> 
 
2046
        <condition> 
 
2047
          <reln> 
 
2048
            <notin/> 
 
2049
            <ci> x </ci> 
 
2050
            <ci type="set"> B </ci> 
 
2051
          </reln> 
 
2052
        </condition> 
 
2053
        <apply> 
 
2054
          <power/> 
 
2055
          <ci> x </ci> 
 
2056
          <cn> 2 </cn> 
 
2057
        </apply> 
 
2058
      </apply> 
 
2059
    </mml:math>]]>
 
2060
</programlisting>
 
2061
<para>is rendered as:</para>
 
2062
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2063
      <apply> 
 
2064
        <min/> 
 
2065
        <bvar> 
 
2066
          <ci>x</ci> 
 
2067
        </bvar> 
 
2068
        <condition> 
 
2069
          <reln> 
 
2070
            <notin/> 
 
2071
            <ci> x </ci> 
 
2072
            <ci type="set"> B </ci> 
 
2073
          </reln> 
 
2074
        </condition> 
 
2075
        <apply> 
 
2076
          <power/> 
 
2077
          <ci> x </ci> 
 
2078
          <cn> 2 </cn> 
 
2079
        </apply> 
 
2080
      </apply> 
 
2081
    </mml:math></sect3>
 
2082
<sect3><title>rec-min2.mml</title>
 
2083
<programlisting>
 
2084
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2085
      <apply> 
 
2086
        <min/> 
 
2087
        <bvar> 
 
2088
          <ci>x</ci> 
 
2089
        </bvar> 
 
2090
        <condition> 
 
2091
          <apply> 
 
2092
            <notin/> 
 
2093
            <ci> x </ci> 
 
2094
            <ci type="set"> B </ci> 
 
2095
          </apply> 
 
2096
        </condition> 
 
2097
        <apply> 
 
2098
          <power/> 
 
2099
          <ci> x </ci> 
 
2100
          <cn> 2 </cn> 
 
2101
        </apply> 
 
2102
      </apply> 
 
2103
    </mml:math>]]>
 
2104
</programlisting>
 
2105
<para>is rendered as:</para>
 
2106
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2107
      <apply> 
 
2108
        <min/> 
 
2109
        <bvar> 
 
2110
          <ci>x</ci> 
 
2111
        </bvar> 
 
2112
        <condition> 
 
2113
          <apply> 
 
2114
            <notin/> 
 
2115
            <ci> x </ci> 
 
2116
            <ci type="set"> B </ci> 
 
2117
          </apply> 
 
2118
        </condition> 
 
2119
        <apply> 
 
2120
          <power/> 
 
2121
          <ci> x </ci> 
 
2122
          <cn> 2 </cn> 
 
2123
        </apply> 
 
2124
      </apply> 
 
2125
    </mml:math></sect3>
 
2126
</sect2>
 
2127
<sect2><title>minus</title>
 
2128
<sect3><title>minus1.mml</title>
 
2129
<programlisting>
 
2130
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2131
      <apply> 
 
2132
        <minus/> 
 
2133
        <ci>a</ci> 
 
2134
        <apply> 
 
2135
          <minus/> 
 
2136
          <ci>b</ci> 
 
2137
          <ci>c</ci> 
 
2138
        </apply> 
 
2139
      </apply> 
 
2140
    </mml:math>]]>
 
2141
</programlisting>
 
2142
<para>is rendered as:</para>
 
2143
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2144
      <apply> 
 
2145
        <minus/> 
 
2146
        <ci>a</ci> 
 
2147
        <apply> 
 
2148
          <minus/> 
 
2149
          <ci>b</ci> 
 
2150
          <ci>c</ci> 
 
2151
        </apply> 
 
2152
      </apply> 
 
2153
    </mml:math></sect3>
 
2154
<sect3><title>minus2.mml</title>
 
2155
<programlisting>
 
2156
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2157
      <apply> 
 
2158
        <minus/> 
 
2159
        <ci>a</ci> 
 
2160
        <apply> 
 
2161
          <plus/> 
 
2162
          <ci>b</ci> 
 
2163
          <ci>c</ci> 
 
2164
        </apply> 
 
2165
      </apply> 
 
2166
    </mml:math>]]>
 
2167
</programlisting>
 
2168
<para>is rendered as:</para>
 
2169
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2170
      <apply> 
 
2171
        <minus/> 
 
2172
        <ci>a</ci> 
 
2173
        <apply> 
 
2174
          <plus/> 
 
2175
          <ci>b</ci> 
 
2176
          <ci>c</ci> 
 
2177
        </apply> 
 
2178
      </apply> 
 
2179
    </mml:math></sect3>
 
2180
<sect3><title>minus3.mml</title>
 
2181
<programlisting>
 
2182
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2183
      <apply> 
 
2184
        <minus/> 
 
2185
        <cn>1</cn> 
 
2186
      </apply> 
 
2187
    </mml:math>]]>
 
2188
</programlisting>
 
2189
<para>is rendered as:</para>
 
2190
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2191
      <apply> 
 
2192
        <minus/> 
 
2193
        <cn>1</cn> 
 
2194
      </apply> 
 
2195
    </mml:math></sect3>
 
2196
<sect3><title>minus4.mml</title>
 
2197
<programlisting>
 
2198
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2199
      <apply> 
 
2200
        <minus/> 
 
2201
        <apply> 
 
2202
          <plus/> 
 
2203
          <cn>7</cn> 
 
2204
          <cn>1</cn> 
 
2205
        </apply> 
 
2206
      </apply> 
 
2207
    </mml:math>]]>
 
2208
</programlisting>
 
2209
<para>is rendered as:</para>
 
2210
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2211
      <apply> 
 
2212
        <minus/> 
 
2213
        <apply> 
 
2214
          <plus/> 
 
2215
          <cn>7</cn> 
 
2216
          <cn>1</cn> 
 
2217
        </apply> 
 
2218
      </apply> 
 
2219
    </mml:math></sect3>
 
2220
<sect3><title>minus5.mml</title>
 
2221
<programlisting>
 
2222
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2223
      <apply> 
 
2224
        <minus/> 
 
2225
        <apply> 
 
2226
          <times/> 
 
2227
          <ci>a</ci> 
 
2228
          <ci>b</ci> 
 
2229
        </apply> 
 
2230
      </apply> 
 
2231
    </mml:math>]]>
 
2232
</programlisting>
 
2233
<para>is rendered as:</para>
 
2234
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2235
      <apply> 
 
2236
        <minus/> 
 
2237
        <apply> 
 
2238
          <times/> 
 
2239
          <ci>a</ci> 
 
2240
          <ci>b</ci> 
 
2241
        </apply> 
 
2242
      </apply> 
 
2243
    </mml:math></sect3>
 
2244
<sect3><title>minus6.mml</title>
 
2245
<programlisting>
 
2246
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2247
      <apply> 
 
2248
        <minus/> 
 
2249
        <apply> 
 
2250
          <plus/> 
 
2251
          <ci>x</ci> 
 
2252
          <apply> 
 
2253
            <times/> 
 
2254
            <ci>a</ci> 
 
2255
            <ci>b</ci> 
 
2256
          </apply> 
 
2257
        </apply> 
 
2258
      </apply> 
 
2259
    </mml:math>]]>
 
2260
</programlisting>
 
2261
<para>is rendered as:</para>
 
2262
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2263
      <apply> 
 
2264
        <minus/> 
 
2265
        <apply> 
 
2266
          <plus/> 
 
2267
          <ci>x</ci> 
 
2268
          <apply> 
 
2269
            <times/> 
 
2270
            <ci>a</ci> 
 
2271
            <ci>b</ci> 
 
2272
          </apply> 
 
2273
        </apply> 
 
2274
      </apply> 
 
2275
    </mml:math></sect3>
 
2276
<sect3><title>minus7.mml</title>
 
2277
<programlisting>
 
2278
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2279
      <apply> 
 
2280
        <minus/> 
 
2281
        <apply> 
 
2282
          <divide/> 
 
2283
          <apply> 
 
2284
            <plus/> 
 
2285
            <ci>a</ci> 
 
2286
            <ci>b</ci> 
 
2287
          </apply> 
 
2288
          <apply> 
 
2289
            <minus/> 
 
2290
            <ci>a</ci> 
 
2291
            <ci>b</ci> 
 
2292
          </apply> 
 
2293
        </apply> 
 
2294
      </apply> 
 
2295
    </mml:math>]]>
 
2296
</programlisting>
 
2297
<para>is rendered as:</para>
 
2298
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2299
      <apply> 
 
2300
        <minus/> 
 
2301
        <apply> 
 
2302
          <divide/> 
 
2303
          <apply> 
 
2304
            <plus/> 
 
2305
            <ci>a</ci> 
 
2306
            <ci>b</ci> 
 
2307
          </apply> 
 
2308
          <apply> 
 
2309
            <minus/> 
 
2310
            <ci>a</ci> 
 
2311
            <ci>b</ci> 
 
2312
          </apply> 
 
2313
        </apply> 
 
2314
      </apply> 
 
2315
    </mml:math></sect3>
 
2316
<sect3><title>minus9.mml</title>
 
2317
<programlisting>
 
2318
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2319
      <apply>
 
2320
        <plus/>
 
2321
        <cn>7</cn>
 
2322
        <apply>
 
2323
          <minus/>
 
2324
          <cn>1</cn>
 
2325
        </apply>
 
2326
      </apply>
 
2327
    </mml:math>]]>
 
2328
</programlisting>
 
2329
<para>is rendered as:</para>
 
2330
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2331
      <apply>
 
2332
        <plus/>
 
2333
        <cn>7</cn>
 
2334
        <apply>
 
2335
          <minus/>
 
2336
          <cn>1</cn>
 
2337
        </apply>
 
2338
      </apply>
 
2339
    </mml:math></sect3>
 
2340
<sect3><title>rec-minus8.mml</title>
 
2341
<programlisting>
 
2342
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2343
      <apply> 
 
2344
        <minus/> 
 
2345
        <ci> x </ci> 
 
2346
        <ci> y </ci> 
 
2347
      </apply> 
 
2348
    </mml:math>]]>
 
2349
</programlisting>
 
2350
<para>is rendered as:</para>
 
2351
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2352
      <apply> 
 
2353
        <minus/> 
 
2354
        <ci> x </ci> 
 
2355
        <ci> y </ci> 
 
2356
      </apply> 
 
2357
    </mml:math></sect3>
 
2358
</sect2>
 
2359
<sect2><title>not</title>
 
2360
<sect3><title>not1.mml</title>
 
2361
<programlisting>
 
2362
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2363
      <apply> 
 
2364
        <not/> 
 
2365
        <apply> 
 
2366
          <and/> 
 
2367
          <ci> a </ci> 
 
2368
          <ci> b </ci> 
 
2369
        </apply> 
 
2370
      </apply> 
 
2371
    </mml:math>]]>
 
2372
</programlisting>
 
2373
<para>is rendered as:</para>
 
2374
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2375
      <apply> 
 
2376
        <not/> 
 
2377
        <apply> 
 
2378
          <and/> 
 
2379
          <ci> a </ci> 
 
2380
          <ci> b </ci> 
 
2381
        </apply> 
 
2382
      </apply> 
 
2383
    </mml:math></sect3>
 
2384
<sect3><title>rec-not2.mml</title>
 
2385
<programlisting>
 
2386
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2387
      <apply> 
 
2388
        <not/> 
 
2389
        <ci> a </ci> 
 
2390
      </apply> 
 
2391
    </mml:math>]]>
 
2392
</programlisting>
 
2393
<para>is rendered as:</para>
 
2394
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2395
      <apply> 
 
2396
        <not/> 
 
2397
        <ci> a </ci> 
 
2398
      </apply> 
 
2399
    </mml:math></sect3>
 
2400
<sect3><title>rec-not3.mml</title>
 
2401
<programlisting>
 
2402
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2403
      <apply>
 
2404
        <not/>
 
2405
        <apply>
 
2406
          <forall/>
 
2407
          <bvar>
 
2408
            <ci>s</ci>
 
2409
          </bvar>
 
2410
          <condition>
 
2411
            <apply>
 
2412
              <in/>
 
2413
              <ci>s</ci>
 
2414
              <ci>S</ci>
 
2415
            </apply>
 
2416
          </condition>
 
2417
        </apply>
 
2418
      </apply>
 
2419
    </mml:math>]]>
 
2420
</programlisting>
 
2421
<para>is rendered as:</para>
 
2422
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2423
      <apply>
 
2424
        <not/>
 
2425
        <apply>
 
2426
          <forall/>
 
2427
          <bvar>
 
2428
            <ci>s</ci>
 
2429
          </bvar>
 
2430
          <condition>
 
2431
            <apply>
 
2432
              <in/>
 
2433
              <ci>s</ci>
 
2434
              <ci>S</ci>
 
2435
            </apply>
 
2436
          </condition>
 
2437
        </apply>
 
2438
      </apply>
 
2439
    </mml:math></sect3>
 
2440
</sect2>
 
2441
<sect2><title>or</title>
 
2442
<sect3><title>rec-or1.mml</title>
 
2443
<programlisting>
 
2444
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2445
      <apply> 
 
2446
        <or/> 
 
2447
        <ci> a </ci> 
 
2448
        <ci> b </ci> 
 
2449
      </apply> 
 
2450
    </mml:math>]]>
 
2451
</programlisting>
 
2452
<para>is rendered as:</para>
 
2453
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2454
      <apply> 
 
2455
        <or/> 
 
2456
        <ci> a </ci> 
 
2457
        <ci> b </ci> 
 
2458
      </apply> 
 
2459
    </mml:math></sect3>
 
2460
</sect2>
 
2461
<sect2><title>plus</title>
 
2462
<sect3><title>plus1.mml</title>
 
2463
<programlisting>
 
2464
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2465
      <apply> 
 
2466
        <plus/> 
 
2467
        <ci>a</ci> 
 
2468
        <apply> 
 
2469
          <minus/> 
 
2470
          <ci>b</ci> 
 
2471
          <ci>c</ci> 
 
2472
        </apply> 
 
2473
      </apply> 
 
2474
    </mml:math>]]>
 
2475
</programlisting>
 
2476
<para>is rendered as:</para>
 
2477
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2478
      <apply> 
 
2479
        <plus/> 
 
2480
        <ci>a</ci> 
 
2481
        <apply> 
 
2482
          <minus/> 
 
2483
          <ci>b</ci> 
 
2484
          <ci>c</ci> 
 
2485
        </apply> 
 
2486
      </apply> 
 
2487
    </mml:math></sect3>
 
2488
<sect3><title>plus2.mml</title>
 
2489
<programlisting>
 
2490
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2491
      <apply> 
 
2492
        <plus/> 
 
2493
        <ci>a</ci> 
 
2494
        <ci>b</ci> 
 
2495
        <ci>c</ci> 
 
2496
      </apply> 
 
2497
    </mml:math>]]>
 
2498
</programlisting>
 
2499
<para>is rendered as:</para>
 
2500
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2501
      <apply> 
 
2502
        <plus/> 
 
2503
        <ci>a</ci> 
 
2504
        <ci>b</ci> 
 
2505
        <ci>c</ci> 
 
2506
      </apply> 
 
2507
    </mml:math></sect3>
 
2508
<sect3><title>plus3.mml</title>
 
2509
<programlisting>
 
2510
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2511
      <apply> 
 
2512
        <plus/> 
 
2513
        <apply> 
 
2514
          <minus/> 
 
2515
          <cn>1</cn> 
 
2516
        </apply> 
 
2517
        <cn>7</cn> 
 
2518
      </apply> 
 
2519
    </mml:math>]]>
 
2520
</programlisting>
 
2521
<para>is rendered as:</para>
 
2522
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2523
      <apply> 
 
2524
        <plus/> 
 
2525
        <apply> 
 
2526
          <minus/> 
 
2527
          <cn>1</cn> 
 
2528
        </apply> 
 
2529
        <cn>7</cn> 
 
2530
      </apply> 
 
2531
    </mml:math></sect3>
 
2532
<sect3><title>plus4.mml</title>
 
2533
<programlisting>
 
2534
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2535
      <apply> 
 
2536
        <plus/> 
 
2537
        <cn>7</cn> 
 
2538
        <apply> 
 
2539
          <minus/> 
 
2540
          <cn>1</cn> 
 
2541
        </apply> 
 
2542
      </apply> 
 
2543
    </mml:math>]]>
 
2544
</programlisting>
 
2545
<para>is rendered as:</para>
 
2546
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2547
      <apply> 
 
2548
        <plus/> 
 
2549
        <cn>7</cn> 
 
2550
        <apply> 
 
2551
          <minus/> 
 
2552
          <cn>1</cn> 
 
2553
        </apply> 
 
2554
      </apply> 
 
2555
    </mml:math></sect3>
 
2556
<sect3><title>plus6.mml</title>
 
2557
<programlisting>
 
2558
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2559
      <apply> 
 
2560
        <plus/>
 
2561
        <sin/>
 
2562
        <cos/> 
 
2563
      </apply> 
 
2564
    </mml:math>]]>
 
2565
</programlisting>
 
2566
<para>is rendered as:</para>
 
2567
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2568
      <apply> 
 
2569
        <plus/>
 
2570
        <sin/>
 
2571
        <cos/> 
 
2572
      </apply> 
 
2573
    </mml:math></sect3>
 
2574
<sect3><title>plus7.mml</title>
 
2575
<programlisting>
 
2576
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2577
      <apply> 
 
2578
        <apply> 
 
2579
          <plus/>
 
2580
          <sin/>
 
2581
          <cos/> 
 
2582
        </apply> 
 
2583
        <ci>x</ci>
 
2584
      </apply>
 
2585
    </mml:math>]]>
 
2586
</programlisting>
 
2587
<para>is rendered as:</para>
 
2588
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2589
      <apply> 
 
2590
        <apply> 
 
2591
          <plus/>
 
2592
          <sin/>
 
2593
          <cos/> 
 
2594
        </apply> 
 
2595
        <ci>x</ci>
 
2596
      </apply>
 
2597
    </mml:math></sect3>
 
2598
<sect3><title>rec-plus5.mml</title>
 
2599
<programlisting>
 
2600
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2601
      <apply> 
 
2602
        <plus/> 
 
2603
        <ci> x </ci> 
 
2604
        <ci> y </ci> 
 
2605
        <ci> z </ci> 
 
2606
      </apply> 
 
2607
    </mml:math>]]>
 
2608
</programlisting>
 
2609
<para>is rendered as:</para>
 
2610
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2611
      <apply> 
 
2612
        <plus/> 
 
2613
        <ci> x </ci> 
 
2614
        <ci> y </ci> 
 
2615
        <ci> z </ci> 
 
2616
      </apply> 
 
2617
    </mml:math></sect3>
 
2618
</sect2>
 
2619
<sect2><title>power</title>
 
2620
<sect3><title>power1.mml</title>
 
2621
<programlisting>
 
2622
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2623
      <apply> 
 
2624
        <power/> 
 
2625
        <apply> 
 
2626
          <plus/> 
 
2627
          <ci>x</ci> 
 
2628
          <ci>y</ci> 
 
2629
        </apply> 
 
2630
        <apply> 
 
2631
          <minus/> 
 
2632
          <cn>n</cn> 
 
2633
          <cn>3</cn> 
 
2634
        </apply> 
 
2635
      </apply> 
 
2636
    </mml:math>]]>
 
2637
</programlisting>
 
2638
<para>is rendered as:</para>
 
2639
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2640
      <apply> 
 
2641
        <power/> 
 
2642
        <apply> 
 
2643
          <plus/> 
 
2644
          <ci>x</ci> 
 
2645
          <ci>y</ci> 
 
2646
        </apply> 
 
2647
        <apply> 
 
2648
          <minus/> 
 
2649
          <cn>n</cn> 
 
2650
          <cn>3</cn> 
 
2651
        </apply> 
 
2652
      </apply> 
 
2653
    </mml:math></sect3>
 
2654
<sect3><title>power2.mml</title>
 
2655
<programlisting>
 
2656
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2657
      <apply> 
 
2658
        <power/> 
 
2659
        <apply> 
 
2660
          <plus/> 
 
2661
          <ci>x</ci> 
 
2662
          <ci>y</ci> 
 
2663
        </apply> 
 
2664
        <apply> 
 
2665
          <minus/> 
 
2666
          <apply> 
 
2667
            <minus/> 
 
2668
            <cn>n</cn> 
 
2669
            <cn>3</cn> 
 
2670
          </apply> 
 
2671
        </apply> 
 
2672
      </apply> 
 
2673
    </mml:math>]]>
 
2674
</programlisting>
 
2675
<para>is rendered as:</para>
 
2676
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2677
      <apply> 
 
2678
        <power/> 
 
2679
        <apply> 
 
2680
          <plus/> 
 
2681
          <ci>x</ci> 
 
2682
          <ci>y</ci> 
 
2683
        </apply> 
 
2684
        <apply> 
 
2685
          <minus/> 
 
2686
          <apply> 
 
2687
            <minus/> 
 
2688
            <cn>n</cn> 
 
2689
            <cn>3</cn> 
 
2690
          </apply> 
 
2691
        </apply> 
 
2692
      </apply> 
 
2693
    </mml:math></sect3>
 
2694
<sect3><title>power3.mml</title>
 
2695
<programlisting>
 
2696
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2697
      <apply> 
 
2698
        <minus/> 
 
2699
        <apply> 
 
2700
          <power/> 
 
2701
          <apply> 
 
2702
            <plus/> 
 
2703
            <ci> x </ci> 
 
2704
            <ci>y</ci> 
 
2705
          </apply> 
 
2706
          <apply> 
 
2707
            <minus/> 
 
2708
            <cn>n</cn> 
 
2709
            <cn>3</cn> 
 
2710
          </apply> 
 
2711
        </apply> 
 
2712
      </apply> 
 
2713
    </mml:math>]]>
 
2714
</programlisting>
 
2715
<para>is rendered as:</para>
 
2716
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2717
      <apply> 
 
2718
        <minus/> 
 
2719
        <apply> 
 
2720
          <power/> 
 
2721
          <apply> 
 
2722
            <plus/> 
 
2723
            <ci> x </ci> 
 
2724
            <ci>y</ci> 
 
2725
          </apply> 
 
2726
          <apply> 
 
2727
            <minus/> 
 
2728
            <cn>n</cn> 
 
2729
            <cn>3</cn> 
 
2730
          </apply> 
 
2731
        </apply> 
 
2732
      </apply> 
 
2733
    </mml:math></sect3>
 
2734
<sect3><title>power5.mml</title>
 
2735
<programlisting>
 
2736
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2737
      <apply>
 
2738
        <exp/>
 
2739
        <ci>x</ci>
 
2740
      </apply>
 
2741
    </mml:math>]]>
 
2742
</programlisting>
 
2743
<para>is rendered as:</para>
 
2744
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2745
      <apply>
 
2746
        <exp/>
 
2747
        <ci>x</ci>
 
2748
      </apply>
 
2749
    </mml:math></sect3>
 
2750
<sect3><title>power6.mml</title>
 
2751
<programlisting>
 
2752
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2753
      <apply>
 
2754
        <exp/>
 
2755
        <apply>
 
2756
          <power/>
 
2757
          <ci>x</ci>
 
2758
          <ci>j</ci>
 
2759
        </apply>
 
2760
      </apply>
 
2761
    </mml:math>]]>
 
2762
</programlisting>
 
2763
<para>is rendered as:</para>
 
2764
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2765
      <apply>
 
2766
        <exp/>
 
2767
        <apply>
 
2768
          <power/>
 
2769
          <ci>x</ci>
 
2770
          <ci>j</ci>
 
2771
        </apply>
 
2772
      </apply>
 
2773
    </mml:math></sect3>
 
2774
<sect3><title>power7.mml</title>
 
2775
<programlisting>
 
2776
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2777
      <apply>
 
2778
        <minus/>
 
2779
        <apply>
 
2780
          <exp/>
 
2781
          <apply>
 
2782
            <power/>
 
2783
            <ci>x</ci>
 
2784
            <ci>j</ci>
 
2785
          </apply>
 
2786
        </apply>
 
2787
      </apply>
 
2788
    </mml:math>]]>
 
2789
</programlisting>
 
2790
<para>is rendered as:</para>
 
2791
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
2792
      <apply>
 
2793
        <minus/>
 
2794
        <apply>
 
2795
          <exp/>
 
2796
          <apply>
 
2797
            <power/>
 
2798
            <ci>x</ci>
 
2799
            <ci>j</ci>
 
2800
          </apply>
 
2801
        </apply>
 
2802
      </apply>
 
2803
    </mml:math></sect3>
 
2804
<sect3><title>power8.mml</title>
 
2805
<programlisting>
 
2806
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2807
      <apply> 
 
2808
        <plus/> 
 
2809
        <apply> 
 
2810
          <power/> 
 
2811
          <sin/> 
 
2812
          <cn>2</cn> 
 
2813
        </apply> 
 
2814
        <apply> 
 
2815
          <power/> 
 
2816
          <cos/> 
 
2817
          <cn>2</cn> 
 
2818
        </apply> 
 
2819
      </apply>
 
2820
    </mml:math>]]>
 
2821
</programlisting>
 
2822
<para>is rendered as:</para>
 
2823
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2824
      <apply> 
 
2825
        <plus/> 
 
2826
        <apply> 
 
2827
          <power/> 
 
2828
          <sin/> 
 
2829
          <cn>2</cn> 
 
2830
        </apply> 
 
2831
        <apply> 
 
2832
          <power/> 
 
2833
          <cos/> 
 
2834
          <cn>2</cn> 
 
2835
        </apply> 
 
2836
      </apply>
 
2837
    </mml:math></sect3>
 
2838
<sect3><title>rec-power4.mml</title>
 
2839
<programlisting>
 
2840
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2841
      <apply> 
 
2842
        <power/> 
 
2843
        <ci> x </ci> 
 
2844
        <cn> 3 </cn> 
 
2845
      </apply> 
 
2846
    </mml:math>]]>
 
2847
</programlisting>
 
2848
<para>is rendered as:</para>
 
2849
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2850
      <apply> 
 
2851
        <power/> 
 
2852
        <ci> x </ci> 
 
2853
        <cn> 3 </cn> 
 
2854
      </apply> 
 
2855
    </mml:math></sect3>
 
2856
</sect2>
 
2857
<sect2><title>quotient</title>
 
2858
<sect3><title>rec-quotient1.mml</title>
 
2859
<programlisting>
 
2860
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2861
      <apply> 
 
2862
        <quotient/> 
 
2863
        <ci> a </ci> 
 
2864
        <ci> b </ci> 
 
2865
      </apply> 
 
2866
    </mml:math>]]>
 
2867
</programlisting>
 
2868
<para>is rendered as:</para>
 
2869
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2870
      <apply> 
 
2871
        <quotient/> 
 
2872
        <ci> a </ci> 
 
2873
        <ci> b </ci> 
 
2874
      </apply> 
 
2875
    </mml:math></sect3>
 
2876
</sect2>
 
2877
<sect2><title>real</title>
 
2878
<sect3><title>rec-real1.mml</title>
 
2879
<programlisting>
 
2880
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2881
      <apply> 
 
2882
        <real/> 
 
2883
        <apply> 
 
2884
          <plus/> 
 
2885
          <ci> x </ci> 
 
2886
          <apply> 
 
2887
            <times/> 
 
2888
            <cn> &#x02148; </cn> 
 
2889
            <ci> y </ci> 
 
2890
          </apply> 
 
2891
        </apply> 
 
2892
      </apply> 
 
2893
    </mml:math>]]>
 
2894
</programlisting>
 
2895
<para>is rendered as:</para>
 
2896
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2897
      <apply> 
 
2898
        <real/> 
 
2899
        <apply> 
 
2900
          <plus/> 
 
2901
          <ci> x </ci> 
 
2902
          <apply> 
 
2903
            <times/> 
 
2904
            <cn> &#x02148; </cn> 
 
2905
            <ci> y </ci> 
 
2906
          </apply> 
 
2907
        </apply> 
 
2908
      </apply> 
 
2909
    </mml:math></sect3>
 
2910
</sect2>
 
2911
<sect2><title>rem</title>
 
2912
<sect3><title>rec-rem1.mml</title>
 
2913
<programlisting>
 
2914
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2915
      <apply> 
 
2916
        <rem/> 
 
2917
        <ci> a </ci> 
 
2918
        <ci> b </ci> 
 
2919
      </apply> 
 
2920
    </mml:math>]]>
 
2921
</programlisting>
 
2922
<para>is rendered as:</para>
 
2923
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2924
      <apply> 
 
2925
        <rem/> 
 
2926
        <ci> a </ci> 
 
2927
        <ci> b </ci> 
 
2928
      </apply> 
 
2929
    </mml:math></sect3>
 
2930
</sect2>
 
2931
<sect2><title>root</title>
 
2932
<sect3><title>rec-root1.mml</title>
 
2933
<programlisting>
 
2934
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2935
      <apply> 
 
2936
        <root/> 
 
2937
        <degree> 
 
2938
          <ci type='integer'> n </ci> 
 
2939
        </degree> 
 
2940
        <ci> a </ci> 
 
2941
      </apply> 
 
2942
    </mml:math>]]>
 
2943
</programlisting>
 
2944
<para>is rendered as:</para>
 
2945
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2946
      <apply> 
 
2947
        <root/> 
 
2948
        <degree> 
 
2949
          <ci type='integer'> n </ci> 
 
2950
        </degree> 
 
2951
        <ci> a </ci> 
 
2952
      </apply> 
 
2953
    </mml:math></sect3>
 
2954
<sect3><title>root2.mml</title>
 
2955
<programlisting>
 
2956
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2957
      <apply> 
 
2958
        <root/> 
 
2959
        <degree> 
 
2960
          <ci> n </ci> 
 
2961
        </degree> 
 
2962
        <apply> 
 
2963
          <plus/> 
 
2964
          <ci> a </ci> 
 
2965
          <ci> b </ci> 
 
2966
        </apply> 
 
2967
      </apply> 
 
2968
    </mml:math>]]>
 
2969
</programlisting>
 
2970
<para>is rendered as:</para>
 
2971
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2972
      <apply> 
 
2973
        <root/> 
 
2974
        <degree> 
 
2975
          <ci> n </ci> 
 
2976
        </degree> 
 
2977
        <apply> 
 
2978
          <plus/> 
 
2979
          <ci> a </ci> 
 
2980
          <ci> b </ci> 
 
2981
        </apply> 
 
2982
      </apply> 
 
2983
    </mml:math></sect3>
 
2984
</sect2>
 
2985
<sect2><title>times</title>
 
2986
<sect3><title>rec-times1.mml</title>
 
2987
<programlisting>
 
2988
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2989
      <apply> 
 
2990
        <times/> 
 
2991
        <ci> a </ci> 
 
2992
        <ci> b </ci> 
 
2993
      </apply> 
 
2994
    </mml:math>]]>
 
2995
</programlisting>
 
2996
<para>is rendered as:</para>
 
2997
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
2998
      <apply> 
 
2999
        <times/> 
 
3000
        <ci> a </ci> 
 
3001
        <ci> b </ci> 
 
3002
      </apply> 
 
3003
    </mml:math></sect3>
 
3004
<sect3><title>times2.mml</title>
 
3005
<programlisting>
 
3006
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3007
      <apply> 
 
3008
        <times/> 
 
3009
        <ci>x</ci> 
 
3010
        <apply> 
 
3011
          <plus/> 
 
3012
          <ci>y</ci> 
 
3013
          <ci>z</ci> 
 
3014
        </apply> 
 
3015
        <ci>z</ci> 
 
3016
      </apply> 
 
3017
    </mml:math>]]>
 
3018
</programlisting>
 
3019
<para>is rendered as:</para>
 
3020
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3021
      <apply> 
 
3022
        <times/> 
 
3023
        <ci>x</ci> 
 
3024
        <apply> 
 
3025
          <plus/> 
 
3026
          <ci>y</ci> 
 
3027
          <ci>z</ci> 
 
3028
        </apply> 
 
3029
        <ci>z</ci> 
 
3030
      </apply> 
 
3031
    </mml:math></sect3>
 
3032
<sect3><title>times3.mml</title>
 
3033
<programlisting>
 
3034
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3035
      <apply>
 
3036
        <minus/>
 
3037
        <apply>
 
3038
          <times/>
 
3039
          <ci>a</ci>
 
3040
          <ci>b</ci>
 
3041
        </apply>
 
3042
      </apply>
 
3043
    </mml:math>]]>
 
3044
</programlisting>
 
3045
<para>is rendered as:</para>
 
3046
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3047
      <apply>
 
3048
        <minus/>
 
3049
        <apply>
 
3050
          <times/>
 
3051
          <ci>a</ci>
 
3052
          <ci>b</ci>
 
3053
        </apply>
 
3054
      </apply>
 
3055
    </mml:math></sect3>
 
3056
<sect3><title>times4.mml</title>
 
3057
<programlisting>
 
3058
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3059
      <apply>
 
3060
        <plus/>
 
3061
        <apply>
 
3062
          <times/>
 
3063
          <ci>a</ci>
 
3064
          <ci>b</ci>
 
3065
        </apply>
 
3066
        <ci>c</ci>
 
3067
      </apply>
 
3068
    </mml:math>]]>
 
3069
</programlisting>
 
3070
<para>is rendered as:</para>
 
3071
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3072
      <apply>
 
3073
        <plus/>
 
3074
        <apply>
 
3075
          <times/>
 
3076
          <ci>a</ci>
 
3077
          <ci>b</ci>
 
3078
        </apply>
 
3079
        <ci>c</ci>
 
3080
      </apply>
 
3081
    </mml:math></sect3>
 
3082
<sect3><title>times5.mml</title>
 
3083
<programlisting>
 
3084
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3085
      <apply>
 
3086
        <plus/>
 
3087
        <apply>
 
3088
          <times/>
 
3089
          <cn>2</cn>
 
3090
          <ci>x</ci>
 
3091
        </apply>
 
3092
        <apply>
 
3093
          <times/>
 
3094
          <ci>a</ci>
 
3095
          <ci>b</ci>
 
3096
        </apply>
 
3097
      </apply>
 
3098
    </mml:math>]]>
 
3099
</programlisting>
 
3100
<para>is rendered as:</para>
 
3101
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3102
      <apply>
 
3103
        <plus/>
 
3104
        <apply>
 
3105
          <times/>
 
3106
          <cn>2</cn>
 
3107
          <ci>x</ci>
 
3108
        </apply>
 
3109
        <apply>
 
3110
          <times/>
 
3111
          <ci>a</ci>
 
3112
          <ci>b</ci>
 
3113
        </apply>
 
3114
      </apply>
 
3115
    </mml:math></sect3>
 
3116
<sect3><title>times6.mml</title>
 
3117
<programlisting>
 
3118
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3119
      <apply>
 
3120
        <plus/>
 
3121
        <ci>x</ci>
 
3122
        <apply>
 
3123
          <times/>
 
3124
          <ci>y</ci>
 
3125
          <ci>z</ci>
 
3126
        </apply>
 
3127
        <ci>z</ci>
 
3128
      </apply>
 
3129
    </mml:math>]]>
 
3130
</programlisting>
 
3131
<para>is rendered as:</para>
 
3132
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3133
      <apply>
 
3134
        <plus/>
 
3135
        <ci>x</ci>
 
3136
        <apply>
 
3137
          <times/>
 
3138
          <ci>y</ci>
 
3139
          <ci>z</ci>
 
3140
        </apply>
 
3141
        <ci>z</ci>
 
3142
      </apply>
 
3143
    </mml:math></sect3>
 
3144
<sect3><title>times7.mml</title>
 
3145
<programlisting>
 
3146
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3147
      <apply>
 
3148
        <minus/>
 
3149
        <apply>
 
3150
          <plus/>
 
3151
          <ci>x</ci>
 
3152
          <apply>
 
3153
            <times/>
 
3154
            <ci>a</ci>
 
3155
            <ci>b</ci>
 
3156
          </apply>
 
3157
        </apply>
 
3158
      </apply>
 
3159
    </mml:math>]]>
 
3160
</programlisting>
 
3161
<para>is rendered as:</para>
 
3162
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3163
      <apply>
 
3164
        <minus/>
 
3165
        <apply>
 
3166
          <plus/>
 
3167
          <ci>x</ci>
 
3168
          <apply>
 
3169
            <times/>
 
3170
            <ci>a</ci>
 
3171
            <ci>b</ci>
 
3172
          </apply>
 
3173
        </apply>
 
3174
      </apply>
 
3175
    </mml:math></sect3>
 
3176
</sect2>
 
3177
<sect2><title>xor</title>
 
3178
<sect3><title>rec-xor1.mml</title>
 
3179
<programlisting>
 
3180
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3181
      <apply> 
 
3182
        <xor/> 
 
3183
        <ci> a </ci> 
 
3184
        <ci> b </ci> 
 
3185
      </apply> 
 
3186
    </mml:math>]]>
 
3187
</programlisting>
 
3188
<para>is rendered as:</para>
 
3189
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3190
      <apply> 
 
3191
        <xor/> 
 
3192
        <ci> a </ci> 
 
3193
        <ci> b </ci> 
 
3194
      </apply> 
 
3195
    </mml:math></sect3>
 
3196
</sect2>
 
3197
</sect1>
 
3198
<sect1><title>BasicContentElements</title>
 
3199
<sect2><title>apply</title>
 
3200
<sect3><title>rec-apply1.mml</title>
 
3201
<programlisting>
 
3202
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3203
      <apply> 
 
3204
        <factorial/> 
 
3205
        <cn>3</cn> 
 
3206
      </apply> 
 
3207
    </mml:math>]]>
 
3208
</programlisting>
 
3209
<para>is rendered as:</para>
 
3210
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3211
      <apply> 
 
3212
        <factorial/> 
 
3213
        <cn>3</cn> 
 
3214
      </apply> 
 
3215
    </mml:math></sect3>
 
3216
<sect3><title>rec-apply2.mml</title>
 
3217
<programlisting>
 
3218
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3219
      <apply> 
 
3220
        <plus/> 
 
3221
        <cn>3</cn> 
 
3222
        <cn>4</cn> 
 
3223
      </apply> 
 
3224
    </mml:math>]]>
 
3225
</programlisting>
 
3226
<para>is rendered as:</para>
 
3227
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3228
      <apply> 
 
3229
        <plus/> 
 
3230
        <cn>3</cn> 
 
3231
        <cn>4</cn> 
 
3232
      </apply> 
 
3233
    </mml:math></sect3>
 
3234
<sect3><title>rec-apply3.mml</title>
 
3235
<programlisting>
 
3236
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3237
      <apply> 
 
3238
        <sin/> 
 
3239
        <ci>x</ci> 
 
3240
      </apply> 
 
3241
    </mml:math>]]>
 
3242
</programlisting>
 
3243
<para>is rendered as:</para>
 
3244
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3245
      <apply> 
 
3246
        <sin/> 
 
3247
        <ci>x</ci> 
 
3248
      </apply> 
 
3249
    </mml:math></sect3>
 
3250
<sect3><title>rec-apply4.mml</title>
 
3251
<programlisting>
 
3252
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3253
      <apply> 
 
3254
        <apply> 
 
3255
          <minus/> 
 
3256
          <tan/> 
 
3257
          <cos/> 
 
3258
        </apply> 
 
3259
        <ci>x</ci> 
 
3260
      </apply> 
 
3261
    </mml:math>]]>
 
3262
</programlisting>
 
3263
<para>is rendered as:</para>
 
3264
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3265
      <apply> 
 
3266
        <apply> 
 
3267
          <minus/> 
 
3268
          <tan/> 
 
3269
          <cos/> 
 
3270
        </apply> 
 
3271
        <ci>x</ci> 
 
3272
      </apply> 
 
3273
    </mml:math></sect3>
 
3274
</sect2>
 
3275
<sect2><title>codomain</title>
 
3276
<sect3><title>rec-codomain1.mml</title>
 
3277
<programlisting>
 
3278
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3279
      <apply> 
 
3280
        <eq/> 
 
3281
        <apply> 
 
3282
          <codomain/> 
 
3283
          <fn> 
 
3284
            <ci> f </ci> 
 
3285
          </fn> 
 
3286
        </apply> 
 
3287
        <rationals/> 
 
3288
      </apply> 
 
3289
    </mml:math>]]>
 
3290
</programlisting>
 
3291
<para>is rendered as:</para>
 
3292
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3293
      <apply> 
 
3294
        <eq/> 
 
3295
        <apply> 
 
3296
          <codomain/> 
 
3297
          <fn> 
 
3298
            <ci> f </ci> 
 
3299
          </fn> 
 
3300
        </apply> 
 
3301
        <rationals/> 
 
3302
      </apply> 
 
3303
    </mml:math></sect3>
 
3304
</sect2>
 
3305
<sect2><title>compose</title>
 
3306
<sect3><title>rec-compose1.mml</title>
 
3307
<programlisting>
 
3308
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3309
      <apply> 
 
3310
        <compose/> 
 
3311
        <fn> 
 
3312
          <ci> f </ci> 
 
3313
        </fn> 
 
3314
        <fn> 
 
3315
          <ci> g </ci> 
 
3316
        </fn> 
 
3317
      </apply> 
 
3318
    </mml:math>]]>
 
3319
</programlisting>
 
3320
<para>is rendered as:</para>
 
3321
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3322
      <apply> 
 
3323
        <compose/> 
 
3324
        <fn> 
 
3325
          <ci> f </ci> 
 
3326
        </fn> 
 
3327
        <fn> 
 
3328
          <ci> g </ci> 
 
3329
        </fn> 
 
3330
      </apply> 
 
3331
    </mml:math></sect3>
 
3332
<sect3><title>rec-compose2.mml</title>
 
3333
<programlisting>
 
3334
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3335
      <apply> 
 
3336
        <compose/> 
 
3337
        <ci type="fn"> f </ci> 
 
3338
        <ci type="fn"> g </ci> 
 
3339
        <ci type="fn"> h </ci> 
 
3340
      </apply> 
 
3341
    </mml:math>]]>
 
3342
</programlisting>
 
3343
<para>is rendered as:</para>
 
3344
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3345
      <apply> 
 
3346
        <compose/> 
 
3347
        <ci type="fn"> f </ci> 
 
3348
        <ci type="fn"> g </ci> 
 
3349
        <ci type="fn"> h </ci> 
 
3350
      </apply> 
 
3351
    </mml:math></sect3>
 
3352
<sect3><title>rec-compose3.mml</title>
 
3353
<programlisting>
 
3354
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3355
      <apply> 
 
3356
        <apply> 
 
3357
          <compose/> 
 
3358
          <fn> 
 
3359
            <ci> f </ci> 
 
3360
          </fn> 
 
3361
          <fn> 
 
3362
            <ci> g </ci> 
 
3363
          </fn> 
 
3364
        </apply> 
 
3365
        <ci> x </ci> 
 
3366
      </apply> 
 
3367
    </mml:math>]]>
 
3368
</programlisting>
 
3369
<para>is rendered as:</para>
 
3370
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3371
      <apply> 
 
3372
        <apply> 
 
3373
          <compose/> 
 
3374
          <fn> 
 
3375
            <ci> f </ci> 
 
3376
          </fn> 
 
3377
          <fn> 
 
3378
            <ci> g </ci> 
 
3379
          </fn> 
 
3380
        </apply> 
 
3381
        <ci> x </ci> 
 
3382
      </apply> 
 
3383
    </mml:math></sect3>
 
3384
<sect3><title>rec-compose4.mml</title>
 
3385
<programlisting>
 
3386
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3387
      <apply> 
 
3388
        <fn> 
 
3389
          <ci> f </ci> 
 
3390
        </fn> 
 
3391
        <apply> 
 
3392
          <fn> 
 
3393
            <ci> g </ci> 
 
3394
          </fn> 
 
3395
          <ci> x </ci> 
 
3396
        </apply> 
 
3397
      </apply> 
 
3398
    </mml:math>]]>
 
3399
</programlisting>
 
3400
<para>is rendered as:</para>
 
3401
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3402
      <apply> 
 
3403
        <fn> 
 
3404
          <ci> f </ci> 
 
3405
        </fn> 
 
3406
        <apply> 
 
3407
          <fn> 
 
3408
            <ci> g </ci> 
 
3409
          </fn> 
 
3410
          <ci> x </ci> 
 
3411
        </apply> 
 
3412
      </apply> 
 
3413
    </mml:math></sect3>
 
3414
</sect2>
 
3415
<sect2><title>condition</title>
 
3416
<sect3><title>rec-condition1.mml</title>
 
3417
<programlisting>
 
3418
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3419
      <apply> 
 
3420
        <max/> 
 
3421
        <bvar> 
 
3422
          <ci> x </ci> 
 
3423
        </bvar> 
 
3424
        <condition> 
 
3425
          <apply> 
 
3426
            <and/> 
 
3427
            <apply> 
 
3428
              <gt/> 
 
3429
              <ci> x </ci> 
 
3430
              <cn> 0 </cn> 
 
3431
            </apply> 
 
3432
            <apply> 
 
3433
              <lt/> 
 
3434
              <ci> x </ci> 
 
3435
              <cn> 1 </cn> 
 
3436
            </apply> 
 
3437
          </apply> 
 
3438
        </condition> 
 
3439
        <apply> 
 
3440
          <minus/> 
 
3441
          <ci> x </ci> 
 
3442
          <apply> 
 
3443
            <sin/> 
 
3444
            <ci> x </ci> 
 
3445
          </apply> 
 
3446
        </apply> 
 
3447
      </apply> 
 
3448
    </mml:math>]]>
 
3449
</programlisting>
 
3450
<para>is rendered as:</para>
 
3451
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3452
      <apply> 
 
3453
        <max/> 
 
3454
        <bvar> 
 
3455
          <ci> x </ci> 
 
3456
        </bvar> 
 
3457
        <condition> 
 
3458
          <apply> 
 
3459
            <and/> 
 
3460
            <apply> 
 
3461
              <gt/> 
 
3462
              <ci> x </ci> 
 
3463
              <cn> 0 </cn> 
 
3464
            </apply> 
 
3465
            <apply> 
 
3466
              <lt/> 
 
3467
              <ci> x </ci> 
 
3468
              <cn> 1 </cn> 
 
3469
            </apply> 
 
3470
          </apply> 
 
3471
        </condition> 
 
3472
        <apply> 
 
3473
          <minus/> 
 
3474
          <ci> x </ci> 
 
3475
          <apply> 
 
3476
            <sin/> 
 
3477
            <ci> x </ci> 
 
3478
          </apply> 
 
3479
        </apply> 
 
3480
      </apply> 
 
3481
    </mml:math></sect3>
 
3482
</sect2>
 
3483
<sect2><title>declare</title>
 
3484
<sect3><title>rec-declare1.mml</title>
 
3485
<programlisting>
 
3486
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3487
      <declare type="vector"> 
 
3488
        <ci> V </ci> 
 
3489
      </declare> 
 
3490
    </mml:math>]]>
 
3491
</programlisting>
 
3492
<para>is rendered as:</para>
 
3493
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3494
      <declare type="vector"> 
 
3495
        <ci> V </ci> 
 
3496
      </declare> 
 
3497
    </mml:math></sect3>
 
3498
<sect3><title>rec-declare2.mml</title>
 
3499
<programlisting>
 
3500
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3501
      <declare type="vector"> 
 
3502
        <ci> V </ci> 
 
3503
        <vector> 
 
3504
          <cn> 1 </cn> 
 
3505
          <cn> 2 </cn> 
 
3506
          <cn> 3 </cn> 
 
3507
        </vector> 
 
3508
      </declare> 
 
3509
    </mml:math>]]>
 
3510
</programlisting>
 
3511
<para>is rendered as:</para>
 
3512
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3513
      <declare type="vector"> 
 
3514
        <ci> V </ci> 
 
3515
        <vector> 
 
3516
          <cn> 1 </cn> 
 
3517
          <cn> 2 </cn> 
 
3518
          <cn> 3 </cn> 
 
3519
        </vector> 
 
3520
      </declare> 
 
3521
    </mml:math></sect3>
 
3522
<sect3><title>rec-declare3.mml</title>
 
3523
<programlisting>
 
3524
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3525
      <declare type="fn" nargs="2" scope="local"> 
 
3526
        <ci> f </ci> 
 
3527
        <apply> 
 
3528
          <plus/> 
 
3529
          <ci> F </ci> 
 
3530
          <ci> G </ci> 
 
3531
        </apply> 
 
3532
      </declare> 
 
3533
    </mml:math>]]>
 
3534
</programlisting>
 
3535
<para>is rendered as:</para>
 
3536
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3537
      <declare type="fn" nargs="2" scope="local"> 
 
3538
        <ci> f </ci> 
 
3539
        <apply> 
 
3540
          <plus/> 
 
3541
          <ci> F </ci> 
 
3542
          <ci> G </ci> 
 
3543
        </apply> 
 
3544
      </declare> 
 
3545
    </mml:math></sect3>
 
3546
<sect3><title>rec-declare4.mml</title>
 
3547
<programlisting>
 
3548
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3549
      <declare type="fn"> 
 
3550
        <ci> J </ci> 
 
3551
        <lambda> 
 
3552
          <bvar> 
 
3553
            <ci> x </ci> 
 
3554
          </bvar> 
 
3555
          <apply> 
 
3556
            <ln/> 
 
3557
            <ci> x </ci> 
 
3558
          </apply> 
 
3559
        </lambda> 
 
3560
      </declare> 
 
3561
    </mml:math>]]>
 
3562
</programlisting>
 
3563
<para>is rendered as:</para>
 
3564
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3565
      <declare type="fn"> 
 
3566
        <ci> J </ci> 
 
3567
        <lambda> 
 
3568
          <bvar> 
 
3569
            <ci> x </ci> 
 
3570
          </bvar> 
 
3571
          <apply> 
 
3572
            <ln/> 
 
3573
            <ci> x </ci> 
 
3574
          </apply> 
 
3575
        </lambda> 
 
3576
      </declare> 
 
3577
    </mml:math></sect3>
 
3578
<sect3><title>rec-declare5.mml</title>
 
3579
<programlisting>
 
3580
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3581
      <declare> 
 
3582
        <ci> v </ci> 
 
3583
        <vector> 
 
3584
          <cn> 1 </cn> 
 
3585
          <cn> 2 </cn> 
 
3586
          <cn> 3 </cn> 
 
3587
        </vector> 
 
3588
      </declare> 
 
3589
    </mml:math>]]>
 
3590
</programlisting>
 
3591
<para>is rendered as:</para>
 
3592
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3593
      <declare> 
 
3594
        <ci> v </ci> 
 
3595
        <vector> 
 
3596
          <cn> 1 </cn> 
 
3597
          <cn> 2 </cn> 
 
3598
          <cn> 3 </cn> 
 
3599
        </vector> 
 
3600
      </declare> 
 
3601
    </mml:math></sect3>
 
3602
</sect2>
 
3603
<sect2><title>domain</title>
 
3604
<sect3><title>rec-domain1.mml</title>
 
3605
<programlisting>
 
3606
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3607
      <apply> 
 
3608
        <eq/> 
 
3609
        <apply> 
 
3610
          <domain/> 
 
3611
          <fn> 
 
3612
            <ci> f </ci> 
 
3613
          </fn> 
 
3614
        </apply> 
 
3615
        <reals/> 
 
3616
      </apply> 
 
3617
    </mml:math>]]>
 
3618
</programlisting>
 
3619
<para>is rendered as:</para>
 
3620
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3621
      <apply> 
 
3622
        <eq/> 
 
3623
        <apply> 
 
3624
          <domain/> 
 
3625
          <fn> 
 
3626
            <ci> f </ci> 
 
3627
          </fn> 
 
3628
        </apply> 
 
3629
        <reals/> 
 
3630
      </apply> 
 
3631
    </mml:math></sect3>
 
3632
</sect2>
 
3633
<sect2><title>domainofapplication</title>
 
3634
<sect3><title>rec-domainofapplication1.mml</title>
 
3635
<programlisting>
 
3636
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3637
      <apply> 
 
3638
        <int/> 
 
3639
        <domainofapplication> 
 
3640
          <ci> C </ci> 
 
3641
        </domainofapplication> 
 
3642
        <ci> f </ci> 
 
3643
      </apply> 
 
3644
    </mml:math>]]>
 
3645
</programlisting>
 
3646
<para>is rendered as:</para>
 
3647
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3648
      <apply> 
 
3649
        <int/> 
 
3650
        <domainofapplication> 
 
3651
          <ci> C </ci> 
 
3652
        </domainofapplication> 
 
3653
        <ci> f </ci> 
 
3654
      </apply> 
 
3655
    </mml:math></sect3>
 
3656
</sect2>
 
3657
<sect2><title>fn</title>
 
3658
<sect3><title>fn1.mml</title>
 
3659
<programlisting>
 
3660
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3661
      <apply> 
 
3662
        <fn> 
 
3663
          <ci>f</ci> 
 
3664
        </fn> 
 
3665
        <apply> 
 
3666
          <fn> 
 
3667
            <ci>g</ci> 
 
3668
          </fn> 
 
3669
          <ci>x</ci> 
 
3670
        </apply> 
 
3671
      </apply> 
 
3672
    </mml:math>]]>
 
3673
</programlisting>
 
3674
<para>is rendered as:</para>
 
3675
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3676
      <apply> 
 
3677
        <fn> 
 
3678
          <ci>f</ci> 
 
3679
        </fn> 
 
3680
        <apply> 
 
3681
          <fn> 
 
3682
            <ci>g</ci> 
 
3683
          </fn> 
 
3684
          <ci>x</ci> 
 
3685
        </apply> 
 
3686
      </apply> 
 
3687
    </mml:math></sect3>
 
3688
<sect3><title>fn4.mml</title>
 
3689
<programlisting>
 
3690
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3691
      <apply>
 
3692
        <fn>
 
3693
          <ci> f </ci>
 
3694
        </fn>
 
3695
        <ci> x </ci>
 
3696
      </apply>
 
3697
    </mml:math>]]>
 
3698
</programlisting>
 
3699
<para>is rendered as:</para>
 
3700
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
3701
      <apply>
 
3702
        <fn>
 
3703
          <ci> f </ci>
 
3704
        </fn>
 
3705
        <ci> x </ci>
 
3706
      </apply>
 
3707
    </mml:math></sect3>
 
3708
<sect3><title>rec-fn2.mml</title>
 
3709
<programlisting>
 
3710
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3711
      <fn> 
 
3712
        <ci> L </ci> 
 
3713
      </fn> 
 
3714
    </mml:math>]]>
 
3715
</programlisting>
 
3716
<para>is rendered as:</para>
 
3717
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3718
      <fn> 
 
3719
        <ci> L </ci> 
 
3720
      </fn> 
 
3721
    </mml:math></sect3>
 
3722
<sect3><title>rec-fn3.mml</title>
 
3723
<programlisting>
 
3724
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3725
      <apply> 
 
3726
        <fn> 
 
3727
          <apply> 
 
3728
            <plus/> 
 
3729
            <ci> f </ci> 
 
3730
            <ci> g </ci> 
 
3731
          </apply> 
 
3732
        </fn> 
 
3733
        <ci>z</ci> 
 
3734
      </apply> 
 
3735
    </mml:math>]]>
 
3736
</programlisting>
 
3737
<para>is rendered as:</para>
 
3738
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3739
      <apply> 
 
3740
        <fn> 
 
3741
          <apply> 
 
3742
            <plus/> 
 
3743
            <ci> f </ci> 
 
3744
            <ci> g </ci> 
 
3745
          </apply> 
 
3746
        </fn> 
 
3747
        <ci>z</ci> 
 
3748
      </apply> 
 
3749
    </mml:math></sect3>
 
3750
</sect2>
 
3751
<sect2><title>ident</title>
 
3752
<sect3><title>ident1.mml</title>
 
3753
<programlisting>
 
3754
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3755
      <reln> 
 
3756
        <eq/> 
 
3757
        <apply> 
 
3758
          <compose/> 
 
3759
          <fn> 
 
3760
            <ci> f </ci> 
 
3761
          </fn> 
 
3762
          <apply> 
 
3763
            <inverse/> 
 
3764
            <fn> 
 
3765
              <ci> f </ci> 
 
3766
            </fn> 
 
3767
          </apply> 
 
3768
        </apply> 
 
3769
        <ident/> 
 
3770
      </reln> 
 
3771
    </mml:math>]]>
 
3772
</programlisting>
 
3773
<para>is rendered as:</para>
 
3774
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3775
      <reln> 
 
3776
        <eq/> 
 
3777
        <apply> 
 
3778
          <compose/> 
 
3779
          <fn> 
 
3780
            <ci> f </ci> 
 
3781
          </fn> 
 
3782
          <apply> 
 
3783
            <inverse/> 
 
3784
            <fn> 
 
3785
              <ci> f </ci> 
 
3786
            </fn> 
 
3787
          </apply> 
 
3788
        </apply> 
 
3789
        <ident/> 
 
3790
      </reln> 
 
3791
    </mml:math></sect3>
 
3792
<sect3><title>rec-ident2.mml</title>
 
3793
<programlisting>
 
3794
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3795
      <apply> 
 
3796
        <eq/> 
 
3797
        <apply> 
 
3798
          <compose/> 
 
3799
          <fn> 
 
3800
            <ci> f </ci> 
 
3801
          </fn> 
 
3802
          <apply> 
 
3803
            <inverse/> 
 
3804
            <fn> 
 
3805
              <ci> f </ci> 
 
3806
            </fn> 
 
3807
          </apply> 
 
3808
        </apply> 
 
3809
        <ident/> 
 
3810
      </apply> 
 
3811
    </mml:math>]]>
 
3812
</programlisting>
 
3813
<para>is rendered as:</para>
 
3814
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3815
      <apply> 
 
3816
        <eq/> 
 
3817
        <apply> 
 
3818
          <compose/> 
 
3819
          <fn> 
 
3820
            <ci> f </ci> 
 
3821
          </fn> 
 
3822
          <apply> 
 
3823
            <inverse/> 
 
3824
            <fn> 
 
3825
              <ci> f </ci> 
 
3826
            </fn> 
 
3827
          </apply> 
 
3828
        </apply> 
 
3829
        <ident/> 
 
3830
      </apply> 
 
3831
    </mml:math></sect3>
 
3832
</sect2>
 
3833
<sect2><title>image</title>
 
3834
<sect3><title>rec-image1.mml</title>
 
3835
<programlisting>
 
3836
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3837
      <apply> 
 
3838
        <eq/> 
 
3839
        <apply> 
 
3840
          <image/> 
 
3841
          <sin/> 
 
3842
        </apply> 
 
3843
        <interval> 
 
3844
          <cn>-1</cn> 
 
3845
          <cn> 1 </cn> 
 
3846
        </interval> 
 
3847
      </apply> 
 
3848
    </mml:math>]]>
 
3849
</programlisting>
 
3850
<para>is rendered as:</para>
 
3851
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3852
      <apply> 
 
3853
        <eq/> 
 
3854
        <apply> 
 
3855
          <image/> 
 
3856
          <sin/> 
 
3857
        </apply> 
 
3858
        <interval> 
 
3859
          <cn>-1</cn> 
 
3860
          <cn> 1 </cn> 
 
3861
        </interval> 
 
3862
      </apply> 
 
3863
    </mml:math></sect3>
 
3864
</sect2>
 
3865
<sect2><title>interval</title>
 
3866
<sect3><title>rec-interval1.mml</title>
 
3867
<programlisting>
 
3868
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3869
      <interval> 
 
3870
        <ci> a </ci> 
 
3871
        <ci> b </ci> 
 
3872
      </interval> 
 
3873
    </mml:math>]]>
 
3874
</programlisting>
 
3875
<para>is rendered as:</para>
 
3876
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3877
      <interval> 
 
3878
        <ci> a </ci> 
 
3879
        <ci> b </ci> 
 
3880
      </interval> 
 
3881
    </mml:math></sect3>
 
3882
<sect3><title>rec-interval2.mml</title>
 
3883
<programlisting>
 
3884
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3885
      <interval closure="open-closed"> 
 
3886
        <ci> a </ci> 
 
3887
        <ci> b </ci> 
 
3888
      </interval> 
 
3889
    </mml:math>]]>
 
3890
</programlisting>
 
3891
<para>is rendered as:</para>
 
3892
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3893
      <interval closure="open-closed"> 
 
3894
        <ci> a </ci> 
 
3895
        <ci> b </ci> 
 
3896
      </interval> 
 
3897
    </mml:math></sect3>
 
3898
</sect2>
 
3899
<sect2><title>inverse</title>
 
3900
<sect3><title>rec-inverse1.mml</title>
 
3901
<programlisting>
 
3902
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3903
      <apply> 
 
3904
        <inverse/> 
 
3905
        <ci> f </ci> 
 
3906
      </apply> 
 
3907
    </mml:math>]]>
 
3908
</programlisting>
 
3909
<para>is rendered as:</para>
 
3910
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3911
      <apply> 
 
3912
        <inverse/> 
 
3913
        <ci> f </ci> 
 
3914
      </apply> 
 
3915
    </mml:math></sect3>
 
3916
<sect3><title>rec-inverse2.mml</title>
 
3917
<programlisting>
 
3918
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3919
      <apply> 
 
3920
        <inverse definitionURL="../MyDefinition.htm" encoding="text"/> 
 
3921
        <ci> f </ci> 
 
3922
      </apply> 
 
3923
    </mml:math>]]>
 
3924
</programlisting>
 
3925
<para>is rendered as:</para>
 
3926
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3927
      <apply> 
 
3928
        <inverse definitionURL="../MyDefinition.htm" encoding="text"/> 
 
3929
        <ci> f </ci> 
 
3930
      </apply> 
 
3931
    </mml:math></sect3>
 
3932
<sect3><title>rec-inverse3.mml</title>
 
3933
<programlisting>
 
3934
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3935
      <apply> 
 
3936
        <apply> 
 
3937
          <inverse/> 
 
3938
          <ci type="matrix"> a </ci> 
 
3939
        </apply> 
 
3940
        <ci> A </ci> 
 
3941
      </apply> 
 
3942
    </mml:math>]]>
 
3943
</programlisting>
 
3944
<para>is rendered as:</para>
 
3945
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3946
      <apply> 
 
3947
        <apply> 
 
3948
          <inverse/> 
 
3949
          <ci type="matrix"> a </ci> 
 
3950
        </apply> 
 
3951
        <ci> A </ci> 
 
3952
      </apply> 
 
3953
    </mml:math></sect3>
 
3954
<sect3><title>rec-inverse4.mml</title>
 
3955
<programlisting>
 
3956
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3957
      <apply> 
 
3958
        <apply> 
 
3959
          <inverse/> 
 
3960
          <sin/> 
 
3961
        </apply> 
 
3962
        <ci> x </ci> 
 
3963
      </apply> 
 
3964
    </mml:math>]]>
 
3965
</programlisting>
 
3966
<para>is rendered as:</para>
 
3967
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3968
      <apply> 
 
3969
        <apply> 
 
3970
          <inverse/> 
 
3971
          <sin/> 
 
3972
        </apply> 
 
3973
        <ci> x </ci> 
 
3974
      </apply> 
 
3975
    </mml:math></sect3>
 
3976
</sect2>
 
3977
<sect2><title>lambda</title>
 
3978
<sect3><title>rec-lambda1.mml</title>
 
3979
<programlisting>
 
3980
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3981
      <lambda> 
 
3982
        <bvar> 
 
3983
          <ci> x </ci> 
 
3984
        </bvar> 
 
3985
        <apply> 
 
3986
          <sin/> 
 
3987
          <apply> 
 
3988
            <plus/> 
 
3989
            <ci> x </ci> 
 
3990
            <cn> 1 </cn> 
 
3991
          </apply> 
 
3992
        </apply> 
 
3993
      </lambda> 
 
3994
    </mml:math>]]>
 
3995
</programlisting>
 
3996
<para>is rendered as:</para>
 
3997
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
3998
      <lambda> 
 
3999
        <bvar> 
 
4000
          <ci> x </ci> 
 
4001
        </bvar> 
 
4002
        <apply> 
 
4003
          <sin/> 
 
4004
          <apply> 
 
4005
            <plus/> 
 
4006
            <ci> x </ci> 
 
4007
            <cn> 1 </cn> 
 
4008
          </apply> 
 
4009
        </apply> 
 
4010
      </lambda> 
 
4011
    </mml:math></sect3>
 
4012
<sect3><title>rec-lambda2.mml</title>
 
4013
<programlisting>
 
4014
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4015
      <lambda> 
 
4016
        <bvar> 
 
4017
          <ci> b </ci> 
 
4018
        </bvar> 
 
4019
        <apply> 
 
4020
          <int/> 
 
4021
          <bvar> 
 
4022
            <ci> x </ci> 
 
4023
          </bvar> 
 
4024
          <lowlimit> 
 
4025
            <ci> a </ci> 
 
4026
          </lowlimit> 
 
4027
          <uplimit> 
 
4028
            <ci> b </ci> 
 
4029
          </uplimit> 
 
4030
          <apply> 
 
4031
            <fn> 
 
4032
              <ci> f </ci> 
 
4033
            </fn> 
 
4034
            <ci> x </ci> 
 
4035
          </apply> 
 
4036
        </apply> 
 
4037
      </lambda> 
 
4038
    </mml:math>]]>
 
4039
</programlisting>
 
4040
<para>is rendered as:</para>
 
4041
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4042
      <lambda> 
 
4043
        <bvar> 
 
4044
          <ci> b </ci> 
 
4045
        </bvar> 
 
4046
        <apply> 
 
4047
          <int/> 
 
4048
          <bvar> 
 
4049
            <ci> x </ci> 
 
4050
          </bvar> 
 
4051
          <lowlimit> 
 
4052
            <ci> a </ci> 
 
4053
          </lowlimit> 
 
4054
          <uplimit> 
 
4055
            <ci> b </ci> 
 
4056
          </uplimit> 
 
4057
          <apply> 
 
4058
            <fn> 
 
4059
              <ci> f </ci> 
 
4060
            </fn> 
 
4061
            <ci> x </ci> 
 
4062
          </apply> 
 
4063
        </apply> 
 
4064
      </lambda> 
 
4065
    </mml:math></sect3>
 
4066
<sect3><title>rec-lambda3.mml</title>
 
4067
<programlisting>
 
4068
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4069
      <lambda> 
 
4070
        <bvar> 
 
4071
          <ci> x </ci> 
 
4072
        </bvar> 
 
4073
        <cn> 3 </cn> 
 
4074
      </lambda> 
 
4075
    </mml:math>]]>
 
4076
</programlisting>
 
4077
<para>is rendered as:</para>
 
4078
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4079
      <lambda> 
 
4080
        <bvar> 
 
4081
          <ci> x </ci> 
 
4082
        </bvar> 
 
4083
        <cn> 3 </cn> 
 
4084
      </lambda> 
 
4085
    </mml:math></sect3>
 
4086
</sect2>
 
4087
<sect2><title>piecewise</title>
 
4088
<sect3><title>rec-piecewise1.mml</title>
 
4089
<programlisting>
 
4090
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4091
      <piecewise> 
 
4092
        <piece> 
 
4093
          <cn> 0 </cn> 
 
4094
          <apply> 
 
4095
            <lt/> 
 
4096
            <ci> x </ci> 
 
4097
            <cn> 0 </cn> 
 
4098
          </apply> 
 
4099
        </piece> 
 
4100
        <otherwise> 
 
4101
          <ci> x </ci> 
 
4102
        </otherwise> 
 
4103
      </piecewise> 
 
4104
    </mml:math>]]>
 
4105
</programlisting>
 
4106
<para>is rendered as:</para>
 
4107
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4108
      <piecewise> 
 
4109
        <piece> 
 
4110
          <cn> 0 </cn> 
 
4111
          <apply> 
 
4112
            <lt/> 
 
4113
            <ci> x </ci> 
 
4114
            <cn> 0 </cn> 
 
4115
          </apply> 
 
4116
        </piece> 
 
4117
        <otherwise> 
 
4118
          <ci> x </ci> 
 
4119
        </otherwise> 
 
4120
      </piecewise> 
 
4121
    </mml:math></sect3>
 
4122
<sect3><title>rec-piecewise2.mml</title>
 
4123
<programlisting>
 
4124
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4125
      <piecewise> 
 
4126
        <piece> 
 
4127
          <apply> 
 
4128
            <minus/> 
 
4129
            <ci> x </ci> 
 
4130
          </apply> 
 
4131
          <apply> 
 
4132
            <lt/> 
 
4133
            <ci> x </ci> 
 
4134
            <cn> 0 </cn> 
 
4135
          </apply> 
 
4136
        </piece> 
 
4137
        <piece> 
 
4138
          <cn> 0 </cn> 
 
4139
          <apply> 
 
4140
            <eq/> 
 
4141
            <ci> x </ci> 
 
4142
            <cn> 0 </cn> 
 
4143
          </apply> 
 
4144
        </piece> 
 
4145
        <piece> 
 
4146
          <ci> x </ci> 
 
4147
          <apply> 
 
4148
            <gt/> 
 
4149
            <ci> x </ci> 
 
4150
            <cn> 0 </cn> 
 
4151
          </apply> 
 
4152
        </piece> 
 
4153
      </piecewise> 
 
4154
    </mml:math>]]>
 
4155
</programlisting>
 
4156
<para>is rendered as:</para>
 
4157
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4158
      <piecewise> 
 
4159
        <piece> 
 
4160
          <apply> 
 
4161
            <minus/> 
 
4162
            <ci> x </ci> 
 
4163
          </apply> 
 
4164
          <apply> 
 
4165
            <lt/> 
 
4166
            <ci> x </ci> 
 
4167
            <cn> 0 </cn> 
 
4168
          </apply> 
 
4169
        </piece> 
 
4170
        <piece> 
 
4171
          <cn> 0 </cn> 
 
4172
          <apply> 
 
4173
            <eq/> 
 
4174
            <ci> x </ci> 
 
4175
            <cn> 0 </cn> 
 
4176
          </apply> 
 
4177
        </piece> 
 
4178
        <piece> 
 
4179
          <ci> x </ci> 
 
4180
          <apply> 
 
4181
            <gt/> 
 
4182
            <ci> x </ci> 
 
4183
            <cn> 0 </cn> 
 
4184
          </apply> 
 
4185
        </piece> 
 
4186
      </piecewise> 
 
4187
    </mml:math></sect3>
 
4188
</sect2>
 
4189
<sect2><title>reln</title>
 
4190
<sect3><title>rec-reln1.mml</title>
 
4191
<programlisting>
 
4192
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4193
      <reln> 
 
4194
        <eq/> 
 
4195
        <ci> a </ci> 
 
4196
        <ci> b </ci> 
 
4197
      </reln> 
 
4198
    </mml:math>]]>
 
4199
</programlisting>
 
4200
<para>is rendered as:</para>
 
4201
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4202
      <reln> 
 
4203
        <eq/> 
 
4204
        <ci> a </ci> 
 
4205
        <ci> b </ci> 
 
4206
      </reln> 
 
4207
    </mml:math></sect3>
 
4208
<sect3><title>rec-reln2.mml</title>
 
4209
<programlisting>
 
4210
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4211
      <reln> 
 
4212
        <lt/> 
 
4213
        <ci> a </ci> 
 
4214
        <ci> b </ci> 
 
4215
      </reln> 
 
4216
    </mml:math>]]>
 
4217
</programlisting>
 
4218
<para>is rendered as:</para>
 
4219
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4220
      <reln> 
 
4221
        <lt/> 
 
4222
        <ci> a </ci> 
 
4223
        <ci> b </ci> 
 
4224
      </reln> 
 
4225
    </mml:math></sect3>
 
4226
<sect3><title>rec-reln3.mml</title>
 
4227
<programlisting>
 
4228
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4229
      <reln> 
 
4230
        <lt/> 
 
4231
        <ci> a </ci> 
 
4232
        <ci> b </ci> 
 
4233
        <ci> c </ci> 
 
4234
        <cn> 10 </cn> 
 
4235
      </reln> 
 
4236
    </mml:math>]]>
 
4237
</programlisting>
 
4238
<para>is rendered as:</para>
 
4239
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4240
      <reln> 
 
4241
        <lt/> 
 
4242
        <ci> a </ci> 
 
4243
        <ci> b </ci> 
 
4244
        <ci> c </ci> 
 
4245
        <cn> 10 </cn> 
 
4246
      </reln> 
 
4247
    </mml:math></sect3>
 
4248
</sect2>
 
4249
</sect1>
 
4250
<sect1><title>Calculus</title>
 
4251
<sect2><title>bvar</title>
 
4252
<sect3><title>rec-bvar1.mml</title>
 
4253
<programlisting>
 
4254
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4255
      <apply> 
 
4256
        <diff/> 
 
4257
        <bvar> 
 
4258
          <ci> x </ci> 
 
4259
          <degree> 
 
4260
            <cn> 2 </cn> 
 
4261
          </degree> 
 
4262
        </bvar> 
 
4263
        <apply> 
 
4264
          <power/> 
 
4265
          <ci> x </ci> 
 
4266
          <cn> 4 </cn> 
 
4267
        </apply> 
 
4268
      </apply> 
 
4269
    </mml:math>]]>
 
4270
</programlisting>
 
4271
<para>is rendered as:</para>
 
4272
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4273
      <apply> 
 
4274
        <diff/> 
 
4275
        <bvar> 
 
4276
          <ci> x </ci> 
 
4277
          <degree> 
 
4278
            <cn> 2 </cn> 
 
4279
          </degree> 
 
4280
        </bvar> 
 
4281
        <apply> 
 
4282
          <power/> 
 
4283
          <ci> x </ci> 
 
4284
          <cn> 4 </cn> 
 
4285
        </apply> 
 
4286
      </apply> 
 
4287
    </mml:math></sect3>
 
4288
<sect3><title>rec-bvar2.mml</title>
 
4289
<programlisting>
 
4290
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4291
      <apply> 
 
4292
        <int/> 
 
4293
        <bvar> 
 
4294
          <ci> x </ci> 
 
4295
        </bvar> 
 
4296
        <condition> 
 
4297
          <apply> 
 
4298
            <in/> 
 
4299
            <ci> x </ci> 
 
4300
            <ci> D </ci> 
 
4301
          </apply> 
 
4302
        </condition> 
 
4303
        <apply> 
 
4304
          <ci type="fn"> f </ci> 
 
4305
          <ci> x </ci> 
 
4306
        </apply> 
 
4307
      </apply> 
 
4308
    </mml:math>]]>
 
4309
</programlisting>
 
4310
<para>is rendered as:</para>
 
4311
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4312
      <apply> 
 
4313
        <int/> 
 
4314
        <bvar> 
 
4315
          <ci> x </ci> 
 
4316
        </bvar> 
 
4317
        <condition> 
 
4318
          <apply> 
 
4319
            <in/> 
 
4320
            <ci> x </ci> 
 
4321
            <ci> D </ci> 
 
4322
          </apply> 
 
4323
        </condition> 
 
4324
        <apply> 
 
4325
          <ci type="fn"> f </ci> 
 
4326
          <ci> x </ci> 
 
4327
        </apply> 
 
4328
      </apply> 
 
4329
    </mml:math></sect3>
 
4330
</sect2>
 
4331
<sect2><title>curl</title>
 
4332
<sect3><title>rec-curl1.mml</title>
 
4333
<programlisting>
 
4334
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4335
      <apply> 
 
4336
        <curl/> 
 
4337
        <ci> a </ci> 
 
4338
      </apply> 
 
4339
    </mml:math>]]>
 
4340
</programlisting>
 
4341
<para>is rendered as:</para>
 
4342
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4343
      <apply> 
 
4344
        <curl/> 
 
4345
        <ci> a </ci> 
 
4346
      </apply> 
 
4347
    </mml:math></sect3>
 
4348
</sect2>
 
4349
<sect2><title>degree</title>
 
4350
<sect3><title>degree2.mml</title>
 
4351
<programlisting>
 
4352
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
4353
      <apply>
 
4354
        <moment/>
 
4355
        <degree>
 
4356
          <cn> 3 </cn>
 
4357
        </degree>
 
4358
        <ci> X </ci>
 
4359
      </apply>
 
4360
    </mml:math>]]>
 
4361
</programlisting>
 
4362
<para>is rendered as:</para>
 
4363
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
4364
      <apply>
 
4365
        <moment/>
 
4366
        <degree>
 
4367
          <cn> 3 </cn>
 
4368
        </degree>
 
4369
        <ci> X </ci>
 
4370
      </apply>
 
4371
    </mml:math></sect3>
 
4372
<sect3><title>rec-degree1.mml</title>
 
4373
<programlisting>
 
4374
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4375
      <apply> 
 
4376
        <partialdiff/> 
 
4377
        <bvar> 
 
4378
          <ci> x </ci> 
 
4379
          <degree> 
 
4380
            <ci> n </ci> 
 
4381
          </degree> 
 
4382
        </bvar> 
 
4383
        <bvar> 
 
4384
          <ci> y </ci> 
 
4385
          <degree> 
 
4386
            <ci> m </ci> 
 
4387
          </degree> 
 
4388
        </bvar> 
 
4389
        <apply> 
 
4390
          <sin/> 
 
4391
          <apply> 
 
4392
            <times/> 
 
4393
            <ci> x </ci> 
 
4394
            <ci> y </ci> 
 
4395
          </apply> 
 
4396
        </apply> 
 
4397
      </apply> 
 
4398
    </mml:math>]]>
 
4399
</programlisting>
 
4400
<para>is rendered as:</para>
 
4401
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4402
      <apply> 
 
4403
        <partialdiff/> 
 
4404
        <bvar> 
 
4405
          <ci> x </ci> 
 
4406
          <degree> 
 
4407
            <ci> n </ci> 
 
4408
          </degree> 
 
4409
        </bvar> 
 
4410
        <bvar> 
 
4411
          <ci> y </ci> 
 
4412
          <degree> 
 
4413
            <ci> m </ci> 
 
4414
          </degree> 
 
4415
        </bvar> 
 
4416
        <apply> 
 
4417
          <sin/> 
 
4418
          <apply> 
 
4419
            <times/> 
 
4420
            <ci> x </ci> 
 
4421
            <ci> y </ci> 
 
4422
          </apply> 
 
4423
        </apply> 
 
4424
      </apply> 
 
4425
    </mml:math></sect3>
 
4426
</sect2>
 
4427
<sect2><title>diff</title>
 
4428
<sect3><title>rec-diff1.mml</title>
 
4429
<programlisting>
 
4430
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4431
      <apply> 
 
4432
        <diff/> 
 
4433
        <ci> g </ci> 
 
4434
      </apply> 
 
4435
    </mml:math>]]>
 
4436
</programlisting>
 
4437
<para>is rendered as:</para>
 
4438
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4439
      <apply> 
 
4440
        <diff/> 
 
4441
        <ci> g </ci> 
 
4442
      </apply> 
 
4443
    </mml:math></sect3>
 
4444
<sect3><title>rec-diff2.mml</title>
 
4445
<programlisting>
 
4446
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4447
      <apply> 
 
4448
        <diff/> 
 
4449
        <bvar> 
 
4450
          <ci> x </ci> 
 
4451
        </bvar> 
 
4452
        <apply> 
 
4453
          <ci type="fn"> f </ci> 
 
4454
          <ci> x </ci> 
 
4455
        </apply> 
 
4456
      </apply> 
 
4457
    </mml:math>]]>
 
4458
</programlisting>
 
4459
<para>is rendered as:</para>
 
4460
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4461
      <apply> 
 
4462
        <diff/> 
 
4463
        <bvar> 
 
4464
          <ci> x </ci> 
 
4465
        </bvar> 
 
4466
        <apply> 
 
4467
          <ci type="fn"> f </ci> 
 
4468
          <ci> x </ci> 
 
4469
        </apply> 
 
4470
      </apply> 
 
4471
    </mml:math></sect3>
 
4472
</sect2>
 
4473
<sect2><title>divergence</title>
 
4474
<sect3><title>rec-divergence1.mml</title>
 
4475
<programlisting>
 
4476
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4477
      <apply> 
 
4478
        <divergence/> 
 
4479
        <ci> a </ci> 
 
4480
      </apply> 
 
4481
    </mml:math>]]>
 
4482
</programlisting>
 
4483
<para>is rendered as:</para>
 
4484
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4485
      <apply> 
 
4486
        <divergence/> 
 
4487
        <ci> a </ci> 
 
4488
      </apply> 
 
4489
    </mml:math></sect3>
 
4490
<sect3><title>rec-divergence2.mml</title>
 
4491
<programlisting>
 
4492
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4493
      <apply> 
 
4494
        <limit/> 
 
4495
        <bvar> 
 
4496
          <ci> V </ci> 
 
4497
        </bvar> 
 
4498
        <condition> 
 
4499
          <apply> 
 
4500
            <tendsto/> 
 
4501
            <ci> V </ci> 
 
4502
            <cn> 0 </cn> 
 
4503
          </apply> 
 
4504
        </condition> 
 
4505
        <apply> 
 
4506
          <divide/> 
 
4507
          <apply> 
 
4508
            <int encoding="text" definitionURL="SurfaceIntegrals.htm"/> 
 
4509
            <bvar> 
 
4510
              <ci> S </ci> 
 
4511
            </bvar> 
 
4512
            <ci> a </ci> 
 
4513
          </apply> 
 
4514
          <ci> V </ci> 
 
4515
        </apply> 
 
4516
      </apply> 
 
4517
    </mml:math>]]>
 
4518
</programlisting>
 
4519
<para>is rendered as:</para>
 
4520
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4521
      <apply> 
 
4522
        <limit/> 
 
4523
        <bvar> 
 
4524
          <ci> V </ci> 
 
4525
        </bvar> 
 
4526
        <condition> 
 
4527
          <apply> 
 
4528
            <tendsto/> 
 
4529
            <ci> V </ci> 
 
4530
            <cn> 0 </cn> 
 
4531
          </apply> 
 
4532
        </condition> 
 
4533
        <apply> 
 
4534
          <divide/> 
 
4535
          <apply> 
 
4536
            <int encoding="text" definitionURL="SurfaceIntegrals.htm"/> 
 
4537
            <bvar> 
 
4538
              <ci> S </ci> 
 
4539
            </bvar> 
 
4540
            <ci> a </ci> 
 
4541
          </apply> 
 
4542
          <ci> V </ci> 
 
4543
        </apply> 
 
4544
      </apply> 
 
4545
    </mml:math></sect3>
 
4546
</sect2>
 
4547
<sect2><title>grad</title>
 
4548
<sect3><title>rec-grad1.mml</title>
 
4549
<programlisting>
 
4550
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4551
      <apply> 
 
4552
        <grad/> 
 
4553
        <ci> f </ci> 
 
4554
      </apply> 
 
4555
    </mml:math>]]>
 
4556
</programlisting>
 
4557
<para>is rendered as:</para>
 
4558
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4559
      <apply> 
 
4560
        <grad/> 
 
4561
        <ci> f </ci> 
 
4562
      </apply> 
 
4563
    </mml:math></sect3>
 
4564
</sect2>
 
4565
<sect2><title>int</title>
 
4566
<sect3><title>int1.mml</title>
 
4567
<programlisting>
 
4568
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4569
      <apply> 
 
4570
        <int/> 
 
4571
        <bvar> 
 
4572
          <ci>x</ci> 
 
4573
        </bvar> 
 
4574
        <apply> 
 
4575
          <fn> 
 
4576
            <ci>f</ci> 
 
4577
          </fn> 
 
4578
          <ci>x</ci> 
 
4579
        </apply> 
 
4580
      </apply> 
 
4581
    </mml:math>]]>
 
4582
</programlisting>
 
4583
<para>is rendered as:</para>
 
4584
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4585
      <apply> 
 
4586
        <int/> 
 
4587
        <bvar> 
 
4588
          <ci>x</ci> 
 
4589
        </bvar> 
 
4590
        <apply> 
 
4591
          <fn> 
 
4592
            <ci>f</ci> 
 
4593
          </fn> 
 
4594
          <ci>x</ci> 
 
4595
        </apply> 
 
4596
      </apply> 
 
4597
    </mml:math></sect3>
 
4598
<sect3><title>int2.mml</title>
 
4599
<programlisting>
 
4600
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4601
      <apply> 
 
4602
        <int/> 
 
4603
        <bvar> 
 
4604
          <ci> x </ci> 
 
4605
        </bvar> 
 
4606
        <lowlimit> 
 
4607
          <cn> 0 </cn> 
 
4608
        </lowlimit> 
 
4609
        <uplimit> 
 
4610
          <ci> a </ci> 
 
4611
        </uplimit> 
 
4612
        <apply> 
 
4613
          <plus/> 
 
4614
          <ci> a </ci> 
 
4615
          <ci> x </ci> 
 
4616
        </apply> 
 
4617
      </apply> 
 
4618
    </mml:math>]]>
 
4619
</programlisting>
 
4620
<para>is rendered as:</para>
 
4621
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4622
      <apply> 
 
4623
        <int/> 
 
4624
        <bvar> 
 
4625
          <ci> x </ci> 
 
4626
        </bvar> 
 
4627
        <lowlimit> 
 
4628
          <cn> 0 </cn> 
 
4629
        </lowlimit> 
 
4630
        <uplimit> 
 
4631
          <ci> a </ci> 
 
4632
        </uplimit> 
 
4633
        <apply> 
 
4634
          <plus/> 
 
4635
          <ci> a </ci> 
 
4636
          <ci> x </ci> 
 
4637
        </apply> 
 
4638
      </apply> 
 
4639
    </mml:math></sect3>
 
4640
<sect3><title>rec-int3.mml</title>
 
4641
<programlisting>
 
4642
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4643
      <apply> 
 
4644
        <int/> 
 
4645
        <bvar> 
 
4646
          <ci> x </ci> 
 
4647
        </bvar> 
 
4648
        <lowlimit> 
 
4649
          <cn> 0 </cn> 
 
4650
        </lowlimit> 
 
4651
        <uplimit> 
 
4652
          <ci> a </ci> 
 
4653
        </uplimit> 
 
4654
        <apply> 
 
4655
          <ci> f </ci> 
 
4656
          <ci> x </ci> 
 
4657
        </apply> 
 
4658
      </apply> 
 
4659
    </mml:math>]]>
 
4660
</programlisting>
 
4661
<para>is rendered as:</para>
 
4662
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4663
      <apply> 
 
4664
        <int/> 
 
4665
        <bvar> 
 
4666
          <ci> x </ci> 
 
4667
        </bvar> 
 
4668
        <lowlimit> 
 
4669
          <cn> 0 </cn> 
 
4670
        </lowlimit> 
 
4671
        <uplimit> 
 
4672
          <ci> a </ci> 
 
4673
        </uplimit> 
 
4674
        <apply> 
 
4675
          <ci> f </ci> 
 
4676
          <ci> x </ci> 
 
4677
        </apply> 
 
4678
      </apply> 
 
4679
    </mml:math></sect3>
 
4680
<sect3><title>rec-int4.mml</title>
 
4681
<programlisting>
 
4682
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4683
      <apply> 
 
4684
        <int/> 
 
4685
        <bvar> 
 
4686
          <ci> x </ci> 
 
4687
        </bvar> 
 
4688
        <interval> 
 
4689
          <ci> a </ci> 
 
4690
          <ci> b </ci> 
 
4691
        </interval> 
 
4692
        <apply> 
 
4693
          <cos/> 
 
4694
          <ci> x </ci> 
 
4695
        </apply> 
 
4696
      </apply> 
 
4697
    </mml:math>]]>
 
4698
</programlisting>
 
4699
<para>is rendered as:</para>
 
4700
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4701
      <apply> 
 
4702
        <int/> 
 
4703
        <bvar> 
 
4704
          <ci> x </ci> 
 
4705
        </bvar> 
 
4706
        <interval> 
 
4707
          <ci> a </ci> 
 
4708
          <ci> b </ci> 
 
4709
        </interval> 
 
4710
        <apply> 
 
4711
          <cos/> 
 
4712
          <ci> x </ci> 
 
4713
        </apply> 
 
4714
      </apply> 
 
4715
    </mml:math></sect3>
 
4716
<sect3><title>rec-int5.mml</title>
 
4717
<programlisting>
 
4718
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4719
      <apply> 
 
4720
        <int/> 
 
4721
        <bvar> 
 
4722
          <ci> x </ci> 
 
4723
        </bvar> 
 
4724
        <condition> 
 
4725
          <apply> 
 
4726
            <in/> 
 
4727
            <ci> x </ci> 
 
4728
            <ci type="set"> D </ci> 
 
4729
          </apply> 
 
4730
        </condition> 
 
4731
        <apply> 
 
4732
          <ci type="fn"> f </ci> 
 
4733
          <ci> x </ci> 
 
4734
        </apply> 
 
4735
      </apply> 
 
4736
    </mml:math>]]>
 
4737
</programlisting>
 
4738
<para>is rendered as:</para>
 
4739
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4740
      <apply> 
 
4741
        <int/> 
 
4742
        <bvar> 
 
4743
          <ci> x </ci> 
 
4744
        </bvar> 
 
4745
        <condition> 
 
4746
          <apply> 
 
4747
            <in/> 
 
4748
            <ci> x </ci> 
 
4749
            <ci type="set"> D </ci> 
 
4750
          </apply> 
 
4751
        </condition> 
 
4752
        <apply> 
 
4753
          <ci type="fn"> f </ci> 
 
4754
          <ci> x </ci> 
 
4755
        </apply> 
 
4756
      </apply> 
 
4757
    </mml:math></sect3>
 
4758
<sect3><title>rec-int6.mml</title>
 
4759
<programlisting>
 
4760
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
4761
      <apply> 
 
4762
        <int/> 
 
4763
        <bvar> 
 
4764
          <ci> x </ci> 
 
4765
        </bvar> 
 
4766
        <lowlimit> 
 
4767
          <cn> 0 </cn> 
 
4768
        </lowlimit> 
 
4769
        <uplimit> 
 
4770
          <ci> a </ci> 
 
4771
        </uplimit> 
 
4772
        <apply>
 
4773
          <divide/> 
 
4774
          <ci> 1 </ci> 
 
4775
          <ci> x </ci> 
 
4776
        </apply>
 
4777
      </apply>
 
4778
    </mml:math>]]>
 
4779
</programlisting>
 
4780
<para>is rendered as:</para>
 
4781
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
4782
      <apply> 
 
4783
        <int/> 
 
4784
        <bvar> 
 
4785
          <ci> x </ci> 
 
4786
        </bvar> 
 
4787
        <lowlimit> 
 
4788
          <cn> 0 </cn> 
 
4789
        </lowlimit> 
 
4790
        <uplimit> 
 
4791
          <ci> a </ci> 
 
4792
        </uplimit> 
 
4793
        <apply>
 
4794
          <divide/> 
 
4795
          <ci> 1 </ci> 
 
4796
          <ci> x </ci> 
 
4797
        </apply>
 
4798
      </apply>
 
4799
    </mml:math></sect3>
 
4800
</sect2>
 
4801
<sect2><title>laplacian</title>
 
4802
<sect3><title>rec-laplacian1.mml</title>
 
4803
<programlisting>
 
4804
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4805
      <apply> 
 
4806
        <eq/> 
 
4807
        <apply> 
 
4808
          <laplacian/> 
 
4809
          <ci> f </ci> 
 
4810
        </apply> 
 
4811
        <apply> 
 
4812
          <divergence/> 
 
4813
          <apply> 
 
4814
            <grad/> 
 
4815
            <ci> f </ci> 
 
4816
          </apply> 
 
4817
        </apply> 
 
4818
      </apply> 
 
4819
    </mml:math>]]>
 
4820
</programlisting>
 
4821
<para>is rendered as:</para>
 
4822
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4823
      <apply> 
 
4824
        <eq/> 
 
4825
        <apply> 
 
4826
          <laplacian/> 
 
4827
          <ci> f </ci> 
 
4828
        </apply> 
 
4829
        <apply> 
 
4830
          <divergence/> 
 
4831
          <apply> 
 
4832
            <grad/> 
 
4833
            <ci> f </ci> 
 
4834
          </apply> 
 
4835
        </apply> 
 
4836
      </apply> 
 
4837
    </mml:math></sect3>
 
4838
</sect2>
 
4839
<sect2><title>lowlimit</title>
 
4840
<sect3><title>rec-lowlimit1.mml</title>
 
4841
<programlisting>
 
4842
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4843
      <apply> 
 
4844
        <int/> 
 
4845
        <bvar> 
 
4846
          <ci> x </ci> 
 
4847
        </bvar> 
 
4848
        <lowlimit> 
 
4849
          <ci> a </ci> 
 
4850
        </lowlimit> 
 
4851
        <uplimit> 
 
4852
          <ci> b </ci> 
 
4853
        </uplimit> 
 
4854
        <apply> 
 
4855
          <ci type="fn"> f </ci> 
 
4856
          <ci> x </ci> 
 
4857
        </apply> 
 
4858
      </apply> 
 
4859
    </mml:math>]]>
 
4860
</programlisting>
 
4861
<para>is rendered as:</para>
 
4862
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4863
      <apply> 
 
4864
        <int/> 
 
4865
        <bvar> 
 
4866
          <ci> x </ci> 
 
4867
        </bvar> 
 
4868
        <lowlimit> 
 
4869
          <ci> a </ci> 
 
4870
        </lowlimit> 
 
4871
        <uplimit> 
 
4872
          <ci> b </ci> 
 
4873
        </uplimit> 
 
4874
        <apply> 
 
4875
          <ci type="fn"> f </ci> 
 
4876
          <ci> x </ci> 
 
4877
        </apply> 
 
4878
      </apply> 
 
4879
    </mml:math></sect3>
 
4880
</sect2>
 
4881
<sect2><title>partialdiff</title>
 
4882
<sect3><title>partialdiff1.mml</title>
 
4883
<programlisting>
 
4884
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4885
      <apply> 
 
4886
        <partialdiff/> 
 
4887
        <bvar> 
 
4888
          <ci> x </ci> 
 
4889
          <degree> 
 
4890
            <cn> 2 </cn> 
 
4891
          </degree> 
 
4892
        </bvar> 
 
4893
        <bvar> 
 
4894
          <ci> y </ci> 
 
4895
        </bvar> 
 
4896
        <apply> 
 
4897
          <fn> 
 
4898
            <ci> f </ci> 
 
4899
          </fn> 
 
4900
          <ci> x </ci> 
 
4901
          <ci> y </ci> 
 
4902
        </apply> 
 
4903
      </apply> 
 
4904
    </mml:math>]]>
 
4905
</programlisting>
 
4906
<para>is rendered as:</para>
 
4907
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4908
      <apply> 
 
4909
        <partialdiff/> 
 
4910
        <bvar> 
 
4911
          <ci> x </ci> 
 
4912
          <degree> 
 
4913
            <cn> 2 </cn> 
 
4914
          </degree> 
 
4915
        </bvar> 
 
4916
        <bvar> 
 
4917
          <ci> y </ci> 
 
4918
        </bvar> 
 
4919
        <apply> 
 
4920
          <fn> 
 
4921
            <ci> f </ci> 
 
4922
          </fn> 
 
4923
          <ci> x </ci> 
 
4924
          <ci> y </ci> 
 
4925
        </apply> 
 
4926
      </apply> 
 
4927
    </mml:math></sect3>
 
4928
<sect3><title>partialdiff2.mml</title>
 
4929
<programlisting>
 
4930
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4931
      <apply> 
 
4932
        <partialdiff/> 
 
4933
        <bvar> 
 
4934
          <ci> x </ci> 
 
4935
          <degree> 
 
4936
            <ci> n </ci> 
 
4937
          </degree> 
 
4938
        </bvar> 
 
4939
        <bvar> 
 
4940
          <ci> y </ci> 
 
4941
          <degree> 
 
4942
            <ci> m </ci> 
 
4943
          </degree> 
 
4944
        </bvar> 
 
4945
        <apply> 
 
4946
          <sin/> 
 
4947
          <apply> 
 
4948
            <times/> 
 
4949
            <ci> x </ci> 
 
4950
            <ci> y </ci> 
 
4951
          </apply> 
 
4952
        </apply> 
 
4953
      </apply> 
 
4954
    </mml:math>]]>
 
4955
</programlisting>
 
4956
<para>is rendered as:</para>
 
4957
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4958
      <apply> 
 
4959
        <partialdiff/> 
 
4960
        <bvar> 
 
4961
          <ci> x </ci> 
 
4962
          <degree> 
 
4963
            <ci> n </ci> 
 
4964
          </degree> 
 
4965
        </bvar> 
 
4966
        <bvar> 
 
4967
          <ci> y </ci> 
 
4968
          <degree> 
 
4969
            <ci> m </ci> 
 
4970
          </degree> 
 
4971
        </bvar> 
 
4972
        <apply> 
 
4973
          <sin/> 
 
4974
          <apply> 
 
4975
            <times/> 
 
4976
            <ci> x </ci> 
 
4977
            <ci> y </ci> 
 
4978
          </apply> 
 
4979
        </apply> 
 
4980
      </apply> 
 
4981
    </mml:math></sect3>
 
4982
<sect3><title>rec-partialdiff3.mml</title>
 
4983
<programlisting>
 
4984
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
4985
      <apply> 
 
4986
        <partialdiff/> 
 
4987
        <bvar> 
 
4988
          <ci> x </ci> 
 
4989
          <degree> 
 
4990
            <ci> m </ci> 
 
4991
          </degree> 
 
4992
        </bvar> 
 
4993
        <bvar> 
 
4994
          <ci> y </ci> 
 
4995
          <degree> 
 
4996
            <ci> n </ci> 
 
4997
          </degree> 
 
4998
        </bvar> 
 
4999
        <degree> 
 
5000
          <ci> k </ci> 
 
5001
        </degree> 
 
5002
        <apply> 
 
5003
          <ci type="fn"> f </ci> 
 
5004
          <ci> x </ci> 
 
5005
          <ci> y </ci> 
 
5006
        </apply> 
 
5007
      </apply> 
 
5008
    </mml:math>]]>
 
5009
</programlisting>
 
5010
<para>is rendered as:</para>
 
5011
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5012
      <apply> 
 
5013
        <partialdiff/> 
 
5014
        <bvar> 
 
5015
          <ci> x </ci> 
 
5016
          <degree> 
 
5017
            <ci> m </ci> 
 
5018
          </degree> 
 
5019
        </bvar> 
 
5020
        <bvar> 
 
5021
          <ci> y </ci> 
 
5022
          <degree> 
 
5023
            <ci> n </ci> 
 
5024
          </degree> 
 
5025
        </bvar> 
 
5026
        <degree> 
 
5027
          <ci> k </ci> 
 
5028
        </degree> 
 
5029
        <apply> 
 
5030
          <ci type="fn"> f </ci> 
 
5031
          <ci> x </ci> 
 
5032
          <ci> y </ci> 
 
5033
        </apply> 
 
5034
      </apply> 
 
5035
    </mml:math></sect3>
 
5036
<sect3><title>rec-partialdiff4.mml</title>
 
5037
<programlisting>
 
5038
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5039
      <apply> 
 
5040
        <partialdiff/> 
 
5041
        <bvar> 
 
5042
          <ci> x </ci> 
 
5043
        </bvar> 
 
5044
        <bvar> 
 
5045
          <ci> y </ci> 
 
5046
        </bvar> 
 
5047
        <apply> 
 
5048
          <ci type="fn"> f </ci> 
 
5049
          <ci> x </ci> 
 
5050
          <ci> y </ci> 
 
5051
        </apply> 
 
5052
      </apply> 
 
5053
    </mml:math>]]>
 
5054
</programlisting>
 
5055
<para>is rendered as:</para>
 
5056
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5057
      <apply> 
 
5058
        <partialdiff/> 
 
5059
        <bvar> 
 
5060
          <ci> x </ci> 
 
5061
        </bvar> 
 
5062
        <bvar> 
 
5063
          <ci> y </ci> 
 
5064
        </bvar> 
 
5065
        <apply> 
 
5066
          <ci type="fn"> f </ci> 
 
5067
          <ci> x </ci> 
 
5068
          <ci> y </ci> 
 
5069
        </apply> 
 
5070
      </apply> 
 
5071
    </mml:math></sect3>
 
5072
<sect3><title>rec-partialdiff5.mml</title>
 
5073
<programlisting>
 
5074
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5075
      <apply> 
 
5076
        <partialdiff/> 
 
5077
        <list> 
 
5078
          <cn>1</cn> 
 
5079
          <cn>1</cn> 
 
5080
          <cn>3</cn> 
 
5081
        </list> 
 
5082
        <ci type="fn">f</ci> 
 
5083
      </apply> 
 
5084
    </mml:math>]]>
 
5085
</programlisting>
 
5086
<para>is rendered as:</para>
 
5087
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5088
      <apply> 
 
5089
        <partialdiff/> 
 
5090
        <list> 
 
5091
          <cn>1</cn> 
 
5092
          <cn>1</cn> 
 
5093
          <cn>3</cn> 
 
5094
        </list> 
 
5095
        <ci type="fn">f</ci> 
 
5096
      </apply> 
 
5097
    </mml:math></sect3>
 
5098
</sect2>
 
5099
<sect2><title>uplimit</title>
 
5100
<sect3><title>rec-uplimit1.mml</title>
 
5101
<programlisting>
 
5102
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5103
      <apply> 
 
5104
        <int/> 
 
5105
        <bvar> 
 
5106
          <ci> x </ci> 
 
5107
        </bvar> 
 
5108
        <lowlimit> 
 
5109
          <ci> a </ci> 
 
5110
        </lowlimit> 
 
5111
        <uplimit> 
 
5112
          <ci> b </ci> 
 
5113
        </uplimit> 
 
5114
        <apply> 
 
5115
          <ci type="fn"> f </ci> 
 
5116
          <ci> x </ci> 
 
5117
        </apply> 
 
5118
      </apply> 
 
5119
    </mml:math>]]>
 
5120
</programlisting>
 
5121
<para>is rendered as:</para>
 
5122
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5123
      <apply> 
 
5124
        <int/> 
 
5125
        <bvar> 
 
5126
          <ci> x </ci> 
 
5127
        </bvar> 
 
5128
        <lowlimit> 
 
5129
          <ci> a </ci> 
 
5130
        </lowlimit> 
 
5131
        <uplimit> 
 
5132
          <ci> b </ci> 
 
5133
        </uplimit> 
 
5134
        <apply> 
 
5135
          <ci type="fn"> f </ci> 
 
5136
          <ci> x </ci> 
 
5137
        </apply> 
 
5138
      </apply> 
 
5139
    </mml:math></sect3>
 
5140
</sect2>
 
5141
</sect1>
 
5142
<sect1><title>ConstantsAndSymbols</title>
 
5143
<sect2><title>complexes</title>
 
5144
<sect3><title>rec-complexes1.mml</title>
 
5145
<programlisting>
 
5146
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5147
      <apply> 
 
5148
        <in/> 
 
5149
        <cn type="complex-cartesian">17 
 
5150
          <sep/>29 
 
5151
        </cn> 
 
5152
        <complexes/> 
 
5153
      </apply> 
 
5154
    </mml:math>]]>
 
5155
</programlisting>
 
5156
<para>is rendered as:</para>
 
5157
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5158
      <apply> 
 
5159
        <in/> 
 
5160
        <cn type="complex-cartesian">17 
 
5161
          <sep/>29 
 
5162
        </cn> 
 
5163
        <complexes/> 
 
5164
      </apply> 
 
5165
    </mml:math></sect3>
 
5166
</sect2>
 
5167
<sect2><title>emptyset</title>
 
5168
<sect3><title>rec-emptyset1.mml</title>
 
5169
<programlisting>
 
5170
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5171
      <apply> 
 
5172
        <neq/> 
 
5173
        <integers/> 
 
5174
        <emptyset/> 
 
5175
      </apply> 
 
5176
    </mml:math>]]>
 
5177
</programlisting>
 
5178
<para>is rendered as:</para>
 
5179
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5180
      <apply> 
 
5181
        <neq/> 
 
5182
        <integers/> 
 
5183
        <emptyset/> 
 
5184
      </apply> 
 
5185
    </mml:math></sect3>
 
5186
</sect2>
 
5187
<sect2><title>eulergamma</title>
 
5188
<sect3><title>rec-eulergamma1.mml</title>
 
5189
<programlisting>
 
5190
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5191
      <eulergamma/> 
 
5192
    </mml:math>]]>
 
5193
</programlisting>
 
5194
<para>is rendered as:</para>
 
5195
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5196
      <eulergamma/> 
 
5197
    </mml:math></sect3>
 
5198
</sect2>
 
5199
<sect2><title>exponentiale</title>
 
5200
<sect3><title>rec-exponentiale1.mml</title>
 
5201
<programlisting>
 
5202
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5203
      <apply> 
 
5204
        <eq/> 
 
5205
        <apply> 
 
5206
          <ln/> 
 
5207
          <exponentiale/> 
 
5208
        </apply> 
 
5209
        <cn>1</cn> 
 
5210
      </apply> 
 
5211
    </mml:math>]]>
 
5212
</programlisting>
 
5213
<para>is rendered as:</para>
 
5214
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5215
      <apply> 
 
5216
        <eq/> 
 
5217
        <apply> 
 
5218
          <ln/> 
 
5219
          <exponentiale/> 
 
5220
        </apply> 
 
5221
        <cn>1</cn> 
 
5222
      </apply> 
 
5223
    </mml:math></sect3>
 
5224
</sect2>
 
5225
<sect2><title>false</title>
 
5226
<sect3><title>rec-false1.mml</title>
 
5227
<programlisting>
 
5228
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5229
      <apply> 
 
5230
        <eq/> 
 
5231
        <apply> 
 
5232
          <and/> 
 
5233
          <false/> 
 
5234
          <ci type = "logical">P</ci> 
 
5235
        </apply> 
 
5236
        <false/> 
 
5237
      </apply> 
 
5238
    </mml:math>]]>
 
5239
</programlisting>
 
5240
<para>is rendered as:</para>
 
5241
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5242
      <apply> 
 
5243
        <eq/> 
 
5244
        <apply> 
 
5245
          <and/> 
 
5246
          <false/> 
 
5247
          <ci type = "logical">P</ci> 
 
5248
        </apply> 
 
5249
        <false/> 
 
5250
      </apply> 
 
5251
    </mml:math></sect3>
 
5252
</sect2>
 
5253
<sect2><title>imaginaryi</title>
 
5254
<sect3><title>rec-imaginaryi1.mml</title>
 
5255
<programlisting>
 
5256
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5257
      <apply> 
 
5258
        <eq/> 
 
5259
        <apply> 
 
5260
          <power/> 
 
5261
          <imaginaryi/> 
 
5262
          <cn>2</cn> 
 
5263
        </apply> 
 
5264
        <cn>-1</cn> 
 
5265
      </apply> 
 
5266
    </mml:math>]]>
 
5267
</programlisting>
 
5268
<para>is rendered as:</para>
 
5269
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5270
      <apply> 
 
5271
        <eq/> 
 
5272
        <apply> 
 
5273
          <power/> 
 
5274
          <imaginaryi/> 
 
5275
          <cn>2</cn> 
 
5276
        </apply> 
 
5277
        <cn>-1</cn> 
 
5278
      </apply> 
 
5279
    </mml:math></sect3>
 
5280
</sect2>
 
5281
<sect2><title>infinity</title>
 
5282
<sect3><title>rec-infinity1.mml</title>
 
5283
<programlisting>
 
5284
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5285
      <infinity/> 
 
5286
    </mml:math>]]>
 
5287
</programlisting>
 
5288
<para>is rendered as:</para>
 
5289
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5290
      <infinity/> 
 
5291
    </mml:math></sect3>
 
5292
</sect2>
 
5293
<sect2><title>integers</title>
 
5294
<sect3><title>rec-integers1.mml</title>
 
5295
<programlisting>
 
5296
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5297
      <apply> 
 
5298
        <in/> 
 
5299
        <cn type="integer"> 42 </cn> 
 
5300
        <integers/> 
 
5301
      </apply> 
 
5302
    </mml:math>]]>
 
5303
</programlisting>
 
5304
<para>is rendered as:</para>
 
5305
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5306
      <apply> 
 
5307
        <in/> 
 
5308
        <cn type="integer"> 42 </cn> 
 
5309
        <integers/> 
 
5310
      </apply> 
 
5311
    </mml:math></sect3>
 
5312
</sect2>
 
5313
<sect2><title>naturalnumbers</title>
 
5314
<sect3><title>rec-naturalnumbers1.mml</title>
 
5315
<programlisting>
 
5316
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5317
      <apply> 
 
5318
        <in/> 
 
5319
        <cn type="integer">1729</cn> 
 
5320
        <naturalnumbers/> 
 
5321
      </apply> 
 
5322
    </mml:math>]]>
 
5323
</programlisting>
 
5324
<para>is rendered as:</para>
 
5325
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5326
      <apply> 
 
5327
        <in/> 
 
5328
        <cn type="integer">1729</cn> 
 
5329
        <naturalnumbers/> 
 
5330
      </apply> 
 
5331
    </mml:math></sect3>
 
5332
</sect2>
 
5333
<sect2><title>notanumber</title>
 
5334
<sect3><title>rec-notanumber1.mml</title>
 
5335
<programlisting>
 
5336
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5337
      <apply> 
 
5338
        <eq/> 
 
5339
        <apply> 
 
5340
          <divide/> 
 
5341
          <cn>0</cn> 
 
5342
          <cn>0</cn> 
 
5343
        </apply> 
 
5344
        <notanumber/> 
 
5345
      </apply> 
 
5346
    </mml:math>]]>
 
5347
</programlisting>
 
5348
<para>is rendered as:</para>
 
5349
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5350
      <apply> 
 
5351
        <eq/> 
 
5352
        <apply> 
 
5353
          <divide/> 
 
5354
          <cn>0</cn> 
 
5355
          <cn>0</cn> 
 
5356
        </apply> 
 
5357
        <notanumber/> 
 
5358
      </apply> 
 
5359
    </mml:math></sect3>
 
5360
</sect2>
 
5361
<sect2><title>pi</title>
 
5362
<sect3><title>rec-pi1.mml</title>
 
5363
<programlisting>
 
5364
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5365
      <apply> 
 
5366
        <approx/> 
 
5367
        <pi/> 
 
5368
        <cn type = "rational">22 
 
5369
          <sep/>7 
 
5370
        </cn> 
 
5371
      </apply> 
 
5372
    </mml:math>]]>
 
5373
</programlisting>
 
5374
<para>is rendered as:</para>
 
5375
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5376
      <apply> 
 
5377
        <approx/> 
 
5378
        <pi/> 
 
5379
        <cn type = "rational">22 
 
5380
          <sep/>7 
 
5381
        </cn> 
 
5382
      </apply> 
 
5383
    </mml:math></sect3>
 
5384
</sect2>
 
5385
<sect2><title>primes</title>
 
5386
<sect3><title>rec-primes1.mml</title>
 
5387
<programlisting>
 
5388
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5389
      <apply> 
 
5390
        <in/> 
 
5391
        <cn type="integer">17</cn> 
 
5392
        <primes/> 
 
5393
      </apply> 
 
5394
    </mml:math>]]>
 
5395
</programlisting>
 
5396
<para>is rendered as:</para>
 
5397
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5398
      <apply> 
 
5399
        <in/> 
 
5400
        <cn type="integer">17</cn> 
 
5401
        <primes/> 
 
5402
      </apply> 
 
5403
    </mml:math></sect3>
 
5404
</sect2>
 
5405
<sect2><title>rationals</title>
 
5406
<sect3><title>rec-rationals1.mml</title>
 
5407
<programlisting>
 
5408
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5409
      <apply> 
 
5410
        <in/> 
 
5411
        <cn type="rational"> 22 
 
5412
          <sep/>7 
 
5413
        </cn> 
 
5414
        <rationals/> 
 
5415
      </apply> 
 
5416
    </mml:math>]]>
 
5417
</programlisting>
 
5418
<para>is rendered as:</para>
 
5419
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5420
      <apply> 
 
5421
        <in/> 
 
5422
        <cn type="rational"> 22 
 
5423
          <sep/>7 
 
5424
        </cn> 
 
5425
        <rationals/> 
 
5426
      </apply> 
 
5427
    </mml:math></sect3>
 
5428
</sect2>
 
5429
<sect2><title>reals</title>
 
5430
<sect3><title>rec-reals1.mml</title>
 
5431
<programlisting>
 
5432
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5433
      <apply> 
 
5434
        <in/> 
 
5435
        <cn type="real"> 44.997 </cn> 
 
5436
        <reals/> 
 
5437
      </apply> 
 
5438
    </mml:math>]]>
 
5439
</programlisting>
 
5440
<para>is rendered as:</para>
 
5441
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5442
      <apply> 
 
5443
        <in/> 
 
5444
        <cn type="real"> 44.997 </cn> 
 
5445
        <reals/> 
 
5446
      </apply> 
 
5447
    </mml:math></sect3>
 
5448
</sect2>
 
5449
<sect2><title>true</title>
 
5450
<sect3><title>rec-true1.mml</title>
 
5451
<programlisting>
 
5452
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5453
      <apply> 
 
5454
        <eq/> 
 
5455
        <apply> 
 
5456
          <or/> 
 
5457
          <true/> 
 
5458
          <ci type = "logical">P</ci> 
 
5459
        </apply> 
 
5460
        <true/> 
 
5461
      </apply> 
 
5462
    </mml:math>]]>
 
5463
</programlisting>
 
5464
<para>is rendered as:</para>
 
5465
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5466
      <apply> 
 
5467
        <eq/> 
 
5468
        <apply> 
 
5469
          <or/> 
 
5470
          <true/> 
 
5471
          <ci type = "logical">P</ci> 
 
5472
        </apply> 
 
5473
        <true/> 
 
5474
      </apply> 
 
5475
    </mml:math></sect3>
 
5476
</sect2>
 
5477
</sect1>
 
5478
<sect1><title>ElementaryFunctions</title>
 
5479
<sect2><title>arccos</title>
 
5480
<sect3><title>arccos1.mml</title>
 
5481
<programlisting>
 
5482
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5483
      <apply> 
 
5484
        <arccos/> 
 
5485
        <cn>&#x003C0;</cn> 
 
5486
      </apply> 
 
5487
    </mml:math>]]>
 
5488
</programlisting>
 
5489
<para>is rendered as:</para>
 
5490
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5491
      <apply> 
 
5492
        <arccos/> 
 
5493
        <cn>&#x003C0;</cn> 
 
5494
      </apply> 
 
5495
    </mml:math></sect3>
 
5496
<sect3><title>arccos2.mml</title>
 
5497
<programlisting>
 
5498
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5499
      <apply> 
 
5500
        <arccos/> 
 
5501
        <apply> 
 
5502
          <times/> 
 
5503
          <cn>5</cn> 
 
5504
          <cn>&#x003C0;</cn> 
 
5505
        </apply> 
 
5506
      </apply> 
 
5507
    </mml:math>]]>
 
5508
</programlisting>
 
5509
<para>is rendered as:</para>
 
5510
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5511
      <apply> 
 
5512
        <arccos/> 
 
5513
        <apply> 
 
5514
          <times/> 
 
5515
          <cn>5</cn> 
 
5516
          <cn>&#x003C0;</cn> 
 
5517
        </apply> 
 
5518
      </apply> 
 
5519
    </mml:math></sect3>
 
5520
<sect3><title>arccos4.mml</title>
 
5521
<programlisting>
 
5522
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5523
      <apply> 
 
5524
        <minus/> 
 
5525
        <apply> 
 
5526
          <arccos/> 
 
5527
          <apply> 
 
5528
            <plus/> 
 
5529
            <apply> 
 
5530
              <times/> 
 
5531
              <cn>2</cn> 
 
5532
              <ci>x</ci> 
 
5533
            </apply> 
 
5534
            <apply> 
 
5535
              <divide/> 
 
5536
              <cn>&#x003C0;</cn> 
 
5537
              <cn>2</cn> 
 
5538
            </apply> 
 
5539
          </apply> 
 
5540
        </apply> 
 
5541
      </apply> 
 
5542
    </mml:math>]]>
 
5543
</programlisting>
 
5544
<para>is rendered as:</para>
 
5545
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5546
      <apply> 
 
5547
        <minus/> 
 
5548
        <apply> 
 
5549
          <arccos/> 
 
5550
          <apply> 
 
5551
            <plus/> 
 
5552
            <apply> 
 
5553
              <times/> 
 
5554
              <cn>2</cn> 
 
5555
              <ci>x</ci> 
 
5556
            </apply> 
 
5557
            <apply> 
 
5558
              <divide/> 
 
5559
              <cn>&#x003C0;</cn> 
 
5560
              <cn>2</cn> 
 
5561
            </apply> 
 
5562
          </apply> 
 
5563
        </apply> 
 
5564
      </apply> 
 
5565
    </mml:math></sect3>
 
5566
</sect2>
 
5567
<sect2><title>arccosh</title>
 
5568
<sect3><title>arccosh1.mml</title>
 
5569
<programlisting>
 
5570
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5571
      <apply> 
 
5572
        <arccosh/> 
 
5573
        <cn>&#x003C0;</cn> 
 
5574
      </apply> 
 
5575
    </mml:math>]]>
 
5576
</programlisting>
 
5577
<para>is rendered as:</para>
 
5578
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5579
      <apply> 
 
5580
        <arccosh/> 
 
5581
        <cn>&#x003C0;</cn> 
 
5582
      </apply> 
 
5583
    </mml:math></sect3>
 
5584
<sect3><title>arccosh2.mml</title>
 
5585
<programlisting>
 
5586
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5587
      <apply> 
 
5588
        <arccosh/> 
 
5589
        <apply> 
 
5590
          <times/> 
 
5591
          <cn>5</cn> 
 
5592
          <cn>&#x003C0;</cn> 
 
5593
        </apply> 
 
5594
      </apply> 
 
5595
    </mml:math>]]>
 
5596
</programlisting>
 
5597
<para>is rendered as:</para>
 
5598
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5599
      <apply> 
 
5600
        <arccosh/> 
 
5601
        <apply> 
 
5602
          <times/> 
 
5603
          <cn>5</cn> 
 
5604
          <cn>&#x003C0;</cn> 
 
5605
        </apply> 
 
5606
      </apply> 
 
5607
    </mml:math></sect3>
 
5608
<sect3><title>arccosh3.mml</title>
 
5609
<programlisting>
 
5610
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5611
      <apply> 
 
5612
        <arccosh/> 
 
5613
        <apply> 
 
5614
          <divide/> 
 
5615
          <apply> 
 
5616
            <times/> 
 
5617
            <cn>5</cn> 
 
5618
            <cn>&#x003C0;</cn> 
 
5619
          </apply> 
 
5620
          <cn>6</cn> 
 
5621
        </apply> 
 
5622
      </apply> 
 
5623
    </mml:math>]]>
 
5624
</programlisting>
 
5625
<para>is rendered as:</para>
 
5626
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5627
      <apply> 
 
5628
        <arccosh/> 
 
5629
        <apply> 
 
5630
          <divide/> 
 
5631
          <apply> 
 
5632
            <times/> 
 
5633
            <cn>5</cn> 
 
5634
            <cn>&#x003C0;</cn> 
 
5635
          </apply> 
 
5636
          <cn>6</cn> 
 
5637
        </apply> 
 
5638
      </apply> 
 
5639
    </mml:math></sect3>
 
5640
<sect3><title>arccosh4.mml</title>
 
5641
<programlisting>
 
5642
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5643
      <apply> 
 
5644
        <minus/> 
 
5645
        <apply> 
 
5646
          <arccosh/> 
 
5647
          <apply> 
 
5648
            <plus/> 
 
5649
            <apply> 
 
5650
              <times/> 
 
5651
              <cn>2</cn> 
 
5652
              <ci>x</ci> 
 
5653
            </apply> 
 
5654
            <apply> 
 
5655
              <divide/> 
 
5656
              <cn>&#x003C0;</cn> 
 
5657
              <cn>2</cn> 
 
5658
            </apply> 
 
5659
          </apply> 
 
5660
        </apply> 
 
5661
      </apply> 
 
5662
    </mml:math>]]>
 
5663
</programlisting>
 
5664
<para>is rendered as:</para>
 
5665
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5666
      <apply> 
 
5667
        <minus/> 
 
5668
        <apply> 
 
5669
          <arccosh/> 
 
5670
          <apply> 
 
5671
            <plus/> 
 
5672
            <apply> 
 
5673
              <times/> 
 
5674
              <cn>2</cn> 
 
5675
              <ci>x</ci> 
 
5676
            </apply> 
 
5677
            <apply> 
 
5678
              <divide/> 
 
5679
              <cn>&#x003C0;</cn> 
 
5680
              <cn>2</cn> 
 
5681
            </apply> 
 
5682
          </apply> 
 
5683
        </apply> 
 
5684
      </apply> 
 
5685
    </mml:math></sect3>
 
5686
</sect2>
 
5687
<sect2><title>arccot</title>
 
5688
<sect3><title>arccot1.mml</title>
 
5689
<programlisting>
 
5690
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5691
      <apply> 
 
5692
        <arccot/> 
 
5693
        <apply> 
 
5694
          <plus/> 
 
5695
          <ci>a</ci> 
 
5696
          <ci>b</ci> 
 
5697
        </apply> 
 
5698
      </apply> 
 
5699
    </mml:math>]]>
 
5700
</programlisting>
 
5701
<para>is rendered as:</para>
 
5702
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5703
      <apply> 
 
5704
        <arccot/> 
 
5705
        <apply> 
 
5706
          <plus/> 
 
5707
          <ci>a</ci> 
 
5708
          <ci>b</ci> 
 
5709
        </apply> 
 
5710
      </apply> 
 
5711
    </mml:math></sect3>
 
5712
<sect3><title>arccot2.mml</title>
 
5713
<programlisting>
 
5714
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5715
      <apply> 
 
5716
        <arccot/> 
 
5717
        <apply> 
 
5718
          <times/> 
 
5719
          <ci>x</ci> 
 
5720
          <apply> 
 
5721
            <plus/> 
 
5722
            <ci>y</ci> 
 
5723
            <ci>z</ci> 
 
5724
          </apply> 
 
5725
          <ci> z </ci> 
 
5726
        </apply> 
 
5727
      </apply> 
 
5728
    </mml:math>]]>
 
5729
</programlisting>
 
5730
<para>is rendered as:</para>
 
5731
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5732
      <apply> 
 
5733
        <arccot/> 
 
5734
        <apply> 
 
5735
          <times/> 
 
5736
          <ci>x</ci> 
 
5737
          <apply> 
 
5738
            <plus/> 
 
5739
            <ci>y</ci> 
 
5740
            <ci>z</ci> 
 
5741
          </apply> 
 
5742
          <ci> z </ci> 
 
5743
        </apply> 
 
5744
      </apply> 
 
5745
    </mml:math></sect3>
 
5746
<sect3><title>arccot3.mml</title>
 
5747
<programlisting>
 
5748
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5749
      <apply> 
 
5750
        <divide/> 
 
5751
        <cn>1</cn> 
 
5752
        <apply> 
 
5753
          <arccot/> 
 
5754
          <ci>t</ci> 
 
5755
        </apply> 
 
5756
      </apply> 
 
5757
    </mml:math>]]>
 
5758
</programlisting>
 
5759
<para>is rendered as:</para>
 
5760
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5761
      <apply> 
 
5762
        <divide/> 
 
5763
        <cn>1</cn> 
 
5764
        <apply> 
 
5765
          <arccot/> 
 
5766
          <ci>t</ci> 
 
5767
        </apply> 
 
5768
      </apply> 
 
5769
    </mml:math></sect3>
 
5770
</sect2>
 
5771
<sect2><title>arccoth</title>
 
5772
<sect3><title>arccoth1.mml</title>
 
5773
<programlisting>
 
5774
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5775
      <apply> 
 
5776
        <arccoth/> 
 
5777
        <apply> 
 
5778
          <plus/> 
 
5779
          <ci>a</ci> 
 
5780
          <ci>b</ci> 
 
5781
        </apply> 
 
5782
      </apply> 
 
5783
    </mml:math>]]>
 
5784
</programlisting>
 
5785
<para>is rendered as:</para>
 
5786
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5787
      <apply> 
 
5788
        <arccoth/> 
 
5789
        <apply> 
 
5790
          <plus/> 
 
5791
          <ci>a</ci> 
 
5792
          <ci>b</ci> 
 
5793
        </apply> 
 
5794
      </apply> 
 
5795
    </mml:math></sect3>
 
5796
<sect3><title>arccoth2.mml</title>
 
5797
<programlisting>
 
5798
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5799
      <apply> 
 
5800
        <arccoth/> 
 
5801
        <apply> 
 
5802
          <times/> 
 
5803
          <ci>x</ci> 
 
5804
          <apply> 
 
5805
            <plus/> 
 
5806
            <ci>y</ci> 
 
5807
            <ci>z</ci> 
 
5808
          </apply> 
 
5809
          <ci> z </ci> 
 
5810
        </apply> 
 
5811
      </apply> 
 
5812
    </mml:math>]]>
 
5813
</programlisting>
 
5814
<para>is rendered as:</para>
 
5815
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5816
      <apply> 
 
5817
        <arccoth/> 
 
5818
        <apply> 
 
5819
          <times/> 
 
5820
          <ci>x</ci> 
 
5821
          <apply> 
 
5822
            <plus/> 
 
5823
            <ci>y</ci> 
 
5824
            <ci>z</ci> 
 
5825
          </apply> 
 
5826
          <ci> z </ci> 
 
5827
        </apply> 
 
5828
      </apply> 
 
5829
    </mml:math></sect3>
 
5830
<sect3><title>arccoth3.mml</title>
 
5831
<programlisting>
 
5832
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5833
      <apply> 
 
5834
        <divide/> 
 
5835
        <cn>1</cn> 
 
5836
        <apply> 
 
5837
          <arccoth/> 
 
5838
          <ci>t</ci> 
 
5839
        </apply> 
 
5840
      </apply> 
 
5841
    </mml:math>]]>
 
5842
</programlisting>
 
5843
<para>is rendered as:</para>
 
5844
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5845
      <apply> 
 
5846
        <divide/> 
 
5847
        <cn>1</cn> 
 
5848
        <apply> 
 
5849
          <arccoth/> 
 
5850
          <ci>t</ci> 
 
5851
        </apply> 
 
5852
      </apply> 
 
5853
    </mml:math></sect3>
 
5854
</sect2>
 
5855
<sect2><title>arccsc</title>
 
5856
<sect3><title>arccsc1.mml</title>
 
5857
<programlisting>
 
5858
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5859
      <apply> 
 
5860
        <arccsc/> 
 
5861
        <apply> 
 
5862
          <plus/> 
 
5863
          <ci>a</ci> 
 
5864
          <ci>b</ci> 
 
5865
        </apply> 
 
5866
      </apply> 
 
5867
    </mml:math>]]>
 
5868
</programlisting>
 
5869
<para>is rendered as:</para>
 
5870
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5871
      <apply> 
 
5872
        <arccsc/> 
 
5873
        <apply> 
 
5874
          <plus/> 
 
5875
          <ci>a</ci> 
 
5876
          <ci>b</ci> 
 
5877
        </apply> 
 
5878
      </apply> 
 
5879
    </mml:math></sect3>
 
5880
<sect3><title>arccsc2.mml</title>
 
5881
<programlisting>
 
5882
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5883
      <apply> 
 
5884
        <arccsc/> 
 
5885
        <apply> 
 
5886
          <times/> 
 
5887
          <ci>x</ci> 
 
5888
          <apply> 
 
5889
            <plus/> 
 
5890
            <ci>y</ci> 
 
5891
            <ci>z</ci> 
 
5892
          </apply> 
 
5893
          <ci> z </ci> 
 
5894
        </apply> 
 
5895
      </apply> 
 
5896
    </mml:math>]]>
 
5897
</programlisting>
 
5898
<para>is rendered as:</para>
 
5899
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5900
      <apply> 
 
5901
        <arccsc/> 
 
5902
        <apply> 
 
5903
          <times/> 
 
5904
          <ci>x</ci> 
 
5905
          <apply> 
 
5906
            <plus/> 
 
5907
            <ci>y</ci> 
 
5908
            <ci>z</ci> 
 
5909
          </apply> 
 
5910
          <ci> z </ci> 
 
5911
        </apply> 
 
5912
      </apply> 
 
5913
    </mml:math></sect3>
 
5914
<sect3><title>arccsc3.mml</title>
 
5915
<programlisting>
 
5916
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5917
      <apply> 
 
5918
        <divide/> 
 
5919
        <cn>1</cn> 
 
5920
        <apply> 
 
5921
          <arccsc/> 
 
5922
          <ci>t</ci> 
 
5923
        </apply> 
 
5924
      </apply> 
 
5925
    </mml:math>]]>
 
5926
</programlisting>
 
5927
<para>is rendered as:</para>
 
5928
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5929
      <apply> 
 
5930
        <divide/> 
 
5931
        <cn>1</cn> 
 
5932
        <apply> 
 
5933
          <arccsc/> 
 
5934
          <ci>t</ci> 
 
5935
        </apply> 
 
5936
      </apply> 
 
5937
    </mml:math></sect3>
 
5938
</sect2>
 
5939
<sect2><title>arccsch</title>
 
5940
<sect3><title>arccsch1.mml</title>
 
5941
<programlisting>
 
5942
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5943
      <apply> 
 
5944
        <arccsch/> 
 
5945
        <apply> 
 
5946
          <plus/> 
 
5947
          <ci>a</ci> 
 
5948
          <ci>b</ci> 
 
5949
        </apply> 
 
5950
      </apply> 
 
5951
    </mml:math>]]>
 
5952
</programlisting>
 
5953
<para>is rendered as:</para>
 
5954
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5955
      <apply> 
 
5956
        <arccsch/> 
 
5957
        <apply> 
 
5958
          <plus/> 
 
5959
          <ci>a</ci> 
 
5960
          <ci>b</ci> 
 
5961
        </apply> 
 
5962
      </apply> 
 
5963
    </mml:math></sect3>
 
5964
<sect3><title>arccsch2.mml</title>
 
5965
<programlisting>
 
5966
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5967
      <apply> 
 
5968
        <arccsch/> 
 
5969
        <apply> 
 
5970
          <times/> 
 
5971
          <ci>x</ci> 
 
5972
          <apply> 
 
5973
            <plus/> 
 
5974
            <ci>y</ci> 
 
5975
            <ci>z</ci> 
 
5976
          </apply> 
 
5977
          <ci> z </ci> 
 
5978
        </apply> 
 
5979
      </apply> 
 
5980
    </mml:math>]]>
 
5981
</programlisting>
 
5982
<para>is rendered as:</para>
 
5983
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
5984
      <apply> 
 
5985
        <arccsch/> 
 
5986
        <apply> 
 
5987
          <times/> 
 
5988
          <ci>x</ci> 
 
5989
          <apply> 
 
5990
            <plus/> 
 
5991
            <ci>y</ci> 
 
5992
            <ci>z</ci> 
 
5993
          </apply> 
 
5994
          <ci> z </ci> 
 
5995
        </apply> 
 
5996
      </apply> 
 
5997
    </mml:math></sect3>
 
5998
<sect3><title>arccsch3.mml</title>
 
5999
<programlisting>
 
6000
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6001
      <apply> 
 
6002
        <divide/> 
 
6003
        <cn>1</cn> 
 
6004
        <apply> 
 
6005
          <arccsch/> 
 
6006
          <ci>t</ci> 
 
6007
        </apply> 
 
6008
      </apply> 
 
6009
    </mml:math>]]>
 
6010
</programlisting>
 
6011
<para>is rendered as:</para>
 
6012
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6013
      <apply> 
 
6014
        <divide/> 
 
6015
        <cn>1</cn> 
 
6016
        <apply> 
 
6017
          <arccsch/> 
 
6018
          <ci>t</ci> 
 
6019
        </apply> 
 
6020
      </apply> 
 
6021
    </mml:math></sect3>
 
6022
</sect2>
 
6023
<sect2><title>arcsec</title>
 
6024
<sect3><title>arcsec1.mml</title>
 
6025
<programlisting>
 
6026
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6027
      <apply> 
 
6028
        <arcsec/> 
 
6029
        <apply> 
 
6030
          <plus/> 
 
6031
          <ci>a</ci> 
 
6032
          <ci>b</ci> 
 
6033
        </apply> 
 
6034
      </apply> 
 
6035
    </mml:math>]]>
 
6036
</programlisting>
 
6037
<para>is rendered as:</para>
 
6038
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6039
      <apply> 
 
6040
        <arcsec/> 
 
6041
        <apply> 
 
6042
          <plus/> 
 
6043
          <ci>a</ci> 
 
6044
          <ci>b</ci> 
 
6045
        </apply> 
 
6046
      </apply> 
 
6047
    </mml:math></sect3>
 
6048
<sect3><title>arcsec2.mml</title>
 
6049
<programlisting>
 
6050
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6051
      <apply> 
 
6052
        <arcsec/> 
 
6053
        <apply> 
 
6054
          <times/> 
 
6055
          <ci>x</ci> 
 
6056
          <apply> 
 
6057
            <plus/> 
 
6058
            <ci>y</ci> 
 
6059
            <ci>z</ci> 
 
6060
          </apply> 
 
6061
          <ci> z </ci> 
 
6062
        </apply> 
 
6063
      </apply> 
 
6064
    </mml:math>]]>
 
6065
</programlisting>
 
6066
<para>is rendered as:</para>
 
6067
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6068
      <apply> 
 
6069
        <arcsec/> 
 
6070
        <apply> 
 
6071
          <times/> 
 
6072
          <ci>x</ci> 
 
6073
          <apply> 
 
6074
            <plus/> 
 
6075
            <ci>y</ci> 
 
6076
            <ci>z</ci> 
 
6077
          </apply> 
 
6078
          <ci> z </ci> 
 
6079
        </apply> 
 
6080
      </apply> 
 
6081
    </mml:math></sect3>
 
6082
<sect3><title>arcsec3.mml</title>
 
6083
<programlisting>
 
6084
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6085
      <apply> 
 
6086
        <divide/> 
 
6087
        <cn>1</cn> 
 
6088
        <apply> 
 
6089
          <arcsec/> 
 
6090
          <ci>t</ci> 
 
6091
        </apply> 
 
6092
      </apply> 
 
6093
    </mml:math>]]>
 
6094
</programlisting>
 
6095
<para>is rendered as:</para>
 
6096
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6097
      <apply> 
 
6098
        <divide/> 
 
6099
        <cn>1</cn> 
 
6100
        <apply> 
 
6101
          <arcsec/> 
 
6102
          <ci>t</ci> 
 
6103
        </apply> 
 
6104
      </apply> 
 
6105
    </mml:math></sect3>
 
6106
</sect2>
 
6107
<sect2><title>arcsech</title>
 
6108
<sect3><title>arcsech1.mml</title>
 
6109
<programlisting>
 
6110
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6111
      <apply> 
 
6112
        <arcsech/> 
 
6113
        <apply> 
 
6114
          <plus/> 
 
6115
          <ci>a</ci> 
 
6116
          <ci>b</ci> 
 
6117
        </apply> 
 
6118
      </apply> 
 
6119
    </mml:math>]]>
 
6120
</programlisting>
 
6121
<para>is rendered as:</para>
 
6122
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6123
      <apply> 
 
6124
        <arcsech/> 
 
6125
        <apply> 
 
6126
          <plus/> 
 
6127
          <ci>a</ci> 
 
6128
          <ci>b</ci> 
 
6129
        </apply> 
 
6130
      </apply> 
 
6131
    </mml:math></sect3>
 
6132
<sect3><title>arcsech2.mml</title>
 
6133
<programlisting>
 
6134
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6135
      <apply> 
 
6136
        <arcsech/> 
 
6137
        <apply> 
 
6138
          <times/> 
 
6139
          <ci>x</ci> 
 
6140
          <apply> 
 
6141
            <plus/> 
 
6142
            <ci>y</ci> 
 
6143
            <ci>z</ci> 
 
6144
          </apply> 
 
6145
          <ci> z </ci> 
 
6146
        </apply> 
 
6147
      </apply> 
 
6148
    </mml:math>]]>
 
6149
</programlisting>
 
6150
<para>is rendered as:</para>
 
6151
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6152
      <apply> 
 
6153
        <arcsech/> 
 
6154
        <apply> 
 
6155
          <times/> 
 
6156
          <ci>x</ci> 
 
6157
          <apply> 
 
6158
            <plus/> 
 
6159
            <ci>y</ci> 
 
6160
            <ci>z</ci> 
 
6161
          </apply> 
 
6162
          <ci> z </ci> 
 
6163
        </apply> 
 
6164
      </apply> 
 
6165
    </mml:math></sect3>
 
6166
<sect3><title>arcsech3.mml</title>
 
6167
<programlisting>
 
6168
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6169
      <apply> 
 
6170
        <divide/> 
 
6171
        <cn>1</cn> 
 
6172
        <apply> 
 
6173
          <arcsech/> 
 
6174
          <ci>t</ci> 
 
6175
        </apply> 
 
6176
      </apply> 
 
6177
    </mml:math>]]>
 
6178
</programlisting>
 
6179
<para>is rendered as:</para>
 
6180
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6181
      <apply> 
 
6182
        <divide/> 
 
6183
        <cn>1</cn> 
 
6184
        <apply> 
 
6185
          <arcsech/> 
 
6186
          <ci>t</ci> 
 
6187
        </apply> 
 
6188
      </apply> 
 
6189
    </mml:math></sect3>
 
6190
</sect2>
 
6191
<sect2><title>arcsin</title>
 
6192
<sect3><title>arcsin1.mml</title>
 
6193
<programlisting>
 
6194
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6195
      <apply> 
 
6196
        <arcsin/> 
 
6197
        <apply> 
 
6198
          <plus/> 
 
6199
          <ci>a</ci> 
 
6200
          <ci>b</ci> 
 
6201
        </apply> 
 
6202
      </apply> 
 
6203
    </mml:math>]]>
 
6204
</programlisting>
 
6205
<para>is rendered as:</para>
 
6206
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6207
      <apply> 
 
6208
        <arcsin/> 
 
6209
        <apply> 
 
6210
          <plus/> 
 
6211
          <ci>a</ci> 
 
6212
          <ci>b</ci> 
 
6213
        </apply> 
 
6214
      </apply> 
 
6215
    </mml:math></sect3>
 
6216
<sect3><title>arcsin2.mml</title>
 
6217
<programlisting>
 
6218
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6219
      <apply> 
 
6220
        <arcsin/> 
 
6221
        <apply> 
 
6222
          <times/> 
 
6223
          <ci>x</ci> 
 
6224
          <apply> 
 
6225
            <plus/> 
 
6226
            <ci>y</ci> 
 
6227
            <ci>z</ci> 
 
6228
          </apply> 
 
6229
          <ci> z </ci> 
 
6230
        </apply> 
 
6231
      </apply> 
 
6232
    </mml:math>]]>
 
6233
</programlisting>
 
6234
<para>is rendered as:</para>
 
6235
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6236
      <apply> 
 
6237
        <arcsin/> 
 
6238
        <apply> 
 
6239
          <times/> 
 
6240
          <ci>x</ci> 
 
6241
          <apply> 
 
6242
            <plus/> 
 
6243
            <ci>y</ci> 
 
6244
            <ci>z</ci> 
 
6245
          </apply> 
 
6246
          <ci> z </ci> 
 
6247
        </apply> 
 
6248
      </apply> 
 
6249
    </mml:math></sect3>
 
6250
<sect3><title>arcsin3.mml</title>
 
6251
<programlisting>
 
6252
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6253
      <apply> 
 
6254
        <divide/> 
 
6255
        <cn>1</cn> 
 
6256
        <apply> 
 
6257
          <arcsin/> 
 
6258
          <ci>t</ci> 
 
6259
        </apply> 
 
6260
      </apply> 
 
6261
    </mml:math>]]>
 
6262
</programlisting>
 
6263
<para>is rendered as:</para>
 
6264
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6265
      <apply> 
 
6266
        <divide/> 
 
6267
        <cn>1</cn> 
 
6268
        <apply> 
 
6269
          <arcsin/> 
 
6270
          <ci>t</ci> 
 
6271
        </apply> 
 
6272
      </apply> 
 
6273
    </mml:math></sect3>
 
6274
<sect3><title>factorial3.mml</title>
 
6275
<programlisting>
 
6276
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
6277
      <apply>
 
6278
        <times/> 
 
6279
        <apply>
 
6280
          <arcsin/> 
 
6281
          <apply>
 
6282
            <times/> 
 
6283
            <ci> x </ci> 
 
6284
            <ci> y </ci> 
 
6285
          </apply> 
 
6286
        </apply> 
 
6287
        <apply>
 
6288
          <times/> 
 
6289
          <cn>2</cn> 
 
6290
          <ci>b</ci> 
 
6291
        </apply> 
 
6292
      </apply>
 
6293
    </mml:math>]]>
 
6294
</programlisting>
 
6295
<para>is rendered as:</para>
 
6296
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
6297
      <apply>
 
6298
        <times/> 
 
6299
        <apply>
 
6300
          <arcsin/> 
 
6301
          <apply>
 
6302
            <times/> 
 
6303
            <ci> x </ci> 
 
6304
            <ci> y </ci> 
 
6305
          </apply> 
 
6306
        </apply> 
 
6307
        <apply>
 
6308
          <times/> 
 
6309
          <cn>2</cn> 
 
6310
          <ci>b</ci> 
 
6311
        </apply> 
 
6312
      </apply>
 
6313
    </mml:math></sect3>
 
6314
</sect2>
 
6315
<sect2><title>arcsinh</title>
 
6316
<sect3><title>arcsinh1.mml</title>
 
6317
<programlisting>
 
6318
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6319
      <apply> 
 
6320
        <arcsinh/> 
 
6321
        <apply> 
 
6322
          <plus/> 
 
6323
          <ci>a</ci> 
 
6324
          <ci>b</ci> 
 
6325
        </apply> 
 
6326
      </apply> 
 
6327
    </mml:math>]]>
 
6328
</programlisting>
 
6329
<para>is rendered as:</para>
 
6330
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6331
      <apply> 
 
6332
        <arcsinh/> 
 
6333
        <apply> 
 
6334
          <plus/> 
 
6335
          <ci>a</ci> 
 
6336
          <ci>b</ci> 
 
6337
        </apply> 
 
6338
      </apply> 
 
6339
    </mml:math></sect3>
 
6340
<sect3><title>arcsinh2.mml</title>
 
6341
<programlisting>
 
6342
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6343
      <apply> 
 
6344
        <arcsinh/> 
 
6345
        <apply> 
 
6346
          <times/> 
 
6347
          <ci>x</ci> 
 
6348
          <apply> 
 
6349
            <plus/> 
 
6350
            <ci>y</ci> 
 
6351
            <ci>z</ci> 
 
6352
          </apply> 
 
6353
          <ci> z </ci> 
 
6354
        </apply> 
 
6355
      </apply> 
 
6356
    </mml:math>]]>
 
6357
</programlisting>
 
6358
<para>is rendered as:</para>
 
6359
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6360
      <apply> 
 
6361
        <arcsinh/> 
 
6362
        <apply> 
 
6363
          <times/> 
 
6364
          <ci>x</ci> 
 
6365
          <apply> 
 
6366
            <plus/> 
 
6367
            <ci>y</ci> 
 
6368
            <ci>z</ci> 
 
6369
          </apply> 
 
6370
          <ci> z </ci> 
 
6371
        </apply> 
 
6372
      </apply> 
 
6373
    </mml:math></sect3>
 
6374
<sect3><title>arcsinh3.mml</title>
 
6375
<programlisting>
 
6376
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6377
      <apply> 
 
6378
        <divide/> 
 
6379
        <cn>1</cn> 
 
6380
        <apply> 
 
6381
          <arcsinh/> 
 
6382
          <ci>t</ci> 
 
6383
        </apply> 
 
6384
      </apply> 
 
6385
    </mml:math>]]>
 
6386
</programlisting>
 
6387
<para>is rendered as:</para>
 
6388
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6389
      <apply> 
 
6390
        <divide/> 
 
6391
        <cn>1</cn> 
 
6392
        <apply> 
 
6393
          <arcsinh/> 
 
6394
          <ci>t</ci> 
 
6395
        </apply> 
 
6396
      </apply> 
 
6397
    </mml:math></sect3>
 
6398
</sect2>
 
6399
<sect2><title>arctan</title>
 
6400
<sect3><title>arctan1.mml</title>
 
6401
<programlisting>
 
6402
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6403
      <apply> 
 
6404
        <arctan/> 
 
6405
        <apply> 
 
6406
          <plus/> 
 
6407
          <ci>a</ci> 
 
6408
          <ci>b</ci> 
 
6409
        </apply> 
 
6410
      </apply> 
 
6411
    </mml:math>]]>
 
6412
</programlisting>
 
6413
<para>is rendered as:</para>
 
6414
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6415
      <apply> 
 
6416
        <arctan/> 
 
6417
        <apply> 
 
6418
          <plus/> 
 
6419
          <ci>a</ci> 
 
6420
          <ci>b</ci> 
 
6421
        </apply> 
 
6422
      </apply> 
 
6423
    </mml:math></sect3>
 
6424
<sect3><title>arctan2.mml</title>
 
6425
<programlisting>
 
6426
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6427
      <apply> 
 
6428
        <arctan/> 
 
6429
        <apply> 
 
6430
          <times/> 
 
6431
          <ci>x</ci> 
 
6432
          <apply> 
 
6433
            <plus/> 
 
6434
            <ci>y</ci> 
 
6435
            <ci>z</ci> 
 
6436
          </apply> 
 
6437
          <ci> z </ci> 
 
6438
        </apply> 
 
6439
      </apply> 
 
6440
    </mml:math>]]>
 
6441
</programlisting>
 
6442
<para>is rendered as:</para>
 
6443
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6444
      <apply> 
 
6445
        <arctan/> 
 
6446
        <apply> 
 
6447
          <times/> 
 
6448
          <ci>x</ci> 
 
6449
          <apply> 
 
6450
            <plus/> 
 
6451
            <ci>y</ci> 
 
6452
            <ci>z</ci> 
 
6453
          </apply> 
 
6454
          <ci> z </ci> 
 
6455
        </apply> 
 
6456
      </apply> 
 
6457
    </mml:math></sect3>
 
6458
<sect3><title>arctan3.mml</title>
 
6459
<programlisting>
 
6460
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6461
      <apply> 
 
6462
        <divide/> 
 
6463
        <cn>1</cn> 
 
6464
        <apply> 
 
6465
          <arctan/> 
 
6466
          <ci>t</ci> 
 
6467
        </apply> 
 
6468
      </apply> 
 
6469
    </mml:math>]]>
 
6470
</programlisting>
 
6471
<para>is rendered as:</para>
 
6472
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6473
      <apply> 
 
6474
        <divide/> 
 
6475
        <cn>1</cn> 
 
6476
        <apply> 
 
6477
          <arctan/> 
 
6478
          <ci>t</ci> 
 
6479
        </apply> 
 
6480
      </apply> 
 
6481
    </mml:math></sect3>
 
6482
</sect2>
 
6483
<sect2><title>arctanh</title>
 
6484
<sect3><title>arctanh1.mml</title>
 
6485
<programlisting>
 
6486
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6487
      <apply> 
 
6488
        <arctanh/> 
 
6489
        <apply> 
 
6490
          <plus/> 
 
6491
          <ci>a</ci> 
 
6492
          <ci>b</ci> 
 
6493
        </apply> 
 
6494
      </apply> 
 
6495
    </mml:math>]]>
 
6496
</programlisting>
 
6497
<para>is rendered as:</para>
 
6498
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6499
      <apply> 
 
6500
        <arctanh/> 
 
6501
        <apply> 
 
6502
          <plus/> 
 
6503
          <ci>a</ci> 
 
6504
          <ci>b</ci> 
 
6505
        </apply> 
 
6506
      </apply> 
 
6507
    </mml:math></sect3>
 
6508
<sect3><title>arctanh2.mml</title>
 
6509
<programlisting>
 
6510
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6511
      <apply> 
 
6512
        <arctanh/> 
 
6513
        <apply> 
 
6514
          <times/> 
 
6515
          <ci>x</ci> 
 
6516
          <apply> 
 
6517
            <plus/> 
 
6518
            <ci>y</ci> 
 
6519
            <ci>z</ci> 
 
6520
          </apply> 
 
6521
          <ci> z </ci> 
 
6522
        </apply> 
 
6523
      </apply> 
 
6524
    </mml:math>]]>
 
6525
</programlisting>
 
6526
<para>is rendered as:</para>
 
6527
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6528
      <apply> 
 
6529
        <arctanh/> 
 
6530
        <apply> 
 
6531
          <times/> 
 
6532
          <ci>x</ci> 
 
6533
          <apply> 
 
6534
            <plus/> 
 
6535
            <ci>y</ci> 
 
6536
            <ci>z</ci> 
 
6537
          </apply> 
 
6538
          <ci> z </ci> 
 
6539
        </apply> 
 
6540
      </apply> 
 
6541
    </mml:math></sect3>
 
6542
<sect3><title>arctanh3.mml</title>
 
6543
<programlisting>
 
6544
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6545
      <apply> 
 
6546
        <divide/> 
 
6547
        <cn>1</cn> 
 
6548
        <apply> 
 
6549
          <arctanh/> 
 
6550
          <ci>t</ci> 
 
6551
        </apply> 
 
6552
      </apply> 
 
6553
    </mml:math>]]>
 
6554
</programlisting>
 
6555
<para>is rendered as:</para>
 
6556
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6557
      <apply> 
 
6558
        <divide/> 
 
6559
        <cn>1</cn> 
 
6560
        <apply> 
 
6561
          <arctanh/> 
 
6562
          <ci>t</ci> 
 
6563
        </apply> 
 
6564
      </apply> 
 
6565
    </mml:math></sect3>
 
6566
</sect2>
 
6567
<sect2><title>cos</title>
 
6568
<sect3><title>cos1.mml</title>
 
6569
<programlisting>
 
6570
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6571
      <apply> 
 
6572
        <cos/> 
 
6573
        <cn>&#x003C0;</cn> 
 
6574
      </apply> 
 
6575
    </mml:math>]]>
 
6576
</programlisting>
 
6577
<para>is rendered as:</para>
 
6578
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6579
      <apply> 
 
6580
        <cos/> 
 
6581
        <cn>&#x003C0;</cn> 
 
6582
      </apply> 
 
6583
    </mml:math></sect3>
 
6584
<sect3><title>cos2.mml</title>
 
6585
<programlisting>
 
6586
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6587
      <apply> 
 
6588
        <cos/> 
 
6589
        <apply> 
 
6590
          <times/> 
 
6591
          <cn>5</cn> 
 
6592
          <cn>&#x003C0;</cn> 
 
6593
        </apply> 
 
6594
      </apply> 
 
6595
    </mml:math>]]>
 
6596
</programlisting>
 
6597
<para>is rendered as:</para>
 
6598
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6599
      <apply> 
 
6600
        <cos/> 
 
6601
        <apply> 
 
6602
          <times/> 
 
6603
          <cn>5</cn> 
 
6604
          <cn>&#x003C0;</cn> 
 
6605
        </apply> 
 
6606
      </apply> 
 
6607
    </mml:math></sect3>
 
6608
<sect3><title>cos3.mml</title>
 
6609
<programlisting>
 
6610
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6611
      <apply> 
 
6612
        <cos/> 
 
6613
        <apply> 
 
6614
          <divide/> 
 
6615
          <apply> 
 
6616
            <times/> 
 
6617
            <cn>5</cn> 
 
6618
            <cn>&#x003C0;</cn> 
 
6619
          </apply> 
 
6620
          <cn>6</cn> 
 
6621
        </apply> 
 
6622
      </apply> 
 
6623
    </mml:math>]]>
 
6624
</programlisting>
 
6625
<para>is rendered as:</para>
 
6626
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6627
      <apply> 
 
6628
        <cos/> 
 
6629
        <apply> 
 
6630
          <divide/> 
 
6631
          <apply> 
 
6632
            <times/> 
 
6633
            <cn>5</cn> 
 
6634
            <cn>&#x003C0;</cn> 
 
6635
          </apply> 
 
6636
          <cn>6</cn> 
 
6637
        </apply> 
 
6638
      </apply> 
 
6639
    </mml:math></sect3>
 
6640
<sect3><title>cos4.mml</title>
 
6641
<programlisting>
 
6642
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6643
      <apply> 
 
6644
        <minus/> 
 
6645
        <apply> 
 
6646
          <cos/> 
 
6647
          <apply> 
 
6648
            <plus/> 
 
6649
            <apply> 
 
6650
              <times/> 
 
6651
              <cn>2</cn> 
 
6652
              <ci>x</ci> 
 
6653
            </apply> 
 
6654
            <apply> 
 
6655
              <divide/> 
 
6656
              <cn>&#x003C0;</cn> 
 
6657
              <cn>2</cn> 
 
6658
            </apply> 
 
6659
          </apply> 
 
6660
        </apply> 
 
6661
      </apply> 
 
6662
    </mml:math>]]>
 
6663
</programlisting>
 
6664
<para>is rendered as:</para>
 
6665
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6666
      <apply> 
 
6667
        <minus/> 
 
6668
        <apply> 
 
6669
          <cos/> 
 
6670
          <apply> 
 
6671
            <plus/> 
 
6672
            <apply> 
 
6673
              <times/> 
 
6674
              <cn>2</cn> 
 
6675
              <ci>x</ci> 
 
6676
            </apply> 
 
6677
            <apply> 
 
6678
              <divide/> 
 
6679
              <cn>&#x003C0;</cn> 
 
6680
              <cn>2</cn> 
 
6681
            </apply> 
 
6682
          </apply> 
 
6683
        </apply> 
 
6684
      </apply> 
 
6685
    </mml:math></sect3>
 
6686
</sect2>
 
6687
<sect2><title>cosh</title>
 
6688
<sect3><title>cosh1.mml</title>
 
6689
<programlisting>
 
6690
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6691
      <apply> 
 
6692
        <cosh/> 
 
6693
        <cn>&#x003C0;</cn> 
 
6694
      </apply> 
 
6695
    </mml:math>]]>
 
6696
</programlisting>
 
6697
<para>is rendered as:</para>
 
6698
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6699
      <apply> 
 
6700
        <cosh/> 
 
6701
        <cn>&#x003C0;</cn> 
 
6702
      </apply> 
 
6703
    </mml:math></sect3>
 
6704
<sect3><title>cosh2.mml</title>
 
6705
<programlisting>
 
6706
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6707
      <apply> 
 
6708
        <cosh/> 
 
6709
        <apply> 
 
6710
          <times/> 
 
6711
          <cn>5</cn> 
 
6712
          <cn>&#x003C0;</cn> 
 
6713
        </apply> 
 
6714
      </apply> 
 
6715
    </mml:math>]]>
 
6716
</programlisting>
 
6717
<para>is rendered as:</para>
 
6718
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6719
      <apply> 
 
6720
        <cosh/> 
 
6721
        <apply> 
 
6722
          <times/> 
 
6723
          <cn>5</cn> 
 
6724
          <cn>&#x003C0;</cn> 
 
6725
        </apply> 
 
6726
      </apply> 
 
6727
    </mml:math></sect3>
 
6728
<sect3><title>cosh3.mml</title>
 
6729
<programlisting>
 
6730
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6731
      <apply> 
 
6732
        <cosh/> 
 
6733
        <apply> 
 
6734
          <divide/> 
 
6735
          <apply> 
 
6736
            <times/> 
 
6737
            <cn>5</cn> 
 
6738
            <cn>&#x003C0;</cn> 
 
6739
          </apply> 
 
6740
          <cn>6</cn> 
 
6741
        </apply> 
 
6742
      </apply> 
 
6743
    </mml:math>]]>
 
6744
</programlisting>
 
6745
<para>is rendered as:</para>
 
6746
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6747
      <apply> 
 
6748
        <cosh/> 
 
6749
        <apply> 
 
6750
          <divide/> 
 
6751
          <apply> 
 
6752
            <times/> 
 
6753
            <cn>5</cn> 
 
6754
            <cn>&#x003C0;</cn> 
 
6755
          </apply> 
 
6756
          <cn>6</cn> 
 
6757
        </apply> 
 
6758
      </apply> 
 
6759
    </mml:math></sect3>
 
6760
<sect3><title>cosh4.mml</title>
 
6761
<programlisting>
 
6762
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6763
      <apply> 
 
6764
        <minus/> 
 
6765
        <apply> 
 
6766
          <cosh/> 
 
6767
          <apply> 
 
6768
            <plus/> 
 
6769
            <apply> 
 
6770
              <times/> 
 
6771
              <cn>2</cn> 
 
6772
              <ci>x</ci> 
 
6773
            </apply> 
 
6774
            <apply> 
 
6775
              <divide/> 
 
6776
              <cn>&#x003C0;</cn> 
 
6777
              <cn>2</cn> 
 
6778
            </apply> 
 
6779
          </apply> 
 
6780
        </apply> 
 
6781
      </apply> 
 
6782
    </mml:math>]]>
 
6783
</programlisting>
 
6784
<para>is rendered as:</para>
 
6785
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6786
      <apply> 
 
6787
        <minus/> 
 
6788
        <apply> 
 
6789
          <cosh/> 
 
6790
          <apply> 
 
6791
            <plus/> 
 
6792
            <apply> 
 
6793
              <times/> 
 
6794
              <cn>2</cn> 
 
6795
              <ci>x</ci> 
 
6796
            </apply> 
 
6797
            <apply> 
 
6798
              <divide/> 
 
6799
              <cn>&#x003C0;</cn> 
 
6800
              <cn>2</cn> 
 
6801
            </apply> 
 
6802
          </apply> 
 
6803
        </apply> 
 
6804
      </apply> 
 
6805
    </mml:math></sect3>
 
6806
</sect2>
 
6807
<sect2><title>cot</title>
 
6808
<sect3><title>cot1.mml</title>
 
6809
<programlisting>
 
6810
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6811
      <apply> 
 
6812
        <cot/> 
 
6813
        <apply> 
 
6814
          <plus/> 
 
6815
          <ci>a</ci> 
 
6816
          <ci>b</ci> 
 
6817
        </apply> 
 
6818
      </apply> 
 
6819
    </mml:math>]]>
 
6820
</programlisting>
 
6821
<para>is rendered as:</para>
 
6822
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6823
      <apply> 
 
6824
        <cot/> 
 
6825
        <apply> 
 
6826
          <plus/> 
 
6827
          <ci>a</ci> 
 
6828
          <ci>b</ci> 
 
6829
        </apply> 
 
6830
      </apply> 
 
6831
    </mml:math></sect3>
 
6832
<sect3><title>cot2.mml</title>
 
6833
<programlisting>
 
6834
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6835
      <apply> 
 
6836
        <cot/> 
 
6837
        <apply> 
 
6838
          <times/> 
 
6839
          <ci>x</ci> 
 
6840
          <apply> 
 
6841
            <plus/> 
 
6842
            <ci>y</ci> 
 
6843
            <ci>z</ci> 
 
6844
          </apply> 
 
6845
          <ci> z </ci> 
 
6846
        </apply> 
 
6847
      </apply> 
 
6848
    </mml:math>]]>
 
6849
</programlisting>
 
6850
<para>is rendered as:</para>
 
6851
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6852
      <apply> 
 
6853
        <cot/> 
 
6854
        <apply> 
 
6855
          <times/> 
 
6856
          <ci>x</ci> 
 
6857
          <apply> 
 
6858
            <plus/> 
 
6859
            <ci>y</ci> 
 
6860
            <ci>z</ci> 
 
6861
          </apply> 
 
6862
          <ci> z </ci> 
 
6863
        </apply> 
 
6864
      </apply> 
 
6865
    </mml:math></sect3>
 
6866
<sect3><title>cot3.mml</title>
 
6867
<programlisting>
 
6868
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6869
      <apply> 
 
6870
        <divide/> 
 
6871
        <cn>1</cn> 
 
6872
        <apply> 
 
6873
          <cot/> 
 
6874
          <ci>t</ci> 
 
6875
        </apply> 
 
6876
      </apply> 
 
6877
    </mml:math>]]>
 
6878
</programlisting>
 
6879
<para>is rendered as:</para>
 
6880
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6881
      <apply> 
 
6882
        <divide/> 
 
6883
        <cn>1</cn> 
 
6884
        <apply> 
 
6885
          <cot/> 
 
6886
          <ci>t</ci> 
 
6887
        </apply> 
 
6888
      </apply> 
 
6889
    </mml:math></sect3>
 
6890
</sect2>
 
6891
<sect2><title>coth</title>
 
6892
<sect3><title>coth1.mml</title>
 
6893
<programlisting>
 
6894
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6895
      <apply> 
 
6896
        <coth/> 
 
6897
        <apply> 
 
6898
          <plus/> 
 
6899
          <ci>a</ci> 
 
6900
          <ci>b</ci> 
 
6901
        </apply> 
 
6902
      </apply> 
 
6903
    </mml:math>]]>
 
6904
</programlisting>
 
6905
<para>is rendered as:</para>
 
6906
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6907
      <apply> 
 
6908
        <coth/> 
 
6909
        <apply> 
 
6910
          <plus/> 
 
6911
          <ci>a</ci> 
 
6912
          <ci>b</ci> 
 
6913
        </apply> 
 
6914
      </apply> 
 
6915
    </mml:math></sect3>
 
6916
<sect3><title>coth2.mml</title>
 
6917
<programlisting>
 
6918
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6919
      <apply> 
 
6920
        <coth/> 
 
6921
        <apply> 
 
6922
          <times/> 
 
6923
          <ci>x</ci> 
 
6924
          <apply> 
 
6925
            <plus/> 
 
6926
            <ci>y</ci> 
 
6927
            <ci>z</ci> 
 
6928
          </apply> 
 
6929
          <ci> z </ci> 
 
6930
        </apply> 
 
6931
      </apply> 
 
6932
    </mml:math>]]>
 
6933
</programlisting>
 
6934
<para>is rendered as:</para>
 
6935
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6936
      <apply> 
 
6937
        <coth/> 
 
6938
        <apply> 
 
6939
          <times/> 
 
6940
          <ci>x</ci> 
 
6941
          <apply> 
 
6942
            <plus/> 
 
6943
            <ci>y</ci> 
 
6944
            <ci>z</ci> 
 
6945
          </apply> 
 
6946
          <ci> z </ci> 
 
6947
        </apply> 
 
6948
      </apply> 
 
6949
    </mml:math></sect3>
 
6950
<sect3><title>coth3.mml</title>
 
6951
<programlisting>
 
6952
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6953
      <apply> 
 
6954
        <divide/> 
 
6955
        <cn>1</cn> 
 
6956
        <apply> 
 
6957
          <coth/> 
 
6958
          <ci>t</ci> 
 
6959
        </apply> 
 
6960
      </apply> 
 
6961
    </mml:math>]]>
 
6962
</programlisting>
 
6963
<para>is rendered as:</para>
 
6964
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6965
      <apply> 
 
6966
        <divide/> 
 
6967
        <cn>1</cn> 
 
6968
        <apply> 
 
6969
          <coth/> 
 
6970
          <ci>t</ci> 
 
6971
        </apply> 
 
6972
      </apply> 
 
6973
    </mml:math></sect3>
 
6974
</sect2>
 
6975
<sect2><title>csc</title>
 
6976
<sect3><title>csc1.mml</title>
 
6977
<programlisting>
 
6978
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6979
      <apply> 
 
6980
        <csc/> 
 
6981
        <apply> 
 
6982
          <plus/> 
 
6983
          <ci>a</ci> 
 
6984
          <ci>b</ci> 
 
6985
        </apply> 
 
6986
      </apply> 
 
6987
    </mml:math>]]>
 
6988
</programlisting>
 
6989
<para>is rendered as:</para>
 
6990
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
6991
      <apply> 
 
6992
        <csc/> 
 
6993
        <apply> 
 
6994
          <plus/> 
 
6995
          <ci>a</ci> 
 
6996
          <ci>b</ci> 
 
6997
        </apply> 
 
6998
      </apply> 
 
6999
    </mml:math></sect3>
 
7000
<sect3><title>csc2.mml</title>
 
7001
<programlisting>
 
7002
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7003
      <apply> 
 
7004
        <csc/> 
 
7005
        <apply> 
 
7006
          <times/> 
 
7007
          <ci>x</ci> 
 
7008
          <apply> 
 
7009
            <plus/> 
 
7010
            <ci>y</ci> 
 
7011
            <ci>z</ci> 
 
7012
          </apply> 
 
7013
          <ci> z </ci> 
 
7014
        </apply> 
 
7015
      </apply> 
 
7016
    </mml:math>]]>
 
7017
</programlisting>
 
7018
<para>is rendered as:</para>
 
7019
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7020
      <apply> 
 
7021
        <csc/> 
 
7022
        <apply> 
 
7023
          <times/> 
 
7024
          <ci>x</ci> 
 
7025
          <apply> 
 
7026
            <plus/> 
 
7027
            <ci>y</ci> 
 
7028
            <ci>z</ci> 
 
7029
          </apply> 
 
7030
          <ci> z </ci> 
 
7031
        </apply> 
 
7032
      </apply> 
 
7033
    </mml:math></sect3>
 
7034
<sect3><title>csc3.mml</title>
 
7035
<programlisting>
 
7036
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7037
      <apply> 
 
7038
        <divide/> 
 
7039
        <cn>1</cn> 
 
7040
        <apply> 
 
7041
          <csc/> 
 
7042
          <ci>t</ci> 
 
7043
        </apply> 
 
7044
      </apply> 
 
7045
    </mml:math>]]>
 
7046
</programlisting>
 
7047
<para>is rendered as:</para>
 
7048
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7049
      <apply> 
 
7050
        <divide/> 
 
7051
        <cn>1</cn> 
 
7052
        <apply> 
 
7053
          <csc/> 
 
7054
          <ci>t</ci> 
 
7055
        </apply> 
 
7056
      </apply> 
 
7057
    </mml:math></sect3>
 
7058
</sect2>
 
7059
<sect2><title>csch</title>
 
7060
<sect3><title>csch1.mml</title>
 
7061
<programlisting>
 
7062
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7063
      <apply> 
 
7064
        <csch/> 
 
7065
        <apply> 
 
7066
          <plus/> 
 
7067
          <ci>a</ci> 
 
7068
          <ci>b</ci> 
 
7069
        </apply> 
 
7070
      </apply> 
 
7071
    </mml:math>]]>
 
7072
</programlisting>
 
7073
<para>is rendered as:</para>
 
7074
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7075
      <apply> 
 
7076
        <csch/> 
 
7077
        <apply> 
 
7078
          <plus/> 
 
7079
          <ci>a</ci> 
 
7080
          <ci>b</ci> 
 
7081
        </apply> 
 
7082
      </apply> 
 
7083
    </mml:math></sect3>
 
7084
<sect3><title>csch2.mml</title>
 
7085
<programlisting>
 
7086
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7087
      <apply> 
 
7088
        <csch/> 
 
7089
        <apply> 
 
7090
          <times/> 
 
7091
          <ci>x</ci> 
 
7092
          <apply> 
 
7093
            <plus/> 
 
7094
            <ci>y</ci> 
 
7095
            <ci>z</ci> 
 
7096
          </apply> 
 
7097
          <ci> z </ci> 
 
7098
        </apply> 
 
7099
      </apply> 
 
7100
    </mml:math>]]>
 
7101
</programlisting>
 
7102
<para>is rendered as:</para>
 
7103
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7104
      <apply> 
 
7105
        <csch/> 
 
7106
        <apply> 
 
7107
          <times/> 
 
7108
          <ci>x</ci> 
 
7109
          <apply> 
 
7110
            <plus/> 
 
7111
            <ci>y</ci> 
 
7112
            <ci>z</ci> 
 
7113
          </apply> 
 
7114
          <ci> z </ci> 
 
7115
        </apply> 
 
7116
      </apply> 
 
7117
    </mml:math></sect3>
 
7118
<sect3><title>csch3.mml</title>
 
7119
<programlisting>
 
7120
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7121
      <apply> 
 
7122
        <divide/> 
 
7123
        <cn>1</cn> 
 
7124
        <apply> 
 
7125
          <csch/> 
 
7126
          <ci>t</ci> 
 
7127
        </apply> 
 
7128
      </apply> 
 
7129
    </mml:math>]]>
 
7130
</programlisting>
 
7131
<para>is rendered as:</para>
 
7132
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7133
      <apply> 
 
7134
        <divide/> 
 
7135
        <cn>1</cn> 
 
7136
        <apply> 
 
7137
          <csch/> 
 
7138
          <ci>t</ci> 
 
7139
        </apply> 
 
7140
      </apply> 
 
7141
    </mml:math></sect3>
 
7142
</sect2>
 
7143
<sect2><title>exp</title>
 
7144
<sect3><title>exp1.mml</title>
 
7145
<programlisting>
 
7146
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7147
      <apply> 
 
7148
        <exp/> 
 
7149
        <apply> 
 
7150
          <power/> 
 
7151
          <ci>x</ci> 
 
7152
          <ci>j</ci> 
 
7153
        </apply> 
 
7154
      </apply> 
 
7155
    </mml:math>]]>
 
7156
</programlisting>
 
7157
<para>is rendered as:</para>
 
7158
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7159
      <apply> 
 
7160
        <exp/> 
 
7161
        <apply> 
 
7162
          <power/> 
 
7163
          <ci>x</ci> 
 
7164
          <ci>j</ci> 
 
7165
        </apply> 
 
7166
      </apply> 
 
7167
    </mml:math></sect3>
 
7168
<sect3><title>exp2.mml</title>
 
7169
<programlisting>
 
7170
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7171
      <apply> 
 
7172
        <minus/> 
 
7173
        <apply> 
 
7174
          <exp/> 
 
7175
          <apply> 
 
7176
            <power/> 
 
7177
            <ci>x</ci> 
 
7178
            <ci>j</ci> 
 
7179
          </apply> 
 
7180
        </apply> 
 
7181
      </apply> 
 
7182
    </mml:math>]]>
 
7183
</programlisting>
 
7184
<para>is rendered as:</para>
 
7185
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7186
      <apply> 
 
7187
        <minus/> 
 
7188
        <apply> 
 
7189
          <exp/> 
 
7190
          <apply> 
 
7191
            <power/> 
 
7192
            <ci>x</ci> 
 
7193
            <ci>j</ci> 
 
7194
          </apply> 
 
7195
        </apply> 
 
7196
      </apply> 
 
7197
    </mml:math></sect3>
 
7198
<sect3><title>rec-exp3.mml</title>
 
7199
<programlisting>
 
7200
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7201
      <apply> 
 
7202
        <exp/> 
 
7203
        <ci> x </ci> 
 
7204
      </apply> 
 
7205
    </mml:math>]]>
 
7206
</programlisting>
 
7207
<para>is rendered as:</para>
 
7208
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7209
      <apply> 
 
7210
        <exp/> 
 
7211
        <ci> x </ci> 
 
7212
      </apply> 
 
7213
    </mml:math></sect3>
 
7214
</sect2>
 
7215
<sect2><title>ln</title>
 
7216
<sect3><title>rec-ln1.mml</title>
 
7217
<programlisting>
 
7218
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7219
      <apply> 
 
7220
        <ln/> 
 
7221
        <ci> a </ci> 
 
7222
      </apply> 
 
7223
    </mml:math>]]>
 
7224
</programlisting>
 
7225
<para>is rendered as:</para>
 
7226
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7227
      <apply> 
 
7228
        <ln/> 
 
7229
        <ci> a </ci> 
 
7230
      </apply> 
 
7231
    </mml:math></sect3>
 
7232
</sect2>
 
7233
<sect2><title>log</title>
 
7234
<sect3><title>log1.mml</title>
 
7235
<programlisting>
 
7236
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7237
      <apply> 
 
7238
        <log/> 
 
7239
        <logbase> 
 
7240
          <cn> 3 </cn> 
 
7241
        </logbase> 
 
7242
        <apply> 
 
7243
          <plus/> 
 
7244
          <ci> x </ci> 
 
7245
          <ci> y </ci> 
 
7246
        </apply> 
 
7247
      </apply> 
 
7248
    </mml:math>]]>
 
7249
</programlisting>
 
7250
<para>is rendered as:</para>
 
7251
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7252
      <apply> 
 
7253
        <log/> 
 
7254
        <logbase> 
 
7255
          <cn> 3 </cn> 
 
7256
        </logbase> 
 
7257
        <apply> 
 
7258
          <plus/> 
 
7259
          <ci> x </ci> 
 
7260
          <ci> y </ci> 
 
7261
        </apply> 
 
7262
      </apply> 
 
7263
    </mml:math></sect3>
 
7264
<sect3><title>rec-log2.mml</title>
 
7265
<programlisting>
 
7266
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7267
      <apply> 
 
7268
        <log/> 
 
7269
        <logbase> 
 
7270
          <cn> 3 </cn> 
 
7271
        </logbase> 
 
7272
        <ci> x </ci> 
 
7273
      </apply> 
 
7274
    </mml:math>]]>
 
7275
</programlisting>
 
7276
<para>is rendered as:</para>
 
7277
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7278
      <apply> 
 
7279
        <log/> 
 
7280
        <logbase> 
 
7281
          <cn> 3 </cn> 
 
7282
        </logbase> 
 
7283
        <ci> x </ci> 
 
7284
      </apply> 
 
7285
    </mml:math></sect3>
 
7286
</sect2>
 
7287
<sect2><title>rec-trig1.mml</title>
 
7288
<programlisting>
 
7289
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7290
      <apply> 
 
7291
        <sin/> 
 
7292
        <apply> 
 
7293
          <plus/> 
 
7294
          <apply> 
 
7295
            <power/> 
 
7296
            <ci> x </ci> 
 
7297
            <cn> 3 </cn> 
 
7298
          </apply> 
 
7299
          <apply> 
 
7300
            <cos/> 
 
7301
            <ci> x </ci> 
 
7302
          </apply> 
 
7303
        </apply> 
 
7304
      </apply> 
 
7305
    </mml:math>]]>
 
7306
</programlisting>
 
7307
<para>is rendered as:</para>
 
7308
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7309
      <apply> 
 
7310
        <sin/> 
 
7311
        <apply> 
 
7312
          <plus/> 
 
7313
          <apply> 
 
7314
            <power/> 
 
7315
            <ci> x </ci> 
 
7316
            <cn> 3 </cn> 
 
7317
          </apply> 
 
7318
          <apply> 
 
7319
            <cos/> 
 
7320
            <ci> x </ci> 
 
7321
          </apply> 
 
7322
        </apply> 
 
7323
      </apply> 
 
7324
    </mml:math></sect2>
 
7325
<sect2><title>rec-trig2.mml</title>
 
7326
<programlisting>
 
7327
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7328
      <apply> 
 
7329
        <sin/> 
 
7330
        <apply> 
 
7331
          <plus/> 
 
7332
          <apply> 
 
7333
            <cos/> 
 
7334
            <ci> x </ci> 
 
7335
          </apply> 
 
7336
          <apply> 
 
7337
            <power/> 
 
7338
            <ci> x </ci> 
 
7339
            <cn> 3 </cn> 
 
7340
          </apply> 
 
7341
        </apply> 
 
7342
      </apply> 
 
7343
    </mml:math>]]>
 
7344
</programlisting>
 
7345
<para>is rendered as:</para>
 
7346
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7347
      <apply> 
 
7348
        <sin/> 
 
7349
        <apply> 
 
7350
          <plus/> 
 
7351
          <apply> 
 
7352
            <cos/> 
 
7353
            <ci> x </ci> 
 
7354
          </apply> 
 
7355
          <apply> 
 
7356
            <power/> 
 
7357
            <ci> x </ci> 
 
7358
            <cn> 3 </cn> 
 
7359
          </apply> 
 
7360
        </apply> 
 
7361
      </apply> 
 
7362
    </mml:math></sect2>
 
7363
<sect2><title>sec</title>
 
7364
<sect3><title>sec1.mml</title>
 
7365
<programlisting>
 
7366
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7367
      <apply> 
 
7368
        <sec/> 
 
7369
        <apply> 
 
7370
          <plus/> 
 
7371
          <ci>a</ci> 
 
7372
          <ci>b</ci> 
 
7373
        </apply> 
 
7374
      </apply> 
 
7375
    </mml:math>]]>
 
7376
</programlisting>
 
7377
<para>is rendered as:</para>
 
7378
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7379
      <apply> 
 
7380
        <sec/> 
 
7381
        <apply> 
 
7382
          <plus/> 
 
7383
          <ci>a</ci> 
 
7384
          <ci>b</ci> 
 
7385
        </apply> 
 
7386
      </apply> 
 
7387
    </mml:math></sect3>
 
7388
<sect3><title>sec2.mml</title>
 
7389
<programlisting>
 
7390
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7391
      <apply> 
 
7392
        <sec/> 
 
7393
        <apply> 
 
7394
          <times/> 
 
7395
          <ci>x</ci> 
 
7396
          <apply> 
 
7397
            <plus/> 
 
7398
            <ci>y</ci> 
 
7399
            <ci>z</ci> 
 
7400
          </apply> 
 
7401
          <ci> z </ci> 
 
7402
        </apply> 
 
7403
      </apply> 
 
7404
    </mml:math>]]>
 
7405
</programlisting>
 
7406
<para>is rendered as:</para>
 
7407
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7408
      <apply> 
 
7409
        <sec/> 
 
7410
        <apply> 
 
7411
          <times/> 
 
7412
          <ci>x</ci> 
 
7413
          <apply> 
 
7414
            <plus/> 
 
7415
            <ci>y</ci> 
 
7416
            <ci>z</ci> 
 
7417
          </apply> 
 
7418
          <ci> z </ci> 
 
7419
        </apply> 
 
7420
      </apply> 
 
7421
    </mml:math></sect3>
 
7422
<sect3><title>sec3.mml</title>
 
7423
<programlisting>
 
7424
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7425
      <apply> 
 
7426
        <divide/> 
 
7427
        <cn>1</cn> 
 
7428
        <apply> 
 
7429
          <sec/> 
 
7430
          <ci>t</ci> 
 
7431
        </apply> 
 
7432
      </apply> 
 
7433
    </mml:math>]]>
 
7434
</programlisting>
 
7435
<para>is rendered as:</para>
 
7436
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7437
      <apply> 
 
7438
        <divide/> 
 
7439
        <cn>1</cn> 
 
7440
        <apply> 
 
7441
          <sec/> 
 
7442
          <ci>t</ci> 
 
7443
        </apply> 
 
7444
      </apply> 
 
7445
    </mml:math></sect3>
 
7446
</sect2>
 
7447
<sect2><title>sech</title>
 
7448
<sect3><title>sech1.mml</title>
 
7449
<programlisting>
 
7450
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7451
      <apply> 
 
7452
        <sech/> 
 
7453
        <apply> 
 
7454
          <plus/> 
 
7455
          <ci>a</ci> 
 
7456
          <ci>b</ci> 
 
7457
        </apply> 
 
7458
      </apply> 
 
7459
    </mml:math>]]>
 
7460
</programlisting>
 
7461
<para>is rendered as:</para>
 
7462
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7463
      <apply> 
 
7464
        <sech/> 
 
7465
        <apply> 
 
7466
          <plus/> 
 
7467
          <ci>a</ci> 
 
7468
          <ci>b</ci> 
 
7469
        </apply> 
 
7470
      </apply> 
 
7471
    </mml:math></sect3>
 
7472
<sect3><title>sech2.mml</title>
 
7473
<programlisting>
 
7474
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7475
      <apply> 
 
7476
        <sech/> 
 
7477
        <apply> 
 
7478
          <times/> 
 
7479
          <ci>x</ci> 
 
7480
          <apply> 
 
7481
            <plus/> 
 
7482
            <ci>y</ci> 
 
7483
            <ci>z</ci> 
 
7484
          </apply> 
 
7485
          <ci> z </ci> 
 
7486
        </apply> 
 
7487
      </apply> 
 
7488
    </mml:math>]]>
 
7489
</programlisting>
 
7490
<para>is rendered as:</para>
 
7491
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7492
      <apply> 
 
7493
        <sech/> 
 
7494
        <apply> 
 
7495
          <times/> 
 
7496
          <ci>x</ci> 
 
7497
          <apply> 
 
7498
            <plus/> 
 
7499
            <ci>y</ci> 
 
7500
            <ci>z</ci> 
 
7501
          </apply> 
 
7502
          <ci> z </ci> 
 
7503
        </apply> 
 
7504
      </apply> 
 
7505
    </mml:math></sect3>
 
7506
<sect3><title>sech3.mml</title>
 
7507
<programlisting>
 
7508
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7509
      <apply> 
 
7510
        <divide/> 
 
7511
        <cn>1</cn> 
 
7512
        <apply> 
 
7513
          <sech/> 
 
7514
          <ci>t</ci> 
 
7515
        </apply> 
 
7516
      </apply> 
 
7517
    </mml:math>]]>
 
7518
</programlisting>
 
7519
<para>is rendered as:</para>
 
7520
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7521
      <apply> 
 
7522
        <divide/> 
 
7523
        <cn>1</cn> 
 
7524
        <apply> 
 
7525
          <sech/> 
 
7526
          <ci>t</ci> 
 
7527
        </apply> 
 
7528
      </apply> 
 
7529
    </mml:math></sect3>
 
7530
</sect2>
 
7531
<sect2><title>sin</title>
 
7532
<sect3><title>factorial3.mml</title>
 
7533
<programlisting>
 
7534
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
7535
      <apply>
 
7536
        <times/> 
 
7537
        <apply>
 
7538
          <sin/> 
 
7539
          <apply>
 
7540
            <times/> 
 
7541
            <ci> x </ci> 
 
7542
            <ci> y </ci> 
 
7543
          </apply> 
 
7544
        </apply> 
 
7545
        <apply>
 
7546
          <times/> 
 
7547
          <cn>2</cn> 
 
7548
          <ci>b</ci> 
 
7549
        </apply> 
 
7550
      </apply>
 
7551
    </mml:math>]]>
 
7552
</programlisting>
 
7553
<para>is rendered as:</para>
 
7554
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
7555
      <apply>
 
7556
        <times/> 
 
7557
        <apply>
 
7558
          <sin/> 
 
7559
          <apply>
 
7560
            <times/> 
 
7561
            <ci> x </ci> 
 
7562
            <ci> y </ci> 
 
7563
          </apply> 
 
7564
        </apply> 
 
7565
        <apply>
 
7566
          <times/> 
 
7567
          <cn>2</cn> 
 
7568
          <ci>b</ci> 
 
7569
        </apply> 
 
7570
      </apply>
 
7571
    </mml:math></sect3>
 
7572
<sect3><title>sin1.mml</title>
 
7573
<programlisting>
 
7574
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7575
      <apply> 
 
7576
        <sin/> 
 
7577
        <apply> 
 
7578
          <plus/> 
 
7579
          <ci>a</ci> 
 
7580
          <ci>b</ci> 
 
7581
        </apply> 
 
7582
      </apply> 
 
7583
    </mml:math>]]>
 
7584
</programlisting>
 
7585
<para>is rendered as:</para>
 
7586
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7587
      <apply> 
 
7588
        <sin/> 
 
7589
        <apply> 
 
7590
          <plus/> 
 
7591
          <ci>a</ci> 
 
7592
          <ci>b</ci> 
 
7593
        </apply> 
 
7594
      </apply> 
 
7595
    </mml:math></sect3>
 
7596
<sect3><title>sin2.mml</title>
 
7597
<programlisting>
 
7598
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7599
      <apply> 
 
7600
        <sin/> 
 
7601
        <apply> 
 
7602
          <times/> 
 
7603
          <ci>x</ci> 
 
7604
          <apply> 
 
7605
            <plus/> 
 
7606
            <ci>y</ci> 
 
7607
            <ci>z</ci> 
 
7608
          </apply> 
 
7609
          <ci> z </ci> 
 
7610
        </apply> 
 
7611
      </apply> 
 
7612
    </mml:math>]]>
 
7613
</programlisting>
 
7614
<para>is rendered as:</para>
 
7615
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7616
      <apply> 
 
7617
        <sin/> 
 
7618
        <apply> 
 
7619
          <times/> 
 
7620
          <ci>x</ci> 
 
7621
          <apply> 
 
7622
            <plus/> 
 
7623
            <ci>y</ci> 
 
7624
            <ci>z</ci> 
 
7625
          </apply> 
 
7626
          <ci> z </ci> 
 
7627
        </apply> 
 
7628
      </apply> 
 
7629
    </mml:math></sect3>
 
7630
<sect3><title>sin3.mml</title>
 
7631
<programlisting>
 
7632
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7633
      <apply> 
 
7634
        <divide/> 
 
7635
        <cn>1</cn> 
 
7636
        <apply> 
 
7637
          <sin/> 
 
7638
          <ci>t</ci> 
 
7639
        </apply> 
 
7640
      </apply> 
 
7641
    </mml:math>]]>
 
7642
</programlisting>
 
7643
<para>is rendered as:</para>
 
7644
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7645
      <apply> 
 
7646
        <divide/> 
 
7647
        <cn>1</cn> 
 
7648
        <apply> 
 
7649
          <sin/> 
 
7650
          <ci>t</ci> 
 
7651
        </apply> 
 
7652
      </apply> 
 
7653
    </mml:math></sect3>
 
7654
</sect2>
 
7655
<sect2><title>sinh</title>
 
7656
<sect3><title>sinh1.mml</title>
 
7657
<programlisting>
 
7658
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7659
      <apply> 
 
7660
        <sinh/> 
 
7661
        <apply> 
 
7662
          <plus/> 
 
7663
          <ci>a</ci> 
 
7664
          <ci>b</ci> 
 
7665
        </apply> 
 
7666
      </apply> 
 
7667
    </mml:math>]]>
 
7668
</programlisting>
 
7669
<para>is rendered as:</para>
 
7670
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7671
      <apply> 
 
7672
        <sinh/> 
 
7673
        <apply> 
 
7674
          <plus/> 
 
7675
          <ci>a</ci> 
 
7676
          <ci>b</ci> 
 
7677
        </apply> 
 
7678
      </apply> 
 
7679
    </mml:math></sect3>
 
7680
<sect3><title>sinh2.mml</title>
 
7681
<programlisting>
 
7682
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7683
      <apply> 
 
7684
        <sinh/> 
 
7685
        <apply> 
 
7686
          <times/> 
 
7687
          <ci>x</ci> 
 
7688
          <apply> 
 
7689
            <plus/> 
 
7690
            <ci>y</ci> 
 
7691
            <ci>z</ci> 
 
7692
          </apply> 
 
7693
          <ci> z </ci> 
 
7694
        </apply> 
 
7695
      </apply> 
 
7696
    </mml:math>]]>
 
7697
</programlisting>
 
7698
<para>is rendered as:</para>
 
7699
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7700
      <apply> 
 
7701
        <sinh/> 
 
7702
        <apply> 
 
7703
          <times/> 
 
7704
          <ci>x</ci> 
 
7705
          <apply> 
 
7706
            <plus/> 
 
7707
            <ci>y</ci> 
 
7708
            <ci>z</ci> 
 
7709
          </apply> 
 
7710
          <ci> z </ci> 
 
7711
        </apply> 
 
7712
      </apply> 
 
7713
    </mml:math></sect3>
 
7714
<sect3><title>sinh3.mml</title>
 
7715
<programlisting>
 
7716
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7717
      <apply> 
 
7718
        <divide/> 
 
7719
        <cn>1</cn> 
 
7720
        <apply> 
 
7721
          <sinh/> 
 
7722
          <ci>t</ci> 
 
7723
        </apply> 
 
7724
      </apply> 
 
7725
    </mml:math>]]>
 
7726
</programlisting>
 
7727
<para>is rendered as:</para>
 
7728
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7729
      <apply> 
 
7730
        <divide/> 
 
7731
        <cn>1</cn> 
 
7732
        <apply> 
 
7733
          <sinh/> 
 
7734
          <ci>t</ci> 
 
7735
        </apply> 
 
7736
      </apply> 
 
7737
    </mml:math></sect3>
 
7738
</sect2>
 
7739
<sect2><title>tan</title>
 
7740
<sect3><title>tan1.mml</title>
 
7741
<programlisting>
 
7742
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7743
      <apply> 
 
7744
        <tan/> 
 
7745
        <apply> 
 
7746
          <plus/> 
 
7747
          <ci>a</ci> 
 
7748
          <ci>b</ci> 
 
7749
        </apply> 
 
7750
      </apply> 
 
7751
    </mml:math>]]>
 
7752
</programlisting>
 
7753
<para>is rendered as:</para>
 
7754
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7755
      <apply> 
 
7756
        <tan/> 
 
7757
        <apply> 
 
7758
          <plus/> 
 
7759
          <ci>a</ci> 
 
7760
          <ci>b</ci> 
 
7761
        </apply> 
 
7762
      </apply> 
 
7763
    </mml:math></sect3>
 
7764
<sect3><title>tan2.mml</title>
 
7765
<programlisting>
 
7766
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7767
      <apply> 
 
7768
        <tan/> 
 
7769
        <apply> 
 
7770
          <times/> 
 
7771
          <ci>x</ci> 
 
7772
          <apply> 
 
7773
            <plus/> 
 
7774
            <ci>y</ci> 
 
7775
            <ci>z</ci> 
 
7776
          </apply> 
 
7777
          <ci> z </ci> 
 
7778
        </apply> 
 
7779
      </apply> 
 
7780
    </mml:math>]]>
 
7781
</programlisting>
 
7782
<para>is rendered as:</para>
 
7783
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7784
      <apply> 
 
7785
        <tan/> 
 
7786
        <apply> 
 
7787
          <times/> 
 
7788
          <ci>x</ci> 
 
7789
          <apply> 
 
7790
            <plus/> 
 
7791
            <ci>y</ci> 
 
7792
            <ci>z</ci> 
 
7793
          </apply> 
 
7794
          <ci> z </ci> 
 
7795
        </apply> 
 
7796
      </apply> 
 
7797
    </mml:math></sect3>
 
7798
<sect3><title>tan3.mml</title>
 
7799
<programlisting>
 
7800
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7801
      <apply> 
 
7802
        <divide/> 
 
7803
        <cn>1</cn> 
 
7804
        <apply> 
 
7805
          <tan/> 
 
7806
          <ci>t</ci> 
 
7807
        </apply> 
 
7808
      </apply> 
 
7809
    </mml:math>]]>
 
7810
</programlisting>
 
7811
<para>is rendered as:</para>
 
7812
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7813
      <apply> 
 
7814
        <divide/> 
 
7815
        <cn>1</cn> 
 
7816
        <apply> 
 
7817
          <tan/> 
 
7818
          <ci>t</ci> 
 
7819
        </apply> 
 
7820
      </apply> 
 
7821
    </mml:math></sect3>
 
7822
</sect2>
 
7823
<sect2><title>tanh</title>
 
7824
<sect3><title>tanh1.mml</title>
 
7825
<programlisting>
 
7826
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7827
      <apply> 
 
7828
        <tanh/> 
 
7829
        <apply> 
 
7830
          <plus/> 
 
7831
          <ci>a</ci> 
 
7832
          <ci>b</ci> 
 
7833
        </apply> 
 
7834
      </apply> 
 
7835
    </mml:math>]]>
 
7836
</programlisting>
 
7837
<para>is rendered as:</para>
 
7838
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7839
      <apply> 
 
7840
        <tanh/> 
 
7841
        <apply> 
 
7842
          <plus/> 
 
7843
          <ci>a</ci> 
 
7844
          <ci>b</ci> 
 
7845
        </apply> 
 
7846
      </apply> 
 
7847
    </mml:math></sect3>
 
7848
<sect3><title>tanh2.mml</title>
 
7849
<programlisting>
 
7850
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7851
      <apply> 
 
7852
        <tanh/> 
 
7853
        <apply> 
 
7854
          <times/> 
 
7855
          <ci>x</ci> 
 
7856
          <apply> 
 
7857
            <plus/> 
 
7858
            <ci>y</ci> 
 
7859
            <ci>z</ci> 
 
7860
          </apply> 
 
7861
          <ci> z </ci> 
 
7862
        </apply> 
 
7863
      </apply> 
 
7864
    </mml:math>]]>
 
7865
</programlisting>
 
7866
<para>is rendered as:</para>
 
7867
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7868
      <apply> 
 
7869
        <tanh/> 
 
7870
        <apply> 
 
7871
          <times/> 
 
7872
          <ci>x</ci> 
 
7873
          <apply> 
 
7874
            <plus/> 
 
7875
            <ci>y</ci> 
 
7876
            <ci>z</ci> 
 
7877
          </apply> 
 
7878
          <ci> z </ci> 
 
7879
        </apply> 
 
7880
      </apply> 
 
7881
    </mml:math></sect3>
 
7882
<sect3><title>tanh3.mml</title>
 
7883
<programlisting>
 
7884
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7885
      <apply> 
 
7886
        <divide/> 
 
7887
        <cn>1</cn> 
 
7888
        <apply> 
 
7889
          <tanh/> 
 
7890
          <ci>t</ci> 
 
7891
        </apply> 
 
7892
      </apply> 
 
7893
    </mml:math>]]>
 
7894
</programlisting>
 
7895
<para>is rendered as:</para>
 
7896
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7897
      <apply> 
 
7898
        <divide/> 
 
7899
        <cn>1</cn> 
 
7900
        <apply> 
 
7901
          <tanh/> 
 
7902
          <ci>t</ci> 
 
7903
        </apply> 
 
7904
      </apply> 
 
7905
    </mml:math></sect3>
 
7906
</sect2>
 
7907
<sect2><title>trigonometry_3.mml</title>
 
7908
<programlisting>
 
7909
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7910
      <apply> 
 
7911
        <divide /> 
 
7912
        <apply> 
 
7913
          <times/> 
 
7914
          <apply> 
 
7915
            <sec/> 
 
7916
            <apply> 
 
7917
              <times/> 
 
7918
              <ci> x </ci> 
 
7919
              <ci> y </ci> 
 
7920
            </apply> 
 
7921
          </apply> 
 
7922
          <apply> 
 
7923
            <times/> 
 
7924
            <cn>2</cn> 
 
7925
            <ci>b</ci> 
 
7926
          </apply> 
 
7927
        </apply> 
 
7928
        <apply> 
 
7929
          <tan /> 
 
7930
          <apply> 
 
7931
            <plus /> 
 
7932
            <cn>x</cn> 
 
7933
            <cn>y</cn> 
 
7934
          </apply> 
 
7935
        </apply> 
 
7936
      </apply> 
 
7937
    </mml:math>]]>
 
7938
</programlisting>
 
7939
<para>is rendered as:</para>
 
7940
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7941
      <apply> 
 
7942
        <divide /> 
 
7943
        <apply> 
 
7944
          <times/> 
 
7945
          <apply> 
 
7946
            <sec/> 
 
7947
            <apply> 
 
7948
              <times/> 
 
7949
              <ci> x </ci> 
 
7950
              <ci> y </ci> 
 
7951
            </apply> 
 
7952
          </apply> 
 
7953
          <apply> 
 
7954
            <times/> 
 
7955
            <cn>2</cn> 
 
7956
            <ci>b</ci> 
 
7957
          </apply> 
 
7958
        </apply> 
 
7959
        <apply> 
 
7960
          <tan /> 
 
7961
          <apply> 
 
7962
            <plus /> 
 
7963
            <cn>x</cn> 
 
7964
            <cn>y</cn> 
 
7965
          </apply> 
 
7966
        </apply> 
 
7967
      </apply> 
 
7968
    </mml:math></sect2>
 
7969
<sect2><title>trigonometry_4.mml</title>
 
7970
<programlisting>
 
7971
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7972
      <apply> 
 
7973
        <plus/> 
 
7974
        <apply> 
 
7975
          <sin/> 
 
7976
          <ci>x</ci> 
 
7977
        </apply> 
 
7978
        <apply> 
 
7979
          <cos/> 
 
7980
          <ci>x</ci> 
 
7981
        </apply> 
 
7982
      </apply> 
 
7983
    </mml:math>]]>
 
7984
</programlisting>
 
7985
<para>is rendered as:</para>
 
7986
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
7987
      <apply> 
 
7988
        <plus/> 
 
7989
        <apply> 
 
7990
          <sin/> 
 
7991
          <ci>x</ci> 
 
7992
        </apply> 
 
7993
        <apply> 
 
7994
          <cos/> 
 
7995
          <ci>x</ci> 
 
7996
        </apply> 
 
7997
      </apply> 
 
7998
    </mml:math></sect2>
 
7999
<sect2><title>trigonometry_5.mml</title>
 
8000
<programlisting>
 
8001
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8002
      <apply> 
 
8003
        <divide/> 
 
8004
        <apply> 
 
8005
          <cos/> 
 
8006
          <ci>t</ci> 
 
8007
        </apply> 
 
8008
        <apply> 
 
8009
          <sin/> 
 
8010
          <ci>t</ci> 
 
8011
        </apply> 
 
8012
      </apply> 
 
8013
    </mml:math>]]>
 
8014
</programlisting>
 
8015
<para>is rendered as:</para>
 
8016
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8017
      <apply> 
 
8018
        <divide/> 
 
8019
        <apply> 
 
8020
          <cos/> 
 
8021
          <ci>t</ci> 
 
8022
        </apply> 
 
8023
        <apply> 
 
8024
          <sin/> 
 
8025
          <ci>t</ci> 
 
8026
        </apply> 
 
8027
      </apply> 
 
8028
    </mml:math></sect2>
 
8029
<sect2><title>trigonometry_6.mml</title>
 
8030
<programlisting>
 
8031
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8032
      <apply> 
 
8033
        <power/> 
 
8034
        <apply> 
 
8035
          <divide/> 
 
8036
          <apply> 
 
8037
            <sin/> 
 
8038
            <ci>x</ci> 
 
8039
          </apply> 
 
8040
          <apply> 
 
8041
            <cos/> 
 
8042
            <ci>x</ci> 
 
8043
          </apply> 
 
8044
        </apply> 
 
8045
        <cn>2</cn> 
 
8046
      </apply> 
 
8047
    </mml:math>]]>
 
8048
</programlisting>
 
8049
<para>is rendered as:</para>
 
8050
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8051
      <apply> 
 
8052
        <power/> 
 
8053
        <apply> 
 
8054
          <divide/> 
 
8055
          <apply> 
 
8056
            <sin/> 
 
8057
            <ci>x</ci> 
 
8058
          </apply> 
 
8059
          <apply> 
 
8060
            <cos/> 
 
8061
            <ci>x</ci> 
 
8062
          </apply> 
 
8063
        </apply> 
 
8064
        <cn>2</cn> 
 
8065
      </apply> 
 
8066
    </mml:math></sect2>
 
8067
<sect2><title>trigonometry_7.mml</title>
 
8068
<programlisting>
 
8069
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8070
      <apply> 
 
8071
        <divide/> 
 
8072
        <apply> 
 
8073
          <minus/> 
 
8074
          <cn>1</cn> 
 
8075
          <apply> 
 
8076
            <cos/> 
 
8077
            <ci>x</ci> 
 
8078
          </apply> 
 
8079
        </apply> 
 
8080
        <apply> 
 
8081
          <sin/> 
 
8082
          <ci>x</ci> 
 
8083
        </apply> 
 
8084
      </apply> 
 
8085
    </mml:math>]]>
 
8086
</programlisting>
 
8087
<para>is rendered as:</para>
 
8088
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8089
      <apply> 
 
8090
        <divide/> 
 
8091
        <apply> 
 
8092
          <minus/> 
 
8093
          <cn>1</cn> 
 
8094
          <apply> 
 
8095
            <cos/> 
 
8096
            <ci>x</ci> 
 
8097
          </apply> 
 
8098
        </apply> 
 
8099
        <apply> 
 
8100
          <sin/> 
 
8101
          <ci>x</ci> 
 
8102
        </apply> 
 
8103
      </apply> 
 
8104
    </mml:math></sect2>
 
8105
<sect2><title>trigonometry_8.mml</title>
 
8106
<programlisting>
 
8107
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8108
      <apply> 
 
8109
        <plus/> 
 
8110
        <apply> 
 
8111
          <sin/> 
 
8112
          <ci> x </ci> 
 
8113
        </apply> 
 
8114
        <apply> 
 
8115
          <cos/> 
 
8116
          <ci> x </ci> 
 
8117
        </apply> 
 
8118
        <apply> 
 
8119
          <tan/> 
 
8120
          <ci> x </ci> 
 
8121
        </apply> 
 
8122
        <apply> 
 
8123
          <sec/> 
 
8124
          <ci> x </ci> 
 
8125
        </apply> 
 
8126
        <apply> 
 
8127
          <csc/> 
 
8128
          <ci> x </ci> 
 
8129
        </apply> 
 
8130
        <apply> 
 
8131
          <cot/> 
 
8132
          <ci> x </ci> 
 
8133
        </apply> 
 
8134
        <apply> 
 
8135
          <sinh/> 
 
8136
          <ci> x </ci> 
 
8137
        </apply> 
 
8138
        <apply> 
 
8139
          <cosh/> 
 
8140
          <ci> x </ci> 
 
8141
        </apply> 
 
8142
        <apply> 
 
8143
          <tanh/> 
 
8144
          <ci> x </ci> 
 
8145
        </apply> 
 
8146
        <apply> 
 
8147
          <sech/> 
 
8148
          <ci> x </ci> 
 
8149
        </apply> 
 
8150
        <apply> 
 
8151
          <csch/> 
 
8152
          <ci> x </ci> 
 
8153
        </apply> 
 
8154
        <apply> 
 
8155
          <coth/> 
 
8156
          <ci> x </ci> 
 
8157
        </apply> 
 
8158
        <apply> 
 
8159
          <arcsin/> 
 
8160
          <ci> x </ci> 
 
8161
        </apply> 
 
8162
        <apply> 
 
8163
          <arccos/> 
 
8164
          <ci> x </ci> 
 
8165
        </apply> 
 
8166
        <apply> 
 
8167
          <arctan/> 
 
8168
          <ci> x </ci> 
 
8169
        </apply> 
 
8170
        <apply> 
 
8171
          <arcsec/> 
 
8172
          <ci> x </ci> 
 
8173
        </apply> 
 
8174
        <apply> 
 
8175
          <arccsc/> 
 
8176
          <ci> x </ci> 
 
8177
        </apply> 
 
8178
        <apply> 
 
8179
          <arccot/> 
 
8180
          <ci> x </ci> 
 
8181
        </apply> 
 
8182
        <apply> 
 
8183
          <arcsinh/> 
 
8184
          <ci> x </ci> 
 
8185
        </apply> 
 
8186
        <apply> 
 
8187
          <arccosh/> 
 
8188
          <ci> x </ci> 
 
8189
        </apply> 
 
8190
        <apply> 
 
8191
          <arctanh/> 
 
8192
          <ci> x </ci> 
 
8193
        </apply> 
 
8194
        <apply> 
 
8195
          <arcsech/> 
 
8196
          <ci> x </ci> 
 
8197
        </apply> 
 
8198
        <apply> 
 
8199
          <arccsch/> 
 
8200
          <ci> x </ci> 
 
8201
        </apply> 
 
8202
        <apply> 
 
8203
          <arccoth/> 
 
8204
          <ci> x </ci> 
 
8205
        </apply> 
 
8206
      </apply> 
 
8207
    </mml:math>]]>
 
8208
</programlisting>
 
8209
<para>is rendered as:</para>
 
8210
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8211
      <apply> 
 
8212
        <plus/> 
 
8213
        <apply> 
 
8214
          <sin/> 
 
8215
          <ci> x </ci> 
 
8216
        </apply> 
 
8217
        <apply> 
 
8218
          <cos/> 
 
8219
          <ci> x </ci> 
 
8220
        </apply> 
 
8221
        <apply> 
 
8222
          <tan/> 
 
8223
          <ci> x </ci> 
 
8224
        </apply> 
 
8225
        <apply> 
 
8226
          <sec/> 
 
8227
          <ci> x </ci> 
 
8228
        </apply> 
 
8229
        <apply> 
 
8230
          <csc/> 
 
8231
          <ci> x </ci> 
 
8232
        </apply> 
 
8233
        <apply> 
 
8234
          <cot/> 
 
8235
          <ci> x </ci> 
 
8236
        </apply> 
 
8237
        <apply> 
 
8238
          <sinh/> 
 
8239
          <ci> x </ci> 
 
8240
        </apply> 
 
8241
        <apply> 
 
8242
          <cosh/> 
 
8243
          <ci> x </ci> 
 
8244
        </apply> 
 
8245
        <apply> 
 
8246
          <tanh/> 
 
8247
          <ci> x </ci> 
 
8248
        </apply> 
 
8249
        <apply> 
 
8250
          <sech/> 
 
8251
          <ci> x </ci> 
 
8252
        </apply> 
 
8253
        <apply> 
 
8254
          <csch/> 
 
8255
          <ci> x </ci> 
 
8256
        </apply> 
 
8257
        <apply> 
 
8258
          <coth/> 
 
8259
          <ci> x </ci> 
 
8260
        </apply> 
 
8261
        <apply> 
 
8262
          <arcsin/> 
 
8263
          <ci> x </ci> 
 
8264
        </apply> 
 
8265
        <apply> 
 
8266
          <arccos/> 
 
8267
          <ci> x </ci> 
 
8268
        </apply> 
 
8269
        <apply> 
 
8270
          <arctan/> 
 
8271
          <ci> x </ci> 
 
8272
        </apply> 
 
8273
        <apply> 
 
8274
          <arcsec/> 
 
8275
          <ci> x </ci> 
 
8276
        </apply> 
 
8277
        <apply> 
 
8278
          <arccsc/> 
 
8279
          <ci> x </ci> 
 
8280
        </apply> 
 
8281
        <apply> 
 
8282
          <arccot/> 
 
8283
          <ci> x </ci> 
 
8284
        </apply> 
 
8285
        <apply> 
 
8286
          <arcsinh/> 
 
8287
          <ci> x </ci> 
 
8288
        </apply> 
 
8289
        <apply> 
 
8290
          <arccosh/> 
 
8291
          <ci> x </ci> 
 
8292
        </apply> 
 
8293
        <apply> 
 
8294
          <arctanh/> 
 
8295
          <ci> x </ci> 
 
8296
        </apply> 
 
8297
        <apply> 
 
8298
          <arcsech/> 
 
8299
          <ci> x </ci> 
 
8300
        </apply> 
 
8301
        <apply> 
 
8302
          <arccsch/> 
 
8303
          <ci> x </ci> 
 
8304
        </apply> 
 
8305
        <apply> 
 
8306
          <arccoth/> 
 
8307
          <ci> x </ci> 
 
8308
        </apply> 
 
8309
      </apply> 
 
8310
    </mml:math></sect2>
 
8311
</sect1>
 
8312
<sect1><title>LinearAlgebra</title>
 
8313
<sect2><title>determinant</title>
 
8314
<sect3><title>rec-determinant1.mml</title>
 
8315
<programlisting>
 
8316
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8317
      <apply> 
 
8318
        <determinant/> 
 
8319
        <ci type="matrix"> A </ci> 
 
8320
      </apply> 
 
8321
    </mml:math>]]>
 
8322
</programlisting>
 
8323
<para>is rendered as:</para>
 
8324
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8325
      <apply> 
 
8326
        <determinant/> 
 
8327
        <ci type="matrix"> A </ci> 
 
8328
      </apply> 
 
8329
    </mml:math></sect3>
 
8330
</sect2>
 
8331
<sect2><title>matrix</title>
 
8332
<sect3><title>inverse1.mml</title>
 
8333
<programlisting>
 
8334
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8335
      <apply>
 
8336
        <apply>
 
8337
          <inverse/>
 
8338
          <ci type="matrix"> a </ci>
 
8339
        </apply>
 
8340
        <ci> A </ci>
 
8341
      </apply>
 
8342
    </mml:math>]]>
 
8343
</programlisting>
 
8344
<para>is rendered as:</para>
 
8345
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8346
      <apply>
 
8347
        <apply>
 
8348
          <inverse/>
 
8349
          <ci type="matrix"> a </ci>
 
8350
        </apply>
 
8351
        <ci> A </ci>
 
8352
      </apply>
 
8353
    </mml:math></sect3>
 
8354
<sect3><title>matrix3.mml</title>
 
8355
<programlisting>
 
8356
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8357
      <matrix> 
 
8358
        <matrixrow> 
 
8359
          <ci> c </ci> 
 
8360
        </matrixrow> 
 
8361
      </matrix> 
 
8362
    </mml:math>]]>
 
8363
</programlisting>
 
8364
<para>is rendered as:</para>
 
8365
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8366
      <matrix> 
 
8367
        <matrixrow> 
 
8368
          <ci> c </ci> 
 
8369
        </matrixrow> 
 
8370
      </matrix> 
 
8371
    </mml:math></sect3>
 
8372
<sect3><title>rec-matrix1.mml</title>
 
8373
<programlisting>
 
8374
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8375
      <matrix> 
 
8376
        <matrixrow> 
 
8377
          <cn> 0 </cn> 
 
8378
          <cn> 1 </cn> 
 
8379
          <cn> 0 </cn> 
 
8380
        </matrixrow> 
 
8381
        <matrixrow> 
 
8382
          <cn> 0 </cn> 
 
8383
          <cn> 0 </cn> 
 
8384
          <cn> 1 </cn> 
 
8385
        </matrixrow> 
 
8386
        <matrixrow> 
 
8387
          <cn> 1 </cn> 
 
8388
          <cn> 0 </cn> 
 
8389
          <cn> 0 </cn> 
 
8390
        </matrixrow> 
 
8391
      </matrix> 
 
8392
    </mml:math>]]>
 
8393
</programlisting>
 
8394
<para>is rendered as:</para>
 
8395
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8396
      <matrix> 
 
8397
        <matrixrow> 
 
8398
          <cn> 0 </cn> 
 
8399
          <cn> 1 </cn> 
 
8400
          <cn> 0 </cn> 
 
8401
        </matrixrow> 
 
8402
        <matrixrow> 
 
8403
          <cn> 0 </cn> 
 
8404
          <cn> 0 </cn> 
 
8405
          <cn> 1 </cn> 
 
8406
        </matrixrow> 
 
8407
        <matrixrow> 
 
8408
          <cn> 1 </cn> 
 
8409
          <cn> 0 </cn> 
 
8410
          <cn> 0 </cn> 
 
8411
        </matrixrow> 
 
8412
      </matrix> 
 
8413
    </mml:math></sect3>
 
8414
<sect3><title>rec-matrix2.mml</title>
 
8415
<programlisting>
 
8416
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8417
      <matrix> 
 
8418
        <matrixrow> 
 
8419
          <cn> 1 </cn> 
 
8420
          <cn> 2 </cn> 
 
8421
        </matrixrow> 
 
8422
        <matrixrow> 
 
8423
          <cn> 3 </cn> 
 
8424
          <cn> 4 </cn> 
 
8425
        </matrixrow> 
 
8426
      </matrix> 
 
8427
    </mml:math>]]>
 
8428
</programlisting>
 
8429
<para>is rendered as:</para>
 
8430
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8431
      <matrix> 
 
8432
        <matrixrow> 
 
8433
          <cn> 1 </cn> 
 
8434
          <cn> 2 </cn> 
 
8435
        </matrixrow> 
 
8436
        <matrixrow> 
 
8437
          <cn> 3 </cn> 
 
8438
          <cn> 4 </cn> 
 
8439
        </matrixrow> 
 
8440
      </matrix> 
 
8441
    </mml:math></sect3>
 
8442
<sect3><title>rec-matrix3.mml</title>
 
8443
<programlisting>
 
8444
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8445
      <matrix> 
 
8446
        <matrixrow> 
 
8447
          <cn>0</cn> 
 
8448
          <cn>1</cn> 
 
8449
          <cn>0</cn> 
 
8450
          <cn>0</cn> 
 
8451
        </matrixrow> 
 
8452
        <matrixrow> 
 
8453
          <cn>0</cn> 
 
8454
          <cn>0</cn> 
 
8455
          <cn>1</cn> 
 
8456
          <cn>0</cn> 
 
8457
        </matrixrow> 
 
8458
        <matrixrow> 
 
8459
          <cn>1</cn> 
 
8460
          <cn>0</cn> 
 
8461
          <cn>0</cn> 
 
8462
          <cn>0</cn> 
 
8463
        </matrixrow> 
 
8464
      </matrix>
 
8465
    </mml:math>]]>
 
8466
</programlisting>
 
8467
<para>is rendered as:</para>
 
8468
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8469
      <matrix> 
 
8470
        <matrixrow> 
 
8471
          <cn>0</cn> 
 
8472
          <cn>1</cn> 
 
8473
          <cn>0</cn> 
 
8474
          <cn>0</cn> 
 
8475
        </matrixrow> 
 
8476
        <matrixrow> 
 
8477
          <cn>0</cn> 
 
8478
          <cn>0</cn> 
 
8479
          <cn>1</cn> 
 
8480
          <cn>0</cn> 
 
8481
        </matrixrow> 
 
8482
        <matrixrow> 
 
8483
          <cn>1</cn> 
 
8484
          <cn>0</cn> 
 
8485
          <cn>0</cn> 
 
8486
          <cn>0</cn> 
 
8487
        </matrixrow> 
 
8488
      </matrix>
 
8489
    </mml:math></sect3>
 
8490
</sect2>
 
8491
<sect2><title>outerproduct</title>
 
8492
<sect3><title>rec-outerproduct1.mml</title>
 
8493
<programlisting>
 
8494
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8495
      <apply> 
 
8496
        <outerproduct/> 
 
8497
        <ci type="vector">A</ci> 
 
8498
        <ci type="vector">B</ci> 
 
8499
      </apply> 
 
8500
    </mml:math>]]>
 
8501
</programlisting>
 
8502
<para>is rendered as:</para>
 
8503
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8504
      <apply> 
 
8505
        <outerproduct/> 
 
8506
        <ci type="vector">A</ci> 
 
8507
        <ci type="vector">B</ci> 
 
8508
      </apply> 
 
8509
    </mml:math></sect3>
 
8510
</sect2>
 
8511
<sect2><title>scalarproduct</title>
 
8512
<sect3><title>rec-scalarproduct1.mml</title>
 
8513
<programlisting>
 
8514
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8515
      <apply> 
 
8516
        <eq/> 
 
8517
        <apply> 
 
8518
          <scalarproduct/> 
 
8519
          <ci type="vector"> A </ci> 
 
8520
          <ci type="vector">B</ci> 
 
8521
        </apply> 
 
8522
        <apply> 
 
8523
          <times/> 
 
8524
          <ci> a </ci> 
 
8525
          <ci> b </ci> 
 
8526
          <apply> 
 
8527
            <cos/> 
 
8528
            <ci> &#x003B8; </ci> 
 
8529
          </apply> 
 
8530
        </apply> 
 
8531
      </apply> 
 
8532
    </mml:math>]]>
 
8533
</programlisting>
 
8534
<para>is rendered as:</para>
 
8535
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8536
      <apply> 
 
8537
        <eq/> 
 
8538
        <apply> 
 
8539
          <scalarproduct/> 
 
8540
          <ci type="vector"> A </ci> 
 
8541
          <ci type="vector">B</ci> 
 
8542
        </apply> 
 
8543
        <apply> 
 
8544
          <times/> 
 
8545
          <ci> a </ci> 
 
8546
          <ci> b </ci> 
 
8547
          <apply> 
 
8548
            <cos/> 
 
8549
            <ci> &#x003B8; </ci> 
 
8550
          </apply> 
 
8551
        </apply> 
 
8552
      </apply> 
 
8553
    </mml:math></sect3>
 
8554
</sect2>
 
8555
<sect2><title>selector</title>
 
8556
<sect3><title>rec-selector1.mml</title>
 
8557
<programlisting>
 
8558
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8559
      <apply> 
 
8560
        <selector/> 
 
8561
        <matrix> 
 
8562
          <matrixrow> 
 
8563
            <cn> 1 </cn> 
 
8564
            <cn> 2 </cn> 
 
8565
          </matrixrow> 
 
8566
          <matrixrow> 
 
8567
            <cn> 3 </cn> 
 
8568
            <cn> 4 </cn> 
 
8569
          </matrixrow> 
 
8570
        </matrix> 
 
8571
        <cn> 1 </cn> 
 
8572
      </apply> 
 
8573
    </mml:math>]]>
 
8574
</programlisting>
 
8575
<para>is rendered as:</para>
 
8576
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8577
      <apply> 
 
8578
        <selector/> 
 
8579
        <matrix> 
 
8580
          <matrixrow> 
 
8581
            <cn> 1 </cn> 
 
8582
            <cn> 2 </cn> 
 
8583
          </matrixrow> 
 
8584
          <matrixrow> 
 
8585
            <cn> 3 </cn> 
 
8586
            <cn> 4 </cn> 
 
8587
          </matrixrow> 
 
8588
        </matrix> 
 
8589
        <cn> 1 </cn> 
 
8590
      </apply> 
 
8591
    </mml:math></sect3>
 
8592
<sect3><title>rec-selector2.mml</title>
 
8593
<programlisting>
 
8594
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8595
      <apply> 
 
8596
        <selector/> 
 
8597
        <ci type="matrix"> A </ci> 
 
8598
        <cn> 3 </cn> 
 
8599
        <cn> 2 </cn> 
 
8600
      </apply> 
 
8601
    </mml:math>]]>
 
8602
</programlisting>
 
8603
<para>is rendered as:</para>
 
8604
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8605
      <apply> 
 
8606
        <selector/> 
 
8607
        <ci type="matrix"> A </ci> 
 
8608
        <cn> 3 </cn> 
 
8609
        <cn> 2 </cn> 
 
8610
      </apply> 
 
8611
    </mml:math></sect3>
 
8612
</sect2>
 
8613
<sect2><title>transpose</title>
 
8614
<sect3><title>rec-transpose1.mml</title>
 
8615
<programlisting>
 
8616
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8617
      <apply> 
 
8618
        <transpose/> 
 
8619
        <ci type="matrix"> A </ci> 
 
8620
      </apply> 
 
8621
    </mml:math>]]>
 
8622
</programlisting>
 
8623
<para>is rendered as:</para>
 
8624
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8625
      <apply> 
 
8626
        <transpose/> 
 
8627
        <ci type="matrix"> A </ci> 
 
8628
      </apply> 
 
8629
    </mml:math></sect3>
 
8630
</sect2>
 
8631
<sect2><title>vector</title>
 
8632
<sect3><title>rec-vector1.mml</title>
 
8633
<programlisting>
 
8634
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8635
      <vector> 
 
8636
        <cn> 1 </cn> 
 
8637
        <cn> 2 </cn> 
 
8638
        <cn> 3 </cn> 
 
8639
        <ci> x </ci> 
 
8640
      </vector> 
 
8641
    </mml:math>]]>
 
8642
</programlisting>
 
8643
<para>is rendered as:</para>
 
8644
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8645
      <vector> 
 
8646
        <cn> 1 </cn> 
 
8647
        <cn> 2 </cn> 
 
8648
        <cn> 3 </cn> 
 
8649
        <ci> x </ci> 
 
8650
      </vector> 
 
8651
    </mml:math></sect3>
 
8652
<sect3><title>rec-vector2.mml</title>
 
8653
<programlisting>
 
8654
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8655
      <vector> 
 
8656
        <apply> 
 
8657
          <plus/> 
 
8658
          <ci> x </ci> 
 
8659
          <ci> y </ci> 
 
8660
        </apply> 
 
8661
        <cn> 3 </cn> 
 
8662
        <cn> 7 </cn> 
 
8663
      </vector> 
 
8664
    </mml:math>]]>
 
8665
</programlisting>
 
8666
<para>is rendered as:</para>
 
8667
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8668
      <vector> 
 
8669
        <apply> 
 
8670
          <plus/> 
 
8671
          <ci> x </ci> 
 
8672
          <ci> y </ci> 
 
8673
        </apply> 
 
8674
        <cn> 3 </cn> 
 
8675
        <cn> 7 </cn> 
 
8676
      </vector> 
 
8677
    </mml:math></sect3>
 
8678
<sect3><title>vector3.mml</title>
 
8679
<programlisting>
 
8680
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8681
      <vector> 
 
8682
        <ci> c </ci> 
 
8683
      </vector> 
 
8684
    </mml:math>]]>
 
8685
</programlisting>
 
8686
<para>is rendered as:</para>
 
8687
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8688
      <vector> 
 
8689
        <ci> c </ci> 
 
8690
      </vector> 
 
8691
    </mml:math></sect3>
 
8692
</sect2>
 
8693
<sect2><title>vectorproduct</title>
 
8694
<sect3><title>rec-vectorproduct1.mml</title>
 
8695
<programlisting>
 
8696
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8697
      <apply> 
 
8698
        <eq/> 
 
8699
        <apply> 
 
8700
          <vectorproduct/> 
 
8701
          <ci type="vector"> A </ci> 
 
8702
          <ci type="vector"> B </ci> 
 
8703
        </apply> 
 
8704
        <apply> 
 
8705
          <times/> 
 
8706
          <ci> a </ci> 
 
8707
          <ci> b </ci> 
 
8708
          <apply> 
 
8709
            <sin/> 
 
8710
            <ci> &#x003B8; </ci> 
 
8711
          </apply> 
 
8712
          <ci type="vector"> N </ci> 
 
8713
        </apply> 
 
8714
      </apply> 
 
8715
    </mml:math>]]>
 
8716
</programlisting>
 
8717
<para>is rendered as:</para>
 
8718
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8719
      <apply> 
 
8720
        <eq/> 
 
8721
        <apply> 
 
8722
          <vectorproduct/> 
 
8723
          <ci type="vector"> A </ci> 
 
8724
          <ci type="vector"> B </ci> 
 
8725
        </apply> 
 
8726
        <apply> 
 
8727
          <times/> 
 
8728
          <ci> a </ci> 
 
8729
          <ci> b </ci> 
 
8730
          <apply> 
 
8731
            <sin/> 
 
8732
            <ci> &#x003B8; </ci> 
 
8733
          </apply> 
 
8734
          <ci type="vector"> N </ci> 
 
8735
        </apply> 
 
8736
      </apply> 
 
8737
    </mml:math></sect3>
 
8738
</sect2>
 
8739
</sect1>
 
8740
<sect1><title>Relations</title>
 
8741
<sect2><title>approx</title>
 
8742
<sect3><title>rec-approx1.mml</title>
 
8743
<programlisting>
 
8744
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8745
      <apply> 
 
8746
        <approx/> 
 
8747
        <cn type="rational"> 22 
 
8748
          <sep/> 7 
 
8749
        </cn> 
 
8750
        <cn type="constant"> &#x003C0; </cn> 
 
8751
      </apply> 
 
8752
    </mml:math>]]>
 
8753
</programlisting>
 
8754
<para>is rendered as:</para>
 
8755
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8756
      <apply> 
 
8757
        <approx/> 
 
8758
        <cn type="rational"> 22 
 
8759
          <sep/> 7 
 
8760
        </cn> 
 
8761
        <cn type="constant"> &#x003C0; </cn> 
 
8762
      </apply> 
 
8763
    </mml:math></sect3>
 
8764
</sect2>
 
8765
<sect2><title>eq</title>
 
8766
<sect3><title>eq2.mml</title>
 
8767
<programlisting>
 
8768
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8769
      <reln>
 
8770
        <eq/>
 
8771
        <ci> a </ci>
 
8772
        <ci> b </ci>
 
8773
      </reln>
 
8774
    </mml:math>]]>
 
8775
</programlisting>
 
8776
<para>is rendered as:</para>
 
8777
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8778
      <reln>
 
8779
        <eq/>
 
8780
        <ci> a </ci>
 
8781
        <ci> b </ci>
 
8782
      </reln>
 
8783
    </mml:math></sect3>
 
8784
<sect3><title>rec-eq1.mml</title>
 
8785
<programlisting>
 
8786
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8787
      <apply> 
 
8788
        <eq/> 
 
8789
        <ci> a </ci> 
 
8790
        <ci> b </ci> 
 
8791
      </apply> 
 
8792
    </mml:math>]]>
 
8793
</programlisting>
 
8794
<para>is rendered as:</para>
 
8795
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8796
      <apply> 
 
8797
        <eq/> 
 
8798
        <ci> a </ci> 
 
8799
        <ci> b </ci> 
 
8800
      </apply> 
 
8801
    </mml:math></sect3>
 
8802
</sect2>
 
8803
<sect2><title>equivalent</title>
 
8804
<sect3><title>rec-equivalent1.mml</title>
 
8805
<programlisting>
 
8806
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8807
      <apply> 
 
8808
        <equivalent/> 
 
8809
        <ci> a </ci> 
 
8810
        <apply> 
 
8811
          <not/> 
 
8812
          <apply> 
 
8813
            <not/> 
 
8814
            <ci> a </ci> 
 
8815
          </apply> 
 
8816
        </apply> 
 
8817
      </apply> 
 
8818
    </mml:math>]]>
 
8819
</programlisting>
 
8820
<para>is rendered as:</para>
 
8821
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8822
      <apply> 
 
8823
        <equivalent/> 
 
8824
        <ci> a </ci> 
 
8825
        <apply> 
 
8826
          <not/> 
 
8827
          <apply> 
 
8828
            <not/> 
 
8829
            <ci> a </ci> 
 
8830
          </apply> 
 
8831
        </apply> 
 
8832
      </apply> 
 
8833
    </mml:math></sect3>
 
8834
</sect2>
 
8835
<sect2><title>factorof</title>
 
8836
<sect3><title>rec-factorof1.mml</title>
 
8837
<programlisting>
 
8838
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8839
      <apply> 
 
8840
        <factorof/> 
 
8841
        <ci> a </ci> 
 
8842
        <ci> b </ci> 
 
8843
      </apply> 
 
8844
    </mml:math>]]>
 
8845
</programlisting>
 
8846
<para>is rendered as:</para>
 
8847
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8848
      <apply> 
 
8849
        <factorof/> 
 
8850
        <ci> a </ci> 
 
8851
        <ci> b </ci> 
 
8852
      </apply> 
 
8853
    </mml:math></sect3>
 
8854
</sect2>
 
8855
<sect2><title>geq</title>
 
8856
<sect3><title>geq2.mml</title>
 
8857
<programlisting>
 
8858
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8859
      <reln>
 
8860
        <geq/>
 
8861
        <ci> a </ci>
 
8862
        <ci> b </ci>
 
8863
      </reln>
 
8864
    </mml:math>]]>
 
8865
</programlisting>
 
8866
<para>is rendered as:</para>
 
8867
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8868
      <reln>
 
8869
        <geq/>
 
8870
        <ci> a </ci>
 
8871
        <ci> b </ci>
 
8872
      </reln>
 
8873
    </mml:math></sect3>
 
8874
<sect3><title>rec-geq1.mml</title>
 
8875
<programlisting>
 
8876
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8877
      <apply> 
 
8878
        <geq/> 
 
8879
        <ci> a </ci> 
 
8880
        <ci> b </ci> 
 
8881
      </apply> 
 
8882
    </mml:math>]]>
 
8883
</programlisting>
 
8884
<para>is rendered as:</para>
 
8885
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8886
      <apply> 
 
8887
        <geq/> 
 
8888
        <ci> a </ci> 
 
8889
        <ci> b </ci> 
 
8890
      </apply> 
 
8891
    </mml:math></sect3>
 
8892
</sect2>
 
8893
<sect2><title>gt</title>
 
8894
<sect3><title>gt2.mml</title>
 
8895
<programlisting>
 
8896
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8897
      <reln>
 
8898
        <gt/>
 
8899
        <ci> a </ci>
 
8900
        <ci> b </ci>
 
8901
      </reln>
 
8902
    </mml:math>]]>
 
8903
</programlisting>
 
8904
<para>is rendered as:</para>
 
8905
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8906
      <reln>
 
8907
        <gt/>
 
8908
        <ci> a </ci>
 
8909
        <ci> b </ci>
 
8910
      </reln>
 
8911
    </mml:math></sect3>
 
8912
<sect3><title>rec-gt1.mml</title>
 
8913
<programlisting>
 
8914
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8915
      <apply> 
 
8916
        <gt/> 
 
8917
        <ci> a </ci> 
 
8918
        <ci> b </ci> 
 
8919
      </apply> 
 
8920
    </mml:math>]]>
 
8921
</programlisting>
 
8922
<para>is rendered as:</para>
 
8923
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8924
      <apply> 
 
8925
        <gt/> 
 
8926
        <ci> a </ci> 
 
8927
        <ci> b </ci> 
 
8928
      </apply> 
 
8929
    </mml:math></sect3>
 
8930
</sect2>
 
8931
<sect2><title>leq</title>
 
8932
<sect3><title>rec-leq1.mml</title>
 
8933
<programlisting>
 
8934
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8935
      <apply> 
 
8936
        <leq/> 
 
8937
        <ci> a </ci> 
 
8938
        <ci> b </ci> 
 
8939
      </apply> 
 
8940
    </mml:math>]]>
 
8941
</programlisting>
 
8942
<para>is rendered as:</para>
 
8943
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8944
      <apply> 
 
8945
        <leq/> 
 
8946
        <ci> a </ci> 
 
8947
        <ci> b </ci> 
 
8948
      </apply> 
 
8949
    </mml:math></sect3>
 
8950
</sect2>
 
8951
<sect2><title>lt</title>
 
8952
<sect3><title>lt2.mml</title>
 
8953
<programlisting>
 
8954
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8955
      <reln>
 
8956
        <lt/>
 
8957
        <ci> a </ci>
 
8958
        <ci> b </ci>
 
8959
      </reln>
 
8960
    </mml:math>]]>
 
8961
</programlisting>
 
8962
<para>is rendered as:</para>
 
8963
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
8964
      <reln>
 
8965
        <lt/>
 
8966
        <ci> a </ci>
 
8967
        <ci> b </ci>
 
8968
      </reln>
 
8969
    </mml:math></sect3>
 
8970
<sect3><title>rec-lt1.mml</title>
 
8971
<programlisting>
 
8972
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8973
      <apply> 
 
8974
        <lt/> 
 
8975
        <ci> a </ci> 
 
8976
        <ci> b </ci> 
 
8977
      </apply> 
 
8978
    </mml:math>]]>
 
8979
</programlisting>
 
8980
<para>is rendered as:</para>
 
8981
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8982
      <apply> 
 
8983
        <lt/> 
 
8984
        <ci> a </ci> 
 
8985
        <ci> b </ci> 
 
8986
      </apply> 
 
8987
    </mml:math></sect3>
 
8988
</sect2>
 
8989
<sect2><title>neq</title>
 
8990
<sect3><title>neq2.mml</title>
 
8991
<programlisting>
 
8992
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
8993
      <reln> 
 
8994
        <neq/> 
 
8995
        <ci> a </ci> 
 
8996
        <ci> b </ci> 
 
8997
      </reln> 
 
8998
    </mml:math>]]>
 
8999
</programlisting>
 
9000
<para>is rendered as:</para>
 
9001
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9002
      <reln> 
 
9003
        <neq/> 
 
9004
        <ci> a </ci> 
 
9005
        <ci> b </ci> 
 
9006
      </reln> 
 
9007
    </mml:math></sect3>
 
9008
<sect3><title>rec-neq1.mml</title>
 
9009
<programlisting>
 
9010
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9011
      <apply> 
 
9012
        <neq/> 
 
9013
        <ci> a </ci> 
 
9014
        <ci> b </ci> 
 
9015
      </apply> 
 
9016
    </mml:math>]]>
 
9017
</programlisting>
 
9018
<para>is rendered as:</para>
 
9019
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9020
      <apply> 
 
9021
        <neq/> 
 
9022
        <ci> a </ci> 
 
9023
        <ci> b </ci> 
 
9024
      </apply> 
 
9025
    </mml:math></sect3>
 
9026
</sect2>
 
9027
</sect1>
 
9028
<sect1><title>SemanticMappingElements</title>
 
9029
<sect2><title>annotation</title>
 
9030
<sect3><title>rec-annotation1.mml</title>
 
9031
<programlisting>
 
9032
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9033
      <semantics> 
 
9034
        <apply> 
 
9035
          <plus/> 
 
9036
          <apply> 
 
9037
            <sin/> 
 
9038
            <ci> x </ci> 
 
9039
          </apply> 
 
9040
          <cn> 5 </cn> 
 
9041
        </apply> 
 
9042
        <annotation encoding="TeX">\sin x + 5 
 
9043
        </annotation> 
 
9044
      </semantics> 
 
9045
    </mml:math>]]>
 
9046
</programlisting>
 
9047
<para>is rendered as:</para>
 
9048
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9049
      <semantics> 
 
9050
        <apply> 
 
9051
          <plus/> 
 
9052
          <apply> 
 
9053
            <sin/> 
 
9054
            <ci> x </ci> 
 
9055
          </apply> 
 
9056
          <cn> 5 </cn> 
 
9057
        </apply> 
 
9058
        <annotation encoding="TeX">\sin x + 5 
 
9059
        </annotation> 
 
9060
      </semantics> 
 
9061
    </mml:math></sect3>
 
9062
</sect2>
 
9063
</sect1>
 
9064
<sect1><title>SequencesAndSeries</title>
 
9065
<sect2><title>limit</title>
 
9066
<sect3><title>limit1.mml</title>
 
9067
<programlisting>
 
9068
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9069
      <apply> 
 
9070
        <limit/> 
 
9071
        <bvar> 
 
9072
          <ci> x </ci> 
 
9073
        </bvar> 
 
9074
        <condition> 
 
9075
          <reln> 
 
9076
            <tendsto type="above"/> 
 
9077
            <ci> x </ci> 
 
9078
            <ci> a </ci> 
 
9079
          </reln> 
 
9080
        </condition> 
 
9081
        <apply> 
 
9082
          <sin/> 
 
9083
          <ci> x </ci> 
 
9084
        </apply> 
 
9085
      </apply> 
 
9086
    </mml:math>]]>
 
9087
</programlisting>
 
9088
<para>is rendered as:</para>
 
9089
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9090
      <apply> 
 
9091
        <limit/> 
 
9092
        <bvar> 
 
9093
          <ci> x </ci> 
 
9094
        </bvar> 
 
9095
        <condition> 
 
9096
          <reln> 
 
9097
            <tendsto type="above"/> 
 
9098
            <ci> x </ci> 
 
9099
            <ci> a </ci> 
 
9100
          </reln> 
 
9101
        </condition> 
 
9102
        <apply> 
 
9103
          <sin/> 
 
9104
          <ci> x </ci> 
 
9105
        </apply> 
 
9106
      </apply> 
 
9107
    </mml:math></sect3>
 
9108
<sect3><title>limit2.mml</title>
 
9109
<programlisting>
 
9110
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9111
      <apply> 
 
9112
        <limit/> 
 
9113
        <bvar> 
 
9114
          <ci> x </ci> 
 
9115
        </bvar> 
 
9116
        <condition> 
 
9117
          <apply> 
 
9118
            <tendsto type="above"/> 
 
9119
            <ci> x </ci> 
 
9120
            <ci> a </ci> 
 
9121
          </apply> 
 
9122
        </condition> 
 
9123
        <apply> 
 
9124
          <sin/> 
 
9125
          <ci> x </ci> 
 
9126
        </apply> 
 
9127
      </apply> 
 
9128
    </mml:math>]]>
 
9129
</programlisting>
 
9130
<para>is rendered as:</para>
 
9131
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9132
      <apply> 
 
9133
        <limit/> 
 
9134
        <bvar> 
 
9135
          <ci> x </ci> 
 
9136
        </bvar> 
 
9137
        <condition> 
 
9138
          <apply> 
 
9139
            <tendsto type="above"/> 
 
9140
            <ci> x </ci> 
 
9141
            <ci> a </ci> 
 
9142
          </apply> 
 
9143
        </condition> 
 
9144
        <apply> 
 
9145
          <sin/> 
 
9146
          <ci> x </ci> 
 
9147
        </apply> 
 
9148
      </apply> 
 
9149
    </mml:math></sect3>
 
9150
<sect3><title>limit3.mml</title>
 
9151
<programlisting>
 
9152
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9153
      <apply> 
 
9154
        <limit/> 
 
9155
        <bvar> 
 
9156
          <ci> x </ci> 
 
9157
        </bvar> 
 
9158
        <condition> 
 
9159
          <reln> 
 
9160
            <tendsto type="above"/> 
 
9161
            <ci> x </ci> 
 
9162
            <ci> a </ci> 
 
9163
          </reln> 
 
9164
        </condition> 
 
9165
        <apply> 
 
9166
          <sin/> 
 
9167
          <apply> 
 
9168
            <plus/> 
 
9169
            <ci> x </ci> 
 
9170
            <ci> y </ci> 
 
9171
          </apply> 
 
9172
        </apply> 
 
9173
      </apply> 
 
9174
    </mml:math>]]>
 
9175
</programlisting>
 
9176
<para>is rendered as:</para>
 
9177
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9178
      <apply> 
 
9179
        <limit/> 
 
9180
        <bvar> 
 
9181
          <ci> x </ci> 
 
9182
        </bvar> 
 
9183
        <condition> 
 
9184
          <reln> 
 
9185
            <tendsto type="above"/> 
 
9186
            <ci> x </ci> 
 
9187
            <ci> a </ci> 
 
9188
          </reln> 
 
9189
        </condition> 
 
9190
        <apply> 
 
9191
          <sin/> 
 
9192
          <apply> 
 
9193
            <plus/> 
 
9194
            <ci> x </ci> 
 
9195
            <ci> y </ci> 
 
9196
          </apply> 
 
9197
        </apply> 
 
9198
      </apply> 
 
9199
    </mml:math></sect3>
 
9200
<sect3><title>limit4.mml</title>
 
9201
<programlisting>
 
9202
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9203
      <apply> 
 
9204
        <limit/> 
 
9205
        <bvar> 
 
9206
          <ci> x </ci> 
 
9207
        </bvar> 
 
9208
        <condition> 
 
9209
          <apply> 
 
9210
            <tendsto type="above"/> 
 
9211
            <ci> x </ci> 
 
9212
            <ci> a </ci> 
 
9213
          </apply> 
 
9214
        </condition> 
 
9215
        <apply> 
 
9216
          <sin/> 
 
9217
          <apply> 
 
9218
            <plus/> 
 
9219
            <ci> x </ci> 
 
9220
            <ci> y </ci> 
 
9221
          </apply> 
 
9222
        </apply> 
 
9223
      </apply> 
 
9224
    </mml:math>]]>
 
9225
</programlisting>
 
9226
<para>is rendered as:</para>
 
9227
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9228
      <apply> 
 
9229
        <limit/> 
 
9230
        <bvar> 
 
9231
          <ci> x </ci> 
 
9232
        </bvar> 
 
9233
        <condition> 
 
9234
          <apply> 
 
9235
            <tendsto type="above"/> 
 
9236
            <ci> x </ci> 
 
9237
            <ci> a </ci> 
 
9238
          </apply> 
 
9239
        </condition> 
 
9240
        <apply> 
 
9241
          <sin/> 
 
9242
          <apply> 
 
9243
            <plus/> 
 
9244
            <ci> x </ci> 
 
9245
            <ci> y </ci> 
 
9246
          </apply> 
 
9247
        </apply> 
 
9248
      </apply> 
 
9249
    </mml:math></sect3>
 
9250
<sect3><title>limit5.mml</title>
 
9251
<programlisting>
 
9252
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9253
      <apply> 
 
9254
        <limit/> 
 
9255
        <bvar> 
 
9256
          <ci> x </ci> 
 
9257
        </bvar> 
 
9258
        <condition> 
 
9259
          <reln> 
 
9260
            <tendsto type="above"/> 
 
9261
            <ci> x </ci> 
 
9262
            <ci> a </ci> 
 
9263
          </reln> 
 
9264
        </condition> 
 
9265
        <apply> 
 
9266
          <times/> 
 
9267
          <apply> 
 
9268
            <sin/> 
 
9269
            <apply> 
 
9270
              <times/> 
 
9271
              <ci> x </ci> 
 
9272
              <ci> y </ci> 
 
9273
            </apply> 
 
9274
          </apply> 
 
9275
          <apply> 
 
9276
            <times/> 
 
9277
            <cn>2</cn> 
 
9278
            <ci>b</ci> 
 
9279
          </apply> 
 
9280
        </apply> 
 
9281
      </apply> 
 
9282
    </mml:math>]]>
 
9283
</programlisting>
 
9284
<para>is rendered as:</para>
 
9285
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9286
      <apply> 
 
9287
        <limit/> 
 
9288
        <bvar> 
 
9289
          <ci> x </ci> 
 
9290
        </bvar> 
 
9291
        <condition> 
 
9292
          <reln> 
 
9293
            <tendsto type="above"/> 
 
9294
            <ci> x </ci> 
 
9295
            <ci> a </ci> 
 
9296
          </reln> 
 
9297
        </condition> 
 
9298
        <apply> 
 
9299
          <times/> 
 
9300
          <apply> 
 
9301
            <sin/> 
 
9302
            <apply> 
 
9303
              <times/> 
 
9304
              <ci> x </ci> 
 
9305
              <ci> y </ci> 
 
9306
            </apply> 
 
9307
          </apply> 
 
9308
          <apply> 
 
9309
            <times/> 
 
9310
            <cn>2</cn> 
 
9311
            <ci>b</ci> 
 
9312
          </apply> 
 
9313
        </apply> 
 
9314
      </apply> 
 
9315
    </mml:math></sect3>
 
9316
<sect3><title>limit6.mml</title>
 
9317
<programlisting>
 
9318
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9319
      <apply> 
 
9320
        <limit/> 
 
9321
        <bvar> 
 
9322
          <ci> x </ci> 
 
9323
        </bvar> 
 
9324
        <condition> 
 
9325
          <apply> 
 
9326
            <tendsto type="above"/> 
 
9327
            <ci> x </ci> 
 
9328
            <ci> a </ci> 
 
9329
          </apply> 
 
9330
        </condition> 
 
9331
        <apply> 
 
9332
          <times/> 
 
9333
          <apply> 
 
9334
            <sin/> 
 
9335
            <apply> 
 
9336
              <times/> 
 
9337
              <ci> x </ci> 
 
9338
              <ci> y </ci> 
 
9339
            </apply> 
 
9340
          </apply> 
 
9341
          <apply> 
 
9342
            <times/> 
 
9343
            <cn>2</cn> 
 
9344
            <ci>b</ci> 
 
9345
          </apply> 
 
9346
        </apply> 
 
9347
      </apply> 
 
9348
    </mml:math>]]>
 
9349
</programlisting>
 
9350
<para>is rendered as:</para>
 
9351
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9352
      <apply> 
 
9353
        <limit/> 
 
9354
        <bvar> 
 
9355
          <ci> x </ci> 
 
9356
        </bvar> 
 
9357
        <condition> 
 
9358
          <apply> 
 
9359
            <tendsto type="above"/> 
 
9360
            <ci> x </ci> 
 
9361
            <ci> a </ci> 
 
9362
          </apply> 
 
9363
        </condition> 
 
9364
        <apply> 
 
9365
          <times/> 
 
9366
          <apply> 
 
9367
            <sin/> 
 
9368
            <apply> 
 
9369
              <times/> 
 
9370
              <ci> x </ci> 
 
9371
              <ci> y </ci> 
 
9372
            </apply> 
 
9373
          </apply> 
 
9374
          <apply> 
 
9375
            <times/> 
 
9376
            <cn>2</cn> 
 
9377
            <ci>b</ci> 
 
9378
          </apply> 
 
9379
        </apply> 
 
9380
      </apply> 
 
9381
    </mml:math></sect3>
 
9382
<sect3><title>limit7.mml</title>
 
9383
<programlisting>
 
9384
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9385
      <apply> 
 
9386
        <limit/> 
 
9387
        <bvar> 
 
9388
          <ci> x </ci> 
 
9389
        </bvar> 
 
9390
        <lowlimit> 
 
9391
          <cn> 0 </cn> 
 
9392
        </lowlimit> 
 
9393
        <apply> 
 
9394
          <sin/> 
 
9395
          <ci> x </ci> 
 
9396
        </apply> 
 
9397
      </apply> 
 
9398
    </mml:math>]]>
 
9399
</programlisting>
 
9400
<para>is rendered as:</para>
 
9401
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9402
      <apply> 
 
9403
        <limit/> 
 
9404
        <bvar> 
 
9405
          <ci> x </ci> 
 
9406
        </bvar> 
 
9407
        <lowlimit> 
 
9408
          <cn> 0 </cn> 
 
9409
        </lowlimit> 
 
9410
        <apply> 
 
9411
          <sin/> 
 
9412
          <ci> x </ci> 
 
9413
        </apply> 
 
9414
      </apply> 
 
9415
    </mml:math></sect3>
 
9416
<sect3><title>rec-limit8.mml</title>
 
9417
<programlisting>
 
9418
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9419
      <apply> 
 
9420
        <limit/> 
 
9421
        <bvar> 
 
9422
          <ci> x </ci> 
 
9423
        </bvar> 
 
9424
        <lowlimit> 
 
9425
          <cn> 0 </cn> 
 
9426
        </lowlimit> 
 
9427
        <apply> 
 
9428
          <sin/> 
 
9429
          <ci> x </ci> 
 
9430
        </apply> 
 
9431
      </apply> 
 
9432
    </mml:math>]]>
 
9433
</programlisting>
 
9434
<para>is rendered as:</para>
 
9435
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9436
      <apply> 
 
9437
        <limit/> 
 
9438
        <bvar> 
 
9439
          <ci> x </ci> 
 
9440
        </bvar> 
 
9441
        <lowlimit> 
 
9442
          <cn> 0 </cn> 
 
9443
        </lowlimit> 
 
9444
        <apply> 
 
9445
          <sin/> 
 
9446
          <ci> x </ci> 
 
9447
        </apply> 
 
9448
      </apply> 
 
9449
    </mml:math></sect3>
 
9450
<sect3><title>rec-limit9.mml</title>
 
9451
<programlisting>
 
9452
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9453
      <apply> 
 
9454
        <limit/> 
 
9455
        <bvar> 
 
9456
          <ci> x </ci> 
 
9457
        </bvar> 
 
9458
        <condition> 
 
9459
          <apply> 
 
9460
            <tendsto type="above"/> 
 
9461
            <ci> x </ci> 
 
9462
            <ci> a </ci> 
 
9463
          </apply> 
 
9464
        </condition> 
 
9465
        <apply> 
 
9466
          <sin/> 
 
9467
          <ci> x </ci> 
 
9468
        </apply> 
 
9469
      </apply> 
 
9470
    </mml:math>]]>
 
9471
</programlisting>
 
9472
<para>is rendered as:</para>
 
9473
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9474
      <apply> 
 
9475
        <limit/> 
 
9476
        <bvar> 
 
9477
          <ci> x </ci> 
 
9478
        </bvar> 
 
9479
        <condition> 
 
9480
          <apply> 
 
9481
            <tendsto type="above"/> 
 
9482
            <ci> x </ci> 
 
9483
            <ci> a </ci> 
 
9484
          </apply> 
 
9485
        </condition> 
 
9486
        <apply> 
 
9487
          <sin/> 
 
9488
          <ci> x </ci> 
 
9489
        </apply> 
 
9490
      </apply> 
 
9491
    </mml:math></sect3>
 
9492
</sect2>
 
9493
<sect2><title>product</title>
 
9494
<sect3><title>product1.mml</title>
 
9495
<programlisting>
 
9496
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9497
      <apply> 
 
9498
        <product/> 
 
9499
        <bvar> 
 
9500
          <ci> x </ci> 
 
9501
        </bvar> 
 
9502
        <lowlimit> 
 
9503
          <ci> a </ci> 
 
9504
        </lowlimit> 
 
9505
        <uplimit> 
 
9506
          <ci> b </ci> 
 
9507
        </uplimit> 
 
9508
        <apply> 
 
9509
          <fn> 
 
9510
            <ci> f </ci> 
 
9511
          </fn> 
 
9512
          <ci> x </ci> 
 
9513
        </apply> 
 
9514
      </apply> 
 
9515
    </mml:math>]]>
 
9516
</programlisting>
 
9517
<para>is rendered as:</para>
 
9518
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9519
      <apply> 
 
9520
        <product/> 
 
9521
        <bvar> 
 
9522
          <ci> x </ci> 
 
9523
        </bvar> 
 
9524
        <lowlimit> 
 
9525
          <ci> a </ci> 
 
9526
        </lowlimit> 
 
9527
        <uplimit> 
 
9528
          <ci> b </ci> 
 
9529
        </uplimit> 
 
9530
        <apply> 
 
9531
          <fn> 
 
9532
            <ci> f </ci> 
 
9533
          </fn> 
 
9534
          <ci> x </ci> 
 
9535
        </apply> 
 
9536
      </apply> 
 
9537
    </mml:math></sect3>
 
9538
<sect3><title>product2.mml</title>
 
9539
<programlisting>
 
9540
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9541
      <apply> 
 
9542
        <product/> 
 
9543
        <bvar> 
 
9544
          <ci> x </ci> 
 
9545
        </bvar> 
 
9546
        <condition> 
 
9547
          <reln> 
 
9548
            <in/> 
 
9549
            <ci> x </ci> 
 
9550
            <ci type="set"> B </ci> 
 
9551
          </reln> 
 
9552
        </condition> 
 
9553
        <apply> 
 
9554
          <fn> 
 
9555
            <ci> f </ci> 
 
9556
          </fn> 
 
9557
          <ci> x </ci> 
 
9558
        </apply> 
 
9559
      </apply> 
 
9560
    </mml:math>]]>
 
9561
</programlisting>
 
9562
<para>is rendered as:</para>
 
9563
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9564
      <apply> 
 
9565
        <product/> 
 
9566
        <bvar> 
 
9567
          <ci> x </ci> 
 
9568
        </bvar> 
 
9569
        <condition> 
 
9570
          <reln> 
 
9571
            <in/> 
 
9572
            <ci> x </ci> 
 
9573
            <ci type="set"> B </ci> 
 
9574
          </reln> 
 
9575
        </condition> 
 
9576
        <apply> 
 
9577
          <fn> 
 
9578
            <ci> f </ci> 
 
9579
          </fn> 
 
9580
          <ci> x </ci> 
 
9581
        </apply> 
 
9582
      </apply> 
 
9583
    </mml:math></sect3>
 
9584
<sect3><title>rec-product3.mml</title>
 
9585
<programlisting>
 
9586
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9587
      <apply> 
 
9588
        <product/> 
 
9589
        <bvar> 
 
9590
          <ci> x </ci> 
 
9591
        </bvar> 
 
9592
        <lowlimit> 
 
9593
          <ci> a </ci> 
 
9594
        </lowlimit> 
 
9595
        <uplimit> 
 
9596
          <ci> b </ci> 
 
9597
        </uplimit> 
 
9598
        <apply> 
 
9599
          <ci type="fn"> f </ci> 
 
9600
          <ci> x </ci> 
 
9601
        </apply> 
 
9602
      </apply> 
 
9603
      <apply> 
 
9604
        <product/> 
 
9605
        <bvar> 
 
9606
          <ci> x </ci> 
 
9607
        </bvar> 
 
9608
        <condition> 
 
9609
          <apply> 
 
9610
            <in/> 
 
9611
            <ci> x </ci> 
 
9612
            <ci type="set"> B </ci> 
 
9613
          </apply> 
 
9614
        </condition> 
 
9615
        <apply> 
 
9616
          <ci type="fn"> f </ci> 
 
9617
          <ci> x </ci> 
 
9618
        </apply> 
 
9619
      </apply> 
 
9620
    </mml:math>]]>
 
9621
</programlisting>
 
9622
<para>is rendered as:</para>
 
9623
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9624
      <apply> 
 
9625
        <product/> 
 
9626
        <bvar> 
 
9627
          <ci> x </ci> 
 
9628
        </bvar> 
 
9629
        <lowlimit> 
 
9630
          <ci> a </ci> 
 
9631
        </lowlimit> 
 
9632
        <uplimit> 
 
9633
          <ci> b </ci> 
 
9634
        </uplimit> 
 
9635
        <apply> 
 
9636
          <ci type="fn"> f </ci> 
 
9637
          <ci> x </ci> 
 
9638
        </apply> 
 
9639
      </apply> 
 
9640
      <apply> 
 
9641
        <product/> 
 
9642
        <bvar> 
 
9643
          <ci> x </ci> 
 
9644
        </bvar> 
 
9645
        <condition> 
 
9646
          <apply> 
 
9647
            <in/> 
 
9648
            <ci> x </ci> 
 
9649
            <ci type="set"> B </ci> 
 
9650
          </apply> 
 
9651
        </condition> 
 
9652
        <apply> 
 
9653
          <ci type="fn"> f </ci> 
 
9654
          <ci> x </ci> 
 
9655
        </apply> 
 
9656
      </apply> 
 
9657
    </mml:math></sect3>
 
9658
</sect2>
 
9659
<sect2><title>sum</title>
 
9660
<sect3><title>rec-sum1.mml</title>
 
9661
<programlisting>
 
9662
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9663
      <apply> 
 
9664
        <sum/> 
 
9665
        <bvar> 
 
9666
          <ci> x </ci> 
 
9667
        </bvar> 
 
9668
        <lowlimit> 
 
9669
          <ci> a </ci> 
 
9670
        </lowlimit> 
 
9671
        <uplimit> 
 
9672
          <ci> b </ci> 
 
9673
        </uplimit> 
 
9674
        <apply> 
 
9675
          <ci type="fn"> f </ci> 
 
9676
          <ci> x </ci> 
 
9677
        </apply> 
 
9678
      </apply> 
 
9679
      <apply> 
 
9680
        <sum/> 
 
9681
        <bvar> 
 
9682
          <ci> x </ci> 
 
9683
        </bvar> 
 
9684
        <condition> 
 
9685
          <apply> 
 
9686
            <in/> 
 
9687
            <ci> x </ci> 
 
9688
            <ci type="set"> B </ci> 
 
9689
          </apply> 
 
9690
        </condition> 
 
9691
        <apply> 
 
9692
          <ci type="fn"> f </ci> 
 
9693
          <ci> x </ci> 
 
9694
        </apply> 
 
9695
      </apply> 
 
9696
    </mml:math>]]>
 
9697
</programlisting>
 
9698
<para>is rendered as:</para>
 
9699
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9700
      <apply> 
 
9701
        <sum/> 
 
9702
        <bvar> 
 
9703
          <ci> x </ci> 
 
9704
        </bvar> 
 
9705
        <lowlimit> 
 
9706
          <ci> a </ci> 
 
9707
        </lowlimit> 
 
9708
        <uplimit> 
 
9709
          <ci> b </ci> 
 
9710
        </uplimit> 
 
9711
        <apply> 
 
9712
          <ci type="fn"> f </ci> 
 
9713
          <ci> x </ci> 
 
9714
        </apply> 
 
9715
      </apply> 
 
9716
      <apply> 
 
9717
        <sum/> 
 
9718
        <bvar> 
 
9719
          <ci> x </ci> 
 
9720
        </bvar> 
 
9721
        <condition> 
 
9722
          <apply> 
 
9723
            <in/> 
 
9724
            <ci> x </ci> 
 
9725
            <ci type="set"> B </ci> 
 
9726
          </apply> 
 
9727
        </condition> 
 
9728
        <apply> 
 
9729
          <ci type="fn"> f </ci> 
 
9730
          <ci> x </ci> 
 
9731
        </apply> 
 
9732
      </apply> 
 
9733
    </mml:math></sect3>
 
9734
<sect3><title>sum2.mml</title>
 
9735
<programlisting>
 
9736
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9737
      <apply> 
 
9738
        <sum/> 
 
9739
        <bvar> 
 
9740
          <ci> x </ci> 
 
9741
        </bvar> 
 
9742
        <lowlimit> 
 
9743
          <ci> a </ci> 
 
9744
        </lowlimit> 
 
9745
        <uplimit> 
 
9746
          <ci> b </ci> 
 
9747
        </uplimit> 
 
9748
        <apply> 
 
9749
          <fn> 
 
9750
            <ci> f </ci> 
 
9751
          </fn> 
 
9752
          <ci> x </ci> 
 
9753
        </apply> 
 
9754
      </apply> 
 
9755
    </mml:math>]]>
 
9756
</programlisting>
 
9757
<para>is rendered as:</para>
 
9758
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9759
      <apply> 
 
9760
        <sum/> 
 
9761
        <bvar> 
 
9762
          <ci> x </ci> 
 
9763
        </bvar> 
 
9764
        <lowlimit> 
 
9765
          <ci> a </ci> 
 
9766
        </lowlimit> 
 
9767
        <uplimit> 
 
9768
          <ci> b </ci> 
 
9769
        </uplimit> 
 
9770
        <apply> 
 
9771
          <fn> 
 
9772
            <ci> f </ci> 
 
9773
          </fn> 
 
9774
          <ci> x </ci> 
 
9775
        </apply> 
 
9776
      </apply> 
 
9777
    </mml:math></sect3>
 
9778
<sect3><title>sum3.mml</title>
 
9779
<programlisting>
 
9780
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9781
      <apply> 
 
9782
        <sum/> 
 
9783
        <bvar> 
 
9784
          <ci> x </ci> 
 
9785
        </bvar> 
 
9786
        <condition> 
 
9787
          <reln> 
 
9788
            <in/> 
 
9789
            <ci> x </ci> 
 
9790
            <ci type="set"> B </ci> 
 
9791
          </reln> 
 
9792
        </condition> 
 
9793
        <apply> 
 
9794
          <fn> 
 
9795
            <ci> f </ci> 
 
9796
          </fn> 
 
9797
          <ci> x </ci> 
 
9798
        </apply> 
 
9799
      </apply> 
 
9800
    </mml:math>]]>
 
9801
</programlisting>
 
9802
<para>is rendered as:</para>
 
9803
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9804
      <apply> 
 
9805
        <sum/> 
 
9806
        <bvar> 
 
9807
          <ci> x </ci> 
 
9808
        </bvar> 
 
9809
        <condition> 
 
9810
          <reln> 
 
9811
            <in/> 
 
9812
            <ci> x </ci> 
 
9813
            <ci type="set"> B </ci> 
 
9814
          </reln> 
 
9815
        </condition> 
 
9816
        <apply> 
 
9817
          <fn> 
 
9818
            <ci> f </ci> 
 
9819
          </fn> 
 
9820
          <ci> x </ci> 
 
9821
        </apply> 
 
9822
      </apply> 
 
9823
    </mml:math></sect3>
 
9824
</sect2>
 
9825
<sect2><title>tendsto</title>
 
9826
<sect3><title>rec-tendsto1.mml</title>
 
9827
<programlisting>
 
9828
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9829
      <apply> 
 
9830
        <tendsto type="above"/> 
 
9831
        <apply> 
 
9832
          <power/> 
 
9833
          <ci> x </ci> 
 
9834
          <cn> 2 </cn> 
 
9835
        </apply> 
 
9836
        <apply> 
 
9837
          <power/> 
 
9838
          <ci> a </ci> 
 
9839
          <cn> 2 </cn> 
 
9840
        </apply> 
 
9841
      </apply> 
 
9842
    </mml:math>]]>
 
9843
</programlisting>
 
9844
<para>is rendered as:</para>
 
9845
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9846
      <apply> 
 
9847
        <tendsto type="above"/> 
 
9848
        <apply> 
 
9849
          <power/> 
 
9850
          <ci> x </ci> 
 
9851
          <cn> 2 </cn> 
 
9852
        </apply> 
 
9853
        <apply> 
 
9854
          <power/> 
 
9855
          <ci> a </ci> 
 
9856
          <cn> 2 </cn> 
 
9857
        </apply> 
 
9858
      </apply> 
 
9859
    </mml:math></sect3>
 
9860
<sect3><title>rec-tendsto2.mml</title>
 
9861
<programlisting>
 
9862
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9863
      <apply> 
 
9864
        <tendsto/> 
 
9865
        <vector> 
 
9866
          <ci> x </ci> 
 
9867
          <ci> y </ci> 
 
9868
        </vector> 
 
9869
        <vector> 
 
9870
          <apply> 
 
9871
            <ci type="fn"> f </ci> 
 
9872
            <ci> x </ci> 
 
9873
            <ci> y </ci> 
 
9874
          </apply> 
 
9875
          <apply> 
 
9876
            <ci type="fn"> g </ci> 
 
9877
            <ci> x </ci> 
 
9878
            <ci> y </ci> 
 
9879
          </apply> 
 
9880
        </vector> 
 
9881
      </apply> 
 
9882
    </mml:math>]]>
 
9883
</programlisting>
 
9884
<para>is rendered as:</para>
 
9885
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9886
      <apply> 
 
9887
        <tendsto/> 
 
9888
        <vector> 
 
9889
          <ci> x </ci> 
 
9890
          <ci> y </ci> 
 
9891
        </vector> 
 
9892
        <vector> 
 
9893
          <apply> 
 
9894
            <ci type="fn"> f </ci> 
 
9895
            <ci> x </ci> 
 
9896
            <ci> y </ci> 
 
9897
          </apply> 
 
9898
          <apply> 
 
9899
            <ci type="fn"> g </ci> 
 
9900
            <ci> x </ci> 
 
9901
            <ci> y </ci> 
 
9902
          </apply> 
 
9903
        </vector> 
 
9904
      </apply> 
 
9905
    </mml:math></sect3>
 
9906
<sect3><title>tendsto3.mml</title>
 
9907
<programlisting>
 
9908
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9909
      <reln> 
 
9910
        <tendsto type="above"/> 
 
9911
        <apply> 
 
9912
          <power/> 
 
9913
          <ci> x </ci> 
 
9914
          <cn> 2 </cn> 
 
9915
        </apply> 
 
9916
        <apply> 
 
9917
          <power/> 
 
9918
          <ci> a </ci> 
 
9919
          <cn> 2 </cn> 
 
9920
        </apply> 
 
9921
      </reln> 
 
9922
    </mml:math>]]>
 
9923
</programlisting>
 
9924
<para>is rendered as:</para>
 
9925
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9926
      <reln> 
 
9927
        <tendsto type="above"/> 
 
9928
        <apply> 
 
9929
          <power/> 
 
9930
          <ci> x </ci> 
 
9931
          <cn> 2 </cn> 
 
9932
        </apply> 
 
9933
        <apply> 
 
9934
          <power/> 
 
9935
          <ci> a </ci> 
 
9936
          <cn> 2 </cn> 
 
9937
        </apply> 
 
9938
      </reln> 
 
9939
    </mml:math></sect3>
 
9940
<sect3><title>tendsto4.mml</title>
 
9941
<programlisting>
 
9942
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9943
      <reln> 
 
9944
        <tendsto/> 
 
9945
        <vector> 
 
9946
          <ci> x </ci> 
 
9947
          <ci> y </ci> 
 
9948
        </vector> 
 
9949
        <vector> 
 
9950
          <apply> 
 
9951
            <fn> 
 
9952
              <ci> f </ci> 
 
9953
            </fn> 
 
9954
            <ci> x </ci> 
 
9955
            <ci> y </ci> 
 
9956
          </apply> 
 
9957
          <apply> 
 
9958
            <fn> 
 
9959
              <ci> g </ci> 
 
9960
            </fn> 
 
9961
            <ci> x </ci> 
 
9962
            <ci> y </ci> 
 
9963
          </apply> 
 
9964
        </vector> 
 
9965
      </reln> 
 
9966
    </mml:math>]]>
 
9967
</programlisting>
 
9968
<para>is rendered as:</para>
 
9969
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9970
      <reln> 
 
9971
        <tendsto/> 
 
9972
        <vector> 
 
9973
          <ci> x </ci> 
 
9974
          <ci> y </ci> 
 
9975
        </vector> 
 
9976
        <vector> 
 
9977
          <apply> 
 
9978
            <fn> 
 
9979
              <ci> f </ci> 
 
9980
            </fn> 
 
9981
            <ci> x </ci> 
 
9982
            <ci> y </ci> 
 
9983
          </apply> 
 
9984
          <apply> 
 
9985
            <fn> 
 
9986
              <ci> g </ci> 
 
9987
            </fn> 
 
9988
            <ci> x </ci> 
 
9989
            <ci> y </ci> 
 
9990
          </apply> 
 
9991
        </vector> 
 
9992
      </reln> 
 
9993
    </mml:math></sect3>
 
9994
<sect3><title>tendsto5.mml</title>
 
9995
<programlisting>
 
9996
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
9997
      <apply> 
 
9998
        <tendsto type="below"/> 
 
9999
        <apply> 
 
10000
          <power/> 
 
10001
          <ci> x </ci> 
 
10002
          <cn> 2 </cn> 
 
10003
        </apply> 
 
10004
        <apply> 
 
10005
          <power/> 
 
10006
          <ci> a </ci> 
 
10007
          <cn> 2 </cn> 
 
10008
        </apply> 
 
10009
      </apply> 
 
10010
    </mml:math>]]>
 
10011
</programlisting>
 
10012
<para>is rendered as:</para>
 
10013
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10014
      <apply> 
 
10015
        <tendsto type="below"/> 
 
10016
        <apply> 
 
10017
          <power/> 
 
10018
          <ci> x </ci> 
 
10019
          <cn> 2 </cn> 
 
10020
        </apply> 
 
10021
        <apply> 
 
10022
          <power/> 
 
10023
          <ci> a </ci> 
 
10024
          <cn> 2 </cn> 
 
10025
        </apply> 
 
10026
      </apply> 
 
10027
    </mml:math></sect3>
 
10028
<sect3><title>tendsto6.mml</title>
 
10029
<programlisting>
 
10030
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10031
      <reln> 
 
10032
        <tendsto type="below"/> 
 
10033
        <apply> 
 
10034
          <power/> 
 
10035
          <ci> x </ci> 
 
10036
          <cn> 2 </cn> 
 
10037
        </apply> 
 
10038
        <apply> 
 
10039
          <power/> 
 
10040
          <ci> a </ci> 
 
10041
          <cn> 2 </cn> 
 
10042
        </apply> 
 
10043
      </reln> 
 
10044
    </mml:math>]]>
 
10045
</programlisting>
 
10046
<para>is rendered as:</para>
 
10047
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10048
      <reln> 
 
10049
        <tendsto type="below"/> 
 
10050
        <apply> 
 
10051
          <power/> 
 
10052
          <ci> x </ci> 
 
10053
          <cn> 2 </cn> 
 
10054
        </apply> 
 
10055
        <apply> 
 
10056
          <power/> 
 
10057
          <ci> a </ci> 
 
10058
          <cn> 2 </cn> 
 
10059
        </apply> 
 
10060
      </reln> 
 
10061
    </mml:math></sect3>
 
10062
<sect3><title>tendsto7.mml</title>
 
10063
<programlisting>
 
10064
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10065
      <apply> 
 
10066
        <tendsto type="two-sided"/> 
 
10067
        <apply> 
 
10068
          <power/> 
 
10069
          <ci> x </ci> 
 
10070
          <cn> 2 </cn> 
 
10071
        </apply> 
 
10072
        <apply> 
 
10073
          <power/> 
 
10074
          <ci> a </ci> 
 
10075
          <cn> 2 </cn> 
 
10076
        </apply> 
 
10077
      </apply> 
 
10078
    </mml:math>]]>
 
10079
</programlisting>
 
10080
<para>is rendered as:</para>
 
10081
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10082
      <apply> 
 
10083
        <tendsto type="two-sided"/> 
 
10084
        <apply> 
 
10085
          <power/> 
 
10086
          <ci> x </ci> 
 
10087
          <cn> 2 </cn> 
 
10088
        </apply> 
 
10089
        <apply> 
 
10090
          <power/> 
 
10091
          <ci> a </ci> 
 
10092
          <cn> 2 </cn> 
 
10093
        </apply> 
 
10094
      </apply> 
 
10095
    </mml:math></sect3>
 
10096
<sect3><title>tendsto8.mml</title>
 
10097
<programlisting>
 
10098
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10099
      <reln> 
 
10100
        <tendsto type="two-sided"/> 
 
10101
        <apply> 
 
10102
          <power/> 
 
10103
          <ci> x </ci> 
 
10104
          <cn> 2 </cn> 
 
10105
        </apply> 
 
10106
        <apply> 
 
10107
          <power/> 
 
10108
          <ci> a </ci> 
 
10109
          <cn> 2 </cn> 
 
10110
        </apply> 
 
10111
      </reln> 
 
10112
    </mml:math>]]>
 
10113
</programlisting>
 
10114
<para>is rendered as:</para>
 
10115
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10116
      <reln> 
 
10117
        <tendsto type="two-sided"/> 
 
10118
        <apply> 
 
10119
          <power/> 
 
10120
          <ci> x </ci> 
 
10121
          <cn> 2 </cn> 
 
10122
        </apply> 
 
10123
        <apply> 
 
10124
          <power/> 
 
10125
          <ci> a </ci> 
 
10126
          <cn> 2 </cn> 
 
10127
        </apply> 
 
10128
      </reln> 
 
10129
    </mml:math></sect3>
 
10130
<sect3><title>tendsto9.mml</title>
 
10131
<programlisting>
 
10132
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10133
      <apply> 
 
10134
        <tendsto type="two-sided"/> 
 
10135
        <apply> 
 
10136
          <power/> 
 
10137
          <ci> x </ci> 
 
10138
          <cn> 2 </cn> 
 
10139
        </apply> 
 
10140
        <apply> 
 
10141
          <power/> 
 
10142
          <ci> a </ci> 
 
10143
          <cn> 2 </cn> 
 
10144
        </apply> 
 
10145
      </apply> 
 
10146
    </mml:math>]]>
 
10147
</programlisting>
 
10148
<para>is rendered as:</para>
 
10149
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10150
      <apply> 
 
10151
        <tendsto type="two-sided"/> 
 
10152
        <apply> 
 
10153
          <power/> 
 
10154
          <ci> x </ci> 
 
10155
          <cn> 2 </cn> 
 
10156
        </apply> 
 
10157
        <apply> 
 
10158
          <power/> 
 
10159
          <ci> a </ci> 
 
10160
          <cn> 2 </cn> 
 
10161
        </apply> 
 
10162
      </apply> 
 
10163
    </mml:math></sect3>
 
10164
</sect2>
 
10165
</sect1>
 
10166
<sect1><title>Statistics</title>
 
10167
<sect2><title>mean</title>
 
10168
<sect3><title>rec-mean1.mml</title>
 
10169
<programlisting>
 
10170
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10171
      <apply> 
 
10172
        <mean/> 
 
10173
        <ci> X </ci> 
 
10174
      </apply> 
 
10175
    </mml:math>]]>
 
10176
</programlisting>
 
10177
<para>is rendered as:</para>
 
10178
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10179
      <apply> 
 
10180
        <mean/> 
 
10181
        <ci> X </ci> 
 
10182
      </apply> 
 
10183
    </mml:math></sect3>
 
10184
</sect2>
 
10185
<sect2><title>median</title>
 
10186
<sect3><title>rec-median1.mml</title>
 
10187
<programlisting>
 
10188
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10189
      <apply> 
 
10190
        <median/> 
 
10191
        <ci> X </ci> 
 
10192
      </apply> 
 
10193
    </mml:math>]]>
 
10194
</programlisting>
 
10195
<para>is rendered as:</para>
 
10196
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10197
      <apply> 
 
10198
        <median/> 
 
10199
        <ci> X </ci> 
 
10200
      </apply> 
 
10201
    </mml:math></sect3>
 
10202
</sect2>
 
10203
<sect2><title>mode</title>
 
10204
<sect3><title>rec-mode1.mml</title>
 
10205
<programlisting>
 
10206
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10207
      <apply> 
 
10208
        <mode/> 
 
10209
        <ci> X </ci> 
 
10210
      </apply> 
 
10211
    </mml:math>]]>
 
10212
</programlisting>
 
10213
<para>is rendered as:</para>
 
10214
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10215
      <apply> 
 
10216
        <mode/> 
 
10217
        <ci> X </ci> 
 
10218
      </apply> 
 
10219
    </mml:math></sect3>
 
10220
</sect2>
 
10221
<sect2><title>moment</title>
 
10222
<sect3><title>rec-moment1.mml</title>
 
10223
<programlisting>
 
10224
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10225
      <apply> 
 
10226
        <moment/> 
 
10227
        <degree> 
 
10228
          <cn> 3 </cn> 
 
10229
        </degree> 
 
10230
        <momentabout> 
 
10231
          <cn>0</cn> 
 
10232
        </momentabout> 
 
10233
        <ci> X </ci> 
 
10234
      </apply> 
 
10235
    </mml:math>]]>
 
10236
</programlisting>
 
10237
<para>is rendered as:</para>
 
10238
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10239
      <apply> 
 
10240
        <moment/> 
 
10241
        <degree> 
 
10242
          <cn> 3 </cn> 
 
10243
        </degree> 
 
10244
        <momentabout> 
 
10245
          <cn>0</cn> 
 
10246
        </momentabout> 
 
10247
        <ci> X </ci> 
 
10248
      </apply> 
 
10249
    </mml:math></sect3>
 
10250
<sect3><title>rec-moment2.mml</title>
 
10251
<programlisting>
 
10252
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10253
      <apply> 
 
10254
        <moment/> 
 
10255
        <degree> 
 
10256
          <cn> 3 </cn> 
 
10257
        </degree> 
 
10258
        <momentabout> 
 
10259
          <ci> p </ci> 
 
10260
        </momentabout> 
 
10261
        <mrow> 
 
10262
          <ci> X </ci> 
 
10263
          <ci> Y </ci> 
 
10264
          <ci> Z </ci> 
 
10265
        </mrow> 
 
10266
      </apply> 
 
10267
    </mml:math>]]>
 
10268
</programlisting>
 
10269
<para>is rendered as:</para>
 
10270
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10271
      <apply> 
 
10272
        <moment/> 
 
10273
        <degree> 
 
10274
          <cn> 3 </cn> 
 
10275
        </degree> 
 
10276
        <momentabout> 
 
10277
          <ci> p </ci> 
 
10278
        </momentabout> 
 
10279
        <mrow> 
 
10280
          <ci> X </ci> 
 
10281
          <ci> Y </ci> 
 
10282
          <ci> Z </ci> 
 
10283
        </mrow> 
 
10284
      </apply> 
 
10285
    </mml:math></sect3>
 
10286
</sect2>
 
10287
<sect2><title>momentabout</title>
 
10288
<sect3><title>rec-momentabout1.mml</title>
 
10289
<programlisting>
 
10290
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10291
      <apply> 
 
10292
        <moment/> 
 
10293
        <degree> 
 
10294
          <cn> 3 </cn> 
 
10295
        </degree> 
 
10296
        <momentabout> 
 
10297
          <ci> p </ci> 
 
10298
        </momentabout> 
 
10299
        <ci> X </ci> 
 
10300
      </apply> 
 
10301
    </mml:math>]]>
 
10302
</programlisting>
 
10303
<para>is rendered as:</para>
 
10304
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10305
      <apply> 
 
10306
        <moment/> 
 
10307
        <degree> 
 
10308
          <cn> 3 </cn> 
 
10309
        </degree> 
 
10310
        <momentabout> 
 
10311
          <ci> p </ci> 
 
10312
        </momentabout> 
 
10313
        <ci> X </ci> 
 
10314
      </apply> 
 
10315
    </mml:math></sect3>
 
10316
</sect2>
 
10317
<sect2><title>sdev</title>
 
10318
<sect3><title>rec-sdev1.mml</title>
 
10319
<programlisting>
 
10320
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10321
      <apply> 
 
10322
        <sdev/> 
 
10323
        <ci> X </ci> 
 
10324
      </apply> 
 
10325
    </mml:math>]]>
 
10326
</programlisting>
 
10327
<para>is rendered as:</para>
 
10328
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10329
      <apply> 
 
10330
        <sdev/> 
 
10331
        <ci> X </ci> 
 
10332
      </apply> 
 
10333
    </mml:math></sect3>
 
10334
</sect2>
 
10335
<sect2><title>variance</title>
 
10336
<sect3><title>rec-variance1.mml</title>
 
10337
<programlisting>
 
10338
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10339
      <apply> 
 
10340
        <variance/> 
 
10341
        <ci> X </ci> 
 
10342
      </apply> 
 
10343
    </mml:math>]]>
 
10344
</programlisting>
 
10345
<para>is rendered as:</para>
 
10346
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10347
      <apply> 
 
10348
        <variance/> 
 
10349
        <ci> X </ci> 
 
10350
      </apply> 
 
10351
    </mml:math></sect3>
 
10352
</sect2>
 
10353
</sect1>
 
10354
<sect1><title>TheoryOfSets</title>
 
10355
<sect2><title>card</title>
 
10356
<sect3><title>rec-card1.mml</title>
 
10357
<programlisting>
 
10358
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10359
      <apply> 
 
10360
        <eq/> 
 
10361
        <apply> 
 
10362
          <card/> 
 
10363
          <ci> A </ci> 
 
10364
        </apply> 
 
10365
        <ci> 5 </ci> 
 
10366
      </apply> 
 
10367
    </mml:math>]]>
 
10368
</programlisting>
 
10369
<para>is rendered as:</para>
 
10370
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10371
      <apply> 
 
10372
        <eq/> 
 
10373
        <apply> 
 
10374
          <card/> 
 
10375
          <ci> A </ci> 
 
10376
        </apply> 
 
10377
        <ci> 5 </ci> 
 
10378
      </apply> 
 
10379
    </mml:math></sect3>
 
10380
</sect2>
 
10381
<sect2><title>cartesianproduct</title>
 
10382
<sect3><title>rec-cartesianproduct1.mml</title>
 
10383
<programlisting>
 
10384
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10385
      <apply> 
 
10386
        <cartesianproduct/> 
 
10387
        <ci> A </ci> 
 
10388
        <ci> B </ci> 
 
10389
      </apply> 
 
10390
    </mml:math>]]>
 
10391
</programlisting>
 
10392
<para>is rendered as:</para>
 
10393
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10394
      <apply> 
 
10395
        <cartesianproduct/> 
 
10396
        <ci> A </ci> 
 
10397
        <ci> B </ci> 
 
10398
      </apply> 
 
10399
    </mml:math></sect3>
 
10400
<sect3><title>rec-cartesianproduct2.mml</title>
 
10401
<programlisting>
 
10402
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10403
      <apply> 
 
10404
        <cartesianproduct/> 
 
10405
        <reals/> 
 
10406
        <reals/> 
 
10407
        <reals/> 
 
10408
      </apply> 
 
10409
    </mml:math>]]>
 
10410
</programlisting>
 
10411
<para>is rendered as:</para>
 
10412
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10413
      <apply> 
 
10414
        <cartesianproduct/> 
 
10415
        <reals/> 
 
10416
        <reals/> 
 
10417
        <reals/> 
 
10418
      </apply> 
 
10419
    </mml:math></sect3>
 
10420
</sect2>
 
10421
<sect2><title>equation1.mml</title>
 
10422
<programlisting>
 
10423
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10424
      <apply> 
 
10425
        <implies/> 
 
10426
        <apply> 
 
10427
          <eq/> 
 
10428
          <ci>A</ci> 
 
10429
          <ci>B</ci> 
 
10430
        </apply> 
 
10431
        <apply> 
 
10432
          <eq/> 
 
10433
          <apply> 
 
10434
            <union/> 
 
10435
            <ci>A</ci> 
 
10436
            <ci>C</ci> 
 
10437
          </apply> 
 
10438
          <apply> 
 
10439
            <union/> 
 
10440
            <ci>B</ci> 
 
10441
            <ci>C</ci> 
 
10442
          </apply> 
 
10443
        </apply> 
 
10444
      </apply> 
 
10445
    </mml:math>]]>
 
10446
</programlisting>
 
10447
<para>is rendered as:</para>
 
10448
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10449
      <apply> 
 
10450
        <implies/> 
 
10451
        <apply> 
 
10452
          <eq/> 
 
10453
          <ci>A</ci> 
 
10454
          <ci>B</ci> 
 
10455
        </apply> 
 
10456
        <apply> 
 
10457
          <eq/> 
 
10458
          <apply> 
 
10459
            <union/> 
 
10460
            <ci>A</ci> 
 
10461
            <ci>C</ci> 
 
10462
          </apply> 
 
10463
          <apply> 
 
10464
            <union/> 
 
10465
            <ci>B</ci> 
 
10466
            <ci>C</ci> 
 
10467
          </apply> 
 
10468
        </apply> 
 
10469
      </apply> 
 
10470
    </mml:math></sect2>
 
10471
<sect2><title>in</title>
 
10472
<sect3><title>in2.mml</title>
 
10473
<programlisting>
 
10474
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10475
      <reln> 
 
10476
        <in/> 
 
10477
        <ci> x </ci> 
 
10478
        <ci type="set"> R </ci> 
 
10479
      </reln> 
 
10480
    </mml:math>]]>
 
10481
</programlisting>
 
10482
<para>is rendered as:</para>
 
10483
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10484
      <reln> 
 
10485
        <in/> 
 
10486
        <ci> x </ci> 
 
10487
        <ci type="set"> R </ci> 
 
10488
      </reln> 
 
10489
    </mml:math></sect3>
 
10490
<sect3><title>in3.mml</title>
 
10491
<programlisting>
 
10492
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10493
      <apply> 
 
10494
        <in/> 
 
10495
        <ci> x </ci> 
 
10496
        <ci type="set"> R </ci> 
 
10497
      </apply> 
 
10498
    </mml:math>]]>
 
10499
</programlisting>
 
10500
<para>is rendered as:</para>
 
10501
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10502
      <apply> 
 
10503
        <in/> 
 
10504
        <ci> x </ci> 
 
10505
        <ci type="set"> R </ci> 
 
10506
      </apply> 
 
10507
    </mml:math></sect3>
 
10508
<sect3><title>rec-in1.mml</title>
 
10509
<programlisting>
 
10510
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10511
      <apply> 
 
10512
        <in/> 
 
10513
        <ci> a </ci> 
 
10514
        <ci type="set"> A </ci> 
 
10515
      </apply> 
 
10516
    </mml:math>]]>
 
10517
</programlisting>
 
10518
<para>is rendered as:</para>
 
10519
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10520
      <apply> 
 
10521
        <in/> 
 
10522
        <ci> a </ci> 
 
10523
        <ci type="set"> A </ci> 
 
10524
      </apply> 
 
10525
    </mml:math></sect3>
 
10526
</sect2>
 
10527
<sect2><title>intersect</title>
 
10528
<sect3><title>intersect1.mml</title>
 
10529
<programlisting>
 
10530
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10531
      <apply> 
 
10532
        <intersect/> 
 
10533
        <ci type="set"> A </ci> 
 
10534
        <apply> 
 
10535
          <union/> 
 
10536
          <ci type="set"> B </ci> 
 
10537
          <ci type="set"> C </ci> 
 
10538
        </apply> 
 
10539
      </apply> 
 
10540
    </mml:math>]]>
 
10541
</programlisting>
 
10542
<para>is rendered as:</para>
 
10543
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10544
      <apply> 
 
10545
        <intersect/> 
 
10546
        <ci type="set"> A </ci> 
 
10547
        <apply> 
 
10548
          <union/> 
 
10549
          <ci type="set"> B </ci> 
 
10550
          <ci type="set"> C </ci> 
 
10551
        </apply> 
 
10552
      </apply> 
 
10553
    </mml:math></sect3>
 
10554
<sect3><title>rec-intersect2.mml</title>
 
10555
<programlisting>
 
10556
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10557
      <apply> 
 
10558
        <intersect/> 
 
10559
        <ci type="set"> A </ci> 
 
10560
        <ci type="set"> B </ci> 
 
10561
      </apply> 
 
10562
    </mml:math>]]>
 
10563
</programlisting>
 
10564
<para>is rendered as:</para>
 
10565
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10566
      <apply> 
 
10567
        <intersect/> 
 
10568
        <ci type="set"> A </ci> 
 
10569
        <ci type="set"> B </ci> 
 
10570
      </apply> 
 
10571
    </mml:math></sect3>
 
10572
</sect2>
 
10573
<sect2><title>list</title>
 
10574
<sect3><title>list-empty.mml</title>
 
10575
<programlisting>
 
10576
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10577
      <list> </list> 
 
10578
    </mml:math>]]>
 
10579
</programlisting>
 
10580
<para>is rendered as:</para>
 
10581
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10582
      <list> </list> 
 
10583
    </mml:math></sect3>
 
10584
<sect3><title>list3.mml</title>
 
10585
<programlisting>
 
10586
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10587
      <list> 
 
10588
        <ci> c </ci> 
 
10589
      </list> 
 
10590
    </mml:math>]]>
 
10591
</programlisting>
 
10592
<para>is rendered as:</para>
 
10593
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10594
      <list> 
 
10595
        <ci> c </ci> 
 
10596
      </list> 
 
10597
    </mml:math></sect3>
 
10598
<sect3><title>rec-list1.mml</title>
 
10599
<programlisting>
 
10600
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10601
      <list> 
 
10602
        <ci> a </ci> 
 
10603
        <ci> b </ci> 
 
10604
        <ci> c </ci> 
 
10605
      </list> 
 
10606
    </mml:math>]]>
 
10607
</programlisting>
 
10608
<para>is rendered as:</para>
 
10609
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10610
      <list> 
 
10611
        <ci> a </ci> 
 
10612
        <ci> b </ci> 
 
10613
        <ci> c </ci> 
 
10614
      </list> 
 
10615
    </mml:math></sect3>
 
10616
<sect3><title>rec-list2.mml</title>
 
10617
<programlisting>
 
10618
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10619
      <list order="numeric"> 
 
10620
        <bvar> 
 
10621
          <ci> x </ci> 
 
10622
        </bvar> 
 
10623
        <condition> 
 
10624
          <apply> 
 
10625
            <lt/> 
 
10626
            <ci> x </ci> 
 
10627
            <cn> 5 </cn> 
 
10628
          </apply> 
 
10629
        </condition> 
 
10630
        <ci> x </ci> 
 
10631
      </list> 
 
10632
    </mml:math>]]>
 
10633
</programlisting>
 
10634
<para>is rendered as:</para>
 
10635
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10636
      <list order="numeric"> 
 
10637
        <bvar> 
 
10638
          <ci> x </ci> 
 
10639
        </bvar> 
 
10640
        <condition> 
 
10641
          <apply> 
 
10642
            <lt/> 
 
10643
            <ci> x </ci> 
 
10644
            <cn> 5 </cn> 
 
10645
          </apply> 
 
10646
        </condition> 
 
10647
        <ci> x </ci> 
 
10648
      </list> 
 
10649
    </mml:math></sect3>
 
10650
</sect2>
 
10651
<sect2><title>notin</title>
 
10652
<sect3><title>notin2.mml</title>
 
10653
<programlisting>
 
10654
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10655
      <reln>
 
10656
        <notin/>
 
10657
        <ci> a </ci>
 
10658
        <ci> A </ci>
 
10659
      </reln>
 
10660
    </mml:math>]]>
 
10661
</programlisting>
 
10662
<para>is rendered as:</para>
 
10663
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10664
      <reln>
 
10665
        <notin/>
 
10666
        <ci> a </ci>
 
10667
        <ci> A </ci>
 
10668
      </reln>
 
10669
    </mml:math></sect3>
 
10670
<sect3><title>rec-notin1.mml</title>
 
10671
<programlisting>
 
10672
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10673
      <apply> 
 
10674
        <notin/> 
 
10675
        <ci> a </ci> 
 
10676
        <ci> A </ci> 
 
10677
      </apply> 
 
10678
    </mml:math>]]>
 
10679
</programlisting>
 
10680
<para>is rendered as:</para>
 
10681
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10682
      <apply> 
 
10683
        <notin/> 
 
10684
        <ci> a </ci> 
 
10685
        <ci> A </ci> 
 
10686
      </apply> 
 
10687
    </mml:math></sect3>
 
10688
</sect2>
 
10689
<sect2><title>notprsubset</title>
 
10690
<sect3><title>notprsubset2.mml</title>
 
10691
<programlisting>
 
10692
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10693
      <reln>
 
10694
        <notprsubset/>
 
10695
        <ci> A </ci>
 
10696
        <ci> B </ci>
 
10697
      </reln>
 
10698
    </mml:math>]]>
 
10699
</programlisting>
 
10700
<para>is rendered as:</para>
 
10701
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10702
      <reln>
 
10703
        <notprsubset/>
 
10704
        <ci> A </ci>
 
10705
        <ci> B </ci>
 
10706
      </reln>
 
10707
    </mml:math></sect3>
 
10708
<sect3><title>rec-notprsubset1.mml</title>
 
10709
<programlisting>
 
10710
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10711
      <apply> 
 
10712
        <notprsubset/> 
 
10713
        <ci> A </ci> 
 
10714
        <ci> B </ci> 
 
10715
      </apply> 
 
10716
    </mml:math>]]>
 
10717
</programlisting>
 
10718
<para>is rendered as:</para>
 
10719
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10720
      <apply> 
 
10721
        <notprsubset/> 
 
10722
        <ci> A </ci> 
 
10723
        <ci> B </ci> 
 
10724
      </apply> 
 
10725
    </mml:math></sect3>
 
10726
</sect2>
 
10727
<sect2><title>notsubset</title>
 
10728
<sect3><title>notsubset2.mml</title>
 
10729
<programlisting>
 
10730
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10731
      <reln>
 
10732
        <notsubset/>
 
10733
        <ci> A </ci>
 
10734
        <ci> B </ci>
 
10735
      </reln>
 
10736
    </mml:math>]]>
 
10737
</programlisting>
 
10738
<para>is rendered as:</para>
 
10739
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10740
      <reln>
 
10741
        <notsubset/>
 
10742
        <ci> A </ci>
 
10743
        <ci> B </ci>
 
10744
      </reln>
 
10745
    </mml:math></sect3>
 
10746
<sect3><title>rec-notsubset1.mml</title>
 
10747
<programlisting>
 
10748
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10749
      <apply> 
 
10750
        <notsubset/> 
 
10751
        <ci> A </ci> 
 
10752
        <ci> B </ci> 
 
10753
      </apply> 
 
10754
    </mml:math>]]>
 
10755
</programlisting>
 
10756
<para>is rendered as:</para>
 
10757
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10758
      <apply> 
 
10759
        <notsubset/> 
 
10760
        <ci> A </ci> 
 
10761
        <ci> B </ci> 
 
10762
      </apply> 
 
10763
    </mml:math></sect3>
 
10764
</sect2>
 
10765
<sect2><title>prsubset</title>
 
10766
<sect3><title>prsubset2.mml</title>
 
10767
<programlisting>
 
10768
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10769
      <reln>
 
10770
        <prsubset/>
 
10771
        <ci> A </ci>
 
10772
        <ci> B </ci>
 
10773
      </reln>
 
10774
    </mml:math>]]>
 
10775
</programlisting>
 
10776
<para>is rendered as:</para>
 
10777
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
10778
      <reln>
 
10779
        <prsubset/>
 
10780
        <ci> A </ci>
 
10781
        <ci> B </ci>
 
10782
      </reln>
 
10783
    </mml:math></sect3>
 
10784
<sect3><title>rec-prsubset1.mml</title>
 
10785
<programlisting>
 
10786
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10787
      <apply> 
 
10788
        <prsubset/> 
 
10789
        <ci> A </ci> 
 
10790
        <ci> B </ci> 
 
10791
      </apply> 
 
10792
    </mml:math>]]>
 
10793
</programlisting>
 
10794
<para>is rendered as:</para>
 
10795
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10796
      <apply> 
 
10797
        <prsubset/> 
 
10798
        <ci> A </ci> 
 
10799
        <ci> B </ci> 
 
10800
      </apply> 
 
10801
    </mml:math></sect3>
 
10802
</sect2>
 
10803
<sect2><title>set</title>
 
10804
<sect3><title>rec-set1.mml</title>
 
10805
<programlisting>
 
10806
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10807
      <set> 
 
10808
        <ci> b </ci> 
 
10809
        <ci> a </ci> 
 
10810
        <ci> c </ci> 
 
10811
      </set> 
 
10812
    </mml:math>]]>
 
10813
</programlisting>
 
10814
<para>is rendered as:</para>
 
10815
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10816
      <set> 
 
10817
        <ci> b </ci> 
 
10818
        <ci> a </ci> 
 
10819
        <ci> c </ci> 
 
10820
      </set> 
 
10821
    </mml:math></sect3>
 
10822
<sect3><title>rec-set2.mml</title>
 
10823
<programlisting>
 
10824
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10825
      <set> 
 
10826
        <bvar> 
 
10827
          <ci> x </ci> 
 
10828
        </bvar> 
 
10829
        <condition> 
 
10830
          <apply> 
 
10831
            <and/> 
 
10832
            <apply> 
 
10833
              <lt/> 
 
10834
              <ci> x </ci> 
 
10835
              <cn> 5 </cn> 
 
10836
            </apply> 
 
10837
            <apply> 
 
10838
              <in/> 
 
10839
              <ci> x </ci> 
 
10840
              <naturalnumbers/> 
 
10841
            </apply> 
 
10842
          </apply> 
 
10843
        </condition> 
 
10844
        <ci> x </ci> 
 
10845
      </set> 
 
10846
    </mml:math>]]>
 
10847
</programlisting>
 
10848
<para>is rendered as:</para>
 
10849
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10850
      <set> 
 
10851
        <bvar> 
 
10852
          <ci> x </ci> 
 
10853
        </bvar> 
 
10854
        <condition> 
 
10855
          <apply> 
 
10856
            <and/> 
 
10857
            <apply> 
 
10858
              <lt/> 
 
10859
              <ci> x </ci> 
 
10860
              <cn> 5 </cn> 
 
10861
            </apply> 
 
10862
            <apply> 
 
10863
              <in/> 
 
10864
              <ci> x </ci> 
 
10865
              <naturalnumbers/> 
 
10866
            </apply> 
 
10867
          </apply> 
 
10868
        </condition> 
 
10869
        <ci> x </ci> 
 
10870
      </set> 
 
10871
    </mml:math></sect3>
 
10872
<sect3><title>set-empty.mml</title>
 
10873
<programlisting>
 
10874
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10875
      <set> </set> 
 
10876
    </mml:math>]]>
 
10877
</programlisting>
 
10878
<para>is rendered as:</para>
 
10879
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10880
      <set> </set> 
 
10881
    </mml:math></sect3>
 
10882
<sect3><title>set3.mml</title>
 
10883
<programlisting>
 
10884
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10885
      <set type="multiset"> 
 
10886
        <cn type="real"> 4.56 </cn> 
 
10887
        <cn type="integer"> 4.56 </cn> 
 
10888
        <cn type="rational"> 4 
 
10889
          <sep/> 5 
 
10890
        </cn> 
 
10891
        <cn type="complex-cartesian"> 4 
 
10892
          <sep/> 5 
 
10893
        </cn> 
 
10894
        <cn type="complex-polar"> 4.56 
 
10895
          <sep/> 4.56 
 
10896
        </cn> 
 
10897
        <cn type="constant"> &#x003C0; </cn> 
 
10898
        <cn> &#x02147; </cn> 
 
10899
        <cn> &#x02147; </cn> 
 
10900
        <cn> &#x02148; </cn> 
 
10901
        <cn> &#x02148; </cn> 
 
10902
        <cn> &#x003B3; </cn> 
 
10903
        <cn> &#x0221E; </cn> 
 
10904
      </set> 
 
10905
    </mml:math>]]>
 
10906
</programlisting>
 
10907
<para>is rendered as:</para>
 
10908
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10909
      <set type="multiset"> 
 
10910
        <cn type="real"> 4.56 </cn> 
 
10911
        <cn type="integer"> 4.56 </cn> 
 
10912
        <cn type="rational"> 4 
 
10913
          <sep/> 5 
 
10914
        </cn> 
 
10915
        <cn type="complex-cartesian"> 4 
 
10916
          <sep/> 5 
 
10917
        </cn> 
 
10918
        <cn type="complex-polar"> 4.56 
 
10919
          <sep/> 4.56 
 
10920
        </cn> 
 
10921
        <cn type="constant"> &#x003C0; </cn> 
 
10922
        <cn> &#x02147; </cn> 
 
10923
        <cn> &#x02147; </cn> 
 
10924
        <cn> &#x02148; </cn> 
 
10925
        <cn> &#x02148; </cn> 
 
10926
        <cn> &#x003B3; </cn> 
 
10927
        <cn> &#x0221E; </cn> 
 
10928
      </set> 
 
10929
    </mml:math></sect3>
 
10930
<sect3><title>set4.mml</title>
 
10931
<programlisting>
 
10932
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10933
      <set> 
 
10934
        <bvar> 
 
10935
          <ci> x </ci> 
 
10936
        </bvar> 
 
10937
        <condition> 
 
10938
          <reln> 
 
10939
            <lt/> 
 
10940
            <ci> x </ci> 
 
10941
            <cn> 5 </cn> 
 
10942
          </reln> 
 
10943
        </condition> 
 
10944
      </set> 
 
10945
    </mml:math>]]>
 
10946
</programlisting>
 
10947
<para>is rendered as:</para>
 
10948
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10949
      <set> 
 
10950
        <bvar> 
 
10951
          <ci> x </ci> 
 
10952
        </bvar> 
 
10953
        <condition> 
 
10954
          <reln> 
 
10955
            <lt/> 
 
10956
            <ci> x </ci> 
 
10957
            <cn> 5 </cn> 
 
10958
          </reln> 
 
10959
        </condition> 
 
10960
      </set> 
 
10961
    </mml:math></sect3>
 
10962
<sect3><title>set5.mml</title>
 
10963
<programlisting>
 
10964
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10965
      <set> 
 
10966
        <set> 
 
10967
          <ci>a</ci> 
 
10968
          <ci>d</ci> 
 
10969
        </set> 
 
10970
        <set> 
 
10971
          <ci>x</ci> 
 
10972
          <ci>y</ci> 
 
10973
          <ci>z</ci> 
 
10974
        </set> 
 
10975
        <set> 
 
10976
          <cn>0</cn> 
 
10977
          <cn>2</cn> 
 
10978
          <cn>6</cn> 
 
10979
          <cn>8</cn> 
 
10980
          <cn>9</cn> 
 
10981
        </set> 
 
10982
      </set> 
 
10983
    </mml:math>]]>
 
10984
</programlisting>
 
10985
<para>is rendered as:</para>
 
10986
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
10987
      <set> 
 
10988
        <set> 
 
10989
          <ci>a</ci> 
 
10990
          <ci>d</ci> 
 
10991
        </set> 
 
10992
        <set> 
 
10993
          <ci>x</ci> 
 
10994
          <ci>y</ci> 
 
10995
          <ci>z</ci> 
 
10996
        </set> 
 
10997
        <set> 
 
10998
          <cn>0</cn> 
 
10999
          <cn>2</cn> 
 
11000
          <cn>6</cn> 
 
11001
          <cn>8</cn> 
 
11002
          <cn>9</cn> 
 
11003
        </set> 
 
11004
      </set> 
 
11005
    </mml:math></sect3>
 
11006
<sect3><title>set6.mml</title>
 
11007
<programlisting>
 
11008
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11009
      <set> 
 
11010
        <ci> c </ci> 
 
11011
      </set> 
 
11012
    </mml:math>]]>
 
11013
</programlisting>
 
11014
<para>is rendered as:</para>
 
11015
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11016
      <set> 
 
11017
        <ci> c </ci> 
 
11018
      </set> 
 
11019
    </mml:math></sect3>
 
11020
</sect2>
 
11021
<sect2><title>setdiff</title>
 
11022
<sect3><title>rec-setdiff1.mml</title>
 
11023
<programlisting>
 
11024
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11025
      <apply> 
 
11026
        <setdiff/> 
 
11027
        <ci> A </ci> 
 
11028
        <ci> B </ci> 
 
11029
      </apply> 
 
11030
    </mml:math>]]>
 
11031
</programlisting>
 
11032
<para>is rendered as:</para>
 
11033
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11034
      <apply> 
 
11035
        <setdiff/> 
 
11036
        <ci> A </ci> 
 
11037
        <ci> B </ci> 
 
11038
      </apply> 
 
11039
    </mml:math></sect3>
 
11040
</sect2>
 
11041
<sect2><title>subset</title>
 
11042
<sect3><title>rec-subset1.mml</title>
 
11043
<programlisting>
 
11044
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11045
      <apply> 
 
11046
        <subset/> 
 
11047
        <ci> A </ci> 
 
11048
        <ci> B </ci> 
 
11049
      </apply> 
 
11050
    </mml:math>]]>
 
11051
</programlisting>
 
11052
<para>is rendered as:</para>
 
11053
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11054
      <apply> 
 
11055
        <subset/> 
 
11056
        <ci> A </ci> 
 
11057
        <ci> B </ci> 
 
11058
      </apply> 
 
11059
    </mml:math></sect3>
 
11060
<sect3><title>subset2.mml</title>
 
11061
<programlisting>
 
11062
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11063
      <reln>
 
11064
        <subset/>
 
11065
        <ci> A </ci>
 
11066
        <ci> B </ci>
 
11067
      </reln>
 
11068
    </mml:math>]]>
 
11069
</programlisting>
 
11070
<para>is rendered as:</para>
 
11071
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11072
      <reln>
 
11073
        <subset/>
 
11074
        <ci> A </ci>
 
11075
        <ci> B </ci>
 
11076
      </reln>
 
11077
    </mml:math></sect3>
 
11078
</sect2>
 
11079
<sect2><title>union</title>
 
11080
<sect3><title>rec-union1.mml</title>
 
11081
<programlisting>
 
11082
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11083
      <apply> 
 
11084
        <union/> 
 
11085
        <ci> A </ci> 
 
11086
        <ci> B </ci> 
 
11087
      </apply> 
 
11088
    </mml:math>]]>
 
11089
</programlisting>
 
11090
<para>is rendered as:</para>
 
11091
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11092
      <apply> 
 
11093
        <union/> 
 
11094
        <ci> A </ci> 
 
11095
        <ci> B </ci> 
 
11096
      </apply> 
 
11097
    </mml:math></sect3>
 
11098
<sect3><title>union2.mml</title>
 
11099
<programlisting>
 
11100
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11101
      <apply> 
 
11102
        <union/> 
 
11103
        <apply> 
 
11104
          <intersect/> 
 
11105
          <ci>A</ci> 
 
11106
          <ci>B</ci> 
 
11107
        </apply> 
 
11108
        <apply> 
 
11109
          <intersect/> 
 
11110
          <ci>C</ci> 
 
11111
          <ci>D</ci> 
 
11112
        </apply> 
 
11113
      </apply> 
 
11114
    </mml:math>]]>
 
11115
</programlisting>
 
11116
<para>is rendered as:</para>
 
11117
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11118
      <apply> 
 
11119
        <union/> 
 
11120
        <apply> 
 
11121
          <intersect/> 
 
11122
          <ci>A</ci> 
 
11123
          <ci>B</ci> 
 
11124
        </apply> 
 
11125
        <apply> 
 
11126
          <intersect/> 
 
11127
          <ci>C</ci> 
 
11128
          <ci>D</ci> 
 
11129
        </apply> 
 
11130
      </apply> 
 
11131
    </mml:math></sect3>
 
11132
<sect3><title>union3.mml</title>
 
11133
<programlisting>
 
11134
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11135
      <apply> 
 
11136
        <eq/> 
 
11137
        <apply> 
 
11138
          <union/> 
 
11139
          <ci>A</ci> 
 
11140
          <cn>&#x003C6;</cn> 
 
11141
        </apply> 
 
11142
        <ci>A</ci> 
 
11143
      </apply> 
 
11144
    </mml:math>]]>
 
11145
</programlisting>
 
11146
<para>is rendered as:</para>
 
11147
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11148
      <apply> 
 
11149
        <eq/> 
 
11150
        <apply> 
 
11151
          <union/> 
 
11152
          <ci>A</ci> 
 
11153
          <cn>&#x003C6;</cn> 
 
11154
        </apply> 
 
11155
        <ci>A</ci> 
 
11156
      </apply> 
 
11157
    </mml:math></sect3>
 
11158
</sect2>
 
11159
</sect1>
 
11160
<sect1><title>TokenElements</title>
 
11161
<sect2><title>ci</title>
 
11162
<sect3><title>ci4.mml</title>
 
11163
<programlisting>
 
11164
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11165
      <apply> 
 
11166
        <plus/> 
 
11167
        <ci type="real"> x </ci> 
 
11168
        <ci type="integer"> x </ci> 
 
11169
        <ci type="rational"> x </ci> 
 
11170
        <ci type="complex-cartesian"> y </ci> 
 
11171
        <ci type="complex-polar"> &#x003B8; </ci> 
 
11172
        <ci type="vector"> v </ci> 
 
11173
        <ci type="constant"> &#x003C0; </ci> 
 
11174
        <ci> &#x02147; </ci> 
 
11175
        <ci> &#x02147; </ci> 
 
11176
        <ci> &#x02148; </ci> 
 
11177
        <ci> &#x02148; </ci> 
 
11178
        <ci> &#x003B3; </ci> 
 
11179
        <ci> &#x0221E; </ci> 
 
11180
      </apply> 
 
11181
    </mml:math>]]>
 
11182
</programlisting>
 
11183
<para>is rendered as:</para>
 
11184
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11185
      <apply> 
 
11186
        <plus/> 
 
11187
        <ci type="real"> x </ci> 
 
11188
        <ci type="integer"> x </ci> 
 
11189
        <ci type="rational"> x </ci> 
 
11190
        <ci type="complex-cartesian"> y </ci> 
 
11191
        <ci type="complex-polar"> &#x003B8; </ci> 
 
11192
        <ci type="vector"> v </ci> 
 
11193
        <ci type="constant"> &#x003C0; </ci> 
 
11194
        <ci> &#x02147; </ci> 
 
11195
        <ci> &#x02147; </ci> 
 
11196
        <ci> &#x02148; </ci> 
 
11197
        <ci> &#x02148; </ci> 
 
11198
        <ci> &#x003B3; </ci> 
 
11199
        <ci> &#x0221E; </ci> 
 
11200
      </apply> 
 
11201
    </mml:math></sect3>
 
11202
<sect3><title>rec-ci1.mml</title>
 
11203
<programlisting>
 
11204
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11205
      <ci> x </ci> 
 
11206
    </mml:math>]]>
 
11207
</programlisting>
 
11208
<para>is rendered as:</para>
 
11209
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11210
      <ci> x </ci> 
 
11211
    </mml:math></sect3>
 
11212
<sect3><title>rec-ci2.mml</title>
 
11213
<programlisting>
 
11214
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11215
      <ci type="vector"> V </ci> 
 
11216
    </mml:math>]]>
 
11217
</programlisting>
 
11218
<para>is rendered as:</para>
 
11219
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11220
      <ci type="vector"> V </ci> 
 
11221
    </mml:math></sect3>
 
11222
<sect3><title>rec-ci3.mml</title>
 
11223
<programlisting>
 
11224
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11225
      <ci> 
 
11226
        <msub> 
 
11227
          <mi>x</mi> 
 
11228
          <mi>a</mi> 
 
11229
        </msub> 
 
11230
      </ci> 
 
11231
    </mml:math>]]>
 
11232
</programlisting>
 
11233
<para>is rendered as:</para>
 
11234
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11235
      <ci> 
 
11236
        <msub> 
 
11237
          <mi>x</mi> 
 
11238
          <mi>a</mi> 
 
11239
        </msub> 
 
11240
      </ci> 
 
11241
    </mml:math></sect3>
 
11242
</sect2>
 
11243
<sect2><title>cn</title>
 
11244
<sect3><title>cn2.mml</title>
 
11245
<programlisting>
 
11246
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11247
      <apply> 
 
11248
        <plus/> 
 
11249
        <cn type="real"> 4.56 </cn> 
 
11250
        <cn type="integer"> 4.56 </cn> 
 
11251
        <cn type="rational"> 4 
 
11252
          <sep/> 5 
 
11253
        </cn> 
 
11254
        <cn type="complex-cartesian"> 4 
 
11255
          <sep/> 5 
 
11256
        </cn> 
 
11257
        <cn type="complex-polar"> 4.56 
 
11258
          <sep/> 4.56 
 
11259
        </cn> 
 
11260
        <cn type="constant"> &#x003C0; </cn> 
 
11261
        <cn> &#x02147; </cn> 
 
11262
        <cn> &#x02147; </cn> 
 
11263
        <cn> &#x02148; </cn> 
 
11264
        <cn> &#x02148; </cn> 
 
11265
        <cn> &#x003B3; </cn> 
 
11266
        <cn> &#x0221E; </cn> 
 
11267
      </apply> 
 
11268
    </mml:math>]]>
 
11269
</programlisting>
 
11270
<para>is rendered as:</para>
 
11271
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11272
      <apply> 
 
11273
        <plus/> 
 
11274
        <cn type="real"> 4.56 </cn> 
 
11275
        <cn type="integer"> 4.56 </cn> 
 
11276
        <cn type="rational"> 4 
 
11277
          <sep/> 5 
 
11278
        </cn> 
 
11279
        <cn type="complex-cartesian"> 4 
 
11280
          <sep/> 5 
 
11281
        </cn> 
 
11282
        <cn type="complex-polar"> 4.56 
 
11283
          <sep/> 4.56 
 
11284
        </cn> 
 
11285
        <cn type="constant"> &#x003C0; </cn> 
 
11286
        <cn> &#x02147; </cn> 
 
11287
        <cn> &#x02147; </cn> 
 
11288
        <cn> &#x02148; </cn> 
 
11289
        <cn> &#x02148; </cn> 
 
11290
        <cn> &#x003B3; </cn> 
 
11291
        <cn> &#x0221E; </cn> 
 
11292
      </apply> 
 
11293
    </mml:math></sect3>
 
11294
<sect3><title>rec-cn1.mml</title>
 
11295
<programlisting>
 
11296
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11297
      <list> 
 
11298
        <cn type="real"> 12345.7 </cn> 
 
11299
        <cn type="integer"> 12345 </cn> 
 
11300
        <cn type="integer" base="16"> AB3 </cn> 
 
11301
        <cn type="rational"> 12342 <sep/> 2342342 </cn> 
 
11302
        <cn type="complex-cartesian"> 12.3 <sep/> 5 </cn> 
 
11303
        <cn type="complex-polar"> 2 <sep/> 3.1415 </cn> 
 
11304
        <cn type="constant"> &#x003C0; </cn> 
 
11305
      </list> 
 
11306
    </mml:math>]]>
 
11307
</programlisting>
 
11308
<para>is rendered as:</para>
 
11309
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11310
      <list> 
 
11311
        <cn type="real"> 12345.7 </cn> 
 
11312
        <cn type="integer"> 12345 </cn> 
 
11313
        <cn type="integer" base="16"> AB3 </cn> 
 
11314
        <cn type="rational"> 12342 <sep/> 2342342 </cn> 
 
11315
        <cn type="complex-cartesian"> 12.3 <sep/> 5 </cn> 
 
11316
        <cn type="complex-polar"> 2 <sep/> 3.1415 </cn> 
 
11317
        <cn type="constant"> &#x003C0; </cn> 
 
11318
      </list> 
 
11319
    </mml:math></sect3>
 
11320
</sect2>
 
11321
<sect2><title>csymbol</title>
 
11322
<sect3><title>rec-csymbol1.mml</title>
 
11323
<programlisting>
 
11324
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11325
      <!-- reference to OpenMath formal syntax definition of Bessel function --> 
 
11326
      <apply> 
 
11327
        <csymbol encoding="OpenMath" definitionURL="http://www.openmath.org/cd/BesselFunctions.ocd"> 
 
11328
          <msub> 
 
11329
            <mi>J</mi> 
 
11330
            <mn>0</mn> 
 
11331
          </msub> 
 
11332
        </csymbol> 
 
11333
        <ci>y</ci> 
 
11334
      </apply> 
 
11335
    </mml:math>]]>
 
11336
</programlisting>
 
11337
<para>is rendered as:</para>
 
11338
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11339
      <!-- reference to OpenMath formal syntax definition of Bessel function --> 
 
11340
      <apply> 
 
11341
        <csymbol encoding="OpenMath" definitionURL="http://www.openmath.org/cd/BesselFunctions.ocd"> 
 
11342
          <msub> 
 
11343
            <mi>J</mi> 
 
11344
            <mn>0</mn> 
 
11345
          </msub> 
 
11346
        </csymbol> 
 
11347
        <ci>y</ci> 
 
11348
      </apply> 
 
11349
    </mml:math></sect3>
 
11350
<sect3><title>rec-csymbol2.mml</title>
 
11351
<programlisting>
 
11352
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11353
      <apply> 
 
11354
        <csymbol definitionURL="http://www.example.org/function_spaces.html#my_def" encoding="text"> BigK 
 
11355
        </csymbol> 
 
11356
        <ci>x</ci> 
 
11357
        <ci>y</ci> 
 
11358
      </apply> 
 
11359
    </mml:math>]]>
 
11360
</programlisting>
 
11361
<para>is rendered as:</para>
 
11362
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11363
      <apply> 
 
11364
        <csymbol definitionURL="http://www.example.org/function_spaces.html#my_def" encoding="text"> BigK 
 
11365
        </csymbol> 
 
11366
        <ci>x</ci> 
 
11367
        <ci>y</ci> 
 
11368
      </apply> 
 
11369
    </mml:math></sect3>
 
11370
<sect3><title>rec-csymbol3.mml</title>
 
11371
<programlisting>
 
11372
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11373
      <!-- reference to human readable text description of Boltzmann's constant --> 
 
11374
      <csymbol encoding="text" definitionURL="www.example.org/universalconstants/Boltzmann.htm"> k 
 
11375
      </csymbol> 
 
11376
    </mml:math>]]>
 
11377
</programlisting>
 
11378
<para>is rendered as:</para>
 
11379
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11380
      <!-- reference to human readable text description of Boltzmann's constant --> 
 
11381
      <csymbol encoding="text" definitionURL="www.example.org/universalconstants/Boltzmann.htm"> k 
 
11382
      </csymbol> 
 
11383
    </mml:math></sect3>
 
11384
</sect2>
 
11385
</sect1>
 
11386
</chapter>
 
11387
<chapter><title>General</title>
 
11388
<sect1><title>GenAttribs</title>
 
11389
<sect2><title>attribQuote1.mml</title>
 
11390
<programlisting>
 
11391
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11392
      <mi mathsize="small">A</mi> 
 
11393
      <mo>+</mo> 
 
11394
      <mi mathsize='big'>A</mi>
 
11395
    </mml:math>]]>
 
11396
</programlisting>
 
11397
<para>is rendered as:</para>
 
11398
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11399
      <mi mathsize="small">A</mi> 
 
11400
      <mo>+</mo> 
 
11401
      <mi mathsize='big'>A</mi>
 
11402
    </mml:math></sect2>
 
11403
<sect2><title>class1.mml</title>
 
11404
<programlisting>
 
11405
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" class="mathclass">
 
11406
      <mi>x</mi>
 
11407
    </mml:math>]]>
 
11408
</programlisting>
 
11409
<para>is rendered as:</para>
 
11410
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" class="mathclass">
 
11411
      <mi>x</mi>
 
11412
    </mml:math></sect2>
 
11413
<sect2><title>class2.mml</title>
 
11414
<programlisting>
 
11415
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11416
      <mfrac>
 
11417
        <mi class="identifiers">x</mi>
 
11418
        <mn class="numbers">2</mn>
 
11419
      </mfrac>
 
11420
    </mml:math>]]>
 
11421
</programlisting>
 
11422
<para>is rendered as:</para>
 
11423
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11424
      <mfrac>
 
11425
        <mi class="identifiers">x</mi>
 
11426
        <mn class="numbers">2</mn>
 
11427
      </mfrac>
 
11428
    </mml:math></sect2>
 
11429
<sect2><title>id1.mml</title>
 
11430
<programlisting>
 
11431
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11432
      <mn id="number">2</mn>
 
11433
      <mo id="operator">+</mo>
 
11434
      <mi id="identifier">x</mi>
 
11435
    </mml:math>]]>
 
11436
</programlisting>
 
11437
<para>is rendered as:</para>
 
11438
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11439
      <mn id="number">2</mn>
 
11440
      <mo id="operator">+</mo>
 
11441
      <mi id="identifier">x</mi>
 
11442
    </mml:math></sect2>
 
11443
<sect2><title>id2.mml</title>
 
11444
<programlisting>
 
11445
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11446
      <apply id="curlapply">
 
11447
        <curl/>
 
11448
        <ci> a </ci>
 
11449
      </apply>
 
11450
    </mml:math>]]>
 
11451
</programlisting>
 
11452
<para>is rendered as:</para>
 
11453
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11454
      <apply id="curlapply">
 
11455
        <curl/>
 
11456
        <ci> a </ci>
 
11457
      </apply>
 
11458
    </mml:math></sect2>
 
11459
<sect2><title>style1.mml</title>
 
11460
<programlisting>
 
11461
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:blue"> 
 
11462
      <mn>2</mn> 
 
11463
    </mml:math>]]>
 
11464
</programlisting>
 
11465
<para>is rendered as:</para>
 
11466
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:blue"> 
 
11467
      <mn>2</mn> 
 
11468
    </mml:math></sect2>
 
11469
<sect2><title>style2.mml</title>
 
11470
<programlisting>
 
11471
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:#9933CC"> 
 
11472
      <msqrt style="background:yellow"> 
 
11473
        <mn style="font-size:24pt; font-weight:bold">2 
 
11474
        </mn> 
 
11475
      </msqrt> 
 
11476
    </mml:math>]]>
 
11477
</programlisting>
 
11478
<para>is rendered as:</para>
 
11479
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" style="color:#9933CC"> 
 
11480
      <msqrt style="background:yellow"> 
 
11481
        <mn style="font-size:24pt; font-weight:bold">2 
 
11482
        </mn> 
 
11483
      </msqrt> 
 
11484
    </mml:math></sect2>
 
11485
<sect2><title>xref1.mml</title>
 
11486
<programlisting>
 
11487
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xref="x"> 
 
11488
      <mn id="x">2</mn> 
 
11489
    </mml:math>]]>
 
11490
</programlisting>
 
11491
<para>is rendered as:</para>
 
11492
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xref="x"> 
 
11493
      <mn id="x">2</mn> 
 
11494
    </mml:math></sect2>
 
11495
</sect1>
 
11496
<sect1><title>Math</title>
 
11497
<sect2><title>emptymath2.mml</title>
 
11498
<programlisting>
 
11499
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> </mml:math>]]>
 
11500
</programlisting>
 
11501
<para>is rendered as:</para>
 
11502
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> </mml:math></sect2>
 
11503
<sect2><title>math1.mml</title>
 
11504
<programlisting>
 
11505
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11506
      <mi>x</mi>
 
11507
    </mml:math>]]>
 
11508
</programlisting>
 
11509
<para>is rendered as:</para>
 
11510
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11511
      <mi>x</mi>
 
11512
    </mml:math></sect2>
 
11513
<sect2><title>math3.mml</title>
 
11514
<programlisting>
 
11515
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11516
      <mn>2</mn> 
 
11517
      <mi>x</mi> 
 
11518
    </mml:math>]]>
 
11519
</programlisting>
 
11520
<para>is rendered as:</para>
 
11521
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11522
      <mn>2</mn> 
 
11523
      <mi>x</mi> 
 
11524
    </mml:math></sect2>
 
11525
<sect2><title>mathAdisplay1.mml</title>
 
11526
<programlisting>
 
11527
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> 
 
11528
      <mfrac> 
 
11529
        <mi>x</mi> 
 
11530
        <mi>y</mi> 
 
11531
      </mfrac> 
 
11532
    </mml:math> 
 
11533
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 
 
11534
      <mfrac> 
 
11535
        <mi>x</mi> 
 
11536
        <mi>y</mi> 
 
11537
      </mfrac> 
 
11538
    </mml:math>]]>
 
11539
</programlisting>
 
11540
<para>is rendered as:</para>
 
11541
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"> 
 
11542
      <mfrac> 
 
11543
        <mi>x</mi> 
 
11544
        <mi>y</mi> 
 
11545
      </mfrac> 
 
11546
    </mml:math> 
 
11547
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block"> 
 
11548
      <mfrac> 
 
11549
        <mi>x</mi> 
 
11550
        <mi>y</mi> 
 
11551
      </mfrac> 
 
11552
    </mml:math></sect2>
 
11553
<sect2><title>mathAdisplay2.mml</title>
 
11554
<programlisting>
 
11555
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" mode="display">
 
11556
      <mfrac>
 
11557
        <mi>x</mi>
 
11558
        <mi>y</mi>
 
11559
      </mfrac>
 
11560
    </mml:math>
 
11561
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block" mode="display">
 
11562
      <mfrac>
 
11563
        <mi>x</mi>
 
11564
        <mi>y</mi>
 
11565
      </mfrac>
 
11566
    </mml:math>]]>
 
11567
</programlisting>
 
11568
<para>is rendered as:</para>
 
11569
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="inline" mode="display">
 
11570
      <mfrac>
 
11571
        <mi>x</mi>
 
11572
        <mi>y</mi>
 
11573
      </mfrac>
 
11574
    </mml:math>
 
11575
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" display="block" mode="display">
 
11576
      <mfrac>
 
11577
        <mi>x</mi>
 
11578
        <mi>y</mi>
 
11579
      </mfrac>
 
11580
    </mml:math></sect2>
 
11581
<sect2><title>mathAmacros1.mml</title>
 
11582
<programlisting>
 
11583
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" macros="testdir/testfile testdir2/testfile2">
 
11584
      <mfrac>
 
11585
        <mi>x</mi>
 
11586
        <mi>y</mi>
 
11587
      </mfrac>
 
11588
    </mml:math>]]>
 
11589
</programlisting>
 
11590
<para>is rendered as:</para>
 
11591
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" macros="testdir/testfile testdir2/testfile2">
 
11592
      <mfrac>
 
11593
        <mi>x</mi>
 
11594
        <mi>y</mi>
 
11595
      </mfrac>
 
11596
    </mml:math></sect2>
 
11597
<sect2><title>mathAmode1.mml</title>
 
11598
<programlisting>
 
11599
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="inline">
 
11600
      <mfrac>
 
11601
        <mi>x</mi>
 
11602
        <mi>y</mi>
 
11603
      </mfrac>
 
11604
    </mml:math>
 
11605
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
 
11606
      <mfrac>
 
11607
        <mi>x</mi>
 
11608
        <mi>y</mi>
 
11609
      </mfrac>
 
11610
    </mml:math>]]>
 
11611
</programlisting>
 
11612
<para>is rendered as:</para>
 
11613
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="inline">
 
11614
      <mfrac>
 
11615
        <mi>x</mi>
 
11616
        <mi>y</mi>
 
11617
      </mfrac>
 
11618
    </mml:math>
 
11619
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" mode="display">
 
11620
      <mfrac>
 
11621
        <mi>x</mi>
 
11622
        <mi>y</mi>
 
11623
      </mfrac>
 
11624
    </mml:math></sect2>
 
11625
</sect1>
 
11626
</chapter>
 
11627
<chapter><title>Presentation</title>
 
11628
<sect1><title>DynamicExpressions</title>
 
11629
<sect2><title>maction</title>
 
11630
<sect3><title>mactionBhigh1.mml</title>
 
11631
<programlisting>
 
11632
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
 
11633
      <maction actiontype="highlight" dsi:background="#dddd66" dsi:color="#bb2244"> 
 
11634
        <mfrac> 
 
11635
          <mn>x</mn> 
 
11636
          <mi>2</mi> 
 
11637
        </mfrac> 
 
11638
      </maction> 
 
11639
      <mo>+</mo> 
 
11640
      <mn>2</mn> 
 
11641
    </mml:math>]]>
 
11642
</programlisting>
 
11643
<para>is rendered as:</para>
 
11644
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
 
11645
      <maction actiontype="highlight" dsi:background="#dddd66" dsi:color="#bb2244"> 
 
11646
        <mfrac> 
 
11647
          <mn>x</mn> 
 
11648
          <mi>2</mi> 
 
11649
        </mfrac> 
 
11650
      </maction> 
 
11651
      <mo>+</mo> 
 
11652
      <mn>2</mn> 
 
11653
    </mml:math></sect3>
 
11654
<sect3><title>mactionBstatus1.mml</title>
 
11655
<programlisting>
 
11656
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11657
      <maction actiontype="statusline"> 
 
11658
        <mrow> 
 
11659
          <mn>2</mn> 
 
11660
          <mo>+</mo> 
 
11661
          <mi>x</mi> 
 
11662
        </mrow> 
 
11663
        <mtext>Add 2 to the value of x</mtext>
 
11664
      </maction>
 
11665
    </mml:math>]]>
 
11666
</programlisting>
 
11667
<para>is rendered as:</para>
 
11668
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11669
      <maction actiontype="statusline"> 
 
11670
        <mrow> 
 
11671
          <mn>2</mn> 
 
11672
          <mo>+</mo> 
 
11673
          <mi>x</mi> 
 
11674
        </mrow> 
 
11675
        <mtext>Add 2 to the value of x</mtext>
 
11676
      </maction>
 
11677
    </mml:math></sect3>
 
11678
<sect3><title>mactionBtoggle1.mml</title>
 
11679
<programlisting>
 
11680
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11681
      <maction actiontype="toggle"> 
 
11682
        <mrow> 
 
11683
          <mfrac> 
 
11684
            <mi>x</mi> 
 
11685
            <mn>2</mn> 
 
11686
          </mfrac> 
 
11687
          <mo>+</mo> 
 
11688
          <mn>2</mn> 
 
11689
        </mrow> 
 
11690
        <mrow> 
 
11691
          <mfrac> 
 
11692
            <mi>x</mi> 
 
11693
            <mn>2</mn> 
 
11694
          </mfrac> 
 
11695
          <mo>+</mo> 
 
11696
          <mfrac> 
 
11697
            <mn>2</mn> 
 
11698
            <mn>2</mn> 
 
11699
          </mfrac> 
 
11700
        </mrow> 
 
11701
        <mrow> 
 
11702
          <mfrac> 
 
11703
            <mrow> 
 
11704
              <mi>x</mi> 
 
11705
              <mo>+</mo> 
 
11706
              <mn>2</mn> 
 
11707
            </mrow> 
 
11708
            <mn>2</mn> 
 
11709
          </mfrac> 
 
11710
        </mrow>
 
11711
      </maction>
 
11712
    </mml:math>]]>
 
11713
</programlisting>
 
11714
<para>is rendered as:</para>
 
11715
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11716
      <maction actiontype="toggle"> 
 
11717
        <mrow> 
 
11718
          <mfrac> 
 
11719
            <mi>x</mi> 
 
11720
            <mn>2</mn> 
 
11721
          </mfrac> 
 
11722
          <mo>+</mo> 
 
11723
          <mn>2</mn> 
 
11724
        </mrow> 
 
11725
        <mrow> 
 
11726
          <mfrac> 
 
11727
            <mi>x</mi> 
 
11728
            <mn>2</mn> 
 
11729
          </mfrac> 
 
11730
          <mo>+</mo> 
 
11731
          <mfrac> 
 
11732
            <mn>2</mn> 
 
11733
            <mn>2</mn> 
 
11734
          </mfrac> 
 
11735
        </mrow> 
 
11736
        <mrow> 
 
11737
          <mfrac> 
 
11738
            <mrow> 
 
11739
              <mi>x</mi> 
 
11740
              <mo>+</mo> 
 
11741
              <mn>2</mn> 
 
11742
            </mrow> 
 
11743
            <mn>2</mn> 
 
11744
          </mfrac> 
 
11745
        </mrow>
 
11746
      </maction>
 
11747
    </mml:math></sect3>
 
11748
<sect3><title>mactionBtooltip1.mml</title>
 
11749
<programlisting>
 
11750
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11751
      <maction actiontype="tooltip"> 
 
11752
        <mfrac> 
 
11753
          <mn>y</mn> 
 
11754
          <mi>x</mi> 
 
11755
        </mfrac> 
 
11756
        <mtext>Divide y by x</mtext>
 
11757
      </maction>
 
11758
    </mml:math>]]>
 
11759
</programlisting>
 
11760
<para>is rendered as:</para>
 
11761
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11762
      <maction actiontype="tooltip"> 
 
11763
        <mfrac> 
 
11764
          <mn>y</mn> 
 
11765
          <mi>x</mi> 
 
11766
        </mfrac> 
 
11767
        <mtext>Divide y by x</mtext>
 
11768
      </maction>
 
11769
    </mml:math></sect3>
 
11770
</sect2>
 
11771
</sect1>
 
11772
<sect1><title>GeneralLayout</title>
 
11773
<sect2><title>menclose</title>
 
11774
<sect3><title>rec-enclose1.mml</title>
 
11775
<programlisting>
 
11776
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11777
      <mtable columnspacing='0pt' rowspacing='2pt'> 
 
11778
        <mtr> 
 
11779
          <mtd> </mtd> 
 
11780
          <mtd columnalign='right'> 
 
11781
            <mn>10</mn> 
 
11782
          </mtd> 
 
11783
        </mtr> 
 
11784
        <mtr> 
 
11785
          <mtd columnalign='right'> 
 
11786
            <mn>131</mn> 
 
11787
          </mtd> 
 
11788
          <mtd columnalign='right'> 
 
11789
            <menclose notation='longdiv'> 
 
11790
              <mn>1413</mn> 
 
11791
            </menclose> 
 
11792
          </mtd> 
 
11793
        </mtr> 
 
11794
        <mtr> 
 
11795
          <mtd> </mtd> 
 
11796
          <mtd columnalign='right'> 
 
11797
            <mrow> 
 
11798
              <munder> 
 
11799
                <mn>131</mn> 
 
11800
                <mo> &#x00332; </mo> 
 
11801
              </munder> 
 
11802
              <mphantom> 
 
11803
                <mn>3</mn> 
 
11804
              </mphantom> 
 
11805
            </mrow> 
 
11806
          </mtd> 
 
11807
        </mtr> 
 
11808
        <mtr> 
 
11809
          <mtd> </mtd> 
 
11810
          <mtd columnalign='right'> 
 
11811
            <mn>103</mn> 
 
11812
          </mtd> 
 
11813
        </mtr> 
 
11814
      </mtable> 
 
11815
    </mml:math>]]>
 
11816
</programlisting>
 
11817
<para>is rendered as:</para>
 
11818
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11819
      <mtable columnspacing='0pt' rowspacing='2pt'> 
 
11820
        <mtr> 
 
11821
          <mtd> </mtd> 
 
11822
          <mtd columnalign='right'> 
 
11823
            <mn>10</mn> 
 
11824
          </mtd> 
 
11825
        </mtr> 
 
11826
        <mtr> 
 
11827
          <mtd columnalign='right'> 
 
11828
            <mn>131</mn> 
 
11829
          </mtd> 
 
11830
          <mtd columnalign='right'> 
 
11831
            <menclose notation='longdiv'> 
 
11832
              <mn>1413</mn> 
 
11833
            </menclose> 
 
11834
          </mtd> 
 
11835
        </mtr> 
 
11836
        <mtr> 
 
11837
          <mtd> </mtd> 
 
11838
          <mtd columnalign='right'> 
 
11839
            <mrow> 
 
11840
              <munder> 
 
11841
                <mn>131</mn> 
 
11842
                <mo> &#x00332; </mo> 
 
11843
              </munder> 
 
11844
              <mphantom> 
 
11845
                <mn>3</mn> 
 
11846
              </mphantom> 
 
11847
            </mrow> 
 
11848
          </mtd> 
 
11849
        </mtr> 
 
11850
        <mtr> 
 
11851
          <mtd> </mtd> 
 
11852
          <mtd columnalign='right'> 
 
11853
            <mn>103</mn> 
 
11854
          </mtd> 
 
11855
        </mtr> 
 
11856
      </mtable> 
 
11857
    </mml:math></sect3>
 
11858
<sect3><title>rec-enclose2.mml</title>
 
11859
<programlisting>
 
11860
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11861
    <msub> 
 
11862
      <mi>a</mi> 
 
11863
      <mrow> 
 
11864
        <menclose notation='actuarial'> 
 
11865
          <mi>n</mi> 
 
11866
        </menclose> 
 
11867
        <mo>&#x02062;</mo> 
 
11868
        <mi>i</mi> 
 
11869
      </mrow>
 
11870
    </msub>
 
11871
    </mml:math>]]>
 
11872
</programlisting>
 
11873
<para>is rendered as:</para>
 
11874
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
11875
    <msub> 
 
11876
      <mi>a</mi> 
 
11877
      <mrow> 
 
11878
        <menclose notation='actuarial'> 
 
11879
          <mi>n</mi> 
 
11880
        </menclose> 
 
11881
        <mo>&#x02062;</mo> 
 
11882
        <mi>i</mi> 
 
11883
      </mrow>
 
11884
    </msub>
 
11885
    </mml:math></sect3>
 
11886
<sect3><title>rec-enclose3.mml</title>
 
11887
<programlisting>
 
11888
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11889
      <menclose notation='radical'> 
 
11890
        <mi>x</mi> 
 
11891
      </menclose> 
 
11892
    </mml:math>]]>
 
11893
</programlisting>
 
11894
<para>is rendered as:</para>
 
11895
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11896
      <menclose notation='radical'> 
 
11897
        <mi>x</mi> 
 
11898
      </menclose> 
 
11899
    </mml:math></sect3>
 
11900
</sect2>
 
11901
<sect2><title>merror</title>
 
11902
<sect3><title>merror1.mml</title>
 
11903
<programlisting>
 
11904
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11905
      <merror> 
 
11906
          <mi> x </mi> 
 
11907
          <mo> = </mo>
 
11908
          <mn> 2 </mn> 
 
11909
      </merror> 
 
11910
    </mml:math>]]>
 
11911
</programlisting>
 
11912
<para>is rendered as:</para>
 
11913
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11914
      <merror> 
 
11915
          <mi> x </mi> 
 
11916
          <mo> = </mo>
 
11917
          <mn> 2 </mn> 
 
11918
      </merror> 
 
11919
    </mml:math></sect3>
 
11920
<sect3><title>merrorB3.mml</title>
 
11921
<programlisting>
 
11922
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11923
      <merror> 
 
11924
        <mtext> Unrecognized element: &#x003c;mfraction&#x0003E; arguments were: 
 
11925
        </mtext> 
 
11926
        <mrow> 
 
11927
          <mn>1</mn> 
 
11928
          <mo>+</mo> 
 
11929
          <msqrt> 
 
11930
            <mn>5</mn> 
 
11931
          </msqrt> 
 
11932
        </mrow> 
 
11933
        <mtext> &#x0205F; and &#x0205F; 
 
11934
        </mtext> 
 
11935
        <mn>2</mn> 
 
11936
      </merror> 
 
11937
    </mml:math>
 
11938
]]>
 
11939
</programlisting>
 
11940
<para>is rendered as:</para>
 
11941
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11942
      <merror> 
 
11943
        <mtext> Unrecognized element: &#x003c;mfraction&#x0003E; arguments were: 
 
11944
        </mtext> 
 
11945
        <mrow> 
 
11946
          <mn>1</mn> 
 
11947
          <mo>+</mo> 
 
11948
          <msqrt> 
 
11949
            <mn>5</mn> 
 
11950
          </msqrt> 
 
11951
        </mrow> 
 
11952
        <mtext> &#x0205F; and &#x0205F; 
 
11953
        </mtext> 
 
11954
        <mn>2</mn> 
 
11955
      </merror> 
 
11956
    </mml:math>
 
11957
</sect3>
 
11958
</sect2>
 
11959
<sect2><title>mfenced</title>
 
11960
<sect3><title>mfenced1.mml</title>
 
11961
<programlisting>
 
11962
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11963
      <mfenced> 
 
11964
      </mfenced> 
 
11965
    </mml:math>]]>
 
11966
</programlisting>
 
11967
<para>is rendered as:</para>
 
11968
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11969
      <mfenced> 
 
11970
      </mfenced> 
 
11971
    </mml:math></sect3>
 
11972
<sect3><title>mfenced2.mml</title>
 
11973
<programlisting>
 
11974
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11975
      <mfenced> 
 
11976
        <mi>x</mi> 
 
11977
      </mfenced> 
 
11978
    </mml:math>]]>
 
11979
</programlisting>
 
11980
<para>is rendered as:</para>
 
11981
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11982
      <mfenced> 
 
11983
        <mi>x</mi> 
 
11984
      </mfenced> 
 
11985
    </mml:math></sect3>
 
11986
<sect3><title>mfenced3.mml</title>
 
11987
<programlisting>
 
11988
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11989
      <mfenced> 
 
11990
        <mi>x</mi> 
 
11991
        <mi>y</mi> 
 
11992
      </mfenced> 
 
11993
    </mml:math>]]>
 
11994
</programlisting>
 
11995
<para>is rendered as:</para>
 
11996
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
11997
      <mfenced> 
 
11998
        <mi>x</mi> 
 
11999
        <mi>y</mi> 
 
12000
      </mfenced> 
 
12001
    </mml:math></sect3>
 
12002
<sect3><title>mfenced4.mml</title>
 
12003
<programlisting>
 
12004
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12005
      <mfenced> 
 
12006
        <mrow> 
 
12007
          <mi> a </mi> 
 
12008
          <mo> + </mo> 
 
12009
          <mi> b </mi> 
 
12010
        </mrow> 
 
12011
      </mfenced> 
 
12012
    </mml:math>]]>
 
12013
</programlisting>
 
12014
<para>is rendered as:</para>
 
12015
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12016
      <mfenced> 
 
12017
        <mrow> 
 
12018
          <mi> a </mi> 
 
12019
          <mo> + </mo> 
 
12020
          <mi> b </mi> 
 
12021
        </mrow> 
 
12022
      </mfenced> 
 
12023
    </mml:math></sect3>
 
12024
<sect3><title>mfenced5.mml</title>
 
12025
<programlisting>
 
12026
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12027
      <mfenced open="["> 
 
12028
        <mn> 0 </mn> 
 
12029
        <mn> 1 </mn> 
 
12030
      </mfenced> 
 
12031
    </mml:math>]]>
 
12032
</programlisting>
 
12033
<para>is rendered as:</para>
 
12034
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12035
      <mfenced open="["> 
 
12036
        <mn> 0 </mn> 
 
12037
        <mn> 1 </mn> 
 
12038
      </mfenced> 
 
12039
    </mml:math></sect3>
 
12040
<sect3><title>mfencedAdelims6.mml</title>
 
12041
<programlisting>
 
12042
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12043
      <mfenced open='['> 
 
12044
        <mrow> 
 
12045
          <mi>a</mi> 
 
12046
          <mo>+</mo> 
 
12047
          <mi>b</mi> 
 
12048
        </mrow> 
 
12049
      </mfenced> 
 
12050
      <mfenced open='{' close='}' separators='|;+'> 
 
12051
        <mfrac> 
 
12052
          <mi>a</mi> 
 
12053
          <mi>b</mi> 
 
12054
        </mfrac> 
 
12055
        <mfrac> 
 
12056
          <mi>d</mi> 
 
12057
          <mi>e</mi> 
 
12058
        </mfrac> 
 
12059
        <mi>a</mi> 
 
12060
        <mi>b</mi> 
 
12061
        <mi>a</mi> 
 
12062
        <mi>b</mi> 
 
12063
      </mfenced> 
 
12064
    </mml:math>]]>
 
12065
</programlisting>
 
12066
<para>is rendered as:</para>
 
12067
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12068
      <mfenced open='['> 
 
12069
        <mrow> 
 
12070
          <mi>a</mi> 
 
12071
          <mo>+</mo> 
 
12072
          <mi>b</mi> 
 
12073
        </mrow> 
 
12074
      </mfenced> 
 
12075
      <mfenced open='{' close='}' separators='|;+'> 
 
12076
        <mfrac> 
 
12077
          <mi>a</mi> 
 
12078
          <mi>b</mi> 
 
12079
        </mfrac> 
 
12080
        <mfrac> 
 
12081
          <mi>d</mi> 
 
12082
          <mi>e</mi> 
 
12083
        </mfrac> 
 
12084
        <mi>a</mi> 
 
12085
        <mi>b</mi> 
 
12086
        <mi>a</mi> 
 
12087
        <mi>b</mi> 
 
12088
      </mfenced> 
 
12089
    </mml:math></sect3>
 
12090
<sect3><title>mfencedAempty.mml</title>
 
12091
<programlisting>
 
12092
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
12093
      <mfenced separators="" open="" close=" "> 
 
12094
        <mi>x</mi> 
 
12095
        <mi>y</mi>
 
12096
      </mfenced> 
 
12097
    </mml:math>]]>
 
12098
</programlisting>
 
12099
<para>is rendered as:</para>
 
12100
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
12101
      <mfenced separators="" open="" close=" "> 
 
12102
        <mi>x</mi> 
 
12103
        <mi>y</mi>
 
12104
      </mfenced> 
 
12105
    </mml:math></sect3>
 
12106
<sect3><title>mfencedBfences7.mml</title>
 
12107
<programlisting>
 
12108
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12109
      <mfenced> 
 
12110
        <mrow> 
 
12111
          <mi>a</mi> 
 
12112
          <mo>+</mo> 
 
12113
          <mi>b</mi> 
 
12114
        </mrow> 
 
12115
      </mfenced> 
 
12116
      <mo>+</mo> 
 
12117
      <mfenced> 
 
12118
        <mfrac> 
 
12119
          <mi>1</mi> 
 
12120
          <mi>2</mi> 
 
12121
        </mfrac> 
 
12122
      </mfenced> 
 
12123
    </mml:math>]]>
 
12124
</programlisting>
 
12125
<para>is rendered as:</para>
 
12126
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12127
      <mfenced> 
 
12128
        <mrow> 
 
12129
          <mi>a</mi> 
 
12130
          <mo>+</mo> 
 
12131
          <mi>b</mi> 
 
12132
        </mrow> 
 
12133
      </mfenced> 
 
12134
      <mo>+</mo> 
 
12135
      <mfenced> 
 
12136
        <mfrac> 
 
12137
          <mi>1</mi> 
 
12138
          <mi>2</mi> 
 
12139
        </mfrac> 
 
12140
      </mfenced> 
 
12141
    </mml:math></sect3>
 
12142
<sect3><title>mfencedBseparators8.mml</title>
 
12143
<programlisting>
 
12144
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12145
      <mfenced> 
 
12146
        <msub> 
 
12147
          <mi>a</mi> 
 
12148
          <mn>1</mn> 
 
12149
        </msub> 
 
12150
        <msub> 
 
12151
          <mi>a</mi> 
 
12152
          <mn>2</mn> 
 
12153
        </msub> 
 
12154
        <msub> 
 
12155
          <mi>a</mi> 
 
12156
          <mn>3</mn> 
 
12157
        </msub> 
 
12158
      </mfenced> 
 
12159
    </mml:math>]]>
 
12160
</programlisting>
 
12161
<para>is rendered as:</para>
 
12162
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12163
      <mfenced> 
 
12164
        <msub> 
 
12165
          <mi>a</mi> 
 
12166
          <mn>1</mn> 
 
12167
        </msub> 
 
12168
        <msub> 
 
12169
          <mi>a</mi> 
 
12170
          <mn>2</mn> 
 
12171
        </msub> 
 
12172
        <msub> 
 
12173
          <mi>a</mi> 
 
12174
          <mn>3</mn> 
 
12175
        </msub> 
 
12176
      </mfenced> 
 
12177
    </mml:math></sect3>
 
12178
<sect3><title>mfencedSfonts9.mml</title>
 
12179
<programlisting>
 
12180
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12181
      <mstyle background='#88cc88'> 
 
12182
        <mfenced> 
 
12183
          <mrow> 
 
12184
            <mi>a</mi> 
 
12185
            <mo>+</mo> 
 
12186
            <mi>b</mi> 
 
12187
          </mrow> 
 
12188
        </mfenced> 
 
12189
      </mstyle> 
 
12190
      <mo>=</mo> 
 
12191
      <mstyle fontweight='bold'> 
 
12192
        <mfenced> 
 
12193
          <mfrac> 
 
12194
            <mi>&#x003B1;</mi> 
 
12195
            <mi>&#x003B2;</mi> 
 
12196
          </mfrac> 
 
12197
        </mfenced> 
 
12198
      </mstyle> 
 
12199
      <mo>=</mo> 
 
12200
      <mstyle fontfamily='Helvetica'> 
 
12201
        <mfenced open='['> 
 
12202
          <mrow> 
 
12203
            <mi>a</mi> 
 
12204
            <mo>+</mo> 
 
12205
            <mi>b</mi> 
 
12206
          </mrow> 
 
12207
        </mfenced> 
 
12208
      </mstyle> 
 
12209
    </mml:math>]]>
 
12210
</programlisting>
 
12211
<para>is rendered as:</para>
 
12212
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12213
      <mstyle background='#88cc88'> 
 
12214
        <mfenced> 
 
12215
          <mrow> 
 
12216
            <mi>a</mi> 
 
12217
            <mo>+</mo> 
 
12218
            <mi>b</mi> 
 
12219
          </mrow> 
 
12220
        </mfenced> 
 
12221
      </mstyle> 
 
12222
      <mo>=</mo> 
 
12223
      <mstyle fontweight='bold'> 
 
12224
        <mfenced> 
 
12225
          <mfrac> 
 
12226
            <mi>&#x003B1;</mi> 
 
12227
            <mi>&#x003B2;</mi> 
 
12228
          </mfrac> 
 
12229
        </mfenced> 
 
12230
      </mstyle> 
 
12231
      <mo>=</mo> 
 
12232
      <mstyle fontfamily='Helvetica'> 
 
12233
        <mfenced open='['> 
 
12234
          <mrow> 
 
12235
            <mi>a</mi> 
 
12236
            <mo>+</mo> 
 
12237
            <mi>b</mi> 
 
12238
          </mrow> 
 
12239
        </mfenced> 
 
12240
      </mstyle> 
 
12241
    </mml:math></sect3>
 
12242
</sect2>
 
12243
<sect2><title>mfrac</title>
 
12244
<sect3><title>mfrac1.mml</title>
 
12245
<programlisting>
 
12246
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12247
      <mfrac> 
 
12248
        <mn> 1 </mn> 
 
12249
        <mn> 2 </mn> 
 
12250
      </mfrac> 
 
12251
    </mml:math>]]>
 
12252
</programlisting>
 
12253
<para>is rendered as:</para>
 
12254
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12255
      <mfrac> 
 
12256
        <mn> 1 </mn> 
 
12257
        <mn> 2 </mn> 
 
12258
      </mfrac> 
 
12259
    </mml:math></sect3>
 
12260
<sect3><title>mfrac2.mml</title>
 
12261
<programlisting>
 
12262
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12263
      <mfrac> 
 
12264
        <mo> &#x02146; </mo> 
 
12265
        <mrow> 
 
12266
          <mo> &#x02146; </mo> 
 
12267
          <mi> x </mi> 
 
12268
        </mrow> 
 
12269
      </mfrac> 
 
12270
    </mml:math>]]>
 
12271
</programlisting>
 
12272
<para>is rendered as:</para>
 
12273
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12274
      <mfrac> 
 
12275
        <mo> &#x02146; </mo> 
 
12276
        <mrow> 
 
12277
          <mo> &#x02146; </mo> 
 
12278
          <mi> x </mi> 
 
12279
        </mrow> 
 
12280
      </mfrac> 
 
12281
    </mml:math></sect3>
 
12282
<sect3><title>mfrac3.mml</title>
 
12283
<programlisting>
 
12284
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12285
      <mfrac linethickness="2"> 
 
12286
        <mfrac> 
 
12287
          <mi> a </mi> 
 
12288
          <mi> b </mi> 
 
12289
        </mfrac> 
 
12290
        <mfrac> 
 
12291
          <mi> c </mi> 
 
12292
          <mi> d </mi> 
 
12293
        </mfrac> 
 
12294
      </mfrac> 
 
12295
    </mml:math>]]>
 
12296
</programlisting>
 
12297
<para>is rendered as:</para>
 
12298
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12299
      <mfrac linethickness="2"> 
 
12300
        <mfrac> 
 
12301
          <mi> a </mi> 
 
12302
          <mi> b </mi> 
 
12303
        </mfrac> 
 
12304
        <mfrac> 
 
12305
          <mi> c </mi> 
 
12306
          <mi> d </mi> 
 
12307
        </mfrac> 
 
12308
      </mfrac> 
 
12309
    </mml:math></sect3>
 
12310
<sect3><title>mfrac4.mml</title>
 
12311
<programlisting>
 
12312
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12313
      <mfrac> 
 
12314
        <mrow> 
 
12315
          <mn> 1 </mn> 
 
12316
          <mo> + </mo> 
 
12317
          <msqrt> 
 
12318
            <mn> 5 </mn> 
 
12319
          </msqrt> 
 
12320
        </mrow> 
 
12321
        <mn> 2 </mn> 
 
12322
      </mfrac> 
 
12323
    </mml:math>]]>
 
12324
</programlisting>
 
12325
<para>is rendered as:</para>
 
12326
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12327
      <mfrac> 
 
12328
        <mrow> 
 
12329
          <mn> 1 </mn> 
 
12330
          <mo> + </mo> 
 
12331
          <msqrt> 
 
12332
            <mn> 5 </mn> 
 
12333
          </msqrt> 
 
12334
        </mrow> 
 
12335
        <mn> 2 </mn> 
 
12336
      </mfrac> 
 
12337
    </mml:math></sect3>
 
12338
<sect3><title>mfrac5.mml</title>
 
12339
<programlisting>
 
12340
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12341
      <mfrac> 
 
12342
        <mrow> 
 
12343
          <mn> 1 </mn> 
 
12344
          <mo> + </mo> 
 
12345
          <msqrt> 
 
12346
            <mn> 5 </mn> 
 
12347
          </msqrt> 
 
12348
        </mrow> 
 
12349
        <mn> 2 </mn> 
 
12350
      </mfrac> 
 
12351
    </mml:math>]]>
 
12352
</programlisting>
 
12353
<para>is rendered as:</para>
 
12354
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12355
      <mfrac> 
 
12356
        <mrow> 
 
12357
          <mn> 1 </mn> 
 
12358
          <mo> + </mo> 
 
12359
          <msqrt> 
 
12360
            <mn> 5 </mn> 
 
12361
          </msqrt> 
 
12362
        </mrow> 
 
12363
        <mn> 2 </mn> 
 
12364
      </mfrac> 
 
12365
    </mml:math></sect3>
 
12366
<sect3><title>mfrac6.mml</title>
 
12367
<programlisting>
 
12368
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12369
      <mfrac> 
 
12370
        <mrow> 
 
12371
          <mi> x </mi> 
 
12372
          <mo> + </mo> 
 
12373
          <mi> y </mi> 
 
12374
          <mo> + </mo> 
 
12375
          <mi> z </mi> 
 
12376
        </mrow> 
 
12377
        <mrow> 
 
12378
          <mi> x </mi> 
 
12379
          <mphantom> 
 
12380
            <mo form="infix"> + </mo> 
 
12381
            <mi> y </mi> 
 
12382
          </mphantom> 
 
12383
          <mo> + </mo> 
 
12384
          <mi> z </mi> 
 
12385
        </mrow> 
 
12386
      </mfrac> 
 
12387
    </mml:math>]]>
 
12388
</programlisting>
 
12389
<para>is rendered as:</para>
 
12390
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12391
      <mfrac> 
 
12392
        <mrow> 
 
12393
          <mi> x </mi> 
 
12394
          <mo> + </mo> 
 
12395
          <mi> y </mi> 
 
12396
          <mo> + </mo> 
 
12397
          <mi> z </mi> 
 
12398
        </mrow> 
 
12399
        <mrow> 
 
12400
          <mi> x </mi> 
 
12401
          <mphantom> 
 
12402
            <mo form="infix"> + </mo> 
 
12403
            <mi> y </mi> 
 
12404
          </mphantom> 
 
12405
          <mo> + </mo> 
 
12406
          <mi> z </mi> 
 
12407
        </mrow> 
 
12408
      </mfrac> 
 
12409
    </mml:math></sect3>
 
12410
<sect3><title>mfrac7.mml</title>
 
12411
<programlisting>
 
12412
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12413
      <mfrac> 
 
12414
        <mrow> 
 
12415
          <mi> x </mi> 
 
12416
          <mo> + </mo> 
 
12417
          <mi> y </mi> 
 
12418
          <mo> + </mo> 
 
12419
          <mi> z </mi> 
 
12420
        </mrow> 
 
12421
        <mrow> 
 
12422
          <mi> x </mi> 
 
12423
          <mphantom> 
 
12424
            <mo> + </mo> 
 
12425
          </mphantom> 
 
12426
          <mphantom> 
 
12427
            <mi> y </mi> 
 
12428
          </mphantom> 
 
12429
          <mo> + </mo> 
 
12430
          <mi> z </mi> 
 
12431
        </mrow> 
 
12432
      </mfrac> 
 
12433
    </mml:math>]]>
 
12434
</programlisting>
 
12435
<para>is rendered as:</para>
 
12436
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12437
      <mfrac> 
 
12438
        <mrow> 
 
12439
          <mi> x </mi> 
 
12440
          <mo> + </mo> 
 
12441
          <mi> y </mi> 
 
12442
          <mo> + </mo> 
 
12443
          <mi> z </mi> 
 
12444
        </mrow> 
 
12445
        <mrow> 
 
12446
          <mi> x </mi> 
 
12447
          <mphantom> 
 
12448
            <mo> + </mo> 
 
12449
          </mphantom> 
 
12450
          <mphantom> 
 
12451
            <mi> y </mi> 
 
12452
          </mphantom> 
 
12453
          <mo> + </mo> 
 
12454
          <mi> z </mi> 
 
12455
        </mrow> 
 
12456
      </mfrac> 
 
12457
    </mml:math></sect3>
 
12458
<sect3><title>mfracAbevelled16.mml</title>
 
12459
<programlisting>
 
12460
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12461
      <mrow> 
 
12462
        <mfrac bevelled="true"> 
 
12463
          <mi>a</mi> 
 
12464
          <mn>2</mn> 
 
12465
        </mfrac> 
 
12466
      </mrow> 
 
12467
    </mml:math>]]>
 
12468
</programlisting>
 
12469
<para>is rendered as:</para>
 
12470
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12471
      <mrow> 
 
12472
        <mfrac bevelled="true"> 
 
12473
          <mi>a</mi> 
 
12474
          <mn>2</mn> 
 
12475
        </mfrac> 
 
12476
      </mrow> 
 
12477
    </mml:math></sect3>
 
12478
<sect3><title>mfracAcss8.mml</title>
 
12479
<programlisting>
 
12480
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12481
      <mrow> 
 
12482
        <mfrac linethickness='0.2cm'> 
 
12483
          <mn>1</mn> 
 
12484
          <mrow> 
 
12485
            <mi>y</mi> 
 
12486
            <mo>+</mo> 
 
12487
            <mn>3</mn> 
 
12488
          </mrow> 
 
12489
        </mfrac> 
 
12490
        <mfrac linethickness='0.3ex'> 
 
12491
          <mn>1</mn> 
 
12492
          <mrow> 
 
12493
            <mi>y</mi> 
 
12494
            <mo>+</mo> 
 
12495
            <mn>3</mn> 
 
12496
          </mrow> 
 
12497
        </mfrac> 
 
12498
      </mrow> 
 
12499
    </mml:math>]]>
 
12500
</programlisting>
 
12501
<para>is rendered as:</para>
 
12502
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12503
      <mrow> 
 
12504
        <mfrac linethickness='0.2cm'> 
 
12505
          <mn>1</mn> 
 
12506
          <mrow> 
 
12507
            <mi>y</mi> 
 
12508
            <mo>+</mo> 
 
12509
            <mn>3</mn> 
 
12510
          </mrow> 
 
12511
        </mfrac> 
 
12512
        <mfrac linethickness='0.3ex'> 
 
12513
          <mn>1</mn> 
 
12514
          <mrow> 
 
12515
            <mi>y</mi> 
 
12516
            <mo>+</mo> 
 
12517
            <mn>3</mn> 
 
12518
          </mrow> 
 
12519
        </mfrac> 
 
12520
      </mrow> 
 
12521
    </mml:math></sect3>
 
12522
<sect3><title>mfracAkeyword9.mml</title>
 
12523
<programlisting>
 
12524
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12525
      <mrow> 
 
12526
        <mfrac linethickness='thin'> 
 
12527
          <mn>1</mn> 
 
12528
          <mrow> 
 
12529
            <mi>y</mi> 
 
12530
            <mo>+</mo> 
 
12531
            <mn>3</mn> 
 
12532
          </mrow> 
 
12533
        </mfrac> 
 
12534
        <mfrac linethickness='medium'> 
 
12535
          <mn>1</mn> 
 
12536
          <mrow> 
 
12537
            <mi>y</mi> 
 
12538
            <mo>+</mo> 
 
12539
            <mn>3</mn> 
 
12540
          </mrow> 
 
12541
        </mfrac> 
 
12542
        <mfrac linethickness='thick'> 
 
12543
          <mn>1</mn> 
 
12544
          <mrow> 
 
12545
            <mi>y</mi> 
 
12546
            <mo>+</mo> 
 
12547
            <mn>3</mn> 
 
12548
          </mrow> 
 
12549
        </mfrac> 
 
12550
      </mrow> 
 
12551
    </mml:math>]]>
 
12552
</programlisting>
 
12553
<para>is rendered as:</para>
 
12554
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12555
      <mrow> 
 
12556
        <mfrac linethickness='thin'> 
 
12557
          <mn>1</mn> 
 
12558
          <mrow> 
 
12559
            <mi>y</mi> 
 
12560
            <mo>+</mo> 
 
12561
            <mn>3</mn> 
 
12562
          </mrow> 
 
12563
        </mfrac> 
 
12564
        <mfrac linethickness='medium'> 
 
12565
          <mn>1</mn> 
 
12566
          <mrow> 
 
12567
            <mi>y</mi> 
 
12568
            <mo>+</mo> 
 
12569
            <mn>3</mn> 
 
12570
          </mrow> 
 
12571
        </mfrac> 
 
12572
        <mfrac linethickness='thick'> 
 
12573
          <mn>1</mn> 
 
12574
          <mrow> 
 
12575
            <mi>y</mi> 
 
12576
            <mo>+</mo> 
 
12577
            <mn>3</mn> 
 
12578
          </mrow> 
 
12579
        </mfrac> 
 
12580
      </mrow> 
 
12581
    </mml:math></sect3>
 
12582
<sect3><title>mfracAmultiplier10.mml</title>
 
12583
<programlisting>
 
12584
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12585
      <mrow> 
 
12586
        <mfrac linethickness='0'> 
 
12587
          <mn>1</mn> 
 
12588
          <mrow> 
 
12589
            <mi>y</mi> 
 
12590
            <mo>+</mo> 
 
12591
            <mn>3</mn> 
 
12592
          </mrow> 
 
12593
        </mfrac> 
 
12594
        <mfrac linethickness='0.5'> 
 
12595
          <mn>1</mn> 
 
12596
          <mrow> 
 
12597
            <mi>y</mi> 
 
12598
            <mo>+</mo> 
 
12599
            <mn>3</mn> 
 
12600
          </mrow> 
 
12601
        </mfrac> 
 
12602
        <mfrac linethickness='2'> 
 
12603
          <mn>1</mn> 
 
12604
          <mrow> 
 
12605
            <mi>y</mi> 
 
12606
            <mo>+</mo> 
 
12607
            <mn>3</mn> 
 
12608
          </mrow> 
 
12609
        </mfrac> 
 
12610
        <mfrac linethickness='3'> 
 
12611
          <mn>1</mn> 
 
12612
          <mrow> 
 
12613
            <mi>y</mi> 
 
12614
            <mo>+</mo> 
 
12615
            <mn>3</mn> 
 
12616
          </mrow> 
 
12617
        </mfrac> 
 
12618
      </mrow> 
 
12619
    </mml:math>]]>
 
12620
</programlisting>
 
12621
<para>is rendered as:</para>
 
12622
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12623
      <mrow> 
 
12624
        <mfrac linethickness='0'> 
 
12625
          <mn>1</mn> 
 
12626
          <mrow> 
 
12627
            <mi>y</mi> 
 
12628
            <mo>+</mo> 
 
12629
            <mn>3</mn> 
 
12630
          </mrow> 
 
12631
        </mfrac> 
 
12632
        <mfrac linethickness='0.5'> 
 
12633
          <mn>1</mn> 
 
12634
          <mrow> 
 
12635
            <mi>y</mi> 
 
12636
            <mo>+</mo> 
 
12637
            <mn>3</mn> 
 
12638
          </mrow> 
 
12639
        </mfrac> 
 
12640
        <mfrac linethickness='2'> 
 
12641
          <mn>1</mn> 
 
12642
          <mrow> 
 
12643
            <mi>y</mi> 
 
12644
            <mo>+</mo> 
 
12645
            <mn>3</mn> 
 
12646
          </mrow> 
 
12647
        </mfrac> 
 
12648
        <mfrac linethickness='3'> 
 
12649
          <mn>1</mn> 
 
12650
          <mrow> 
 
12651
            <mi>y</mi> 
 
12652
            <mo>+</mo> 
 
12653
            <mn>3</mn> 
 
12654
          </mrow> 
 
12655
        </mfrac> 
 
12656
      </mrow> 
 
12657
    </mml:math></sect3>
 
12658
<sect3><title>mfracBalign16.mml</title>
 
12659
<programlisting>
 
12660
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
12661
      <mstyle fontsize="150%">
 
12662
        <mtable>
 
12663
          <mtr>
 
12664
            <mtd>
 
12665
              <mi>x</mi> 
 
12666
              <mo>-</mo>
 
12667
              <mfrac>
 
12668
                <mi>a</mi>
 
12669
                <mi>b</mi>
 
12670
              </mfrac>
 
12671
              <mi>x</mi> 
 
12672
            </mtd>
 
12673
          </mtr>
 
12674
          <mtr>
 
12675
            <mtd> 
 
12676
              <mi>x</mi> 
 
12677
              <mo>-</mo>
 
12678
              <mfrac>
 
12679
                <mn>1</mn>
 
12680
                <mi>b</mi>
 
12681
              </mfrac>
 
12682
              <mi>x</mi> 
 
12683
            </mtd>
 
12684
          </mtr>
 
12685
          <mtr>
 
12686
            <mtd> 
 
12687
              <mi>x</mi> 
 
12688
              <mo>-</mo>
 
12689
              <mfrac>
 
12690
                <mn>1</mn>
 
12691
                <mn>2</mn>
 
12692
              </mfrac>
 
12693
              <mi>x</mi> 
 
12694
            </mtd>
 
12695
          </mtr>
 
12696
          <mtr>
 
12697
            <mtd> 
 
12698
              <mi>x</mi> 
 
12699
              <mo>-</mo>
 
12700
              <mfrac>
 
12701
                <msup>
 
12702
                  <mn>1</mn>
 
12703
                  <mn>2</mn>
 
12704
                </msup>
 
12705
                <mi>z</mi>
 
12706
              </mfrac>
 
12707
              <mi>x</mi> 
 
12708
            </mtd>
 
12709
          </mtr>
 
12710
          <mtr>
 
12711
            <mtd> 
 
12712
              <mi>x</mi> 
 
12713
              <mo>-</mo>
 
12714
              <mfrac>
 
12715
                <mi>z</mi>
 
12716
                <msup>
 
12717
                  <mn>1</mn>
 
12718
                  <mn>2</mn>
 
12719
                </msup>
 
12720
              </mfrac>
 
12721
              <mi>x</mi> 
 
12722
            </mtd>
 
12723
          </mtr>
 
12724
        </mtable>
 
12725
      </mstyle>
 
12726
    </mml:math>]]>
 
12727
</programlisting>
 
12728
<para>is rendered as:</para>
 
12729
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
12730
      <mstyle fontsize="150%">
 
12731
        <mtable>
 
12732
          <mtr>
 
12733
            <mtd>
 
12734
              <mi>x</mi> 
 
12735
              <mo>-</mo>
 
12736
              <mfrac>
 
12737
                <mi>a</mi>
 
12738
                <mi>b</mi>
 
12739
              </mfrac>
 
12740
              <mi>x</mi> 
 
12741
            </mtd>
 
12742
          </mtr>
 
12743
          <mtr>
 
12744
            <mtd> 
 
12745
              <mi>x</mi> 
 
12746
              <mo>-</mo>
 
12747
              <mfrac>
 
12748
                <mn>1</mn>
 
12749
                <mi>b</mi>
 
12750
              </mfrac>
 
12751
              <mi>x</mi> 
 
12752
            </mtd>
 
12753
          </mtr>
 
12754
          <mtr>
 
12755
            <mtd> 
 
12756
              <mi>x</mi> 
 
12757
              <mo>-</mo>
 
12758
              <mfrac>
 
12759
                <mn>1</mn>
 
12760
                <mn>2</mn>
 
12761
              </mfrac>
 
12762
              <mi>x</mi> 
 
12763
            </mtd>
 
12764
          </mtr>
 
12765
          <mtr>
 
12766
            <mtd> 
 
12767
              <mi>x</mi> 
 
12768
              <mo>-</mo>
 
12769
              <mfrac>
 
12770
                <msup>
 
12771
                  <mn>1</mn>
 
12772
                  <mn>2</mn>
 
12773
                </msup>
 
12774
                <mi>z</mi>
 
12775
              </mfrac>
 
12776
              <mi>x</mi> 
 
12777
            </mtd>
 
12778
          </mtr>
 
12779
          <mtr>
 
12780
            <mtd> 
 
12781
              <mi>x</mi> 
 
12782
              <mo>-</mo>
 
12783
              <mfrac>
 
12784
                <mi>z</mi>
 
12785
                <msup>
 
12786
                  <mn>1</mn>
 
12787
                  <mn>2</mn>
 
12788
                </msup>
 
12789
              </mfrac>
 
12790
              <mi>x</mi> 
 
12791
            </mtd>
 
12792
          </mtr>
 
12793
        </mtable>
 
12794
      </mstyle>
 
12795
    </mml:math></sect3>
 
12796
<sect3><title>mfracBheight17.mml</title>
 
12797
<programlisting>
 
12798
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12799
      <mtable> 
 
12800
        <mtr> 
 
12801
          <mtd> 
 
12802
            <mtext>taller num</mtext> 
 
12803
          </mtd> 
 
12804
          <mtd> 
 
12805
            <msup> 
 
12806
              <mi>x</mi> 
 
12807
              <mn>2</mn> 
 
12808
            </msup> 
 
12809
            <mo>+</mo> 
 
12810
            <msup> 
 
12811
              <mfrac> 
 
12812
                <mi>h</mi> 
 
12813
                <mi>x</mi> 
 
12814
              </mfrac> 
 
12815
              <mn>2</mn> 
 
12816
            </msup> 
 
12817
            <mo>+</mo> 
 
12818
            <msup> 
 
12819
              <mrow> 
 
12820
                <mo>(</mo> 
 
12821
                <mfrac> 
 
12822
                  <mi>h</mi> 
 
12823
                  <mi>x</mi> 
 
12824
                </mfrac> 
 
12825
                <mo>)</mo> 
 
12826
              </mrow> 
 
12827
              <mn>2</mn> 
 
12828
            </msup> 
 
12829
          </mtd> 
 
12830
        </mtr> 
 
12831
        <mtr> 
 
12832
          <mtd> 
 
12833
            <mtext>taller denom</mtext> 
 
12834
          </mtd> 
 
12835
          <mtd> 
 
12836
            <msup> 
 
12837
              <mi>x</mi> 
 
12838
              <mn>2</mn> 
 
12839
            </msup> 
 
12840
            <mo>+</mo> 
 
12841
            <msup> 
 
12842
              <mfrac> 
 
12843
                <mi>x</mi> 
 
12844
                <mi>y</mi> 
 
12845
              </mfrac> 
 
12846
              <mn>2</mn> 
 
12847
            </msup> 
 
12848
            <mo>+</mo> 
 
12849
            <msup> 
 
12850
              <mrow> 
 
12851
                <mo>(</mo> 
 
12852
                <mfrac> 
 
12853
                  <mi>x</mi> 
 
12854
                  <mi>y</mi> 
 
12855
                </mfrac> 
 
12856
                <mo>)</mo> 
 
12857
              </mrow> 
 
12858
              <mn>2</mn> 
 
12859
            </msup> 
 
12860
          </mtd> 
 
12861
        </mtr> 
 
12862
      </mtable> 
 
12863
    </mml:math>]]>
 
12864
</programlisting>
 
12865
<para>is rendered as:</para>
 
12866
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12867
      <mtable> 
 
12868
        <mtr> 
 
12869
          <mtd> 
 
12870
            <mtext>taller num</mtext> 
 
12871
          </mtd> 
 
12872
          <mtd> 
 
12873
            <msup> 
 
12874
              <mi>x</mi> 
 
12875
              <mn>2</mn> 
 
12876
            </msup> 
 
12877
            <mo>+</mo> 
 
12878
            <msup> 
 
12879
              <mfrac> 
 
12880
                <mi>h</mi> 
 
12881
                <mi>x</mi> 
 
12882
              </mfrac> 
 
12883
              <mn>2</mn> 
 
12884
            </msup> 
 
12885
            <mo>+</mo> 
 
12886
            <msup> 
 
12887
              <mrow> 
 
12888
                <mo>(</mo> 
 
12889
                <mfrac> 
 
12890
                  <mi>h</mi> 
 
12891
                  <mi>x</mi> 
 
12892
                </mfrac> 
 
12893
                <mo>)</mo> 
 
12894
              </mrow> 
 
12895
              <mn>2</mn> 
 
12896
            </msup> 
 
12897
          </mtd> 
 
12898
        </mtr> 
 
12899
        <mtr> 
 
12900
          <mtd> 
 
12901
            <mtext>taller denom</mtext> 
 
12902
          </mtd> 
 
12903
          <mtd> 
 
12904
            <msup> 
 
12905
              <mi>x</mi> 
 
12906
              <mn>2</mn> 
 
12907
            </msup> 
 
12908
            <mo>+</mo> 
 
12909
            <msup> 
 
12910
              <mfrac> 
 
12911
                <mi>x</mi> 
 
12912
                <mi>y</mi> 
 
12913
              </mfrac> 
 
12914
              <mn>2</mn> 
 
12915
            </msup> 
 
12916
            <mo>+</mo> 
 
12917
            <msup> 
 
12918
              <mrow> 
 
12919
                <mo>(</mo> 
 
12920
                <mfrac> 
 
12921
                  <mi>x</mi> 
 
12922
                  <mi>y</mi> 
 
12923
                </mfrac> 
 
12924
                <mo>)</mo> 
 
12925
              </mrow> 
 
12926
              <mn>2</mn> 
 
12927
            </msup> 
 
12928
          </mtd> 
 
12929
        </mtr> 
 
12930
      </mtable> 
 
12931
    </mml:math></sect3>
 
12932
<sect3><title>mfracBhoriz11.mml</title>
 
12933
<programlisting>
 
12934
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12935
      <mfrac> 
 
12936
        <mn>1</mn> 
 
12937
        <mi>a</mi> 
 
12938
      </mfrac> 
 
12939
      <mo>-</mo> 
 
12940
      <mfrac> 
 
12941
        <mn>1</mn> 
 
12942
        <mrow> 
 
12943
          <mi>a</mi> 
 
12944
          <mo>+</mo> 
 
12945
          <mi>a</mi> 
 
12946
          <mo>+</mo> 
 
12947
          <mi>a</mi> 
 
12948
          <mo>+</mo> 
 
12949
          <mi>a</mi> 
 
12950
        </mrow> 
 
12951
      </mfrac> 
 
12952
      <mo>-</mo> 
 
12953
      <mfrac> 
 
12954
        <mn>1</mn> 
 
12955
        <mrow> 
 
12956
          <mi>a</mi> 
 
12957
          <mo>+</mo> 
 
12958
          <mi>a</mi> 
 
12959
          <mo>+</mo> 
 
12960
          <mi>a</mi> 
 
12961
          <mo>+</mo> 
 
12962
          <mi>a</mi> 
 
12963
          <mo>+</mo> 
 
12964
          <mi>a</mi> 
 
12965
          <mo>+</mo> 
 
12966
          <mi>a</mi> 
 
12967
          <mo>+</mo> 
 
12968
          <mi>a</mi> 
 
12969
          <mo>+</mo> 
 
12970
          <mi>a</mi> 
 
12971
          <mo>+</mo> 
 
12972
          <mi>a</mi> 
 
12973
          <mo>+</mo> 
 
12974
          <mi>a</mi> 
 
12975
        </mrow> 
 
12976
      </mfrac> 
 
12977
    </mml:math>]]>
 
12978
</programlisting>
 
12979
<para>is rendered as:</para>
 
12980
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
12981
      <mfrac> 
 
12982
        <mn>1</mn> 
 
12983
        <mi>a</mi> 
 
12984
      </mfrac> 
 
12985
      <mo>-</mo> 
 
12986
      <mfrac> 
 
12987
        <mn>1</mn> 
 
12988
        <mrow> 
 
12989
          <mi>a</mi> 
 
12990
          <mo>+</mo> 
 
12991
          <mi>a</mi> 
 
12992
          <mo>+</mo> 
 
12993
          <mi>a</mi> 
 
12994
          <mo>+</mo> 
 
12995
          <mi>a</mi> 
 
12996
        </mrow> 
 
12997
      </mfrac> 
 
12998
      <mo>-</mo> 
 
12999
      <mfrac> 
 
13000
        <mn>1</mn> 
 
13001
        <mrow> 
 
13002
          <mi>a</mi> 
 
13003
          <mo>+</mo> 
 
13004
          <mi>a</mi> 
 
13005
          <mo>+</mo> 
 
13006
          <mi>a</mi> 
 
13007
          <mo>+</mo> 
 
13008
          <mi>a</mi> 
 
13009
          <mo>+</mo> 
 
13010
          <mi>a</mi> 
 
13011
          <mo>+</mo> 
 
13012
          <mi>a</mi> 
 
13013
          <mo>+</mo> 
 
13014
          <mi>a</mi> 
 
13015
          <mo>+</mo> 
 
13016
          <mi>a</mi> 
 
13017
          <mo>+</mo> 
 
13018
          <mi>a</mi> 
 
13019
          <mo>+</mo> 
 
13020
          <mi>a</mi> 
 
13021
        </mrow> 
 
13022
      </mfrac> 
 
13023
    </mml:math></sect3>
 
13024
<sect3><title>mfracBvert12.mml</title>
 
13025
<programlisting>
 
13026
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13027
      <mrow> 
 
13028
        <mi>x</mi> 
 
13029
        <mo>-</mo> 
 
13030
        <mfrac> 
 
13031
          <mn>1</mn> 
 
13032
          <mn>3</mn> 
 
13033
        </mfrac> 
 
13034
        <mo>-</mo> 
 
13035
        <mfrac> 
 
13036
          <mi>x</mi> 
 
13037
          <mn>3</mn> 
 
13038
        </mfrac> 
 
13039
        <mo>-</mo> 
 
13040
        <mfrac> 
 
13041
          <mn>3</mn> 
 
13042
          <mi>x</mi> 
 
13043
        </mfrac> 
 
13044
        <mo>-</mo> 
 
13045
        <mfrac> 
 
13046
          <mi>a</mi> 
 
13047
          <mi>x</mi> 
 
13048
        </mfrac> 
 
13049
        <mo>-</mo> 
 
13050
        <mfrac> 
 
13051
          <mi>y</mi> 
 
13052
          <mi>x</mi> 
 
13053
        </mfrac> 
 
13054
        <mo>-</mo> 
 
13055
        <mfrac> 
 
13056
          <msub> 
 
13057
            <mi>y</mi> 
 
13058
            <mn>2</mn> 
 
13059
          </msub> 
 
13060
          <mi>x</mi> 
 
13061
        </mfrac> 
 
13062
        <mo>-</mo> 
 
13063
        <mfrac> 
 
13064
          <msub> 
 
13065
            <mi>x</mi> 
 
13066
            <mn>2</mn> 
 
13067
          </msub> 
 
13068
          <mi>x</mi> 
 
13069
        </mfrac> 
 
13070
        <mo>-</mo> 
 
13071
        <mfrac> 
 
13072
          <mi>y</mi> 
 
13073
          <msup> 
 
13074
            <mi>x</mi> 
 
13075
            <mn>2</mn> 
 
13076
          </msup> 
 
13077
        </mfrac> 
 
13078
        <mo>-</mo> 
 
13079
        <mfrac> 
 
13080
          <mi>y</mi> 
 
13081
          <msup> 
 
13082
            <mi>H</mi> 
 
13083
            <mn>2</mn> 
 
13084
          </msup> 
 
13085
        </mfrac> 
 
13086
      </mrow> 
 
13087
    </mml:math>]]>
 
13088
</programlisting>
 
13089
<para>is rendered as:</para>
 
13090
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13091
      <mrow> 
 
13092
        <mi>x</mi> 
 
13093
        <mo>-</mo> 
 
13094
        <mfrac> 
 
13095
          <mn>1</mn> 
 
13096
          <mn>3</mn> 
 
13097
        </mfrac> 
 
13098
        <mo>-</mo> 
 
13099
        <mfrac> 
 
13100
          <mi>x</mi> 
 
13101
          <mn>3</mn> 
 
13102
        </mfrac> 
 
13103
        <mo>-</mo> 
 
13104
        <mfrac> 
 
13105
          <mn>3</mn> 
 
13106
          <mi>x</mi> 
 
13107
        </mfrac> 
 
13108
        <mo>-</mo> 
 
13109
        <mfrac> 
 
13110
          <mi>a</mi> 
 
13111
          <mi>x</mi> 
 
13112
        </mfrac> 
 
13113
        <mo>-</mo> 
 
13114
        <mfrac> 
 
13115
          <mi>y</mi> 
 
13116
          <mi>x</mi> 
 
13117
        </mfrac> 
 
13118
        <mo>-</mo> 
 
13119
        <mfrac> 
 
13120
          <msub> 
 
13121
            <mi>y</mi> 
 
13122
            <mn>2</mn> 
 
13123
          </msub> 
 
13124
          <mi>x</mi> 
 
13125
        </mfrac> 
 
13126
        <mo>-</mo> 
 
13127
        <mfrac> 
 
13128
          <msub> 
 
13129
            <mi>x</mi> 
 
13130
            <mn>2</mn> 
 
13131
          </msub> 
 
13132
          <mi>x</mi> 
 
13133
        </mfrac> 
 
13134
        <mo>-</mo> 
 
13135
        <mfrac> 
 
13136
          <mi>y</mi> 
 
13137
          <msup> 
 
13138
            <mi>x</mi> 
 
13139
            <mn>2</mn> 
 
13140
          </msup> 
 
13141
        </mfrac> 
 
13142
        <mo>-</mo> 
 
13143
        <mfrac> 
 
13144
          <mi>y</mi> 
 
13145
          <msup> 
 
13146
            <mi>H</mi> 
 
13147
            <mn>2</mn> 
 
13148
          </msup> 
 
13149
        </mfrac> 
 
13150
      </mrow> 
 
13151
    </mml:math></sect3>
 
13152
<sect3><title>mfracSfonts13.mml</title>
 
13153
<programlisting>
 
13154
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13155
      <mrow> 
 
13156
        <mstyle fontweight='bold' fontsize='7pt'> 
 
13157
          <mfrac> 
 
13158
            <mn>1</mn> 
 
13159
            <mrow> 
 
13160
              <mi>y</mi> 
 
13161
              <mo>+</mo> 
 
13162
              <mn>3</mn> 
 
13163
            </mrow> 
 
13164
          </mfrac> 
 
13165
        </mstyle> 
 
13166
        <mstyle fontstyle='normal'> 
 
13167
          <mfrac> 
 
13168
            <mn>1</mn> 
 
13169
            <mrow> 
 
13170
              <mi>y</mi> 
 
13171
              <mo>+</mo> 
 
13172
              <mn>3</mn> 
 
13173
            </mrow> 
 
13174
          </mfrac> 
 
13175
        </mstyle> 
 
13176
        <mstyle fontsize='12pt'> 
 
13177
          <mfrac> 
 
13178
            <mn>1</mn> 
 
13179
            <mrow> 
 
13180
              <mi>y</mi> 
 
13181
              <mo>+</mo> 
 
13182
              <mn>3</mn> 
 
13183
            </mrow> 
 
13184
          </mfrac> 
 
13185
        </mstyle> 
 
13186
      </mrow> 
 
13187
    </mml:math>]]>
 
13188
</programlisting>
 
13189
<para>is rendered as:</para>
 
13190
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13191
      <mrow> 
 
13192
        <mstyle fontweight='bold' fontsize='7pt'> 
 
13193
          <mfrac> 
 
13194
            <mn>1</mn> 
 
13195
            <mrow> 
 
13196
              <mi>y</mi> 
 
13197
              <mo>+</mo> 
 
13198
              <mn>3</mn> 
 
13199
            </mrow> 
 
13200
          </mfrac> 
 
13201
        </mstyle> 
 
13202
        <mstyle fontstyle='normal'> 
 
13203
          <mfrac> 
 
13204
            <mn>1</mn> 
 
13205
            <mrow> 
 
13206
              <mi>y</mi> 
 
13207
              <mo>+</mo> 
 
13208
              <mn>3</mn> 
 
13209
            </mrow> 
 
13210
          </mfrac> 
 
13211
        </mstyle> 
 
13212
        <mstyle fontsize='12pt'> 
 
13213
          <mfrac> 
 
13214
            <mn>1</mn> 
 
13215
            <mrow> 
 
13216
              <mi>y</mi> 
 
13217
              <mo>+</mo> 
 
13218
              <mn>3</mn> 
 
13219
            </mrow> 
 
13220
          </mfrac> 
 
13221
        </mstyle> 
 
13222
      </mrow> 
 
13223
    </mml:math></sect3>
 
13224
<sect3><title>mfracSinheritance14.mml</title>
 
13225
<programlisting>
 
13226
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13227
      <mrow> 
 
13228
        <mstyle color='#48c' scriptlevel='+0'> 
 
13229
          <mfrac> 
 
13230
            <mfrac> 
 
13231
              <mn>1</mn> 
 
13232
              <mrow> 
 
13233
                <mi>y</mi> 
 
13234
                <mo>+</mo> 
 
13235
                <mn>3</mn> 
 
13236
              </mrow> 
 
13237
            </mfrac> 
 
13238
            <mrow> 
 
13239
              <mi>y</mi> 
 
13240
              <mo>+</mo> 
 
13241
              <mn>3</mn> 
 
13242
            </mrow> 
 
13243
          </mfrac> 
 
13244
        </mstyle> 
 
13245
        <mstyle color='#48c' scriptlevel='+1'> 
 
13246
          <mfrac> 
 
13247
            <mn>1</mn> 
 
13248
            <mrow> 
 
13249
              <mi>y</mi> 
 
13250
              <mo>+</mo> 
 
13251
              <mn>3</mn> 
 
13252
            </mrow> 
 
13253
          </mfrac> 
 
13254
        </mstyle> 
 
13255
        <mstyle color='#48c' scriptlevel='+2'> 
 
13256
          <mfrac> 
 
13257
            <mstyle color='#48c' scriptlevel='-3'> 
 
13258
              <mfrac> 
 
13259
                <mn>1</mn> 
 
13260
                <mrow> 
 
13261
                  <mi>y</mi> 
 
13262
                  <mo>+</mo> 
 
13263
                  <mn>3</mn> 
 
13264
                </mrow> 
 
13265
              </mfrac> 
 
13266
            </mstyle> 
 
13267
            <mrow> 
 
13268
              <mi>y</mi> 
 
13269
              <mo>+</mo> 
 
13270
              <mn>3</mn> 
 
13271
            </mrow> 
 
13272
          </mfrac> 
 
13273
        </mstyle> 
 
13274
      </mrow> 
 
13275
    </mml:math>]]>
 
13276
</programlisting>
 
13277
<para>is rendered as:</para>
 
13278
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13279
      <mrow> 
 
13280
        <mstyle color='#48c' scriptlevel='+0'> 
 
13281
          <mfrac> 
 
13282
            <mfrac> 
 
13283
              <mn>1</mn> 
 
13284
              <mrow> 
 
13285
                <mi>y</mi> 
 
13286
                <mo>+</mo> 
 
13287
                <mn>3</mn> 
 
13288
              </mrow> 
 
13289
            </mfrac> 
 
13290
            <mrow> 
 
13291
              <mi>y</mi> 
 
13292
              <mo>+</mo> 
 
13293
              <mn>3</mn> 
 
13294
            </mrow> 
 
13295
          </mfrac> 
 
13296
        </mstyle> 
 
13297
        <mstyle color='#48c' scriptlevel='+1'> 
 
13298
          <mfrac> 
 
13299
            <mn>1</mn> 
 
13300
            <mrow> 
 
13301
              <mi>y</mi> 
 
13302
              <mo>+</mo> 
 
13303
              <mn>3</mn> 
 
13304
            </mrow> 
 
13305
          </mfrac> 
 
13306
        </mstyle> 
 
13307
        <mstyle color='#48c' scriptlevel='+2'> 
 
13308
          <mfrac> 
 
13309
            <mstyle color='#48c' scriptlevel='-3'> 
 
13310
              <mfrac> 
 
13311
                <mn>1</mn> 
 
13312
                <mrow> 
 
13313
                  <mi>y</mi> 
 
13314
                  <mo>+</mo> 
 
13315
                  <mn>3</mn> 
 
13316
                </mrow> 
 
13317
              </mfrac> 
 
13318
            </mstyle> 
 
13319
            <mrow> 
 
13320
              <mi>y</mi> 
 
13321
              <mo>+</mo> 
 
13322
              <mn>3</mn> 
 
13323
            </mrow> 
 
13324
          </mfrac> 
 
13325
        </mstyle> 
 
13326
      </mrow> 
 
13327
    </mml:math></sect3>
 
13328
<sect3><title>mfracSscriptlevel15.mml</title>
 
13329
<programlisting>
 
13330
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13331
      <mfrac> 
 
13332
        <mn>1</mn> 
 
13333
        <mn>2</mn> 
 
13334
      </mfrac> 
 
13335
      <mo>+</mo> 
 
13336
      <mstyle displaystyle='true'> 
 
13337
        <mfrac> 
 
13338
          <mn>1</mn> 
 
13339
          <mn>2</mn> 
 
13340
        </mfrac> 
 
13341
      </mstyle> 
 
13342
      <mo>+</mo> 
 
13343
      <mfrac> 
 
13344
        <mn>1</mn> 
 
13345
        <mrow> 
 
13346
          <mn>1</mn> 
 
13347
          <mo>+</mo> 
 
13348
          <mfrac> 
 
13349
            <mi>x</mi> 
 
13350
            <mn>3</mn> 
 
13351
          </mfrac> 
 
13352
        </mrow> 
 
13353
      </mfrac> 
 
13354
      <mo>+</mo> 
 
13355
      <mstyle displaystyle='true'> 
 
13356
        <mfrac> 
 
13357
          <mn>1</mn> 
 
13358
          <mrow> 
 
13359
            <mn>1</mn> 
 
13360
            <mo>+</mo> 
 
13361
            <mfrac> 
 
13362
              <mi>x</mi> 
 
13363
              <mn>3</mn> 
 
13364
            </mfrac> 
 
13365
          </mrow> 
 
13366
        </mfrac> 
 
13367
      </mstyle> 
 
13368
      <mo>+</mo> 
 
13369
      <mstyle displaystyle='true'> 
 
13370
        <mfrac> 
 
13371
          <mn>1</mn> 
 
13372
          <mrow> 
 
13373
            <mn>1</mn> 
 
13374
            <mo>+</mo> 
 
13375
            <mstyle displaystyle='true'> 
 
13376
              <mfrac> 
 
13377
                <mi>x</mi> 
 
13378
                <mn>3</mn> 
 
13379
              </mfrac> 
 
13380
            </mstyle> 
 
13381
          </mrow> 
 
13382
        </mfrac> 
 
13383
      </mstyle> 
 
13384
    </mml:math>]]>
 
13385
</programlisting>
 
13386
<para>is rendered as:</para>
 
13387
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13388
      <mfrac> 
 
13389
        <mn>1</mn> 
 
13390
        <mn>2</mn> 
 
13391
      </mfrac> 
 
13392
      <mo>+</mo> 
 
13393
      <mstyle displaystyle='true'> 
 
13394
        <mfrac> 
 
13395
          <mn>1</mn> 
 
13396
          <mn>2</mn> 
 
13397
        </mfrac> 
 
13398
      </mstyle> 
 
13399
      <mo>+</mo> 
 
13400
      <mfrac> 
 
13401
        <mn>1</mn> 
 
13402
        <mrow> 
 
13403
          <mn>1</mn> 
 
13404
          <mo>+</mo> 
 
13405
          <mfrac> 
 
13406
            <mi>x</mi> 
 
13407
            <mn>3</mn> 
 
13408
          </mfrac> 
 
13409
        </mrow> 
 
13410
      </mfrac> 
 
13411
      <mo>+</mo> 
 
13412
      <mstyle displaystyle='true'> 
 
13413
        <mfrac> 
 
13414
          <mn>1</mn> 
 
13415
          <mrow> 
 
13416
            <mn>1</mn> 
 
13417
            <mo>+</mo> 
 
13418
            <mfrac> 
 
13419
              <mi>x</mi> 
 
13420
              <mn>3</mn> 
 
13421
            </mfrac> 
 
13422
          </mrow> 
 
13423
        </mfrac> 
 
13424
      </mstyle> 
 
13425
      <mo>+</mo> 
 
13426
      <mstyle displaystyle='true'> 
 
13427
        <mfrac> 
 
13428
          <mn>1</mn> 
 
13429
          <mrow> 
 
13430
            <mn>1</mn> 
 
13431
            <mo>+</mo> 
 
13432
            <mstyle displaystyle='true'> 
 
13433
              <mfrac> 
 
13434
                <mi>x</mi> 
 
13435
                <mn>3</mn> 
 
13436
              </mfrac> 
 
13437
            </mstyle> 
 
13438
          </mrow> 
 
13439
        </mfrac> 
 
13440
      </mstyle> 
 
13441
    </mml:math></sect3>
 
13442
</sect2>
 
13443
<sect2><title>mpadded</title>
 
13444
<sect3><title>mpadded1.mml</title>
 
13445
<programlisting>
 
13446
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13447
      <mrow> 
 
13448
        <mpadded width="0"> 
 
13449
          <mi> C </mi> 
 
13450
        </mpadded> 
 
13451
        <mspace width="0.3em"/> 
 
13452
        <mtext> | </mtext> 
 
13453
      </mrow> 
 
13454
    </mml:math>]]>
 
13455
</programlisting>
 
13456
<para>is rendered as:</para>
 
13457
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13458
      <mrow> 
 
13459
        <mpadded width="0"> 
 
13460
          <mi> C </mi> 
 
13461
        </mpadded> 
 
13462
        <mspace width="0.3em"/> 
 
13463
        <mtext> | </mtext> 
 
13464
      </mrow> 
 
13465
    </mml:math></sect3>
 
13466
<sect3><title>mpadded10.mml</title>
 
13467
<programlisting>
 
13468
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13469
      <mi>x</mi> 
 
13470
      <mo>+</mo> 
 
13471
      <mstyle background='yellow'> 
 
13472
        <mpadded depth='+50pt'> 
 
13473
          <mfrac> 
 
13474
            <mn>1</mn> 
 
13475
            <mi>&#x0210F;</mi> 
 
13476
          </mfrac> 
 
13477
          <mo>+</mo> 
 
13478
          <mi>y</mi> 
 
13479
        </mpadded> 
 
13480
      </mstyle> 
 
13481
      <mo>+</mo> 
 
13482
      <mi>x</mi> 
 
13483
    </mml:math>]]>
 
13484
</programlisting>
 
13485
<para>is rendered as:</para>
 
13486
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13487
      <mi>x</mi> 
 
13488
      <mo>+</mo> 
 
13489
      <mstyle background='yellow'> 
 
13490
        <mpadded depth='+50pt'> 
 
13491
          <mfrac> 
 
13492
            <mn>1</mn> 
 
13493
            <mi>&#x0210F;</mi> 
 
13494
          </mfrac> 
 
13495
          <mo>+</mo> 
 
13496
          <mi>y</mi> 
 
13497
        </mpadded> 
 
13498
      </mstyle> 
 
13499
      <mo>+</mo> 
 
13500
      <mi>x</mi> 
 
13501
    </mml:math></sect3>
 
13502
<sect3><title>mpadded11.mml</title>
 
13503
<programlisting>
 
13504
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13505
      <mi>x</mi> 
 
13506
      <mo>+</mo> 
 
13507
      <mstyle background='yellow'> 
 
13508
        <mpadded width='+50pt' lspace='+50pt'> 
 
13509
          <mfrac> 
 
13510
            <mn>1</mn> 
 
13511
            <mi>&#x0210F;</mi> 
 
13512
          </mfrac> 
 
13513
          <mo>+</mo> 
 
13514
          <mi>y</mi> 
 
13515
        </mpadded> 
 
13516
      </mstyle> 
 
13517
      <mo>+</mo> 
 
13518
      <mi>x</mi> 
 
13519
    </mml:math>]]>
 
13520
</programlisting>
 
13521
<para>is rendered as:</para>
 
13522
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13523
      <mi>x</mi> 
 
13524
      <mo>+</mo> 
 
13525
      <mstyle background='yellow'> 
 
13526
        <mpadded width='+50pt' lspace='+50pt'> 
 
13527
          <mfrac> 
 
13528
            <mn>1</mn> 
 
13529
            <mi>&#x0210F;</mi> 
 
13530
          </mfrac> 
 
13531
          <mo>+</mo> 
 
13532
          <mi>y</mi> 
 
13533
        </mpadded> 
 
13534
      </mstyle> 
 
13535
      <mo>+</mo> 
 
13536
      <mi>x</mi> 
 
13537
    </mml:math></sect3>
 
13538
<sect3><title>mpadded12.mml</title>
 
13539
<programlisting>
 
13540
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13541
      <mi>x</mi> 
 
13542
      <mo>+</mo> 
 
13543
      <mstyle background='yellow'> 
 
13544
        <mpadded width='+50%' lspace='+50% width'> 
 
13545
          <mfrac> 
 
13546
            <mn>1</mn> 
 
13547
            <mi>&#x0210F;</mi> 
 
13548
          </mfrac> 
 
13549
          <mo>+</mo> 
 
13550
          <mi>y</mi> 
 
13551
        </mpadded> 
 
13552
      </mstyle> 
 
13553
      <mo>+</mo> 
 
13554
      <mi>x</mi> 
 
13555
    </mml:math>]]>
 
13556
</programlisting>
 
13557
<para>is rendered as:</para>
 
13558
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13559
      <mi>x</mi> 
 
13560
      <mo>+</mo> 
 
13561
      <mstyle background='yellow'> 
 
13562
        <mpadded width='+50%' lspace='+50% width'> 
 
13563
          <mfrac> 
 
13564
            <mn>1</mn> 
 
13565
            <mi>&#x0210F;</mi> 
 
13566
          </mfrac> 
 
13567
          <mo>+</mo> 
 
13568
          <mi>y</mi> 
 
13569
        </mpadded> 
 
13570
      </mstyle> 
 
13571
      <mo>+</mo> 
 
13572
      <mi>x</mi> 
 
13573
    </mml:math></sect3>
 
13574
<sect3><title>mpadded13.mml</title>
 
13575
<programlisting>
 
13576
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13577
      <mi>x</mi> 
 
13578
      <mo>+</mo> 
 
13579
      <mstyle background='yellow'> 
 
13580
        <mpadded width='-30pt'> 
 
13581
          <mfrac> 
 
13582
            <mn>1</mn> 
 
13583
            <mi>&#x0210F;</mi> 
 
13584
          </mfrac> 
 
13585
          <mo>+</mo> 
 
13586
          <mi>y</mi> 
 
13587
        </mpadded> 
 
13588
      </mstyle> 
 
13589
      <mo>+</mo> 
 
13590
      <mi>x</mi> 
 
13591
    </mml:math>]]>
 
13592
</programlisting>
 
13593
<para>is rendered as:</para>
 
13594
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13595
      <mi>x</mi> 
 
13596
      <mo>+</mo> 
 
13597
      <mstyle background='yellow'> 
 
13598
        <mpadded width='-30pt'> 
 
13599
          <mfrac> 
 
13600
            <mn>1</mn> 
 
13601
            <mi>&#x0210F;</mi> 
 
13602
          </mfrac> 
 
13603
          <mo>+</mo> 
 
13604
          <mi>y</mi> 
 
13605
        </mpadded> 
 
13606
      </mstyle> 
 
13607
      <mo>+</mo> 
 
13608
      <mi>x</mi> 
 
13609
    </mml:math></sect3>
 
13610
<sect3><title>mpadded14.mml</title>
 
13611
<programlisting>
 
13612
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13613
      <mi>x</mi> 
 
13614
      <mo>+</mo> 
 
13615
      <mstyle background='yellow'> 
 
13616
        <mpadded height ='-30pt'> 
 
13617
          <mfrac> 
 
13618
            <mn>1</mn> 
 
13619
            <mi>&#x0210F;</mi> 
 
13620
          </mfrac> 
 
13621
          <mo>+</mo> 
 
13622
          <mi>y</mi> 
 
13623
        </mpadded> 
 
13624
      </mstyle> 
 
13625
      <mo>+</mo> 
 
13626
      <mi>x</mi> 
 
13627
    </mml:math>]]>
 
13628
</programlisting>
 
13629
<para>is rendered as:</para>
 
13630
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13631
      <mi>x</mi> 
 
13632
      <mo>+</mo> 
 
13633
      <mstyle background='yellow'> 
 
13634
        <mpadded height ='-30pt'> 
 
13635
          <mfrac> 
 
13636
            <mn>1</mn> 
 
13637
            <mi>&#x0210F;</mi> 
 
13638
          </mfrac> 
 
13639
          <mo>+</mo> 
 
13640
          <mi>y</mi> 
 
13641
        </mpadded> 
 
13642
      </mstyle> 
 
13643
      <mo>+</mo> 
 
13644
      <mi>x</mi> 
 
13645
    </mml:math></sect3>
 
13646
<sect3><title>mpadded15.mml</title>
 
13647
<programlisting>
 
13648
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13649
      <mi>x</mi> 
 
13650
      <mo>+</mo> 
 
13651
      <mstyle background='yellow'> 
 
13652
        <mpadded depth ='-30pt'> 
 
13653
          <mfrac> 
 
13654
            <mn>1</mn> 
 
13655
            <mi>&#x0210F;</mi> 
 
13656
          </mfrac> 
 
13657
          <mo>+</mo> 
 
13658
          <mi>y</mi> 
 
13659
        </mpadded> 
 
13660
      </mstyle> 
 
13661
      <mo>+</mo> 
 
13662
      <mi>x</mi> 
 
13663
    </mml:math>]]>
 
13664
</programlisting>
 
13665
<para>is rendered as:</para>
 
13666
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13667
      <mi>x</mi> 
 
13668
      <mo>+</mo> 
 
13669
      <mstyle background='yellow'> 
 
13670
        <mpadded depth ='-30pt'> 
 
13671
          <mfrac> 
 
13672
            <mn>1</mn> 
 
13673
            <mi>&#x0210F;</mi> 
 
13674
          </mfrac> 
 
13675
          <mo>+</mo> 
 
13676
          <mi>y</mi> 
 
13677
        </mpadded> 
 
13678
      </mstyle> 
 
13679
      <mo>+</mo> 
 
13680
      <mi>x</mi> 
 
13681
    </mml:math></sect3>
 
13682
<sect3><title>mpadded16.mml</title>
 
13683
<programlisting>
 
13684
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13685
      <mi>x</mi> 
 
13686
      <mo>+</mo> 
 
13687
      <mstyle background='yellow'> 
 
13688
        <mpadded height ='-300pt'> 
 
13689
          <mfrac> 
 
13690
            <mn>1</mn> 
 
13691
            <mi>&#x0210F;</mi> 
 
13692
          </mfrac> 
 
13693
          <mo>+</mo> 
 
13694
          <mi>y</mi> 
 
13695
        </mpadded> 
 
13696
      </mstyle> 
 
13697
      <mo>+</mo> 
 
13698
      <mi>x</mi> 
 
13699
    </mml:math>]]>
 
13700
</programlisting>
 
13701
<para>is rendered as:</para>
 
13702
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13703
      <mi>x</mi> 
 
13704
      <mo>+</mo> 
 
13705
      <mstyle background='yellow'> 
 
13706
        <mpadded height ='-300pt'> 
 
13707
          <mfrac> 
 
13708
            <mn>1</mn> 
 
13709
            <mi>&#x0210F;</mi> 
 
13710
          </mfrac> 
 
13711
          <mo>+</mo> 
 
13712
          <mi>y</mi> 
 
13713
        </mpadded> 
 
13714
      </mstyle> 
 
13715
      <mo>+</mo> 
 
13716
      <mi>x</mi> 
 
13717
    </mml:math></sect3>
 
13718
<sect3><title>mpadded17.mml</title>
 
13719
<programlisting>
 
13720
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13721
      <mi>x</mi> 
 
13722
      <mo>+</mo> 
 
13723
      <mstyle background='yellow'> 
 
13724
        <mpadded width ='-500pt'> 
 
13725
          <mfrac> 
 
13726
            <mn>1</mn> 
 
13727
            <mi>&#x0210F;</mi> 
 
13728
          </mfrac> 
 
13729
          <mo>+</mo> 
 
13730
          <mi>y</mi> 
 
13731
        </mpadded> 
 
13732
      </mstyle> 
 
13733
      <mo>+</mo> 
 
13734
      <mi>x</mi> 
 
13735
    </mml:math>]]>
 
13736
</programlisting>
 
13737
<para>is rendered as:</para>
 
13738
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13739
      <mi>x</mi> 
 
13740
      <mo>+</mo> 
 
13741
      <mstyle background='yellow'> 
 
13742
        <mpadded width ='-500pt'> 
 
13743
          <mfrac> 
 
13744
            <mn>1</mn> 
 
13745
            <mi>&#x0210F;</mi> 
 
13746
          </mfrac> 
 
13747
          <mo>+</mo> 
 
13748
          <mi>y</mi> 
 
13749
        </mpadded> 
 
13750
      </mstyle> 
 
13751
      <mo>+</mo> 
 
13752
      <mi>x</mi> 
 
13753
    </mml:math></sect3>
 
13754
<sect3><title>mpadded18.mml</title>
 
13755
<programlisting>
 
13756
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13757
      <mi>x</mi> 
 
13758
      <mo>+</mo> 
 
13759
      <mstyle background='yellow'> 
 
13760
        <mpadded depth ='-500pt'> 
 
13761
          <mfrac> 
 
13762
            <mn>1</mn> 
 
13763
            <mi>&#x0210F;</mi> 
 
13764
          </mfrac> 
 
13765
          <mo>+</mo> 
 
13766
          <mi>y</mi> 
 
13767
        </mpadded> 
 
13768
      </mstyle> 
 
13769
      <mo>+</mo> 
 
13770
      <mi>x</mi> 
 
13771
    </mml:math>]]>
 
13772
</programlisting>
 
13773
<para>is rendered as:</para>
 
13774
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13775
      <mi>x</mi> 
 
13776
      <mo>+</mo> 
 
13777
      <mstyle background='yellow'> 
 
13778
        <mpadded depth ='-500pt'> 
 
13779
          <mfrac> 
 
13780
            <mn>1</mn> 
 
13781
            <mi>&#x0210F;</mi> 
 
13782
          </mfrac> 
 
13783
          <mo>+</mo> 
 
13784
          <mi>y</mi> 
 
13785
        </mpadded> 
 
13786
      </mstyle> 
 
13787
      <mo>+</mo> 
 
13788
      <mi>x</mi> 
 
13789
    </mml:math></sect3>
 
13790
<sect3><title>mpadded2.mml</title>
 
13791
<programlisting>
 
13792
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13793
      <mi>x</mi> 
 
13794
      <mo>+</mo> 
 
13795
      <mstyle background='yellow'> 
 
13796
        <mpadded> 
 
13797
          <mfrac> 
 
13798
            <mn>1</mn> 
 
13799
            <mi>&#x0210F;</mi> 
 
13800
          </mfrac> 
 
13801
          <mo>+</mo> 
 
13802
          <mi>y</mi> 
 
13803
        </mpadded> 
 
13804
      </mstyle> 
 
13805
      <mo>+</mo> 
 
13806
      <mi>x</mi> 
 
13807
    </mml:math>]]>
 
13808
</programlisting>
 
13809
<para>is rendered as:</para>
 
13810
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13811
      <mi>x</mi> 
 
13812
      <mo>+</mo> 
 
13813
      <mstyle background='yellow'> 
 
13814
        <mpadded> 
 
13815
          <mfrac> 
 
13816
            <mn>1</mn> 
 
13817
            <mi>&#x0210F;</mi> 
 
13818
          </mfrac> 
 
13819
          <mo>+</mo> 
 
13820
          <mi>y</mi> 
 
13821
        </mpadded> 
 
13822
      </mstyle> 
 
13823
      <mo>+</mo> 
 
13824
      <mi>x</mi> 
 
13825
    </mml:math></sect3>
 
13826
<sect3><title>mpadded3.mml</title>
 
13827
<programlisting>
 
13828
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13829
      <mi>x</mi> 
 
13830
      <mo>+</mo> 
 
13831
      <mstyle background='yellow'> 
 
13832
        <mpadded width='200pt'> 
 
13833
          <mfrac> 
 
13834
            <mn>1</mn> 
 
13835
            <mi>&#x0210F;</mi> 
 
13836
          </mfrac> 
 
13837
          <mo>+</mo> 
 
13838
          <mi>y</mi> 
 
13839
        </mpadded> 
 
13840
      </mstyle> 
 
13841
      <mo>+</mo> 
 
13842
      <mi>x</mi> 
 
13843
    </mml:math>]]>
 
13844
</programlisting>
 
13845
<para>is rendered as:</para>
 
13846
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13847
      <mi>x</mi> 
 
13848
      <mo>+</mo> 
 
13849
      <mstyle background='yellow'> 
 
13850
        <mpadded width='200pt'> 
 
13851
          <mfrac> 
 
13852
            <mn>1</mn> 
 
13853
            <mi>&#x0210F;</mi> 
 
13854
          </mfrac> 
 
13855
          <mo>+</mo> 
 
13856
          <mi>y</mi> 
 
13857
        </mpadded> 
 
13858
      </mstyle> 
 
13859
      <mo>+</mo> 
 
13860
      <mi>x</mi> 
 
13861
    </mml:math></sect3>
 
13862
<sect3><title>mpadded4.mml</title>
 
13863
<programlisting>
 
13864
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13865
      <mi>x</mi> 
 
13866
      <mo>+</mo> 
 
13867
      <mstyle background='yellow'> 
 
13868
        <mpadded lspace='200pt'> 
 
13869
          <mfrac> 
 
13870
            <mn>1</mn> 
 
13871
            <mi>&#x0210F;</mi> 
 
13872
          </mfrac> 
 
13873
          <mo>+</mo> 
 
13874
          <mi>y</mi> 
 
13875
        </mpadded> 
 
13876
      </mstyle> 
 
13877
      <mo>+</mo> 
 
13878
      <mi>x</mi> 
 
13879
    </mml:math>]]>
 
13880
</programlisting>
 
13881
<para>is rendered as:</para>
 
13882
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13883
      <mi>x</mi> 
 
13884
      <mo>+</mo> 
 
13885
      <mstyle background='yellow'> 
 
13886
        <mpadded lspace='200pt'> 
 
13887
          <mfrac> 
 
13888
            <mn>1</mn> 
 
13889
            <mi>&#x0210F;</mi> 
 
13890
          </mfrac> 
 
13891
          <mo>+</mo> 
 
13892
          <mi>y</mi> 
 
13893
        </mpadded> 
 
13894
      </mstyle> 
 
13895
      <mo>+</mo> 
 
13896
      <mi>x</mi> 
 
13897
    </mml:math></sect3>
 
13898
<sect3><title>mpadded5.mml</title>
 
13899
<programlisting>
 
13900
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13901
      <mi>x</mi> 
 
13902
      <mo>+</mo> 
 
13903
      <mstyle background='yellow'> 
 
13904
        <mpadded height='200pt'> 
 
13905
          <mfrac> 
 
13906
            <mn>1</mn> 
 
13907
            <mi>&#x0210F;</mi> 
 
13908
          </mfrac> 
 
13909
          <mo>+</mo> 
 
13910
          <mi>y</mi> 
 
13911
        </mpadded> 
 
13912
      </mstyle> 
 
13913
      <mo>+</mo> 
 
13914
      <mi>x</mi> 
 
13915
    </mml:math>]]>
 
13916
</programlisting>
 
13917
<para>is rendered as:</para>
 
13918
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13919
      <mi>x</mi> 
 
13920
      <mo>+</mo> 
 
13921
      <mstyle background='yellow'> 
 
13922
        <mpadded height='200pt'> 
 
13923
          <mfrac> 
 
13924
            <mn>1</mn> 
 
13925
            <mi>&#x0210F;</mi> 
 
13926
          </mfrac> 
 
13927
          <mo>+</mo> 
 
13928
          <mi>y</mi> 
 
13929
        </mpadded> 
 
13930
      </mstyle> 
 
13931
      <mo>+</mo> 
 
13932
      <mi>x</mi> 
 
13933
    </mml:math></sect3>
 
13934
<sect3><title>mpadded6.mml</title>
 
13935
<programlisting>
 
13936
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13937
      <mi>x</mi> 
 
13938
      <mo>+</mo> 
 
13939
      <mstyle background='yellow'> 
 
13940
        <mpadded depth='200pt'> 
 
13941
          <mfrac> 
 
13942
            <mn>1</mn> 
 
13943
            <mi>&#x0210F;</mi> 
 
13944
          </mfrac> 
 
13945
          <mo>+</mo> 
 
13946
          <mi>y</mi> 
 
13947
        </mpadded> 
 
13948
      </mstyle> 
 
13949
      <mo>+</mo> 
 
13950
      <mi>x</mi> 
 
13951
    </mml:math>]]>
 
13952
</programlisting>
 
13953
<para>is rendered as:</para>
 
13954
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13955
      <mi>x</mi> 
 
13956
      <mo>+</mo> 
 
13957
      <mstyle background='yellow'> 
 
13958
        <mpadded depth='200pt'> 
 
13959
          <mfrac> 
 
13960
            <mn>1</mn> 
 
13961
            <mi>&#x0210F;</mi> 
 
13962
          </mfrac> 
 
13963
          <mo>+</mo> 
 
13964
          <mi>y</mi> 
 
13965
        </mpadded> 
 
13966
      </mstyle> 
 
13967
      <mo>+</mo> 
 
13968
      <mi>x</mi> 
 
13969
    </mml:math></sect3>
 
13970
<sect3><title>mpadded7.mml</title>
 
13971
<programlisting>
 
13972
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13973
      <mi>x</mi> 
 
13974
      <mo>+</mo> 
 
13975
      <mstyle background='yellow'> 
 
13976
        <mpadded width='+50pt'> 
 
13977
          <mfrac> 
 
13978
            <mn>1</mn> 
 
13979
            <mi>&#x0210F;</mi> 
 
13980
          </mfrac> 
 
13981
          <mo>+</mo> 
 
13982
          <mi>y</mi> 
 
13983
        </mpadded> 
 
13984
      </mstyle> 
 
13985
      <mo>+</mo> 
 
13986
      <mi>x</mi> 
 
13987
    </mml:math>]]>
 
13988
</programlisting>
 
13989
<para>is rendered as:</para>
 
13990
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
13991
      <mi>x</mi> 
 
13992
      <mo>+</mo> 
 
13993
      <mstyle background='yellow'> 
 
13994
        <mpadded width='+50pt'> 
 
13995
          <mfrac> 
 
13996
            <mn>1</mn> 
 
13997
            <mi>&#x0210F;</mi> 
 
13998
          </mfrac> 
 
13999
          <mo>+</mo> 
 
14000
          <mi>y</mi> 
 
14001
        </mpadded> 
 
14002
      </mstyle> 
 
14003
      <mo>+</mo> 
 
14004
      <mi>x</mi> 
 
14005
    </mml:math></sect3>
 
14006
<sect3><title>mpadded8.mml</title>
 
14007
<programlisting>
 
14008
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14009
      <mi>x</mi> 
 
14010
      <mo>+</mo> 
 
14011
      <mstyle background='yellow'> 
 
14012
        <mpadded lspace='+50pt'> 
 
14013
          <mfrac> 
 
14014
            <mn>1</mn> 
 
14015
            <mi>&#x0210F;</mi> 
 
14016
          </mfrac> 
 
14017
          <mo>+</mo> 
 
14018
          <mi>y</mi> 
 
14019
        </mpadded> 
 
14020
      </mstyle> 
 
14021
      <mo>+</mo> 
 
14022
      <mi>x</mi> 
 
14023
    </mml:math>]]>
 
14024
</programlisting>
 
14025
<para>is rendered as:</para>
 
14026
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14027
      <mi>x</mi> 
 
14028
      <mo>+</mo> 
 
14029
      <mstyle background='yellow'> 
 
14030
        <mpadded lspace='+50pt'> 
 
14031
          <mfrac> 
 
14032
            <mn>1</mn> 
 
14033
            <mi>&#x0210F;</mi> 
 
14034
          </mfrac> 
 
14035
          <mo>+</mo> 
 
14036
          <mi>y</mi> 
 
14037
        </mpadded> 
 
14038
      </mstyle> 
 
14039
      <mo>+</mo> 
 
14040
      <mi>x</mi> 
 
14041
    </mml:math></sect3>
 
14042
<sect3><title>mpadded9.mml</title>
 
14043
<programlisting>
 
14044
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14045
      <mi>x</mi> 
 
14046
      <mo>+</mo> 
 
14047
      <mstyle background='yellow'> 
 
14048
        <mpadded height='+50pt'> 
 
14049
          <mfrac> 
 
14050
            <mn>1</mn> 
 
14051
            <mi>&#x0210F;</mi> 
 
14052
          </mfrac> 
 
14053
          <mo>+</mo> 
 
14054
          <mi>y</mi> 
 
14055
        </mpadded> 
 
14056
      </mstyle> 
 
14057
      <mo>+</mo> 
 
14058
      <mi>x</mi> 
 
14059
    </mml:math>]]>
 
14060
</programlisting>
 
14061
<para>is rendered as:</para>
 
14062
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14063
      <mi>x</mi> 
 
14064
      <mo>+</mo> 
 
14065
      <mstyle background='yellow'> 
 
14066
        <mpadded height='+50pt'> 
 
14067
          <mfrac> 
 
14068
            <mn>1</mn> 
 
14069
            <mi>&#x0210F;</mi> 
 
14070
          </mfrac> 
 
14071
          <mo>+</mo> 
 
14072
          <mi>y</mi> 
 
14073
        </mpadded> 
 
14074
      </mstyle> 
 
14075
      <mo>+</mo> 
 
14076
      <mi>x</mi> 
 
14077
    </mml:math></sect3>
 
14078
<sect3><title>mpaddedAdepth2.mml</title>
 
14079
<programlisting>
 
14080
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14081
      <mrow> 
 
14082
        <munder> 
 
14083
          <mi>y</mi> 
 
14084
          <mi>x</mi> 
 
14085
        </munder> 
 
14086
        <munder> 
 
14087
          <mpadded depth='1.0 height'> 
 
14088
            <mi>y</mi> 
 
14089
          </mpadded> 
 
14090
          <mi>x</mi> 
 
14091
        </munder> 
 
14092
        <munder> 
 
14093
          <mpadded depth='3 width'> 
 
14094
            <mi>y</mi> 
 
14095
          </mpadded> 
 
14096
          <mi>x</mi> 
 
14097
        </munder> 
 
14098
        <munder> 
 
14099
          <mpadded depth='200% height'> 
 
14100
            <mi>y</mi> 
 
14101
          </mpadded> 
 
14102
          <mi>x</mi> 
 
14103
        </munder> 
 
14104
        <munder> 
 
14105
          <mpadded depth='-1ex'> 
 
14106
            <mi>y</mi> 
 
14107
          </mpadded> 
 
14108
          <mi>x</mi> 
 
14109
        </munder> 
 
14110
        <munder> 
 
14111
          <mpadded depth='10pt'> 
 
14112
            <mi>y</mi> 
 
14113
          </mpadded> 
 
14114
          <mi>x</mi> 
 
14115
        </munder> 
 
14116
      </mrow> 
 
14117
    </mml:math>]]>
 
14118
</programlisting>
 
14119
<para>is rendered as:</para>
 
14120
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14121
      <mrow> 
 
14122
        <munder> 
 
14123
          <mi>y</mi> 
 
14124
          <mi>x</mi> 
 
14125
        </munder> 
 
14126
        <munder> 
 
14127
          <mpadded depth='1.0 height'> 
 
14128
            <mi>y</mi> 
 
14129
          </mpadded> 
 
14130
          <mi>x</mi> 
 
14131
        </munder> 
 
14132
        <munder> 
 
14133
          <mpadded depth='3 width'> 
 
14134
            <mi>y</mi> 
 
14135
          </mpadded> 
 
14136
          <mi>x</mi> 
 
14137
        </munder> 
 
14138
        <munder> 
 
14139
          <mpadded depth='200% height'> 
 
14140
            <mi>y</mi> 
 
14141
          </mpadded> 
 
14142
          <mi>x</mi> 
 
14143
        </munder> 
 
14144
        <munder> 
 
14145
          <mpadded depth='-1ex'> 
 
14146
            <mi>y</mi> 
 
14147
          </mpadded> 
 
14148
          <mi>x</mi> 
 
14149
        </munder> 
 
14150
        <munder> 
 
14151
          <mpadded depth='10pt'> 
 
14152
            <mi>y</mi> 
 
14153
          </mpadded> 
 
14154
          <mi>x</mi> 
 
14155
        </munder> 
 
14156
      </mrow> 
 
14157
    </mml:math></sect3>
 
14158
<sect3><title>mpaddedAheight3.mml</title>
 
14159
<programlisting>
 
14160
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14161
      <mrow> 
 
14162
        <mover> 
 
14163
          <mi>A</mi> 
 
14164
          <mi>x</mi> 
 
14165
        </mover> 
 
14166
        <mover> 
 
14167
          <mpadded height='1.5 height'> 
 
14168
            <mi>A</mi> 
 
14169
          </mpadded> 
 
14170
          <mi>x</mi> 
 
14171
        </mover> 
 
14172
        <mover> 
 
14173
          <mpadded height='3 width'> 
 
14174
            <mi>A</mi> 
 
14175
          </mpadded> 
 
14176
          <mi>x</mi> 
 
14177
        </mover> 
 
14178
        <mover> 
 
14179
          <mpadded height='150% height'> 
 
14180
            <mi>A</mi> 
 
14181
          </mpadded> 
 
14182
          <mi>x</mi> 
 
14183
        </mover> 
 
14184
        <mover> 
 
14185
          <mpadded height='1ex'> 
 
14186
            <mi>A</mi> 
 
14187
          </mpadded> 
 
14188
          <mi>x</mi> 
 
14189
        </mover> 
 
14190
        <mover> 
 
14191
          <mpadded height='10pt'> 
 
14192
            <mi>A</mi> 
 
14193
          </mpadded> 
 
14194
          <mi>x</mi> 
 
14195
        </mover> 
 
14196
      </mrow> 
 
14197
    </mml:math>]]>
 
14198
</programlisting>
 
14199
<para>is rendered as:</para>
 
14200
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14201
      <mrow> 
 
14202
        <mover> 
 
14203
          <mi>A</mi> 
 
14204
          <mi>x</mi> 
 
14205
        </mover> 
 
14206
        <mover> 
 
14207
          <mpadded height='1.5 height'> 
 
14208
            <mi>A</mi> 
 
14209
          </mpadded> 
 
14210
          <mi>x</mi> 
 
14211
        </mover> 
 
14212
        <mover> 
 
14213
          <mpadded height='3 width'> 
 
14214
            <mi>A</mi> 
 
14215
          </mpadded> 
 
14216
          <mi>x</mi> 
 
14217
        </mover> 
 
14218
        <mover> 
 
14219
          <mpadded height='150% height'> 
 
14220
            <mi>A</mi> 
 
14221
          </mpadded> 
 
14222
          <mi>x</mi> 
 
14223
        </mover> 
 
14224
        <mover> 
 
14225
          <mpadded height='1ex'> 
 
14226
            <mi>A</mi> 
 
14227
          </mpadded> 
 
14228
          <mi>x</mi> 
 
14229
        </mover> 
 
14230
        <mover> 
 
14231
          <mpadded height='10pt'> 
 
14232
            <mi>A</mi> 
 
14233
          </mpadded> 
 
14234
          <mi>x</mi> 
 
14235
        </mover> 
 
14236
      </mrow> 
 
14237
    </mml:math></sect3>
 
14238
<sect3><title>mpaddedAleft4.mml</title>
 
14239
<programlisting>
 
14240
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14241
      <mrow> 
 
14242
        <mi>A</mi> 
 
14243
        <mpadded lspace='.5 height'> 
 
14244
          <mi>A</mi> 
 
14245
        </mpadded> 
 
14246
        <mi>A</mi> 
 
14247
        <mpadded lspace='3 width'> 
 
14248
          <mi>A</mi> 
 
14249
        </mpadded> 
 
14250
        <mi>A</mi> 
 
14251
        <mpadded lspace='50% width'> 
 
14252
          <mi>A</mi> 
 
14253
        </mpadded> 
 
14254
        <mi>A</mi> 
 
14255
        <mpadded lspace='2ex'> 
 
14256
          <mi>A</mi> 
 
14257
        </mpadded> 
 
14258
        <mi>A</mi> 
 
14259
        <mpadded lspace='-2pt'> 
 
14260
          <mi>A</mi> 
 
14261
        </mpadded> 
 
14262
        <mi>A</mi> 
 
14263
      </mrow> 
 
14264
    </mml:math>]]>
 
14265
</programlisting>
 
14266
<para>is rendered as:</para>
 
14267
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14268
      <mrow> 
 
14269
        <mi>A</mi> 
 
14270
        <mpadded lspace='.5 height'> 
 
14271
          <mi>A</mi> 
 
14272
        </mpadded> 
 
14273
        <mi>A</mi> 
 
14274
        <mpadded lspace='3 width'> 
 
14275
          <mi>A</mi> 
 
14276
        </mpadded> 
 
14277
        <mi>A</mi> 
 
14278
        <mpadded lspace='50% width'> 
 
14279
          <mi>A</mi> 
 
14280
        </mpadded> 
 
14281
        <mi>A</mi> 
 
14282
        <mpadded lspace='2ex'> 
 
14283
          <mi>A</mi> 
 
14284
        </mpadded> 
 
14285
        <mi>A</mi> 
 
14286
        <mpadded lspace='-2pt'> 
 
14287
          <mi>A</mi> 
 
14288
        </mpadded> 
 
14289
        <mi>A</mi> 
 
14290
      </mrow> 
 
14291
    </mml:math></sect3>
 
14292
<sect3><title>mpaddedAmixed5.mml</title>
 
14293
<programlisting>
 
14294
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14295
      <mrow> 
 
14296
        <mi>A</mi> 
 
14297
        <mfrac> 
 
14298
          <mpadded lspace ='2em' width='2em'> 
 
14299
            <mi>y</mi> 
 
14300
          </mpadded> 
 
14301
          <mpadded height='1 width'> 
 
14302
            <mi>A</mi> 
 
14303
          </mpadded> 
 
14304
        </mfrac> 
 
14305
        <mfrac> 
 
14306
          <mpadded width='1 height' depth='-1ex'> 
 
14307
            <mi>A</mi> 
 
14308
          </mpadded> 
 
14309
          <mpadded height='3'> 
 
14310
            <mi>A</mi> 
 
14311
          </mpadded> 
 
14312
        </mfrac> 
 
14313
        <mfrac> 
 
14314
          <mpadded width='200% width'> 
 
14315
            <mi>A</mi> 
 
14316
            <mpadded width='1em'> 
 
14317
              <msqrt> 
 
14318
                <mn>5</mn> 
 
14319
              </msqrt> 
 
14320
            </mpadded> 
 
14321
          </mpadded> 
 
14322
          <mpadded height='300% width'> 
 
14323
            <mi>A</mi> 
 
14324
          </mpadded> 
 
14325
        </mfrac> 
 
14326
        <mi>A</mi> 
 
14327
        <mpadded width='1em'> 
 
14328
          <msqrt> 
 
14329
            <mn>5</mn> 
 
14330
          </msqrt> 
 
14331
        </mpadded> 
 
14332
        <mi>A</mi> 
 
14333
      </mrow> 
 
14334
    </mml:math>]]>
 
14335
</programlisting>
 
14336
<para>is rendered as:</para>
 
14337
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14338
      <mrow> 
 
14339
        <mi>A</mi> 
 
14340
        <mfrac> 
 
14341
          <mpadded lspace ='2em' width='2em'> 
 
14342
            <mi>y</mi> 
 
14343
          </mpadded> 
 
14344
          <mpadded height='1 width'> 
 
14345
            <mi>A</mi> 
 
14346
          </mpadded> 
 
14347
        </mfrac> 
 
14348
        <mfrac> 
 
14349
          <mpadded width='1 height' depth='-1ex'> 
 
14350
            <mi>A</mi> 
 
14351
          </mpadded> 
 
14352
          <mpadded height='3'> 
 
14353
            <mi>A</mi> 
 
14354
          </mpadded> 
 
14355
        </mfrac> 
 
14356
        <mfrac> 
 
14357
          <mpadded width='200% width'> 
 
14358
            <mi>A</mi> 
 
14359
            <mpadded width='1em'> 
 
14360
              <msqrt> 
 
14361
                <mn>5</mn> 
 
14362
              </msqrt> 
 
14363
            </mpadded> 
 
14364
          </mpadded> 
 
14365
          <mpadded height='300% width'> 
 
14366
            <mi>A</mi> 
 
14367
          </mpadded> 
 
14368
        </mfrac> 
 
14369
        <mi>A</mi> 
 
14370
        <mpadded width='1em'> 
 
14371
          <msqrt> 
 
14372
            <mn>5</mn> 
 
14373
          </msqrt> 
 
14374
        </mpadded> 
 
14375
        <mi>A</mi> 
 
14376
      </mrow> 
 
14377
    </mml:math></sect3>
 
14378
<sect3><title>mpaddedAwidth6.mml</title>
 
14379
<programlisting>
 
14380
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14381
      <mrow> 
 
14382
        <mi>A</mi> 
 
14383
        <mpadded width='1.5 height'> 
 
14384
          <mi>A</mi> 
 
14385
        </mpadded> 
 
14386
        <mi>A</mi> 
 
14387
        <mpadded width='3 width'> 
 
14388
          <mi>A</mi> 
 
14389
        </mpadded> 
 
14390
        <mi>A</mi> 
 
14391
        <mpadded width='150% width'> 
 
14392
          <mi>A</mi> 
 
14393
        </mpadded> 
 
14394
        <mi>A</mi> 
 
14395
        <mpadded width='2em'> 
 
14396
          <mi>A</mi> 
 
14397
        </mpadded> 
 
14398
        <mi>A</mi> 
 
14399
        <mpadded width='12pt'> 
 
14400
          <mi>A</mi> 
 
14401
        </mpadded> 
 
14402
        <mi>A</mi> 
 
14403
      </mrow> 
 
14404
    </mml:math>]]>
 
14405
</programlisting>
 
14406
<para>is rendered as:</para>
 
14407
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14408
      <mrow> 
 
14409
        <mi>A</mi> 
 
14410
        <mpadded width='1.5 height'> 
 
14411
          <mi>A</mi> 
 
14412
        </mpadded> 
 
14413
        <mi>A</mi> 
 
14414
        <mpadded width='3 width'> 
 
14415
          <mi>A</mi> 
 
14416
        </mpadded> 
 
14417
        <mi>A</mi> 
 
14418
        <mpadded width='150% width'> 
 
14419
          <mi>A</mi> 
 
14420
        </mpadded> 
 
14421
        <mi>A</mi> 
 
14422
        <mpadded width='2em'> 
 
14423
          <mi>A</mi> 
 
14424
        </mpadded> 
 
14425
        <mi>A</mi> 
 
14426
        <mpadded width='12pt'> 
 
14427
          <mi>A</mi> 
 
14428
        </mpadded> 
 
14429
        <mi>A</mi> 
 
14430
      </mrow> 
 
14431
    </mml:math></sect3>
 
14432
<sect3><title>mpaddedScolor7.mml</title>
 
14433
<programlisting>
 
14434
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14435
      <mrow> 
 
14436
        <mi>A</mi> 
 
14437
        <mstyle background='#e05' color='#5e0' fontweight='bold'> 
 
14438
          <mpadded lspace='3 width'> 
 
14439
            <mi>A</mi> 
 
14440
          </mpadded> 
 
14441
          <mi>A</mi> 
 
14442
        </mstyle> 
 
14443
      </mrow> 
 
14444
    </mml:math>]]>
 
14445
</programlisting>
 
14446
<para>is rendered as:</para>
 
14447
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14448
      <mrow> 
 
14449
        <mi>A</mi> 
 
14450
        <mstyle background='#e05' color='#5e0' fontweight='bold'> 
 
14451
          <mpadded lspace='3 width'> 
 
14452
            <mi>A</mi> 
 
14453
          </mpadded> 
 
14454
          <mi>A</mi> 
 
14455
        </mstyle> 
 
14456
      </mrow> 
 
14457
    </mml:math></sect3>
 
14458
</sect2>
 
14459
<sect2><title>mphantom</title>
 
14460
<sect3><title>mphantomB1.mml</title>
 
14461
<programlisting>
 
14462
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14463
      <mrow> 
 
14464
        <mi>A</mi> 
 
14465
        <mphantom> 
 
14466
          <mi>A</mi> 
 
14467
        </mphantom> 
 
14468
        <mi>A</mi> 
 
14469
        <mo>+</mo> 
 
14470
        <mfrac> 
 
14471
          <mrow> 
 
14472
            <mn>1</mn> 
 
14473
            <mo>+</mo> 
 
14474
            <mn>2</mn> 
 
14475
            <mo>+</mo> 
 
14476
            <mn>3</mn> 
 
14477
          </mrow> 
 
14478
          <mrow> 
 
14479
            <mn>1</mn> 
 
14480
            <mo>+</mo> 
 
14481
            <mphantom> 
 
14482
              <mn>2</mn> 
 
14483
              <mo>+</mo> 
 
14484
            </mphantom> 
 
14485
            <mn>3</mn> 
 
14486
          </mrow> 
 
14487
        </mfrac> 
 
14488
      </mrow> 
 
14489
    </mml:math>]]>
 
14490
</programlisting>
 
14491
<para>is rendered as:</para>
 
14492
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14493
      <mrow> 
 
14494
        <mi>A</mi> 
 
14495
        <mphantom> 
 
14496
          <mi>A</mi> 
 
14497
        </mphantom> 
 
14498
        <mi>A</mi> 
 
14499
        <mo>+</mo> 
 
14500
        <mfrac> 
 
14501
          <mrow> 
 
14502
            <mn>1</mn> 
 
14503
            <mo>+</mo> 
 
14504
            <mn>2</mn> 
 
14505
            <mo>+</mo> 
 
14506
            <mn>3</mn> 
 
14507
          </mrow> 
 
14508
          <mrow> 
 
14509
            <mn>1</mn> 
 
14510
            <mo>+</mo> 
 
14511
            <mphantom> 
 
14512
              <mn>2</mn> 
 
14513
              <mo>+</mo> 
 
14514
            </mphantom> 
 
14515
            <mn>3</mn> 
 
14516
          </mrow> 
 
14517
        </mfrac> 
 
14518
      </mrow> 
 
14519
    </mml:math></sect3>
 
14520
<sect3><title>mphantomBinferred2.mml</title>
 
14521
<programlisting>
 
14522
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14523
      <mrow> 
 
14524
        <mi>A</mi> 
 
14525
        <mphantom> 
 
14526
          <mi>A</mi> 
 
14527
        </mphantom> 
 
14528
        <mi>A</mi> 
 
14529
        <mphantom> 
 
14530
          <mi>A</mi> 
 
14531
          <mo>+</mo> 
 
14532
          <mi>A</mi> 
 
14533
        </mphantom> 
 
14534
        <mi>A</mi> 
 
14535
      </mrow> 
 
14536
    </mml:math>]]>
 
14537
</programlisting>
 
14538
<para>is rendered as:</para>
 
14539
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14540
      <mrow> 
 
14541
        <mi>A</mi> 
 
14542
        <mphantom> 
 
14543
          <mi>A</mi> 
 
14544
        </mphantom> 
 
14545
        <mi>A</mi> 
 
14546
        <mphantom> 
 
14547
          <mi>A</mi> 
 
14548
          <mo>+</mo> 
 
14549
          <mi>A</mi> 
 
14550
        </mphantom> 
 
14551
        <mi>A</mi> 
 
14552
      </mrow> 
 
14553
    </mml:math></sect3>
 
14554
<sect3><title>mphantomBoperators3.mml</title>
 
14555
<programlisting>
 
14556
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14557
      <mrow> 
 
14558
        <mi>A</mi> 
 
14559
        <mo>+</mo> 
 
14560
        <mi>A</mi> 
 
14561
        <mphantom> 
 
14562
          <mo>+</mo> 
 
14563
        </mphantom> 
 
14564
        <mi>A</mi> 
 
14565
      </mrow> 
 
14566
    </mml:math>]]>
 
14567
</programlisting>
 
14568
<para>is rendered as:</para>
 
14569
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14570
      <mrow> 
 
14571
        <mi>A</mi> 
 
14572
        <mo>+</mo> 
 
14573
        <mi>A</mi> 
 
14574
        <mphantom> 
 
14575
          <mo>+</mo> 
 
14576
        </mphantom> 
 
14577
        <mi>A</mi> 
 
14578
      </mrow> 
 
14579
    </mml:math></sect3>
 
14580
<sect3><title>mphantomScolor4.mml</title>
 
14581
<programlisting>
 
14582
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14583
      <mrow> 
 
14584
        <mi>A</mi> 
 
14585
        <mstyle color='Red' background='Green'> 
 
14586
          <mphantom> 
 
14587
            <mi>A</mi> 
 
14588
          </mphantom> 
 
14589
        </mstyle> 
 
14590
        <mi>A</mi> 
 
14591
      </mrow> 
 
14592
    </mml:math>]]>
 
14593
</programlisting>
 
14594
<para>is rendered as:</para>
 
14595
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14596
      <mrow> 
 
14597
        <mi>A</mi> 
 
14598
        <mstyle color='Red' background='Green'> 
 
14599
          <mphantom> 
 
14600
            <mi>A</mi> 
 
14601
          </mphantom> 
 
14602
        </mstyle> 
 
14603
        <mi>A</mi> 
 
14604
      </mrow> 
 
14605
    </mml:math></sect3>
 
14606
<sect3><title>mphantomSinheritance5.mml</title>
 
14607
<programlisting>
 
14608
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14609
      <mstyle background='Blue'> 
 
14610
        <mi>A</mi> 
 
14611
        <mstyle scriptlevel='2'> 
 
14612
          <mphantom> 
 
14613
            <mi>A</mi> 
 
14614
          </mphantom> 
 
14615
        </mstyle> 
 
14616
        <mi>A</mi> 
 
14617
        <mstyle fontweight='bold'> 
 
14618
          <mphantom> 
 
14619
            <mi>A</mi> 
 
14620
            <mo>+</mo> 
 
14621
            <mi>A</mi> 
 
14622
          </mphantom> 
 
14623
          <mi>A</mi> 
 
14624
        </mstyle> 
 
14625
      </mstyle> 
 
14626
      <mi>A</mi> 
 
14627
      <mstyle scriptlevel='2'> 
 
14628
        <mi>A</mi> 
 
14629
      </mstyle> 
 
14630
      <mi>A</mi> 
 
14631
      <mstyle fontweight='bold'> 
 
14632
        <mi>A</mi> 
 
14633
        <mo>+</mo> 
 
14634
        <mi>A</mi> 
 
14635
        <mi>A</mi> 
 
14636
      </mstyle> 
 
14637
    </mml:math>]]>
 
14638
</programlisting>
 
14639
<para>is rendered as:</para>
 
14640
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14641
      <mstyle background='Blue'> 
 
14642
        <mi>A</mi> 
 
14643
        <mstyle scriptlevel='2'> 
 
14644
          <mphantom> 
 
14645
            <mi>A</mi> 
 
14646
          </mphantom> 
 
14647
        </mstyle> 
 
14648
        <mi>A</mi> 
 
14649
        <mstyle fontweight='bold'> 
 
14650
          <mphantom> 
 
14651
            <mi>A</mi> 
 
14652
            <mo>+</mo> 
 
14653
            <mi>A</mi> 
 
14654
          </mphantom> 
 
14655
          <mi>A</mi> 
 
14656
        </mstyle> 
 
14657
      </mstyle> 
 
14658
      <mi>A</mi> 
 
14659
      <mstyle scriptlevel='2'> 
 
14660
        <mi>A</mi> 
 
14661
      </mstyle> 
 
14662
      <mi>A</mi> 
 
14663
      <mstyle fontweight='bold'> 
 
14664
        <mi>A</mi> 
 
14665
        <mo>+</mo> 
 
14666
        <mi>A</mi> 
 
14667
        <mi>A</mi> 
 
14668
      </mstyle> 
 
14669
    </mml:math></sect3>
 
14670
</sect2>
 
14671
<sect2><title>mrow</title>
 
14672
<sect3><title>mrow1.mml</title>
 
14673
<programlisting>
 
14674
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14675
      <mrow> </mrow> 
 
14676
    </mml:math>]]>
 
14677
</programlisting>
 
14678
<para>is rendered as:</para>
 
14679
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14680
      <mrow> </mrow> 
 
14681
    </mml:math></sect3>
 
14682
<sect3><title>mrowAbg4.mml</title>
 
14683
<programlisting>
 
14684
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14685
      <mstyle background='yellow'> 
 
14686
        <mo>(</mo> 
 
14687
        <mi>x</mi>
 
14688
        <mo>+</mo> 
 
14689
        <mi>x</mi>
 
14690
        <mo>+</mo> 
 
14691
        <mi>x</mi>
 
14692
        <mo>+</mo> 
 
14693
        <mi>x</mi>
 
14694
        <mo>+</mo> 
 
14695
        <mi>x</mi>
 
14696
        <mo>+</mo> 
 
14697
        <mi>x</mi>
 
14698
        <mo>+</mo> 
 
14699
        <mi>x</mi>
 
14700
        <mo>+</mo> 
 
14701
        <mi>x</mi>
 
14702
        <mo>+</mo> 
 
14703
        <mi>x</mi>
 
14704
        <mo>+</mo> 
 
14705
        <mi>x</mi>
 
14706
        <mo>+</mo> 
 
14707
        <mi>x</mi>
 
14708
        <mo>+</mo> 
 
14709
        <mi>x</mi>
 
14710
        <mo>+</mo> 
 
14711
        <mi>x</mi> 
 
14712
        <mo>)</mo> 
 
14713
      </mstyle>
 
14714
    </mml:math>]]>
 
14715
</programlisting>
 
14716
<para>is rendered as:</para>
 
14717
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14718
      <mstyle background='yellow'> 
 
14719
        <mo>(</mo> 
 
14720
        <mi>x</mi>
 
14721
        <mo>+</mo> 
 
14722
        <mi>x</mi>
 
14723
        <mo>+</mo> 
 
14724
        <mi>x</mi>
 
14725
        <mo>+</mo> 
 
14726
        <mi>x</mi>
 
14727
        <mo>+</mo> 
 
14728
        <mi>x</mi>
 
14729
        <mo>+</mo> 
 
14730
        <mi>x</mi>
 
14731
        <mo>+</mo> 
 
14732
        <mi>x</mi>
 
14733
        <mo>+</mo> 
 
14734
        <mi>x</mi>
 
14735
        <mo>+</mo> 
 
14736
        <mi>x</mi>
 
14737
        <mo>+</mo> 
 
14738
        <mi>x</mi>
 
14739
        <mo>+</mo> 
 
14740
        <mi>x</mi>
 
14741
        <mo>+</mo> 
 
14742
        <mi>x</mi>
 
14743
        <mo>+</mo> 
 
14744
        <mi>x</mi> 
 
14745
        <mo>)</mo> 
 
14746
      </mstyle>
 
14747
    </mml:math></sect3>
 
14748
<sect3><title>mrowBinferred2.mml</title>
 
14749
<programlisting>
 
14750
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14751
      <mn>2</mn> 
 
14752
      <mo>+</mo> 
 
14753
      <msqrt> 
 
14754
        <mi>x</mi> 
 
14755
        <mo>+</mo> 
 
14756
        <mn>1</mn> 
 
14757
      </msqrt> 
 
14758
      <mspace width="20pt" /> 
 
14759
      <mrow> 
 
14760
        <mn>2</mn> 
 
14761
        <mo>+</mo> 
 
14762
        <msqrt> 
 
14763
          <mrow> 
 
14764
            <mi>x</mi> 
 
14765
            <mo>+</mo> 
 
14766
            <mn>1</mn> 
 
14767
          </mrow> 
 
14768
        </msqrt> 
 
14769
      </mrow> 
 
14770
    </mml:math>]]>
 
14771
</programlisting>
 
14772
<para>is rendered as:</para>
 
14773
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14774
      <mn>2</mn> 
 
14775
      <mo>+</mo> 
 
14776
      <msqrt> 
 
14777
        <mi>x</mi> 
 
14778
        <mo>+</mo> 
 
14779
        <mn>1</mn> 
 
14780
      </msqrt> 
 
14781
      <mspace width="20pt" /> 
 
14782
      <mrow> 
 
14783
        <mn>2</mn> 
 
14784
        <mo>+</mo> 
 
14785
        <msqrt> 
 
14786
          <mrow> 
 
14787
            <mi>x</mi> 
 
14788
            <mo>+</mo> 
 
14789
            <mn>1</mn> 
 
14790
          </mrow> 
 
14791
        </msqrt> 
 
14792
      </mrow> 
 
14793
    </mml:math></sect3>
 
14794
<sect3><title>mrowBnested3.mml</title>
 
14795
<programlisting>
 
14796
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14797
      <mrow> 
 
14798
        <mrow> 
 
14799
          <mfrac> 
 
14800
            <mrow> 
 
14801
              <mi>x</mi> 
 
14802
            </mrow> 
 
14803
            <mrow> 
 
14804
              <mrow> 
 
14805
                <mi>y</mi> 
 
14806
              </mrow> 
 
14807
            </mrow> 
 
14808
          </mfrac> 
 
14809
        </mrow> 
 
14810
      </mrow> 
 
14811
    </mml:math>]]>
 
14812
</programlisting>
 
14813
<para>is rendered as:</para>
 
14814
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14815
      <mrow> 
 
14816
        <mrow> 
 
14817
          <mfrac> 
 
14818
            <mrow> 
 
14819
              <mi>x</mi> 
 
14820
            </mrow> 
 
14821
            <mrow> 
 
14822
              <mrow> 
 
14823
                <mi>y</mi> 
 
14824
              </mrow> 
 
14825
            </mrow> 
 
14826
          </mfrac> 
 
14827
        </mrow> 
 
14828
      </mrow> 
 
14829
    </mml:math></sect3>
 
14830
</sect2>
 
14831
<sect2><title>msqrt-mroot</title>
 
14832
<sect3><title>mrootB1.mml</title>
 
14833
<programlisting>
 
14834
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14835
      <mrow> 
 
14836
        <mroot> 
 
14837
          <mn>3</mn> 
 
14838
          <mrow> 
 
14839
            <mi>x</mi> 
 
14840
            <mo>-</mo> 
 
14841
            <mn>3</mn> 
 
14842
          </mrow> 
 
14843
        </mroot> 
 
14844
        <mo>+</mo> 
 
14845
        <mroot> 
 
14846
          <mn>3</mn> 
 
14847
          <mi>x</mi> 
 
14848
        </mroot> 
 
14849
        <mo>+</mo> 
 
14850
        <mroot> 
 
14851
          <mfrac> 
 
14852
            <mroot> 
 
14853
              <mrow> 
 
14854
                <mn>3</mn> 
 
14855
                <mi>x</mi> 
 
14856
              </mrow> 
 
14857
              <mn>3</mn> 
 
14858
            </mroot> 
 
14859
            <mrow> 
 
14860
              <mi>x</mi> 
 
14861
              <mo>-</mo> 
 
14862
              <mn>3</mn> 
 
14863
            </mrow> 
 
14864
          </mfrac> 
 
14865
          <mfrac> 
 
14866
            <mn>3</mn> 
 
14867
            <mn>2</mn> 
 
14868
          </mfrac> 
 
14869
        </mroot> 
 
14870
      </mrow> 
 
14871
    </mml:math>]]>
 
14872
</programlisting>
 
14873
<para>is rendered as:</para>
 
14874
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14875
      <mrow> 
 
14876
        <mroot> 
 
14877
          <mn>3</mn> 
 
14878
          <mrow> 
 
14879
            <mi>x</mi> 
 
14880
            <mo>-</mo> 
 
14881
            <mn>3</mn> 
 
14882
          </mrow> 
 
14883
        </mroot> 
 
14884
        <mo>+</mo> 
 
14885
        <mroot> 
 
14886
          <mn>3</mn> 
 
14887
          <mi>x</mi> 
 
14888
        </mroot> 
 
14889
        <mo>+</mo> 
 
14890
        <mroot> 
 
14891
          <mfrac> 
 
14892
            <mroot> 
 
14893
              <mrow> 
 
14894
                <mn>3</mn> 
 
14895
                <mi>x</mi> 
 
14896
              </mrow> 
 
14897
              <mn>3</mn> 
 
14898
            </mroot> 
 
14899
            <mrow> 
 
14900
              <mi>x</mi> 
 
14901
              <mo>-</mo> 
 
14902
              <mn>3</mn> 
 
14903
            </mrow> 
 
14904
          </mfrac> 
 
14905
          <mfrac> 
 
14906
            <mn>3</mn> 
 
14907
            <mn>2</mn> 
 
14908
          </mfrac> 
 
14909
        </mroot> 
 
14910
      </mrow> 
 
14911
    </mml:math></sect3>
 
14912
<sect3><title>mrootSfonts3.mml</title>
 
14913
<programlisting>
 
14914
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14915
      <mrow> 
 
14916
        <mfrac> 
 
14917
          <mstyle fontfamily='Helvetica'> 
 
14918
            <mroot> 
 
14919
              <mrow> 
 
14920
                <mi>x</mi> 
 
14921
                <mo>-</mo> 
 
14922
                <mn>3</mn> 
 
14923
              </mrow> 
 
14924
              <mrow> 
 
14925
                <mi>x</mi> 
 
14926
                <mo>-</mo> 
 
14927
                <mn>3</mn> 
 
14928
              </mrow> 
 
14929
            </mroot> 
 
14930
          </mstyle> 
 
14931
          <mstyle fontweight='bold'> 
 
14932
            <mroot> 
 
14933
              <mrow> 
 
14934
                <mn>3</mn> 
 
14935
                <mi>x</mi> 
 
14936
              </mrow> 
 
14937
              <mrow> 
 
14938
                <mi>x</mi> 
 
14939
                <mo>-</mo> 
 
14940
                <mn>3</mn> 
 
14941
              </mrow> 
 
14942
            </mroot> 
 
14943
          </mstyle> 
 
14944
        </mfrac> 
 
14945
        <mroot> 
 
14946
          <mn>3</mn> 
 
14947
          <mi>x</mi> 
 
14948
        </mroot> 
 
14949
      </mrow> 
 
14950
    </mml:math>]]>
 
14951
</programlisting>
 
14952
<para>is rendered as:</para>
 
14953
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14954
      <mrow> 
 
14955
        <mfrac> 
 
14956
          <mstyle fontfamily='Helvetica'> 
 
14957
            <mroot> 
 
14958
              <mrow> 
 
14959
                <mi>x</mi> 
 
14960
                <mo>-</mo> 
 
14961
                <mn>3</mn> 
 
14962
              </mrow> 
 
14963
              <mrow> 
 
14964
                <mi>x</mi> 
 
14965
                <mo>-</mo> 
 
14966
                <mn>3</mn> 
 
14967
              </mrow> 
 
14968
            </mroot> 
 
14969
          </mstyle> 
 
14970
          <mstyle fontweight='bold'> 
 
14971
            <mroot> 
 
14972
              <mrow> 
 
14973
                <mn>3</mn> 
 
14974
                <mi>x</mi> 
 
14975
              </mrow> 
 
14976
              <mrow> 
 
14977
                <mi>x</mi> 
 
14978
                <mo>-</mo> 
 
14979
                <mn>3</mn> 
 
14980
              </mrow> 
 
14981
            </mroot> 
 
14982
          </mstyle> 
 
14983
        </mfrac> 
 
14984
        <mroot> 
 
14985
          <mn>3</mn> 
 
14986
          <mi>x</mi> 
 
14987
        </mroot> 
 
14988
      </mrow> 
 
14989
    </mml:math></sect3>
 
14990
<sect3><title>mrootSscriptlevel4.mml</title>
 
14991
<programlisting>
 
14992
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
14993
      <mstyle displaystyle='true'> 
 
14994
        <mroot> 
 
14995
          <mrow> 
 
14996
            <mi>x</mi> 
 
14997
            <mo>-</mo> 
 
14998
            <mfrac> 
 
14999
              <mi>x</mi> 
 
15000
              <mn>3</mn> 
 
15001
            </mfrac> 
 
15002
          </mrow> 
 
15003
          <mfrac> 
 
15004
            <mi>x</mi> 
 
15005
            <mn>3</mn> 
 
15006
          </mfrac> 
 
15007
        </mroot> 
 
15008
      </mstyle> 
 
15009
      <mo>+</mo> 
 
15010
      <mstyle scriptlevel='2'> 
 
15011
        <mroot> 
 
15012
          <mrow> 
 
15013
            <mi>x</mi> 
 
15014
            <mo>-</mo> 
 
15015
            <mn>3</mn> 
 
15016
          </mrow> 
 
15017
          <mfrac> 
 
15018
            <mi>x</mi> 
 
15019
            <mn>3</mn> 
 
15020
          </mfrac> 
 
15021
        </mroot> 
 
15022
      </mstyle> 
 
15023
      <mo>+</mo> 
 
15024
      <mroot> 
 
15025
        <mrow> 
 
15026
          <mi>x</mi> 
 
15027
          <mo>-</mo> 
 
15028
          <mn>3</mn> 
 
15029
        </mrow> 
 
15030
        <mfrac> 
 
15031
          <mi>x</mi> 
 
15032
          <mn>3</mn> 
 
15033
        </mfrac> 
 
15034
      </mroot> 
 
15035
      <mo>+</mo> 
 
15036
      <mstyle scriptlevel='2' displaystyle='true'> 
 
15037
        <mfrac> 
 
15038
          <mi>x</mi> 
 
15039
          <mn>3</mn> 
 
15040
        </mfrac> 
 
15041
      </mstyle> 
 
15042
    </mml:math>]]>
 
15043
</programlisting>
 
15044
<para>is rendered as:</para>
 
15045
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15046
      <mstyle displaystyle='true'> 
 
15047
        <mroot> 
 
15048
          <mrow> 
 
15049
            <mi>x</mi> 
 
15050
            <mo>-</mo> 
 
15051
            <mfrac> 
 
15052
              <mi>x</mi> 
 
15053
              <mn>3</mn> 
 
15054
            </mfrac> 
 
15055
          </mrow> 
 
15056
          <mfrac> 
 
15057
            <mi>x</mi> 
 
15058
            <mn>3</mn> 
 
15059
          </mfrac> 
 
15060
        </mroot> 
 
15061
      </mstyle> 
 
15062
      <mo>+</mo> 
 
15063
      <mstyle scriptlevel='2'> 
 
15064
        <mroot> 
 
15065
          <mrow> 
 
15066
            <mi>x</mi> 
 
15067
            <mo>-</mo> 
 
15068
            <mn>3</mn> 
 
15069
          </mrow> 
 
15070
          <mfrac> 
 
15071
            <mi>x</mi> 
 
15072
            <mn>3</mn> 
 
15073
          </mfrac> 
 
15074
        </mroot> 
 
15075
      </mstyle> 
 
15076
      <mo>+</mo> 
 
15077
      <mroot> 
 
15078
        <mrow> 
 
15079
          <mi>x</mi> 
 
15080
          <mo>-</mo> 
 
15081
          <mn>3</mn> 
 
15082
        </mrow> 
 
15083
        <mfrac> 
 
15084
          <mi>x</mi> 
 
15085
          <mn>3</mn> 
 
15086
        </mfrac> 
 
15087
      </mroot> 
 
15088
      <mo>+</mo> 
 
15089
      <mstyle scriptlevel='2' displaystyle='true'> 
 
15090
        <mfrac> 
 
15091
          <mi>x</mi> 
 
15092
          <mn>3</mn> 
 
15093
        </mfrac> 
 
15094
      </mstyle> 
 
15095
    </mml:math></sect3>
 
15096
<sect3><title>msqrt5.mml</title>
 
15097
<programlisting>
 
15098
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15099
      <msqrt> 
 
15100
        <mo> - </mo> 
 
15101
        <mn> 1 </mn> 
 
15102
      </msqrt> 
 
15103
    </mml:math>]]>
 
15104
</programlisting>
 
15105
<para>is rendered as:</para>
 
15106
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15107
      <msqrt> 
 
15108
        <mo> - </mo> 
 
15109
        <mn> 1 </mn> 
 
15110
      </msqrt> 
 
15111
    </mml:math></sect3>
 
15112
<sect3><title>msqrt6.mml</title>
 
15113
<programlisting>
 
15114
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15115
      <msqrt> 
 
15116
        <mrow> 
 
15117
          <mo> - </mo> 
 
15118
          <mn> 1 </mn> 
 
15119
        </mrow> 
 
15120
      </msqrt> 
 
15121
    </mml:math>]]>
 
15122
</programlisting>
 
15123
<para>is rendered as:</para>
 
15124
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15125
      <msqrt> 
 
15126
        <mrow> 
 
15127
          <mo> - </mo> 
 
15128
          <mn> 1 </mn> 
 
15129
        </mrow> 
 
15130
      </msqrt> 
 
15131
    </mml:math></sect3>
 
15132
<sect3><title>msqrtB7.mml</title>
 
15133
<programlisting>
 
15134
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15135
      <mrow> 
 
15136
        <msqrt> 
 
15137
          <mi>x</mi> 
 
15138
          <mo>-</mo> 
 
15139
          <mn>3</mn> 
 
15140
        </msqrt> 
 
15141
        <mo>+</mo> 
 
15142
        <msqrt> 
 
15143
          <mn>3</mn> 
 
15144
          <mi>x</mi> 
 
15145
        </msqrt> 
 
15146
        <mo>+</mo> 
 
15147
        <msqrt> 
 
15148
          <mfrac> 
 
15149
            <msqrt> 
 
15150
              <mn>3</mn> 
 
15151
              <mi>x</mi> 
 
15152
            </msqrt> 
 
15153
            <mrow> 
 
15154
              <mi>x</mi> 
 
15155
              <mo>-</mo> 
 
15156
              <mn>3</mn> 
 
15157
            </mrow> 
 
15158
          </mfrac> 
 
15159
        </msqrt> 
 
15160
      </mrow> 
 
15161
    </mml:math>]]>
 
15162
</programlisting>
 
15163
<para>is rendered as:</para>
 
15164
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15165
      <mrow> 
 
15166
        <msqrt> 
 
15167
          <mi>x</mi> 
 
15168
          <mo>-</mo> 
 
15169
          <mn>3</mn> 
 
15170
        </msqrt> 
 
15171
        <mo>+</mo> 
 
15172
        <msqrt> 
 
15173
          <mn>3</mn> 
 
15174
          <mi>x</mi> 
 
15175
        </msqrt> 
 
15176
        <mo>+</mo> 
 
15177
        <msqrt> 
 
15178
          <mfrac> 
 
15179
            <msqrt> 
 
15180
              <mn>3</mn> 
 
15181
              <mi>x</mi> 
 
15182
            </msqrt> 
 
15183
            <mrow> 
 
15184
              <mi>x</mi> 
 
15185
              <mo>-</mo> 
 
15186
              <mn>3</mn> 
 
15187
            </mrow> 
 
15188
          </mfrac> 
 
15189
        </msqrt> 
 
15190
      </mrow> 
 
15191
    </mml:math></sect3>
 
15192
<sect3><title>msqrtBimplied8.mml</title>
 
15193
<programlisting>
 
15194
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15195
      <mrow> 
 
15196
        <msqrt> 
 
15197
          <mi>x</mi> 
 
15198
          <mo>-</mo> 
 
15199
          <mn>3</mn> 
 
15200
        </msqrt> 
 
15201
        <mo>+</mo> 
 
15202
        <msqrt> 
 
15203
          <mrow> 
 
15204
            <mi>x</mi> 
 
15205
            <mo>-</mo> 
 
15206
            <mn>3</mn> 
 
15207
          </mrow> 
 
15208
        </msqrt> 
 
15209
        <mo>+</mo> 
 
15210
        <msqrt> </msqrt> 
 
15211
      </mrow> 
 
15212
    </mml:math>]]>
 
15213
</programlisting>
 
15214
<para>is rendered as:</para>
 
15215
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15216
      <mrow> 
 
15217
        <msqrt> 
 
15218
          <mi>x</mi> 
 
15219
          <mo>-</mo> 
 
15220
          <mn>3</mn> 
 
15221
        </msqrt> 
 
15222
        <mo>+</mo> 
 
15223
        <msqrt> 
 
15224
          <mrow> 
 
15225
            <mi>x</mi> 
 
15226
            <mo>-</mo> 
 
15227
            <mn>3</mn> 
 
15228
          </mrow> 
 
15229
        </msqrt> 
 
15230
        <mo>+</mo> 
 
15231
        <msqrt> </msqrt> 
 
15232
      </mrow> 
 
15233
    </mml:math></sect3>
 
15234
<sect3><title>msqrtSinheritance9.mml</title>
 
15235
<programlisting>
 
15236
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15237
      <mrow> 
 
15238
        <mstyle color='Blue' fontweight='bold'> 
 
15239
          <mfrac> 
 
15240
            <mstyle fontstyle='italic'> 
 
15241
              <msqrt> 
 
15242
                <mrow> 
 
15243
                  <mi>x</mi> 
 
15244
                  <mo>-</mo> 
 
15245
                  <mn>3</mn> 
 
15246
                </mrow> 
 
15247
              </msqrt> 
 
15248
            </mstyle> 
 
15249
            <mstyle fontweight='bold'> 
 
15250
              <msqrt> 
 
15251
                <mrow> 
 
15252
                  <mn>3</mn> 
 
15253
                  <mi>x</mi> 
 
15254
                </mrow> 
 
15255
              </msqrt> 
 
15256
            </mstyle> 
 
15257
          </mfrac> 
 
15258
        </mstyle> 
 
15259
        <mfrac> 
 
15260
          <mstyle fontstyle='italic'> 
 
15261
            <msqrt> 
 
15262
              <mn>2</mn> 
 
15263
              <mi>x</mi> 
 
15264
              <mo>-</mo> 
 
15265
              <mn>3</mn> 
 
15266
            </msqrt> 
 
15267
          </mstyle> 
 
15268
          <mstyle fontweight='bold'> 
 
15269
            <msqrt> 
 
15270
              <mrow> 
 
15271
                <mn>3</mn> 
 
15272
                <mi>x</mi> 
 
15273
              </mrow> 
 
15274
            </msqrt> 
 
15275
          </mstyle> 
 
15276
        </mfrac> 
 
15277
      </mrow> 
 
15278
    </mml:math>]]>
 
15279
</programlisting>
 
15280
<para>is rendered as:</para>
 
15281
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15282
      <mrow> 
 
15283
        <mstyle color='Blue' fontweight='bold'> 
 
15284
          <mfrac> 
 
15285
            <mstyle fontstyle='italic'> 
 
15286
              <msqrt> 
 
15287
                <mrow> 
 
15288
                  <mi>x</mi> 
 
15289
                  <mo>-</mo> 
 
15290
                  <mn>3</mn> 
 
15291
                </mrow> 
 
15292
              </msqrt> 
 
15293
            </mstyle> 
 
15294
            <mstyle fontweight='bold'> 
 
15295
              <msqrt> 
 
15296
                <mrow> 
 
15297
                  <mn>3</mn> 
 
15298
                  <mi>x</mi> 
 
15299
                </mrow> 
 
15300
              </msqrt> 
 
15301
            </mstyle> 
 
15302
          </mfrac> 
 
15303
        </mstyle> 
 
15304
        <mfrac> 
 
15305
          <mstyle fontstyle='italic'> 
 
15306
            <msqrt> 
 
15307
              <mn>2</mn> 
 
15308
              <mi>x</mi> 
 
15309
              <mo>-</mo> 
 
15310
              <mn>3</mn> 
 
15311
            </msqrt> 
 
15312
          </mstyle> 
 
15313
          <mstyle fontweight='bold'> 
 
15314
            <msqrt> 
 
15315
              <mrow> 
 
15316
                <mn>3</mn> 
 
15317
                <mi>x</mi> 
 
15318
              </mrow> 
 
15319
            </msqrt> 
 
15320
          </mstyle> 
 
15321
        </mfrac> 
 
15322
      </mrow> 
 
15323
    </mml:math></sect3>
 
15324
</sect2>
 
15325
<sect2><title>mstyle</title>
 
15326
<sect3><title>mstyle1.mml</title>
 
15327
<programlisting>
 
15328
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15329
      <mstyle maxsize="1"> 
 
15330
        <mrow> 
 
15331
          <!-- comment --> 
 
15332
          <mo> ( </mo> 
 
15333
          <mfrac> 
 
15334
            <mi> a </mi> 
 
15335
            <mi> b </mi> 
 
15336
          </mfrac> 
 
15337
          <mo> ) </mo> 
 
15338
        </mrow> 
 
15339
      </mstyle> 
 
15340
    </mml:math>]]>
 
15341
</programlisting>
 
15342
<para>is rendered as:</para>
 
15343
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15344
      <mstyle maxsize="1"> 
 
15345
        <mrow> 
 
15346
          <!-- comment --> 
 
15347
          <mo> ( </mo> 
 
15348
          <mfrac> 
 
15349
            <mi> a </mi> 
 
15350
            <mi> b </mi> 
 
15351
          </mfrac> 
 
15352
          <mo> ) </mo> 
 
15353
        </mrow> 
 
15354
      </mstyle> 
 
15355
    </mml:math></sect3>
 
15356
<sect3><title>mstyleA2.mml</title>
 
15357
<programlisting>
 
15358
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
15359
      <mstyle mathsize="110%" mathvariant="bold-italic" mathcolor="#5F9EA0">
 
15360
        <mn>2</mn>
 
15361
        <mo>+</mo>
 
15362
        <mi>x</mi>
 
15363
      </mstyle>
 
15364
    </mml:math>]]>
 
15365
</programlisting>
 
15366
<para>is rendered as:</para>
 
15367
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
15368
      <mstyle mathsize="110%" mathvariant="bold-italic" mathcolor="#5F9EA0">
 
15369
        <mn>2</mn>
 
15370
        <mo>+</mo>
 
15371
        <mi>x</mi>
 
15372
      </mstyle>
 
15373
    </mml:math></sect3>
 
15374
<sect3><title>mstyleAdep1.mml</title>
 
15375
<programlisting>
 
15376
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15377
      <mstyle fontsize="150%" fontweight="bold" fontstyle="italic" fontfamily="helvetica" color="teal"> 
 
15378
        <mn>2</mn> 
 
15379
        <mo>+</mo> 
 
15380
        <mi>x</mi> 
 
15381
      </mstyle> 
 
15382
    </mml:math>]]>
 
15383
</programlisting>
 
15384
<para>is rendered as:</para>
 
15385
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15386
      <mstyle fontsize="150%" fontweight="bold" fontstyle="italic" fontfamily="helvetica" color="teal"> 
 
15387
        <mn>2</mn> 
 
15388
        <mo>+</mo> 
 
15389
        <mi>x</mi> 
 
15390
      </mstyle> 
 
15391
    </mml:math></sect3>
 
15392
<sect3><title>mstyleAlinethick1.mml</title>
 
15393
<programlisting>
 
15394
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15395
      <mstyle> 
 
15396
        <mfrac> 
 
15397
          <mi>x</mi> 
 
15398
          <mfrac> 
 
15399
            <mi>y</mi> 
 
15400
            <mn>2</mn> 
 
15401
          </mfrac> 
 
15402
        </mfrac> 
 
15403
      </mstyle>
 
15404
      <mo>=</mo> 
 
15405
      <mstyle> 
 
15406
        <mfrac linethickness="2"> 
 
15407
          <mi>x</mi> 
 
15408
          <mfrac> 
 
15409
            <mi>y</mi> 
 
15410
            <mn>2</mn> 
 
15411
          </mfrac> 
 
15412
        </mfrac> 
 
15413
      </mstyle>
 
15414
      <mo>=</mo> 
 
15415
      <mstyle linethickness="2"> 
 
15416
        <mfrac> 
 
15417
          <mi>x</mi> 
 
15418
          <mfrac> 
 
15419
            <mi>y</mi> 
 
15420
            <mn>2</mn> 
 
15421
          </mfrac> 
 
15422
        </mfrac> 
 
15423
      </mstyle> 
 
15424
    </mml:math>]]>
 
15425
</programlisting>
 
15426
<para>is rendered as:</para>
 
15427
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15428
      <mstyle> 
 
15429
        <mfrac> 
 
15430
          <mi>x</mi> 
 
15431
          <mfrac> 
 
15432
            <mi>y</mi> 
 
15433
            <mn>2</mn> 
 
15434
          </mfrac> 
 
15435
        </mfrac> 
 
15436
      </mstyle>
 
15437
      <mo>=</mo> 
 
15438
      <mstyle> 
 
15439
        <mfrac linethickness="2"> 
 
15440
          <mi>x</mi> 
 
15441
          <mfrac> 
 
15442
            <mi>y</mi> 
 
15443
            <mn>2</mn> 
 
15444
          </mfrac> 
 
15445
        </mfrac> 
 
15446
      </mstyle>
 
15447
      <mo>=</mo> 
 
15448
      <mstyle linethickness="2"> 
 
15449
        <mfrac> 
 
15450
          <mi>x</mi> 
 
15451
          <mfrac> 
 
15452
            <mi>y</mi> 
 
15453
            <mn>2</mn> 
 
15454
          </mfrac> 
 
15455
        </mfrac> 
 
15456
      </mstyle> 
 
15457
    </mml:math></sect3>
 
15458
<sect3><title>mstyleAminscript1.mml</title>
 
15459
<programlisting>
 
15460
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15461
      <mfrac> 
 
15462
        <mn>2</mn> 
 
15463
        <mi>x</mi> 
 
15464
      </mfrac> 
 
15465
      <mo>=</mo> 
 
15466
      <mstyle scriptminsize="20pt"> 
 
15467
        <mfrac> 
 
15468
          <mn>2</mn> 
 
15469
          <mi>x</mi> 
 
15470
        </mfrac> 
 
15471
      </mstyle> 
 
15472
    </mml:math>]]>
 
15473
</programlisting>
 
15474
<para>is rendered as:</para>
 
15475
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15476
      <mfrac> 
 
15477
        <mn>2</mn> 
 
15478
        <mi>x</mi> 
 
15479
      </mfrac> 
 
15480
      <mo>=</mo> 
 
15481
      <mstyle scriptminsize="20pt"> 
 
15482
        <mfrac> 
 
15483
          <mn>2</mn> 
 
15484
          <mi>x</mi> 
 
15485
        </mfrac> 
 
15486
      </mstyle> 
 
15487
    </mml:math></sect3>
 
15488
<sect3><title>mstyleAscriptlevel1.mml</title>
 
15489
<programlisting>
 
15490
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15491
      <mstyle> 
 
15492
        <mfrac> 
 
15493
          <mi>2</mi> 
 
15494
          <mo>4</mo> 
 
15495
        </mfrac> 
 
15496
      </mstyle> 
 
15497
      <mstyle scriptlevel="2"> 
 
15498
        <mfrac> 
 
15499
          <mi>2</mi> 
 
15500
          <mo>4</mo> 
 
15501
        </mfrac> 
 
15502
      </mstyle> 
 
15503
      <mstyle scriptlevel="9"> 
 
15504
        <mfrac> 
 
15505
          <mi>2</mi> 
 
15506
          <mo>4</mo> 
 
15507
        </mfrac> 
 
15508
      </mstyle> 
 
15509
      <mstyle scriptlevel="0"> 
 
15510
        <mfrac> 
 
15511
          <mi>2</mi> 
 
15512
          <mo>4</mo> 
 
15513
        </mfrac> 
 
15514
      </mstyle> 
 
15515
      <mstyle scriptlevel="+2"> 
 
15516
        <mfrac> 
 
15517
          <mi>2</mi> 
 
15518
          <mo>4</mo> 
 
15519
        </mfrac> 
 
15520
      </mstyle> 
 
15521
      <mstyle scriptlevel="-4"> 
 
15522
        <mfrac> 
 
15523
          <mi>2</mi> 
 
15524
          <mo>4</mo> 
 
15525
        </mfrac> 
 
15526
      </mstyle>
 
15527
    </mml:math>]]>
 
15528
</programlisting>
 
15529
<para>is rendered as:</para>
 
15530
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15531
      <mstyle> 
 
15532
        <mfrac> 
 
15533
          <mi>2</mi> 
 
15534
          <mo>4</mo> 
 
15535
        </mfrac> 
 
15536
      </mstyle> 
 
15537
      <mstyle scriptlevel="2"> 
 
15538
        <mfrac> 
 
15539
          <mi>2</mi> 
 
15540
          <mo>4</mo> 
 
15541
        </mfrac> 
 
15542
      </mstyle> 
 
15543
      <mstyle scriptlevel="9"> 
 
15544
        <mfrac> 
 
15545
          <mi>2</mi> 
 
15546
          <mo>4</mo> 
 
15547
        </mfrac> 
 
15548
      </mstyle> 
 
15549
      <mstyle scriptlevel="0"> 
 
15550
        <mfrac> 
 
15551
          <mi>2</mi> 
 
15552
          <mo>4</mo> 
 
15553
        </mfrac> 
 
15554
      </mstyle> 
 
15555
      <mstyle scriptlevel="+2"> 
 
15556
        <mfrac> 
 
15557
          <mi>2</mi> 
 
15558
          <mo>4</mo> 
 
15559
        </mfrac> 
 
15560
      </mstyle> 
 
15561
      <mstyle scriptlevel="-4"> 
 
15562
        <mfrac> 
 
15563
          <mi>2</mi> 
 
15564
          <mo>4</mo> 
 
15565
        </mfrac> 
 
15566
      </mstyle>
 
15567
    </mml:math></sect3>
 
15568
</sect2>
 
15569
</sect1>
 
15570
<sect1><title>ScriptsAndLimits</title>
 
15571
<sect2><title>mmultiscripts</title>
 
15572
<sect3><title>mmultiscripts1.mml</title>
 
15573
<programlisting>
 
15574
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15575
      <mrow> 
 
15576
        <mmultiscripts> 
 
15577
          <mi> F </mi> 
 
15578
          <mn> 1 </mn> 
 
15579
          <none/> 
 
15580
          <mprescripts/> 
 
15581
          <mn> 0 </mn> 
 
15582
          <none/> 
 
15583
        </mmultiscripts> 
 
15584
        <mo> &#x02061; </mo> 
 
15585
        <mrow> 
 
15586
          <mo> ( </mo> 
 
15587
          <mrow> 
 
15588
            <mo> ; </mo> 
 
15589
            <mi> a </mi> 
 
15590
            <mo> ; </mo> 
 
15591
            <mi> z </mi> 
 
15592
          </mrow> 
 
15593
          <mo> ) </mo> 
 
15594
        </mrow> 
 
15595
      </mrow> 
 
15596
    </mml:math>]]>
 
15597
</programlisting>
 
15598
<para>is rendered as:</para>
 
15599
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15600
      <mrow> 
 
15601
        <mmultiscripts> 
 
15602
          <mi> F </mi> 
 
15603
          <mn> 1 </mn> 
 
15604
          <none/> 
 
15605
          <mprescripts/> 
 
15606
          <mn> 0 </mn> 
 
15607
          <none/> 
 
15608
        </mmultiscripts> 
 
15609
        <mo> &#x02061; </mo> 
 
15610
        <mrow> 
 
15611
          <mo> ( </mo> 
 
15612
          <mrow> 
 
15613
            <mo> ; </mo> 
 
15614
            <mi> a </mi> 
 
15615
            <mo> ; </mo> 
 
15616
            <mi> z </mi> 
 
15617
          </mrow> 
 
15618
          <mo> ) </mo> 
 
15619
        </mrow> 
 
15620
      </mrow> 
 
15621
    </mml:math></sect3>
 
15622
<sect3><title>mmultiscripts2.mml</title>
 
15623
<programlisting>
 
15624
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15625
      <mmultiscripts> 
 
15626
        <mi> R </mi> 
 
15627
        <mi> i </mi> 
 
15628
        <none/> 
 
15629
        <none/> 
 
15630
        <mi> j </mi> 
 
15631
        <mi> k </mi> 
 
15632
        <none/> 
 
15633
        <mi> l </mi> 
 
15634
        <none/> 
 
15635
      </mmultiscripts> 
 
15636
    </mml:math>]]>
 
15637
</programlisting>
 
15638
<para>is rendered as:</para>
 
15639
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15640
      <mmultiscripts> 
 
15641
        <mi> R </mi> 
 
15642
        <mi> i </mi> 
 
15643
        <none/> 
 
15644
        <none/> 
 
15645
        <mi> j </mi> 
 
15646
        <mi> k </mi> 
 
15647
        <none/> 
 
15648
        <mi> l </mi> 
 
15649
        <none/> 
 
15650
      </mmultiscripts> 
 
15651
    </mml:math></sect3>
 
15652
</sect2>
 
15653
<sect2><title>mover</title>
 
15654
<sect3><title>mover1.mml</title>
 
15655
<programlisting>
 
15656
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15657
      <mrow> 
 
15658
        <mover accent="true"> 
 
15659
          <mi> x </mi> 
 
15660
          <mo> &#x0005E; </mo> 
 
15661
        </mover> 
 
15662
        <mtext> &#x02002;&#x02002;vs&#x02002;&#x02002; </mtext> 
 
15663
        <mover accent="false"> 
 
15664
          <mi> x </mi> 
 
15665
          <mo> &#x0005E; </mo> 
 
15666
        </mover> 
 
15667
      </mrow> 
 
15668
    </mml:math>
 
15669
]]>
 
15670
</programlisting>
 
15671
<para>is rendered as:</para>
 
15672
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15673
      <mrow> 
 
15674
        <mover accent="true"> 
 
15675
          <mi> x </mi> 
 
15676
          <mo> &#x0005E; </mo> 
 
15677
        </mover> 
 
15678
        <mtext> &#x02002;&#x02002;vs&#x02002;&#x02002; </mtext> 
 
15679
        <mover accent="false"> 
 
15680
          <mi> x </mi> 
 
15681
          <mo> &#x0005E; </mo> 
 
15682
        </mover> 
 
15683
      </mrow> 
 
15684
    </mml:math>
 
15685
</sect3>
 
15686
<sect3><title>mover2.mml</title>
 
15687
<programlisting>
 
15688
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15689
      <mrow> 
 
15690
        <mover accent="true"> 
 
15691
          <mrow> 
 
15692
            <mi> x </mi> 
 
15693
            <mo> + </mo> 
 
15694
            <mi> y </mi> 
 
15695
            <mo> + </mo> 
 
15696
            <mi> z </mi> 
 
15697
          </mrow> 
 
15698
          <mo> &#x000AF; </mo> 
 
15699
        </mover> 
 
15700
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
 
15701
        </mtext> 
 
15702
        <mover accent="false"> 
 
15703
          <mrow> 
 
15704
            <mi> x </mi> 
 
15705
            <mo> + </mo> 
 
15706
            <mi> y </mi> 
 
15707
            <mo> + </mo> 
 
15708
            <mi> z </mi> 
 
15709
          </mrow> 
 
15710
          <mo> &#x000AF; </mo> 
 
15711
        </mover> 
 
15712
      </mrow> 
 
15713
    </mml:math>
 
15714
]]>
 
15715
</programlisting>
 
15716
<para>is rendered as:</para>
 
15717
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15718
      <mrow> 
 
15719
        <mover accent="true"> 
 
15720
          <mrow> 
 
15721
            <mi> x </mi> 
 
15722
            <mo> + </mo> 
 
15723
            <mi> y </mi> 
 
15724
            <mo> + </mo> 
 
15725
            <mi> z </mi> 
 
15726
          </mrow> 
 
15727
          <mo> &#x000AF; </mo> 
 
15728
        </mover> 
 
15729
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
 
15730
        </mtext> 
 
15731
        <mover accent="false"> 
 
15732
          <mrow> 
 
15733
            <mi> x </mi> 
 
15734
            <mo> + </mo> 
 
15735
            <mi> y </mi> 
 
15736
            <mo> + </mo> 
 
15737
            <mi> z </mi> 
 
15738
          </mrow> 
 
15739
          <mo> &#x000AF; </mo> 
 
15740
        </mover> 
 
15741
      </mrow> 
 
15742
    </mml:math>
 
15743
</sect3>
 
15744
<sect3><title>mover3.mml</title>
 
15745
<programlisting>
 
15746
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15747
      <mrow> 
 
15748
        <mover> 
 
15749
          <munder> 
 
15750
            <mo> &#x0222B; </mo> 
 
15751
            <mn> 0 </mn> 
 
15752
          </munder> 
 
15753
          <mi> &#x0221E; </mi> 
 
15754
        </mover> 
 
15755
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
 
15756
        </mtext> 
 
15757
        <munderover> 
 
15758
          <mo> &#x0222B; </mo> 
 
15759
          <mn> 0 </mn> 
 
15760
          <mi> &#x0221E; </mi> 
 
15761
        </munderover> 
 
15762
      </mrow> 
 
15763
    </mml:math>
 
15764
]]>
 
15765
</programlisting>
 
15766
<para>is rendered as:</para>
 
15767
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15768
      <mrow> 
 
15769
        <mover> 
 
15770
          <munder> 
 
15771
            <mo> &#x0222B; </mo> 
 
15772
            <mn> 0 </mn> 
 
15773
          </munder> 
 
15774
          <mi> &#x0221E; </mi> 
 
15775
        </mover> 
 
15776
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
 
15777
        </mtext> 
 
15778
        <munderover> 
 
15779
          <mo> &#x0222B; </mo> 
 
15780
          <mn> 0 </mn> 
 
15781
          <mi> &#x0221E; </mi> 
 
15782
        </munderover> 
 
15783
      </mrow> 
 
15784
    </mml:math>
 
15785
</sect3>
 
15786
</sect2>
 
15787
<sect2><title>msub</title>
 
15788
<sect3><title>msub1.mml</title>
 
15789
<programlisting>
 
15790
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15791
      <msub> 
 
15792
        <mi> m </mi> 
 
15793
        <mrow> 
 
15794
          <mn> 1 </mn> 
 
15795
          <mo> &#x0200B; </mo> 
 
15796
          <mn> 2 </mn> 
 
15797
        </mrow> 
 
15798
      </msub> 
 
15799
    </mml:math>]]>
 
15800
</programlisting>
 
15801
<para>is rendered as:</para>
 
15802
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15803
      <msub> 
 
15804
        <mi> m </mi> 
 
15805
        <mrow> 
 
15806
          <mn> 1 </mn> 
 
15807
          <mo> &#x0200B; </mo> 
 
15808
          <mn> 2 </mn> 
 
15809
        </mrow> 
 
15810
      </msub> 
 
15811
    </mml:math></sect3>
 
15812
</sect2>
 
15813
<sect2><title>msubsup</title>
 
15814
<sect3><title>msubsup1.mml</title>
 
15815
<programlisting>
 
15816
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15817
      <mrow> 
 
15818
        <msubsup> 
 
15819
          <mo> &#x0222B; </mo> 
 
15820
          <mn> 0 </mn> 
 
15821
          <mn> 1 </mn> 
 
15822
        </msubsup> 
 
15823
        <mrow> 
 
15824
          <msup> 
 
15825
            <mi> &#x02147; </mi> 
 
15826
            <mi> x </mi> 
 
15827
          </msup> 
 
15828
          <mo> &#x02062; </mo> 
 
15829
          <mrow> 
 
15830
            <mo> &#x02146; </mo> 
 
15831
            <mi> x </mi> 
 
15832
          </mrow> 
 
15833
        </mrow> 
 
15834
      </mrow> 
 
15835
    </mml:math>]]>
 
15836
</programlisting>
 
15837
<para>is rendered as:</para>
 
15838
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
15839
      <mrow> 
 
15840
        <msubsup> 
 
15841
          <mo> &#x0222B; </mo> 
 
15842
          <mn> 0 </mn> 
 
15843
          <mn> 1 </mn> 
 
15844
        </msubsup> 
 
15845
        <mrow> 
 
15846
          <msup> 
 
15847
            <mi> &#x02147; </mi> 
 
15848
            <mi> x </mi> 
 
15849
          </msup> 
 
15850
          <mo> &#x02062; </mo> 
 
15851
          <mrow> 
 
15852
            <mo> &#x02146; </mo> 
 
15853
            <mi> x </mi> 
 
15854
          </mrow> 
 
15855
        </mrow> 
 
15856
      </mrow> 
 
15857
    </mml:math></sect3>
 
15858
<sect3><title>msubsupBsize1.mml</title>
 
15859
<programlisting>
 
15860
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
15861
      <msup>
 
15862
        <mi>x</mi>
 
15863
        <mn>1</mn>
 
15864
      </msup>
 
15865
      <mo>+</mo>
 
15866
      <msup>
 
15867
        <mi>x</mi>
 
15868
        <mi>a</mi>
 
15869
      </msup>
 
15870
      <mo>+</mo>
 
15871
      <msup>
 
15872
        <mi>H</mi>
 
15873
        <mi>a</mi>
 
15874
      </msup>
 
15875
      <mo>+</mo>
 
15876
      <msup>
 
15877
        <mi>H</mi>
 
15878
        <mi>1</mi>
 
15879
      </msup>
 
15880
      <mo>+</mo>
 
15881
      <msubsup>
 
15882
        <mi>x</mi>
 
15883
        <mn>1</mn>
 
15884
        <mn>2</mn>
 
15885
      </msubsup>
 
15886
      <mo>+</mo>
 
15887
      <msubsup>
 
15888
        <mi>x</mi>
 
15889
        <mi>a</mi>
 
15890
        <mn>2</mn>
 
15891
      </msubsup>
 
15892
      <mo>+</mo>
 
15893
      <msubsup>
 
15894
        <mi>x</mi>
 
15895
        <mn>1</mn>
 
15896
        <mi>x</mi>
 
15897
      </msubsup>
 
15898
      <mo>+</mo>
 
15899
      <msubsup>
 
15900
        <mi>x</mi>
 
15901
        <mi>a</mi>
 
15902
        <mi>x</mi>
 
15903
      </msubsup>
 
15904
      <mo>+</mo>
 
15905
      <msubsup>
 
15906
        <mi>H</mi>
 
15907
        <mn>1</mn>
 
15908
        <mn>2</mn>
 
15909
      </msubsup>
 
15910
      <mo>+</mo>
 
15911
      <msubsup>
 
15912
        <mi>H</mi>
 
15913
        <mi>a</mi>
 
15914
        <mn>2</mn>
 
15915
      </msubsup>
 
15916
      <mo>+</mo>
 
15917
      <msubsup>
 
15918
        <mi>H</mi>
 
15919
        <mn>1</mn>
 
15920
        <mi>x</mi>
 
15921
      </msubsup>
 
15922
      <mo>+</mo>
 
15923
      <msubsup>
 
15924
        <mi>H</mi>
 
15925
        <mi>a</mi>
 
15926
        <mi>x</mi>
 
15927
      </msubsup>
 
15928
    </mml:math>]]>
 
15929
</programlisting>
 
15930
<para>is rendered as:</para>
 
15931
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
15932
      <msup>
 
15933
        <mi>x</mi>
 
15934
        <mn>1</mn>
 
15935
      </msup>
 
15936
      <mo>+</mo>
 
15937
      <msup>
 
15938
        <mi>x</mi>
 
15939
        <mi>a</mi>
 
15940
      </msup>
 
15941
      <mo>+</mo>
 
15942
      <msup>
 
15943
        <mi>H</mi>
 
15944
        <mi>a</mi>
 
15945
      </msup>
 
15946
      <mo>+</mo>
 
15947
      <msup>
 
15948
        <mi>H</mi>
 
15949
        <mi>1</mi>
 
15950
      </msup>
 
15951
      <mo>+</mo>
 
15952
      <msubsup>
 
15953
        <mi>x</mi>
 
15954
        <mn>1</mn>
 
15955
        <mn>2</mn>
 
15956
      </msubsup>
 
15957
      <mo>+</mo>
 
15958
      <msubsup>
 
15959
        <mi>x</mi>
 
15960
        <mi>a</mi>
 
15961
        <mn>2</mn>
 
15962
      </msubsup>
 
15963
      <mo>+</mo>
 
15964
      <msubsup>
 
15965
        <mi>x</mi>
 
15966
        <mn>1</mn>
 
15967
        <mi>x</mi>
 
15968
      </msubsup>
 
15969
      <mo>+</mo>
 
15970
      <msubsup>
 
15971
        <mi>x</mi>
 
15972
        <mi>a</mi>
 
15973
        <mi>x</mi>
 
15974
      </msubsup>
 
15975
      <mo>+</mo>
 
15976
      <msubsup>
 
15977
        <mi>H</mi>
 
15978
        <mn>1</mn>
 
15979
        <mn>2</mn>
 
15980
      </msubsup>
 
15981
      <mo>+</mo>
 
15982
      <msubsup>
 
15983
        <mi>H</mi>
 
15984
        <mi>a</mi>
 
15985
        <mn>2</mn>
 
15986
      </msubsup>
 
15987
      <mo>+</mo>
 
15988
      <msubsup>
 
15989
        <mi>H</mi>
 
15990
        <mn>1</mn>
 
15991
        <mi>x</mi>
 
15992
      </msubsup>
 
15993
      <mo>+</mo>
 
15994
      <msubsup>
 
15995
        <mi>H</mi>
 
15996
        <mi>a</mi>
 
15997
        <mi>x</mi>
 
15998
      </msubsup>
 
15999
    </mml:math></sect3>
 
16000
<sect3><title>msubsupBsize2.mml</title>
 
16001
<programlisting>
 
16002
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16003
      <msubsup> 
 
16004
        <mo>&#x0222B;</mo> 
 
16005
        <mn>0</mn> 
 
16006
        <mn>1</mn> 
 
16007
      </msubsup> 
 
16008
      <mo>+</mo> 
 
16009
      <msubsup> 
 
16010
        <mfrac> 
 
16011
          <mi>x</mi> 
 
16012
          <mi>y</mi> 
 
16013
        </mfrac> 
 
16014
        <mn>0</mn> 
 
16015
        <mi>a</mi> 
 
16016
      </msubsup> 
 
16017
      <mo>+</mo> 
 
16018
      <msubsup> 
 
16019
        <mfrac> 
 
16020
          <mi>x</mi> 
 
16021
          <mi>y</mi> 
 
16022
        </mfrac> 
 
16023
        <mn>0</mn> 
 
16024
        <mn>1</mn> 
 
16025
      </msubsup> 
 
16026
      <mo>+</mo> 
 
16027
      <mstyle displaystyle='true'> 
 
16028
        <msubsup> 
 
16029
          <mo>&#x0222B;</mo> 
 
16030
          <mn>0</mn> 
 
16031
          <mi>a</mi> 
 
16032
        </msubsup> 
 
16033
      </mstyle> 
 
16034
    </mml:math>]]>
 
16035
</programlisting>
 
16036
<para>is rendered as:</para>
 
16037
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16038
      <msubsup> 
 
16039
        <mo>&#x0222B;</mo> 
 
16040
        <mn>0</mn> 
 
16041
        <mn>1</mn> 
 
16042
      </msubsup> 
 
16043
      <mo>+</mo> 
 
16044
      <msubsup> 
 
16045
        <mfrac> 
 
16046
          <mi>x</mi> 
 
16047
          <mi>y</mi> 
 
16048
        </mfrac> 
 
16049
        <mn>0</mn> 
 
16050
        <mi>a</mi> 
 
16051
      </msubsup> 
 
16052
      <mo>+</mo> 
 
16053
      <msubsup> 
 
16054
        <mfrac> 
 
16055
          <mi>x</mi> 
 
16056
          <mi>y</mi> 
 
16057
        </mfrac> 
 
16058
        <mn>0</mn> 
 
16059
        <mn>1</mn> 
 
16060
      </msubsup> 
 
16061
      <mo>+</mo> 
 
16062
      <mstyle displaystyle='true'> 
 
16063
        <msubsup> 
 
16064
          <mo>&#x0222B;</mo> 
 
16065
          <mn>0</mn> 
 
16066
          <mi>a</mi> 
 
16067
        </msubsup> 
 
16068
      </mstyle> 
 
16069
    </mml:math></sect3>
 
16070
</sect2>
 
16071
<sect2><title>msup</title>
 
16072
<sect3><title>msup1.mml</title>
 
16073
<programlisting>
 
16074
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16075
      <msup> 
 
16076
        <mrow> 
 
16077
          <mi> x </mi> 
 
16078
          <malignmark edge="right"/> 
 
16079
        </mrow> 
 
16080
        <mn> 2 </mn> 
 
16081
      </msup> 
 
16082
    </mml:math>]]>
 
16083
</programlisting>
 
16084
<para>is rendered as:</para>
 
16085
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16086
      <msup> 
 
16087
        <mrow> 
 
16088
          <mi> x </mi> 
 
16089
          <malignmark edge="right"/> 
 
16090
        </mrow> 
 
16091
        <mn> 2 </mn> 
 
16092
      </msup> 
 
16093
    </mml:math></sect3>
 
16094
<sect3><title>msup2.mml</title>
 
16095
<programlisting>
 
16096
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16097
      <msup> 
 
16098
        <mrow> 
 
16099
          <mo> ( </mo> 
 
16100
          <mrow> 
 
16101
            <mi> x </mi> 
 
16102
            <mo> + </mo> 
 
16103
            <mi> y </mi> 
 
16104
          </mrow> 
 
16105
          <mo> ) </mo> 
 
16106
        </mrow> 
 
16107
        <mn> 2 </mn> 
 
16108
      </msup> 
 
16109
    </mml:math>]]>
 
16110
</programlisting>
 
16111
<para>is rendered as:</para>
 
16112
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16113
      <msup> 
 
16114
        <mrow> 
 
16115
          <mo> ( </mo> 
 
16116
          <mrow> 
 
16117
            <mi> x </mi> 
 
16118
            <mo> + </mo> 
 
16119
            <mi> y </mi> 
 
16120
          </mrow> 
 
16121
          <mo> ) </mo> 
 
16122
        </mrow> 
 
16123
        <mn> 2 </mn> 
 
16124
      </msup> 
 
16125
    </mml:math></sect3>
 
16126
<sect3><title>msupBnest1.mml</title>
 
16127
<programlisting>
 
16128
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16129
      <mrow> 
 
16130
        <mi>x</mi> 
 
16131
        <mo>+</mo> 
 
16132
        <msup> 
 
16133
          <mrow> 
 
16134
            <mi>y</mi> 
 
16135
          </mrow> 
 
16136
          <mrow> 
 
16137
            <mi>n</mi> 
 
16138
          </mrow> 
 
16139
        </msup> 
 
16140
      </mrow>
 
16141
    </mml:math>]]>
 
16142
</programlisting>
 
16143
<para>is rendered as:</para>
 
16144
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16145
      <mrow> 
 
16146
        <mi>x</mi> 
 
16147
        <mo>+</mo> 
 
16148
        <msup> 
 
16149
          <mrow> 
 
16150
            <mi>y</mi> 
 
16151
          </mrow> 
 
16152
          <mrow> 
 
16153
            <mi>n</mi> 
 
16154
          </mrow> 
 
16155
        </msup> 
 
16156
      </mrow>
 
16157
    </mml:math></sect3>
 
16158
<sect3><title>msupBsize1.mml</title>
 
16159
<programlisting>
 
16160
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
16161
      <mi>A</mi>
 
16162
      <mi>B</mi>
 
16163
      <mi>C</mi>
 
16164
      <mi>D</mi>
 
16165
      <mi>E</mi>
 
16166
      <mi>F</mi>
 
16167
      <mi>G</mi>
 
16168
      <mi>H</mi>
 
16169
      <mi>I</mi>
 
16170
      <mi>J</mi>
 
16171
      <mi>K</mi>
 
16172
      <mi>L</mi>
 
16173
      <mi>M</mi>
 
16174
      <mi>N</mi>
 
16175
      <mi>O</mi>
 
16176
      <mi>P</mi>
 
16177
      <mi>Q</mi>
 
16178
      <mi>R</mi>
 
16179
      <mi>S</mi>
 
16180
      <mi>T</mi>
 
16181
      <mi>U</mi>
 
16182
      <mi>V</mi>
 
16183
      <mi>W</mi>
 
16184
      <mi>X</mi>
 
16185
      <mi>Y</mi>
 
16186
      <mi>Z</mi>
 
16187
      <mn>1</mn>
 
16188
      <mn>2</mn>
 
16189
      <mn>3</mn>
 
16190
      <mn>4</mn>
 
16191
      <mn>5</mn>
 
16192
      <mn>6</mn>
 
16193
      <mi>a</mi>
 
16194
      <mi>b</mi>
 
16195
      <mi>c</mi>
 
16196
      <mi>d</mi>
 
16197
      <mi>e</mi>
 
16198
      <mi>f</mi>
 
16199
      <mi>g</mi>
 
16200
      <mi>h</mi>
 
16201
      <mi>i</mi>
 
16202
      <mi>j</mi>
 
16203
      <mi>k</mi>
 
16204
      <mi>l</mi>
 
16205
      <mi>m</mi>
 
16206
      <mi>n</mi>
 
16207
      <mi>o</mi>
 
16208
      <mi>p</mi>
 
16209
      <mi>q</mi>
 
16210
      <mi>r</mi>
 
16211
      <mi>s</mi>
 
16212
      <mi>t</mi>
 
16213
      <mi>u</mi>
 
16214
      <mi>v</mi>
 
16215
      <mi>w</mi>
 
16216
      <mi>x</mi>
 
16217
      <mi>y</mi>
 
16218
      <mi>z</mi>
 
16219
      <mi>1</mi>
 
16220
      <mi>2</mi>
 
16221
      <mi>3</mi>
 
16222
      <mi>4</mi>
 
16223
      <mi>5</mi>
 
16224
      <mi>6</mi>
 
16225
      <msup>
 
16226
        <mi>2</mi>
 
16227
        <mrow>
 
16228
          <mi>A</mi>
 
16229
          <mi>B</mi>
 
16230
          <mi>C</mi>
 
16231
          <mi>D</mi>
 
16232
          <mi>E</mi>
 
16233
          <mi>F</mi>
 
16234
          <mi>G</mi>
 
16235
          <mi>H</mi>
 
16236
          <mi>I</mi>
 
16237
          <mi>J</mi>
 
16238
          <mi>K</mi>
 
16239
          <mi>L</mi>
 
16240
          <mi>M</mi>
 
16241
          <mi>N</mi>
 
16242
          <mi>O</mi>
 
16243
          <mi>P</mi>
 
16244
          <mi>Q</mi>
 
16245
          <mi>R</mi>
 
16246
          <mi>S</mi>
 
16247
          <mi>T</mi>
 
16248
          <mi>U</mi>
 
16249
          <mi>V</mi>
 
16250
          <mi>W</mi>
 
16251
          <mi>X</mi>
 
16252
          <mi>Y</mi>
 
16253
          <mi>Z</mi>
 
16254
          <mi>1</mi>
 
16255
          <mi>2</mi>
 
16256
          <mi>3</mi>
 
16257
          <mi>4</mi>
 
16258
          <mi>5</mi>
 
16259
          <mi>6</mi>
 
16260
          <mi>a</mi>
 
16261
          <mi>b</mi>
 
16262
          <mi>c</mi>
 
16263
          <mi>d</mi>
 
16264
          <mi>e</mi>
 
16265
          <mi>f</mi>
 
16266
          <mi>g</mi>
 
16267
          <mi>h</mi>
 
16268
          <mi>i</mi>
 
16269
          <mi>j</mi>
 
16270
          <mi>k</mi>
 
16271
          <mi>l</mi>
 
16272
          <mi>m</mi>
 
16273
          <mi>n</mi>
 
16274
          <mi>o</mi>
 
16275
          <mi>p</mi>
 
16276
          <mi>q</mi>
 
16277
          <mi>r</mi>
 
16278
          <mi>s</mi>
 
16279
          <mi>t</mi>
 
16280
          <mi>u</mi>
 
16281
          <mi>v</mi>
 
16282
          <mi>w</mi>
 
16283
          <mi>x</mi>
 
16284
          <mi>y</mi>
 
16285
          <mi>z</mi>
 
16286
          <mi>1</mi>
 
16287
          <mi>2</mi>
 
16288
          <mi>3</mi>
 
16289
          <mi>4</mi>
 
16290
          <mi>5</mi>
 
16291
          <mi>6</mi>
 
16292
        </mrow>
 
16293
      </msup>
 
16294
    </mml:math>]]>
 
16295
</programlisting>
 
16296
<para>is rendered as:</para>
 
16297
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
16298
      <mi>A</mi>
 
16299
      <mi>B</mi>
 
16300
      <mi>C</mi>
 
16301
      <mi>D</mi>
 
16302
      <mi>E</mi>
 
16303
      <mi>F</mi>
 
16304
      <mi>G</mi>
 
16305
      <mi>H</mi>
 
16306
      <mi>I</mi>
 
16307
      <mi>J</mi>
 
16308
      <mi>K</mi>
 
16309
      <mi>L</mi>
 
16310
      <mi>M</mi>
 
16311
      <mi>N</mi>
 
16312
      <mi>O</mi>
 
16313
      <mi>P</mi>
 
16314
      <mi>Q</mi>
 
16315
      <mi>R</mi>
 
16316
      <mi>S</mi>
 
16317
      <mi>T</mi>
 
16318
      <mi>U</mi>
 
16319
      <mi>V</mi>
 
16320
      <mi>W</mi>
 
16321
      <mi>X</mi>
 
16322
      <mi>Y</mi>
 
16323
      <mi>Z</mi>
 
16324
      <mn>1</mn>
 
16325
      <mn>2</mn>
 
16326
      <mn>3</mn>
 
16327
      <mn>4</mn>
 
16328
      <mn>5</mn>
 
16329
      <mn>6</mn>
 
16330
      <mi>a</mi>
 
16331
      <mi>b</mi>
 
16332
      <mi>c</mi>
 
16333
      <mi>d</mi>
 
16334
      <mi>e</mi>
 
16335
      <mi>f</mi>
 
16336
      <mi>g</mi>
 
16337
      <mi>h</mi>
 
16338
      <mi>i</mi>
 
16339
      <mi>j</mi>
 
16340
      <mi>k</mi>
 
16341
      <mi>l</mi>
 
16342
      <mi>m</mi>
 
16343
      <mi>n</mi>
 
16344
      <mi>o</mi>
 
16345
      <mi>p</mi>
 
16346
      <mi>q</mi>
 
16347
      <mi>r</mi>
 
16348
      <mi>s</mi>
 
16349
      <mi>t</mi>
 
16350
      <mi>u</mi>
 
16351
      <mi>v</mi>
 
16352
      <mi>w</mi>
 
16353
      <mi>x</mi>
 
16354
      <mi>y</mi>
 
16355
      <mi>z</mi>
 
16356
      <mi>1</mi>
 
16357
      <mi>2</mi>
 
16358
      <mi>3</mi>
 
16359
      <mi>4</mi>
 
16360
      <mi>5</mi>
 
16361
      <mi>6</mi>
 
16362
      <msup>
 
16363
        <mi>2</mi>
 
16364
        <mrow>
 
16365
          <mi>A</mi>
 
16366
          <mi>B</mi>
 
16367
          <mi>C</mi>
 
16368
          <mi>D</mi>
 
16369
          <mi>E</mi>
 
16370
          <mi>F</mi>
 
16371
          <mi>G</mi>
 
16372
          <mi>H</mi>
 
16373
          <mi>I</mi>
 
16374
          <mi>J</mi>
 
16375
          <mi>K</mi>
 
16376
          <mi>L</mi>
 
16377
          <mi>M</mi>
 
16378
          <mi>N</mi>
 
16379
          <mi>O</mi>
 
16380
          <mi>P</mi>
 
16381
          <mi>Q</mi>
 
16382
          <mi>R</mi>
 
16383
          <mi>S</mi>
 
16384
          <mi>T</mi>
 
16385
          <mi>U</mi>
 
16386
          <mi>V</mi>
 
16387
          <mi>W</mi>
 
16388
          <mi>X</mi>
 
16389
          <mi>Y</mi>
 
16390
          <mi>Z</mi>
 
16391
          <mi>1</mi>
 
16392
          <mi>2</mi>
 
16393
          <mi>3</mi>
 
16394
          <mi>4</mi>
 
16395
          <mi>5</mi>
 
16396
          <mi>6</mi>
 
16397
          <mi>a</mi>
 
16398
          <mi>b</mi>
 
16399
          <mi>c</mi>
 
16400
          <mi>d</mi>
 
16401
          <mi>e</mi>
 
16402
          <mi>f</mi>
 
16403
          <mi>g</mi>
 
16404
          <mi>h</mi>
 
16405
          <mi>i</mi>
 
16406
          <mi>j</mi>
 
16407
          <mi>k</mi>
 
16408
          <mi>l</mi>
 
16409
          <mi>m</mi>
 
16410
          <mi>n</mi>
 
16411
          <mi>o</mi>
 
16412
          <mi>p</mi>
 
16413
          <mi>q</mi>
 
16414
          <mi>r</mi>
 
16415
          <mi>s</mi>
 
16416
          <mi>t</mi>
 
16417
          <mi>u</mi>
 
16418
          <mi>v</mi>
 
16419
          <mi>w</mi>
 
16420
          <mi>x</mi>
 
16421
          <mi>y</mi>
 
16422
          <mi>z</mi>
 
16423
          <mi>1</mi>
 
16424
          <mi>2</mi>
 
16425
          <mi>3</mi>
 
16426
          <mi>4</mi>
 
16427
          <mi>5</mi>
 
16428
          <mi>6</mi>
 
16429
        </mrow>
 
16430
      </msup>
 
16431
    </mml:math></sect3>
 
16432
<sect3><title>msupBsize2.mml</title>
 
16433
<programlisting>
 
16434
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
16435
      <msup>
 
16436
        <mi>x</mi>
 
16437
        <mn>1</mn>
 
16438
      </msup>
 
16439
      <mo>+</mo>
 
16440
      <msup>
 
16441
        <mi>x</mi>
 
16442
        <mi>a</mi>
 
16443
      </msup>
 
16444
      <mo>+</mo>
 
16445
      <msup>
 
16446
        <mi>H</mi>
 
16447
        <mi>a</mi>
 
16448
      </msup>
 
16449
      <mo>+</mo>
 
16450
      <msup>
 
16451
        <mi>H</mi>
 
16452
        <mi>1</mi>
 
16453
      </msup>
 
16454
    </mml:math>]]>
 
16455
</programlisting>
 
16456
<para>is rendered as:</para>
 
16457
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
16458
      <msup>
 
16459
        <mi>x</mi>
 
16460
        <mn>1</mn>
 
16461
      </msup>
 
16462
      <mo>+</mo>
 
16463
      <msup>
 
16464
        <mi>x</mi>
 
16465
        <mi>a</mi>
 
16466
      </msup>
 
16467
      <mo>+</mo>
 
16468
      <msup>
 
16469
        <mi>H</mi>
 
16470
        <mi>a</mi>
 
16471
      </msup>
 
16472
      <mo>+</mo>
 
16473
      <msup>
 
16474
        <mi>H</mi>
 
16475
        <mi>1</mi>
 
16476
      </msup>
 
16477
    </mml:math></sect3>
 
16478
<sect3><title>msupBsize3.mml</title>
 
16479
<programlisting>
 
16480
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16481
      <msup> 
 
16482
        <mo>&#x0222B;</mo> 
 
16483
        <mn>1</mn> 
 
16484
      </msup> 
 
16485
      <mo>+</mo> 
 
16486
      <msup> 
 
16487
        <mstyle background='green'> 
 
16488
          <mfrac> 
 
16489
            <mi>x</mi> 
 
16490
            <mi>y</mi> 
 
16491
          </mfrac> 
 
16492
        </mstyle> 
 
16493
        <mi>a</mi> 
 
16494
      </msup> 
 
16495
      <mo>+</mo> 
 
16496
      <msup> 
 
16497
        <mstyle background='green'> 
 
16498
          <mfrac> 
 
16499
            <mi>x</mi> 
 
16500
            <mi>y</mi> 
 
16501
          </mfrac> 
 
16502
        </mstyle> 
 
16503
        <mn>1</mn> 
 
16504
      </msup> 
 
16505
      <mo>+</mo> 
 
16506
      <msup> 
 
16507
        <mo>&#x0222B;</mo> 
 
16508
        <mi>a</mi> 
 
16509
      </msup> 
 
16510
      <mo>+</mo> 
 
16511
      <mstyle displaystyle="true"> 
 
16512
        <msup> 
 
16513
          <mo>&#x0222B;</mo> 
 
16514
          <mi>a</mi> 
 
16515
        </msup> 
 
16516
      </mstyle> 
 
16517
    </mml:math>]]>
 
16518
</programlisting>
 
16519
<para>is rendered as:</para>
 
16520
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16521
      <msup> 
 
16522
        <mo>&#x0222B;</mo> 
 
16523
        <mn>1</mn> 
 
16524
      </msup> 
 
16525
      <mo>+</mo> 
 
16526
      <msup> 
 
16527
        <mstyle background='green'> 
 
16528
          <mfrac> 
 
16529
            <mi>x</mi> 
 
16530
            <mi>y</mi> 
 
16531
          </mfrac> 
 
16532
        </mstyle> 
 
16533
        <mi>a</mi> 
 
16534
      </msup> 
 
16535
      <mo>+</mo> 
 
16536
      <msup> 
 
16537
        <mstyle background='green'> 
 
16538
          <mfrac> 
 
16539
            <mi>x</mi> 
 
16540
            <mi>y</mi> 
 
16541
          </mfrac> 
 
16542
        </mstyle> 
 
16543
        <mn>1</mn> 
 
16544
      </msup> 
 
16545
      <mo>+</mo> 
 
16546
      <msup> 
 
16547
        <mo>&#x0222B;</mo> 
 
16548
        <mi>a</mi> 
 
16549
      </msup> 
 
16550
      <mo>+</mo> 
 
16551
      <mstyle displaystyle="true"> 
 
16552
        <msup> 
 
16553
          <mo>&#x0222B;</mo> 
 
16554
          <mi>a</mi> 
 
16555
        </msup> 
 
16556
      </mstyle> 
 
16557
    </mml:math></sect3>
 
16558
<sect3><title>msupSadvance1.mml</title>
 
16559
<programlisting>
 
16560
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
16561
      <msup>
 
16562
        <mi>H</mi>
 
16563
        <mn>2</mn>
 
16564
      </msup>
 
16565
      <mo>+</mo>
 
16566
      <msup>
 
16567
        <mi>&#x0210B;</mi>
 
16568
        <mn>2</mn>
 
16569
      </msup>
 
16570
    </mml:math>]]>
 
16571
</programlisting>
 
16572
<para>is rendered as:</para>
 
16573
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
16574
      <msup>
 
16575
        <mi>H</mi>
 
16576
        <mn>2</mn>
 
16577
      </msup>
 
16578
      <mo>+</mo>
 
16579
      <msup>
 
16580
        <mi>&#x0210B;</mi>
 
16581
        <mn>2</mn>
 
16582
      </msup>
 
16583
    </mml:math></sect3>
 
16584
</sect2>
 
16585
<sect2><title>munder</title>
 
16586
<sect3><title>munder1.mml</title>
 
16587
<programlisting>
 
16588
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16589
      <mrow> 
 
16590
        <munder> 
 
16591
          <mo> ( </mo> 
 
16592
          <mo> &#x00332; </mo> 
 
16593
        </munder> 
 
16594
        <mfrac> 
 
16595
          <mi> a </mi> 
 
16596
          <mi> b </mi> 
 
16597
        </mfrac> 
 
16598
        <mover> 
 
16599
          <mo> ) </mo> 
 
16600
          <mo> &#x000AF; </mo> 
 
16601
        </mover> 
 
16602
      </mrow> 
 
16603
    </mml:math>]]>
 
16604
</programlisting>
 
16605
<para>is rendered as:</para>
 
16606
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16607
      <mrow> 
 
16608
        <munder> 
 
16609
          <mo> ( </mo> 
 
16610
          <mo> &#x00332; </mo> 
 
16611
        </munder> 
 
16612
        <mfrac> 
 
16613
          <mi> a </mi> 
 
16614
          <mi> b </mi> 
 
16615
        </mfrac> 
 
16616
        <mover> 
 
16617
          <mo> ) </mo> 
 
16618
          <mo> &#x000AF; </mo> 
 
16619
        </mover> 
 
16620
      </mrow> 
 
16621
    </mml:math></sect3>
 
16622
<sect3><title>munder2.mml</title>
 
16623
<programlisting>
 
16624
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16625
      <mrow> 
 
16626
        <munder accentunder="true"> 
 
16627
          <mrow> 
 
16628
            <mi> x </mi> 
 
16629
            <mo> + </mo> 
 
16630
            <mi> y </mi> 
 
16631
            <mo> + </mo> 
 
16632
            <mi> z </mi> 
 
16633
          </mrow> 
 
16634
          <mo stretchy='true'> &#x0FE38; </mo> 
 
16635
        </munder> 
 
16636
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
 
16637
        </mtext> 
 
16638
        <munder accentunder="false"> 
 
16639
          <mrow> 
 
16640
            <mi> x </mi> 
 
16641
            <mo> + </mo> 
 
16642
            <mi> y </mi> 
 
16643
            <mo> + </mo> 
 
16644
            <mi> z </mi> 
 
16645
          </mrow> 
 
16646
          <mo stretchy='true'> &#x0FE38; </mo> 
 
16647
        </munder> 
 
16648
      </mrow> 
 
16649
    </mml:math>]]>
 
16650
</programlisting>
 
16651
<para>is rendered as:</para>
 
16652
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16653
      <mrow> 
 
16654
        <munder accentunder="true"> 
 
16655
          <mrow> 
 
16656
            <mi> x </mi> 
 
16657
            <mo> + </mo> 
 
16658
            <mi> y </mi> 
 
16659
            <mo> + </mo> 
 
16660
            <mi> z </mi> 
 
16661
          </mrow> 
 
16662
          <mo stretchy='true'> &#x0FE38; </mo> 
 
16663
        </munder> 
 
16664
        <mtext> &#x02009;&#x0200A;&#x0200A; vs &#x02009;&#x0200A;&#x0200A; 
 
16665
        </mtext> 
 
16666
        <munder accentunder="false"> 
 
16667
          <mrow> 
 
16668
            <mi> x </mi> 
 
16669
            <mo> + </mo> 
 
16670
            <mi> y </mi> 
 
16671
            <mo> + </mo> 
 
16672
            <mi> z </mi> 
 
16673
          </mrow> 
 
16674
          <mo stretchy='true'> &#x0FE38; </mo> 
 
16675
        </munder> 
 
16676
      </mrow> 
 
16677
    </mml:math></sect3>
 
16678
</sect2>
 
16679
</sect1>
 
16680
<sect1><title>TablesAndMatrices</title>
 
16681
<sect2><title>mtable</title>
 
16682
<sect3><title>deprecated-mtd1.mml</title>
 
16683
<programlisting>
 
16684
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16685
      <mtd> </mtd> 
 
16686
    </mml:math>]]>
 
16687
</programlisting>
 
16688
<para>is rendered as:</para>
 
16689
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16690
      <mtd> </mtd> 
 
16691
    </mml:math></sect3>
 
16692
<sect3><title>deprecated-mtd2.mml</title>
 
16693
<programlisting>
 
16694
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16695
      <mtd> 
 
16696
        <mrow> </mrow> 
 
16697
      </mtd> 
 
16698
    </mml:math>]]>
 
16699
</programlisting>
 
16700
<para>is rendered as:</para>
 
16701
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16702
      <mtd> 
 
16703
        <mrow> </mrow> 
 
16704
      </mtd> 
 
16705
    </mml:math></sect3>
 
16706
<sect3><title>maligngroup1.mml</title>
 
16707
<programlisting>
 
16708
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16709
      <mtable groupalign='{decimalpoint left left decimalpoint left left decimalpoint}'> 
 
16710
        <mtr> 
 
16711
          <mtd> 
 
16712
            <mrow> 
 
16713
              <mrow> 
 
16714
                <maligngroup/> 
 
16715
                <mn> 8.44 </mn> 
 
16716
                <mo> &#x02062; </mo> 
 
16717
                <maligngroup/> 
 
16718
                <mi> x </mi> 
 
16719
              </mrow> 
 
16720
              <maligngroup/> 
 
16721
              <mo> + </mo> 
 
16722
              <mrow> 
 
16723
                <maligngroup/> 
 
16724
                <mn> 55 </mn> 
 
16725
                <mo> &#x02062; </mo> 
 
16726
                <maligngroup/> 
 
16727
                <mi> y </mi> 
 
16728
              </mrow> 
 
16729
            </mrow> 
 
16730
            <maligngroup/> 
 
16731
            <mo> = </mo> 
 
16732
            <maligngroup/> 
 
16733
            <mn> 0 </mn> 
 
16734
          </mtd> 
 
16735
        </mtr> 
 
16736
        <mtr> 
 
16737
          <mtd> 
 
16738
            <mrow> 
 
16739
              <mrow> 
 
16740
                <maligngroup/> 
 
16741
                <mn> 3.1 </mn> 
 
16742
                <mo> &#x02062; </mo> 
 
16743
                <maligngroup/> 
 
16744
                <mi> x </mi> 
 
16745
              </mrow> 
 
16746
              <maligngroup/> 
 
16747
              <mo> - </mo> 
 
16748
              <mrow> 
 
16749
                <maligngroup/> 
 
16750
                <mn> 0.7 </mn> 
 
16751
                <mo> &#x02062; </mo> 
 
16752
                <maligngroup/> 
 
16753
                <mi> y </mi> 
 
16754
              </mrow> 
 
16755
            </mrow> 
 
16756
            <maligngroup/> 
 
16757
            <mo> = </mo> 
 
16758
            <maligngroup/> 
 
16759
            <mrow> 
 
16760
              <mo> - </mo> 
 
16761
              <mn> 1.1 </mn> 
 
16762
            </mrow> 
 
16763
          </mtd> 
 
16764
        </mtr> 
 
16765
      </mtable> 
 
16766
    </mml:math>]]>
 
16767
</programlisting>
 
16768
<para>is rendered as:</para>
 
16769
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16770
      <mtable groupalign='{decimalpoint left left decimalpoint left left decimalpoint}'> 
 
16771
        <mtr> 
 
16772
          <mtd> 
 
16773
            <mrow> 
 
16774
              <mrow> 
 
16775
                <maligngroup/> 
 
16776
                <mn> 8.44 </mn> 
 
16777
                <mo> &#x02062; </mo> 
 
16778
                <maligngroup/> 
 
16779
                <mi> x </mi> 
 
16780
              </mrow> 
 
16781
              <maligngroup/> 
 
16782
              <mo> + </mo> 
 
16783
              <mrow> 
 
16784
                <maligngroup/> 
 
16785
                <mn> 55 </mn> 
 
16786
                <mo> &#x02062; </mo> 
 
16787
                <maligngroup/> 
 
16788
                <mi> y </mi> 
 
16789
              </mrow> 
 
16790
            </mrow> 
 
16791
            <maligngroup/> 
 
16792
            <mo> = </mo> 
 
16793
            <maligngroup/> 
 
16794
            <mn> 0 </mn> 
 
16795
          </mtd> 
 
16796
        </mtr> 
 
16797
        <mtr> 
 
16798
          <mtd> 
 
16799
            <mrow> 
 
16800
              <mrow> 
 
16801
                <maligngroup/> 
 
16802
                <mn> 3.1 </mn> 
 
16803
                <mo> &#x02062; </mo> 
 
16804
                <maligngroup/> 
 
16805
                <mi> x </mi> 
 
16806
              </mrow> 
 
16807
              <maligngroup/> 
 
16808
              <mo> - </mo> 
 
16809
              <mrow> 
 
16810
                <maligngroup/> 
 
16811
                <mn> 0.7 </mn> 
 
16812
                <mo> &#x02062; </mo> 
 
16813
                <maligngroup/> 
 
16814
                <mi> y </mi> 
 
16815
              </mrow> 
 
16816
            </mrow> 
 
16817
            <maligngroup/> 
 
16818
            <mo> = </mo> 
 
16819
            <maligngroup/> 
 
16820
            <mrow> 
 
16821
              <mo> - </mo> 
 
16822
              <mn> 1.1 </mn> 
 
16823
            </mrow> 
 
16824
          </mtd> 
 
16825
        </mtr> 
 
16826
      </mtable> 
 
16827
    </mml:math></sect3>
 
16828
<sect3><title>mtable2.mml</title>
 
16829
<programlisting>
 
16830
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
16831
      <mtable columnwidth='auto 9em fit' rowspacing='3ex' columnalign='left'> 
 
16832
        <mtr> 
 
16833
          <mtd> 
 
16834
            <mn>1</mn> 
 
16835
          </mtd> 
 
16836
          <mtd> 
 
16837
            <mrow> 
 
16838
              <mi>x</mi> 
 
16839
              <mo>+</mo> 
 
16840
              <mi>y</mi> 
 
16841
            </mrow> 
 
16842
          </mtd> 
 
16843
          <mtd> 
 
16844
            <mrow> 
 
16845
              <msup> 
 
16846
                <mi>x</mi> 
 
16847
                <mn>2</mn> 
 
16848
              </msup> 
 
16849
              <mo>+</mo> 
 
16850
              <mrow> 
 
16851
                <mn>2</mn> 
 
16852
                <mo>&#x02062;</mo> 
 
16853
                <mi>y</mi> 
 
16854
                <mo>&#x02062;</mo> 
 
16855
                <mi>x</mi> 
 
16856
              </mrow> 
 
16857
              <mo>+</mo> 
 
16858
              <msup> 
 
16859
                <mi>y</mi> 
 
16860
                <mn>2</mn> 
 
16861
              </msup> 
 
16862
            </mrow> 
 
16863
          </mtd> 
 
16864
        </mtr> 
 
16865
        <mtr> 
 
16866
          <mtd> 
 
16867
            <mrow> 
 
16868
              <mi>x</mi> 
 
16869
              <mo>+</mo> 
 
16870
              <mi>y</mi> 
 
16871
            </mrow> 
 
16872
          </mtd> 
 
16873
          <mtd> 
 
16874
            <mrow> 
 
16875
              <msup> 
 
16876
                <mi>x</mi> 
 
16877
                <mn>2</mn> 
 
16878
              </msup> 
 
16879
              <mo>+</mo> 
 
16880
              <mrow> 
 
16881
                <mn>2</mn> 
 
16882
                <mo>&#x02062;</mo> 
 
16883
                <mi>y</mi> 
 
16884
                <mo>&#x02062;</mo> 
 
16885
                <mi>x</mi> 
 
16886
              </mrow> 
 
16887
              <mo>+</mo> 
 
16888
              <msup> 
 
16889
                <mi>y</mi> 
 
16890
                <mn>2</mn> 
 
16891
              </msup> 
 
16892
            </mrow> 
 
16893
          </mtd> 
 
16894
          <mtd> 
 
16895
            <mrow> 
 
16896
              <msup> 
 
16897
                <mi>x</mi> 
 
16898
                <mn>3</mn> 
 
16899
              </msup> 
 
16900
              <mo>+</mo> 
 
16901
              <mrow> 
 
16902
                <mn>3</mn> 
 
16903
                <mo>&#x02062;</mo> 
 
16904
                <mi>y</mi> 
 
16905
                <mo>&#x02062;</mo> 
 
16906
                <msup> 
 
16907
                  <mi>x</mi> 
 
16908
                  <mn>2</mn> 
 
16909
                </msup> 
 
16910
              </mrow> 
 
16911
              <mo>+</mo> 
 
16912
              <mrow> 
 
16913
                <mn>3</mn> 
 
16914
                <mo>&#x02062;</mo> 
 
16915
                <msup> 
 
16916
                  <mi>y</mi> 
 
16917
                  <mn>2</mn> 
 
16918
                </msup> 
 
16919
                <mo>&#x02062;</mo> 
 
16920
                <mi>x</mi> 
 
16921
              </mrow> 
 
16922
              <mo>+</mo> 
 
16923
              <msup> 
 
16924
                <mi>y</mi> 
 
16925
                <mn>3</mn> 
 
16926
              </msup> 
 
16927
            </mrow> 
 
16928
          </mtd> 
 
16929
        </mtr> 
 
16930
        <mtr> 
 
16931
          <mtd> 
 
16932
            <mrow> 
 
16933
              <msup> 
 
16934
                <mi>x</mi> 
 
16935
                <mn>2</mn> 
 
16936
              </msup> 
 
16937
              <mo>+</mo> 
 
16938
              <mrow> 
 
16939
                <mn>2</mn> 
 
16940
                <mo>&#x02062;</mo> 
 
16941
                <mi>y</mi> 
 
16942
                <mo>&#x02062;</mo> 
 
16943
                <mi>x</mi> 
 
16944
              </mrow> 
 
16945
              <mo>+</mo> 
 
16946
              <msup> 
 
16947
                <mi>y</mi> 
 
16948
                <mn>2</mn> 
 
16949
              </msup> 
 
16950
            </mrow> 
 
16951
          </mtd> 
 
16952
          <mtd> 
 
16953
            <mrow> 
 
16954
              <msup> 
 
16955
                <mi>x</mi> 
 
16956
                <mn>3</mn> 
 
16957
              </msup> 
 
16958
              <mo>+</mo> 
 
16959
              <mrow> 
 
16960
                <mn>3</mn> 
 
16961
                <mo>&#x02062;</mo> 
 
16962
                <mi>y</mi> 
 
16963
                <mo>&#x02062;</mo> 
 
16964
                <msup> 
 
16965
                  <mi>x</mi> 
 
16966
                  <mn>2</mn> 
 
16967
                </msup> 
 
16968
              </mrow> 
 
16969
              <mo>+</mo> 
 
16970
              <mrow> 
 
16971
                <mn>3</mn> 
 
16972
                <mo>&#x02062;</mo> 
 
16973
                <msup> 
 
16974
                  <mi>y</mi> 
 
16975
                  <mn>2</mn> 
 
16976
                </msup> 
 
16977
                <mo>&#x02062;</mo> 
 
16978
                <mi>x</mi> 
 
16979
              </mrow> 
 
16980
              <mo>+</mo> 
 
16981
              <msup> 
 
16982
                <mi>y</mi> 
 
16983
                <mn>3</mn> 
 
16984
              </msup> 
 
16985
            </mrow> 
 
16986
          </mtd> 
 
16987
          <mtd> 
 
16988
            <mrow> 
 
16989
              <msup> 
 
16990
                <mi>x</mi> 
 
16991
                <mn>4</mn> 
 
16992
              </msup> 
 
16993
              <mo>+</mo> 
 
16994
              <mrow> 
 
16995
                <mn>4</mn> 
 
16996
                <mo>&#x02062;</mo> 
 
16997
                <mi>y</mi> 
 
16998
                <mo>&#x02062;</mo> 
 
16999
                <msup> 
 
17000
                  <mi>x</mi> 
 
17001
                  <mn>3</mn> 
 
17002
                </msup> 
 
17003
              </mrow> 
 
17004
              <mo>+</mo> 
 
17005
              <mrow> 
 
17006
                <mn>6</mn> 
 
17007
                <mo>&#x02062;</mo> 
 
17008
                <msup> 
 
17009
                  <mi>y</mi> 
 
17010
                  <mn>2</mn> 
 
17011
                </msup> 
 
17012
                <mo>&#x02062;</mo> 
 
17013
                <msup> 
 
17014
                  <mi>x</mi> 
 
17015
                  <mn>2</mn> 
 
17016
                </msup> 
 
17017
              </mrow> 
 
17018
              <mo>+</mo> 
 
17019
              <mrow> 
 
17020
                <mn>4</mn> 
 
17021
                <mo>&#x02062;</mo> 
 
17022
                <msup> 
 
17023
                  <mi>y</mi> 
 
17024
                  <mn>3</mn> 
 
17025
                </msup> 
 
17026
                <mo>&#x02062;</mo> 
 
17027
                <mi>x</mi> 
 
17028
              </mrow> 
 
17029
              <mo>+</mo> 
 
17030
              <msup> 
 
17031
                <mi>y</mi> 
 
17032
                <mn>4</mn> 
 
17033
              </msup> 
 
17034
            </mrow> 
 
17035
          </mtd> 
 
17036
        </mtr> 
 
17037
        <mtr> 
 
17038
          <mtd> 
 
17039
            <mrow> 
 
17040
              <msup> 
 
17041
                <mi>x</mi> 
 
17042
                <mn>3</mn> 
 
17043
              </msup> 
 
17044
              <mo>+</mo> 
 
17045
              <mrow> 
 
17046
                <mn>3</mn> 
 
17047
                <mo>&#x02062;</mo> 
 
17048
                <mi>y</mi> 
 
17049
                <mo>&#x02062;</mo> 
 
17050
                <msup> 
 
17051
                  <mi>x</mi> 
 
17052
                  <mn>2</mn> 
 
17053
                </msup> 
 
17054
              </mrow> 
 
17055
              <mo>+</mo> 
 
17056
              <mrow> 
 
17057
                <mn>3</mn> 
 
17058
                <mo>&#x02062;</mo> 
 
17059
                <msup> 
 
17060
                  <mi>y</mi> 
 
17061
                  <mn>2</mn> 
 
17062
                </msup> 
 
17063
                <mo>&#x02062;</mo> 
 
17064
                <mi>x</mi> 
 
17065
              </mrow> 
 
17066
              <mo>+</mo> 
 
17067
              <msup> 
 
17068
                <mi>y</mi> 
 
17069
                <mn>3</mn> 
 
17070
              </msup> 
 
17071
            </mrow> 
 
17072
          </mtd> 
 
17073
          <mtd> 
 
17074
            <mrow> 
 
17075
              <msup> 
 
17076
                <mi>x</mi> 
 
17077
                <mn>4</mn> 
 
17078
              </msup> 
 
17079
              <mo>+</mo> 
 
17080
              <mrow> 
 
17081
                <mn>4</mn> 
 
17082
                <mo>&#x02062;</mo> 
 
17083
                <mi>y</mi> 
 
17084
                <mo>&#x02062;</mo> 
 
17085
                <msup> 
 
17086
                  <mi>x</mi> 
 
17087
                  <mn>3</mn> 
 
17088
                </msup> 
 
17089
              </mrow> 
 
17090
              <mo>+</mo> 
 
17091
              <mrow> 
 
17092
                <mn>6</mn> 
 
17093
                <mo>&#x02062;</mo> 
 
17094
                <msup> 
 
17095
                  <mi>y</mi> 
 
17096
                  <mn>2</mn> 
 
17097
                </msup> 
 
17098
                <mo>&#x02062;</mo> 
 
17099
                <msup> 
 
17100
                  <mi>x</mi> 
 
17101
                  <mn>2</mn> 
 
17102
                </msup> 
 
17103
              </mrow> 
 
17104
              <mo>+</mo> 
 
17105
              <mrow> 
 
17106
                <mn>4</mn> 
 
17107
                <mo>&#x02062;</mo> 
 
17108
                <msup> 
 
17109
                  <mi>y</mi> 
 
17110
                  <mn>3</mn> 
 
17111
                </msup> 
 
17112
                <mo>&#x02062;</mo> 
 
17113
                <mi>x</mi> 
 
17114
              </mrow> 
 
17115
              <mo>+</mo> 
 
17116
              <msup> 
 
17117
                <mi>y</mi> 
 
17118
                <mn>4</mn> 
 
17119
              </msup> 
 
17120
            </mrow> 
 
17121
          </mtd> 
 
17122
          <mtd> 
 
17123
            <mrow> 
 
17124
              <msup> 
 
17125
                <mi>x</mi> 
 
17126
                <mn>5</mn> 
 
17127
              </msup> 
 
17128
              <mo>+</mo> 
 
17129
              <mrow> 
 
17130
                <mn>5</mn> 
 
17131
                <mo>&#x02062;</mo> 
 
17132
                <mi>y</mi> 
 
17133
                <mo>&#x02062;</mo> 
 
17134
                <msup> 
 
17135
                  <mi>x</mi> 
 
17136
                  <mn>4</mn> 
 
17137
                </msup> 
 
17138
              </mrow> 
 
17139
              <mo>+</mo> 
 
17140
              <mrow> 
 
17141
                <mn>10</mn> 
 
17142
                <mo>&#x02062;</mo> 
 
17143
                <msup> 
 
17144
                  <mi>y</mi> 
 
17145
                  <mn>2</mn> 
 
17146
                </msup> 
 
17147
                <mo>&#x02062;</mo> 
 
17148
                <msup> 
 
17149
                  <mi>x</mi> 
 
17150
                  <mn>3</mn> 
 
17151
                </msup> 
 
17152
              </mrow> 
 
17153
              <mo>+</mo> 
 
17154
              <mrow> 
 
17155
                <mn>10</mn> 
 
17156
                <mo>&#x02062;</mo> 
 
17157
                <msup> 
 
17158
                  <mi>y</mi> 
 
17159
                  <mn>3</mn> 
 
17160
                </msup> 
 
17161
                <mo>&#x02062;</mo> 
 
17162
                <msup> 
 
17163
                  <mi>x</mi> 
 
17164
                  <mn>2</mn> 
 
17165
                </msup> 
 
17166
              </mrow> 
 
17167
              <mo>+</mo> 
 
17168
              <mrow> 
 
17169
                <mn>5</mn> 
 
17170
                <mo>&#x02062;</mo> 
 
17171
                <msup> 
 
17172
                  <mi>y</mi> 
 
17173
                  <mn>4</mn> 
 
17174
                </msup> 
 
17175
                <mo>&#x02062;</mo> 
 
17176
                <mi>x</mi> 
 
17177
              </mrow> 
 
17178
              <mo>+</mo> 
 
17179
              <msup> 
 
17180
                <mi>y</mi> 
 
17181
                <mn>5</mn> 
 
17182
              </msup> 
 
17183
            </mrow> 
 
17184
          </mtd> 
 
17185
        </mtr> 
 
17186
      </mtable> 
 
17187
    </mml:math>]]>
 
17188
</programlisting>
 
17189
<para>is rendered as:</para>
 
17190
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
17191
      <mtable columnwidth='auto 9em fit' rowspacing='3ex' columnalign='left'> 
 
17192
        <mtr> 
 
17193
          <mtd> 
 
17194
            <mn>1</mn> 
 
17195
          </mtd> 
 
17196
          <mtd> 
 
17197
            <mrow> 
 
17198
              <mi>x</mi> 
 
17199
              <mo>+</mo> 
 
17200
              <mi>y</mi> 
 
17201
            </mrow> 
 
17202
          </mtd> 
 
17203
          <mtd> 
 
17204
            <mrow> 
 
17205
              <msup> 
 
17206
                <mi>x</mi> 
 
17207
                <mn>2</mn> 
 
17208
              </msup> 
 
17209
              <mo>+</mo> 
 
17210
              <mrow> 
 
17211
                <mn>2</mn> 
 
17212
                <mo>&#x02062;</mo> 
 
17213
                <mi>y</mi> 
 
17214
                <mo>&#x02062;</mo> 
 
17215
                <mi>x</mi> 
 
17216
              </mrow> 
 
17217
              <mo>+</mo> 
 
17218
              <msup> 
 
17219
                <mi>y</mi> 
 
17220
                <mn>2</mn> 
 
17221
              </msup> 
 
17222
            </mrow> 
 
17223
          </mtd> 
 
17224
        </mtr> 
 
17225
        <mtr> 
 
17226
          <mtd> 
 
17227
            <mrow> 
 
17228
              <mi>x</mi> 
 
17229
              <mo>+</mo> 
 
17230
              <mi>y</mi> 
 
17231
            </mrow> 
 
17232
          </mtd> 
 
17233
          <mtd> 
 
17234
            <mrow> 
 
17235
              <msup> 
 
17236
                <mi>x</mi> 
 
17237
                <mn>2</mn> 
 
17238
              </msup> 
 
17239
              <mo>+</mo> 
 
17240
              <mrow> 
 
17241
                <mn>2</mn> 
 
17242
                <mo>&#x02062;</mo> 
 
17243
                <mi>y</mi> 
 
17244
                <mo>&#x02062;</mo> 
 
17245
                <mi>x</mi> 
 
17246
              </mrow> 
 
17247
              <mo>+</mo> 
 
17248
              <msup> 
 
17249
                <mi>y</mi> 
 
17250
                <mn>2</mn> 
 
17251
              </msup> 
 
17252
            </mrow> 
 
17253
          </mtd> 
 
17254
          <mtd> 
 
17255
            <mrow> 
 
17256
              <msup> 
 
17257
                <mi>x</mi> 
 
17258
                <mn>3</mn> 
 
17259
              </msup> 
 
17260
              <mo>+</mo> 
 
17261
              <mrow> 
 
17262
                <mn>3</mn> 
 
17263
                <mo>&#x02062;</mo> 
 
17264
                <mi>y</mi> 
 
17265
                <mo>&#x02062;</mo> 
 
17266
                <msup> 
 
17267
                  <mi>x</mi> 
 
17268
                  <mn>2</mn> 
 
17269
                </msup> 
 
17270
              </mrow> 
 
17271
              <mo>+</mo> 
 
17272
              <mrow> 
 
17273
                <mn>3</mn> 
 
17274
                <mo>&#x02062;</mo> 
 
17275
                <msup> 
 
17276
                  <mi>y</mi> 
 
17277
                  <mn>2</mn> 
 
17278
                </msup> 
 
17279
                <mo>&#x02062;</mo> 
 
17280
                <mi>x</mi> 
 
17281
              </mrow> 
 
17282
              <mo>+</mo> 
 
17283
              <msup> 
 
17284
                <mi>y</mi> 
 
17285
                <mn>3</mn> 
 
17286
              </msup> 
 
17287
            </mrow> 
 
17288
          </mtd> 
 
17289
        </mtr> 
 
17290
        <mtr> 
 
17291
          <mtd> 
 
17292
            <mrow> 
 
17293
              <msup> 
 
17294
                <mi>x</mi> 
 
17295
                <mn>2</mn> 
 
17296
              </msup> 
 
17297
              <mo>+</mo> 
 
17298
              <mrow> 
 
17299
                <mn>2</mn> 
 
17300
                <mo>&#x02062;</mo> 
 
17301
                <mi>y</mi> 
 
17302
                <mo>&#x02062;</mo> 
 
17303
                <mi>x</mi> 
 
17304
              </mrow> 
 
17305
              <mo>+</mo> 
 
17306
              <msup> 
 
17307
                <mi>y</mi> 
 
17308
                <mn>2</mn> 
 
17309
              </msup> 
 
17310
            </mrow> 
 
17311
          </mtd> 
 
17312
          <mtd> 
 
17313
            <mrow> 
 
17314
              <msup> 
 
17315
                <mi>x</mi> 
 
17316
                <mn>3</mn> 
 
17317
              </msup> 
 
17318
              <mo>+</mo> 
 
17319
              <mrow> 
 
17320
                <mn>3</mn> 
 
17321
                <mo>&#x02062;</mo> 
 
17322
                <mi>y</mi> 
 
17323
                <mo>&#x02062;</mo> 
 
17324
                <msup> 
 
17325
                  <mi>x</mi> 
 
17326
                  <mn>2</mn> 
 
17327
                </msup> 
 
17328
              </mrow> 
 
17329
              <mo>+</mo> 
 
17330
              <mrow> 
 
17331
                <mn>3</mn> 
 
17332
                <mo>&#x02062;</mo> 
 
17333
                <msup> 
 
17334
                  <mi>y</mi> 
 
17335
                  <mn>2</mn> 
 
17336
                </msup> 
 
17337
                <mo>&#x02062;</mo> 
 
17338
                <mi>x</mi> 
 
17339
              </mrow> 
 
17340
              <mo>+</mo> 
 
17341
              <msup> 
 
17342
                <mi>y</mi> 
 
17343
                <mn>3</mn> 
 
17344
              </msup> 
 
17345
            </mrow> 
 
17346
          </mtd> 
 
17347
          <mtd> 
 
17348
            <mrow> 
 
17349
              <msup> 
 
17350
                <mi>x</mi> 
 
17351
                <mn>4</mn> 
 
17352
              </msup> 
 
17353
              <mo>+</mo> 
 
17354
              <mrow> 
 
17355
                <mn>4</mn> 
 
17356
                <mo>&#x02062;</mo> 
 
17357
                <mi>y</mi> 
 
17358
                <mo>&#x02062;</mo> 
 
17359
                <msup> 
 
17360
                  <mi>x</mi> 
 
17361
                  <mn>3</mn> 
 
17362
                </msup> 
 
17363
              </mrow> 
 
17364
              <mo>+</mo> 
 
17365
              <mrow> 
 
17366
                <mn>6</mn> 
 
17367
                <mo>&#x02062;</mo> 
 
17368
                <msup> 
 
17369
                  <mi>y</mi> 
 
17370
                  <mn>2</mn> 
 
17371
                </msup> 
 
17372
                <mo>&#x02062;</mo> 
 
17373
                <msup> 
 
17374
                  <mi>x</mi> 
 
17375
                  <mn>2</mn> 
 
17376
                </msup> 
 
17377
              </mrow> 
 
17378
              <mo>+</mo> 
 
17379
              <mrow> 
 
17380
                <mn>4</mn> 
 
17381
                <mo>&#x02062;</mo> 
 
17382
                <msup> 
 
17383
                  <mi>y</mi> 
 
17384
                  <mn>3</mn> 
 
17385
                </msup> 
 
17386
                <mo>&#x02062;</mo> 
 
17387
                <mi>x</mi> 
 
17388
              </mrow> 
 
17389
              <mo>+</mo> 
 
17390
              <msup> 
 
17391
                <mi>y</mi> 
 
17392
                <mn>4</mn> 
 
17393
              </msup> 
 
17394
            </mrow> 
 
17395
          </mtd> 
 
17396
        </mtr> 
 
17397
        <mtr> 
 
17398
          <mtd> 
 
17399
            <mrow> 
 
17400
              <msup> 
 
17401
                <mi>x</mi> 
 
17402
                <mn>3</mn> 
 
17403
              </msup> 
 
17404
              <mo>+</mo> 
 
17405
              <mrow> 
 
17406
                <mn>3</mn> 
 
17407
                <mo>&#x02062;</mo> 
 
17408
                <mi>y</mi> 
 
17409
                <mo>&#x02062;</mo> 
 
17410
                <msup> 
 
17411
                  <mi>x</mi> 
 
17412
                  <mn>2</mn> 
 
17413
                </msup> 
 
17414
              </mrow> 
 
17415
              <mo>+</mo> 
 
17416
              <mrow> 
 
17417
                <mn>3</mn> 
 
17418
                <mo>&#x02062;</mo> 
 
17419
                <msup> 
 
17420
                  <mi>y</mi> 
 
17421
                  <mn>2</mn> 
 
17422
                </msup> 
 
17423
                <mo>&#x02062;</mo> 
 
17424
                <mi>x</mi> 
 
17425
              </mrow> 
 
17426
              <mo>+</mo> 
 
17427
              <msup> 
 
17428
                <mi>y</mi> 
 
17429
                <mn>3</mn> 
 
17430
              </msup> 
 
17431
            </mrow> 
 
17432
          </mtd> 
 
17433
          <mtd> 
 
17434
            <mrow> 
 
17435
              <msup> 
 
17436
                <mi>x</mi> 
 
17437
                <mn>4</mn> 
 
17438
              </msup> 
 
17439
              <mo>+</mo> 
 
17440
              <mrow> 
 
17441
                <mn>4</mn> 
 
17442
                <mo>&#x02062;</mo> 
 
17443
                <mi>y</mi> 
 
17444
                <mo>&#x02062;</mo> 
 
17445
                <msup> 
 
17446
                  <mi>x</mi> 
 
17447
                  <mn>3</mn> 
 
17448
                </msup> 
 
17449
              </mrow> 
 
17450
              <mo>+</mo> 
 
17451
              <mrow> 
 
17452
                <mn>6</mn> 
 
17453
                <mo>&#x02062;</mo> 
 
17454
                <msup> 
 
17455
                  <mi>y</mi> 
 
17456
                  <mn>2</mn> 
 
17457
                </msup> 
 
17458
                <mo>&#x02062;</mo> 
 
17459
                <msup> 
 
17460
                  <mi>x</mi> 
 
17461
                  <mn>2</mn> 
 
17462
                </msup> 
 
17463
              </mrow> 
 
17464
              <mo>+</mo> 
 
17465
              <mrow> 
 
17466
                <mn>4</mn> 
 
17467
                <mo>&#x02062;</mo> 
 
17468
                <msup> 
 
17469
                  <mi>y</mi> 
 
17470
                  <mn>3</mn> 
 
17471
                </msup> 
 
17472
                <mo>&#x02062;</mo> 
 
17473
                <mi>x</mi> 
 
17474
              </mrow> 
 
17475
              <mo>+</mo> 
 
17476
              <msup> 
 
17477
                <mi>y</mi> 
 
17478
                <mn>4</mn> 
 
17479
              </msup> 
 
17480
            </mrow> 
 
17481
          </mtd> 
 
17482
          <mtd> 
 
17483
            <mrow> 
 
17484
              <msup> 
 
17485
                <mi>x</mi> 
 
17486
                <mn>5</mn> 
 
17487
              </msup> 
 
17488
              <mo>+</mo> 
 
17489
              <mrow> 
 
17490
                <mn>5</mn> 
 
17491
                <mo>&#x02062;</mo> 
 
17492
                <mi>y</mi> 
 
17493
                <mo>&#x02062;</mo> 
 
17494
                <msup> 
 
17495
                  <mi>x</mi> 
 
17496
                  <mn>4</mn> 
 
17497
                </msup> 
 
17498
              </mrow> 
 
17499
              <mo>+</mo> 
 
17500
              <mrow> 
 
17501
                <mn>10</mn> 
 
17502
                <mo>&#x02062;</mo> 
 
17503
                <msup> 
 
17504
                  <mi>y</mi> 
 
17505
                  <mn>2</mn> 
 
17506
                </msup> 
 
17507
                <mo>&#x02062;</mo> 
 
17508
                <msup> 
 
17509
                  <mi>x</mi> 
 
17510
                  <mn>3</mn> 
 
17511
                </msup> 
 
17512
              </mrow> 
 
17513
              <mo>+</mo> 
 
17514
              <mrow> 
 
17515
                <mn>10</mn> 
 
17516
                <mo>&#x02062;</mo> 
 
17517
                <msup> 
 
17518
                  <mi>y</mi> 
 
17519
                  <mn>3</mn> 
 
17520
                </msup> 
 
17521
                <mo>&#x02062;</mo> 
 
17522
                <msup> 
 
17523
                  <mi>x</mi> 
 
17524
                  <mn>2</mn> 
 
17525
                </msup> 
 
17526
              </mrow> 
 
17527
              <mo>+</mo> 
 
17528
              <mrow> 
 
17529
                <mn>5</mn> 
 
17530
                <mo>&#x02062;</mo> 
 
17531
                <msup> 
 
17532
                  <mi>y</mi> 
 
17533
                  <mn>4</mn> 
 
17534
                </msup> 
 
17535
                <mo>&#x02062;</mo> 
 
17536
                <mi>x</mi> 
 
17537
              </mrow> 
 
17538
              <mo>+</mo> 
 
17539
              <msup> 
 
17540
                <mi>y</mi> 
 
17541
                <mn>5</mn> 
 
17542
              </msup> 
 
17543
            </mrow> 
 
17544
          </mtd> 
 
17545
        </mtr> 
 
17546
      </mtable> 
 
17547
    </mml:math></sect3>
 
17548
<sect3><title>mtableAalign1.mml</title>
 
17549
<programlisting>
 
17550
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
17551
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right">
 
17552
        <mtr>
 
17553
          <mtd>
 
17554
            <mi>a</mi>
 
17555
          </mtd>
 
17556
          <mtd>
 
17557
            <mi>b</mi>
 
17558
          </mtd>
 
17559
          <mtd>
 
17560
            <mi>c</mi>
 
17561
          </mtd>
 
17562
        </mtr>
 
17563
        <mtr>
 
17564
          <mtd>
 
17565
            <mi>x</mi>
 
17566
          </mtd>
 
17567
          <mtd>
 
17568
            <mi>y</mi>
 
17569
          </mtd>
 
17570
          <mtd>
 
17571
            <mi>z</mi>
 
17572
          </mtd>
 
17573
        </mtr>
 
17574
        <mtr>
 
17575
          <mtd>
 
17576
            <mn>1</mn>
 
17577
          </mtd>
 
17578
          <mtd>
 
17579
            <mn>2</mn>
 
17580
          </mtd>
 
17581
          <mtd>
 
17582
            <mn>3</mn>
 
17583
          </mtd>
 
17584
        </mtr>
 
17585
      </mtable> 
 
17586
    </mml:math>]]>
 
17587
</programlisting>
 
17588
<para>is rendered as:</para>
 
17589
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
17590
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right">
 
17591
        <mtr>
 
17592
          <mtd>
 
17593
            <mi>a</mi>
 
17594
          </mtd>
 
17595
          <mtd>
 
17596
            <mi>b</mi>
 
17597
          </mtd>
 
17598
          <mtd>
 
17599
            <mi>c</mi>
 
17600
          </mtd>
 
17601
        </mtr>
 
17602
        <mtr>
 
17603
          <mtd>
 
17604
            <mi>x</mi>
 
17605
          </mtd>
 
17606
          <mtd>
 
17607
            <mi>y</mi>
 
17608
          </mtd>
 
17609
          <mtd>
 
17610
            <mi>z</mi>
 
17611
          </mtd>
 
17612
        </mtr>
 
17613
        <mtr>
 
17614
          <mtd>
 
17615
            <mn>1</mn>
 
17616
          </mtd>
 
17617
          <mtd>
 
17618
            <mn>2</mn>
 
17619
          </mtd>
 
17620
          <mtd>
 
17621
            <mn>3</mn>
 
17622
          </mtd>
 
17623
        </mtr>
 
17624
      </mtable> 
 
17625
    </mml:math></sect3>
 
17626
<sect3><title>mtableAalign2.mml</title>
 
17627
<programlisting>
 
17628
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
17629
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top bottom center baseline" displaystyle="true"> 
 
17630
        <mtr>
 
17631
          <mtd>
 
17632
            <mtext>Top</mtext>
 
17633
          </mtd> 
 
17634
          <mtd>
 
17635
            <mn>3</mn>
 
17636
          </mtd> 
 
17637
          <mtd> 
 
17638
            <mfrac> 
 
17639
              <mrow> 
 
17640
                <mi>a</mi> 
 
17641
                <mo>+</mo> 
 
17642
                <mn>1</mn> 
 
17643
              </mrow> 
 
17644
              <mi>2</mi> 
 
17645
            </mfrac> 
 
17646
          </mtd> 
 
17647
          <mtd> 
 
17648
            <mover> 
 
17649
              <mi>y</mi> 
 
17650
              <mfrac> 
 
17651
                <mrow> 
 
17652
                  <mi>a</mi> 
 
17653
                  <mo>+</mo> 
 
17654
                  <mn>1</mn> 
 
17655
                </mrow> 
 
17656
                <mi>2</mi> 
 
17657
              </mfrac> 
 
17658
            </mover> 
 
17659
          </mtd> 
 
17660
        </mtr> 
 
17661
        <mtr>
 
17662
          <mtd>
 
17663
            <mtext>Bottom</mtext>
 
17664
          </mtd> 
 
17665
          <mtd>
 
17666
            <mn>3</mn>
 
17667
          </mtd> 
 
17668
          <mtd> 
 
17669
            <mfrac> 
 
17670
              <mrow> 
 
17671
                <mi>a</mi> 
 
17672
                <mo>+</mo> 
 
17673
                <mn>1</mn> 
 
17674
              </mrow> 
 
17675
              <mi>2</mi> 
 
17676
            </mfrac> 
 
17677
          </mtd> 
 
17678
          <mtd> 
 
17679
            <mover> 
 
17680
              <mi>y</mi> 
 
17681
              <mfrac> 
 
17682
                <mrow> 
 
17683
                  <mi>a</mi> 
 
17684
                  <mo>+</mo> 
 
17685
                  <mn>1</mn> 
 
17686
                </mrow> 
 
17687
                <mi>2</mi> 
 
17688
              </mfrac> 
 
17689
            </mover> 
 
17690
          </mtd> 
 
17691
        </mtr> 
 
17692
        <mtr>
 
17693
          <mtd>
 
17694
            <mtext>Center</mtext>
 
17695
          </mtd> 
 
17696
          <mtd>
 
17697
            <mn>3</mn>
 
17698
          </mtd> 
 
17699
          <mtd> 
 
17700
            <mfrac> 
 
17701
              <mrow> 
 
17702
                <mi>a</mi> 
 
17703
                <mo>+</mo> 
 
17704
                <mn>1</mn> 
 
17705
              </mrow> 
 
17706
              <mi>2</mi> 
 
17707
            </mfrac> 
 
17708
          </mtd> 
 
17709
          <mtd> 
 
17710
            <mover> 
 
17711
              <mi>y</mi> 
 
17712
              <mfrac> 
 
17713
                <mrow> 
 
17714
                  <mi>a</mi> 
 
17715
                  <mo>+</mo> 
 
17716
                  <mn>1</mn> 
 
17717
                </mrow> 
 
17718
                <mi>2</mi> 
 
17719
              </mfrac> 
 
17720
            </mover> 
 
17721
          </mtd> 
 
17722
        </mtr> 
 
17723
        <mtr>
 
17724
          <mtd>
 
17725
            <mtext>Baseline</mtext>
 
17726
          </mtd> 
 
17727
          <mtd>
 
17728
            <mn>3</mn>
 
17729
          </mtd> 
 
17730
          <mtd> 
 
17731
            <mfrac> 
 
17732
              <mrow> 
 
17733
                <mi>a</mi> 
 
17734
                <mo>+</mo> 
 
17735
                <mn>1</mn> 
 
17736
              </mrow> 
 
17737
              <mi>2</mi> 
 
17738
            </mfrac> 
 
17739
          </mtd> 
 
17740
          <mtd> 
 
17741
            <mover> 
 
17742
              <mi>y</mi> 
 
17743
              <mfrac> 
 
17744
                <mrow> 
 
17745
                  <mi>a</mi> 
 
17746
                  <mo>+</mo> 
 
17747
                  <mn>1</mn> 
 
17748
                </mrow> 
 
17749
                <mi>2</mi> 
 
17750
              </mfrac> 
 
17751
            </mover> 
 
17752
          </mtd> 
 
17753
        </mtr> 
 
17754
      </mtable> 
 
17755
    </mml:math>]]>
 
17756
</programlisting>
 
17757
<para>is rendered as:</para>
 
17758
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
17759
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top bottom center baseline" displaystyle="true"> 
 
17760
        <mtr>
 
17761
          <mtd>
 
17762
            <mtext>Top</mtext>
 
17763
          </mtd> 
 
17764
          <mtd>
 
17765
            <mn>3</mn>
 
17766
          </mtd> 
 
17767
          <mtd> 
 
17768
            <mfrac> 
 
17769
              <mrow> 
 
17770
                <mi>a</mi> 
 
17771
                <mo>+</mo> 
 
17772
                <mn>1</mn> 
 
17773
              </mrow> 
 
17774
              <mi>2</mi> 
 
17775
            </mfrac> 
 
17776
          </mtd> 
 
17777
          <mtd> 
 
17778
            <mover> 
 
17779
              <mi>y</mi> 
 
17780
              <mfrac> 
 
17781
                <mrow> 
 
17782
                  <mi>a</mi> 
 
17783
                  <mo>+</mo> 
 
17784
                  <mn>1</mn> 
 
17785
                </mrow> 
 
17786
                <mi>2</mi> 
 
17787
              </mfrac> 
 
17788
            </mover> 
 
17789
          </mtd> 
 
17790
        </mtr> 
 
17791
        <mtr>
 
17792
          <mtd>
 
17793
            <mtext>Bottom</mtext>
 
17794
          </mtd> 
 
17795
          <mtd>
 
17796
            <mn>3</mn>
 
17797
          </mtd> 
 
17798
          <mtd> 
 
17799
            <mfrac> 
 
17800
              <mrow> 
 
17801
                <mi>a</mi> 
 
17802
                <mo>+</mo> 
 
17803
                <mn>1</mn> 
 
17804
              </mrow> 
 
17805
              <mi>2</mi> 
 
17806
            </mfrac> 
 
17807
          </mtd> 
 
17808
          <mtd> 
 
17809
            <mover> 
 
17810
              <mi>y</mi> 
 
17811
              <mfrac> 
 
17812
                <mrow> 
 
17813
                  <mi>a</mi> 
 
17814
                  <mo>+</mo> 
 
17815
                  <mn>1</mn> 
 
17816
                </mrow> 
 
17817
                <mi>2</mi> 
 
17818
              </mfrac> 
 
17819
            </mover> 
 
17820
          </mtd> 
 
17821
        </mtr> 
 
17822
        <mtr>
 
17823
          <mtd>
 
17824
            <mtext>Center</mtext>
 
17825
          </mtd> 
 
17826
          <mtd>
 
17827
            <mn>3</mn>
 
17828
          </mtd> 
 
17829
          <mtd> 
 
17830
            <mfrac> 
 
17831
              <mrow> 
 
17832
                <mi>a</mi> 
 
17833
                <mo>+</mo> 
 
17834
                <mn>1</mn> 
 
17835
              </mrow> 
 
17836
              <mi>2</mi> 
 
17837
            </mfrac> 
 
17838
          </mtd> 
 
17839
          <mtd> 
 
17840
            <mover> 
 
17841
              <mi>y</mi> 
 
17842
              <mfrac> 
 
17843
                <mrow> 
 
17844
                  <mi>a</mi> 
 
17845
                  <mo>+</mo> 
 
17846
                  <mn>1</mn> 
 
17847
                </mrow> 
 
17848
                <mi>2</mi> 
 
17849
              </mfrac> 
 
17850
            </mover> 
 
17851
          </mtd> 
 
17852
        </mtr> 
 
17853
        <mtr>
 
17854
          <mtd>
 
17855
            <mtext>Baseline</mtext>
 
17856
          </mtd> 
 
17857
          <mtd>
 
17858
            <mn>3</mn>
 
17859
          </mtd> 
 
17860
          <mtd> 
 
17861
            <mfrac> 
 
17862
              <mrow> 
 
17863
                <mi>a</mi> 
 
17864
                <mo>+</mo> 
 
17865
                <mn>1</mn> 
 
17866
              </mrow> 
 
17867
              <mi>2</mi> 
 
17868
            </mfrac> 
 
17869
          </mtd> 
 
17870
          <mtd> 
 
17871
            <mover> 
 
17872
              <mi>y</mi> 
 
17873
              <mfrac> 
 
17874
                <mrow> 
 
17875
                  <mi>a</mi> 
 
17876
                  <mo>+</mo> 
 
17877
                  <mn>1</mn> 
 
17878
                </mrow> 
 
17879
                <mi>2</mi> 
 
17880
              </mfrac> 
 
17881
            </mover> 
 
17882
          </mtd> 
 
17883
        </mtr> 
 
17884
      </mtable> 
 
17885
    </mml:math></sect3>
 
17886
<sect3><title>mtableAalign3.mml</title>
 
17887
<programlisting>
 
17888
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
17889
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right" displaystyle="true">
 
17890
        <mtr>
 
17891
          <mtd>
 
17892
            <mfrac>
 
17893
              <mrow>
 
17894
                <mi>a</mi>
 
17895
                <mo>+</mo>
 
17896
                <mn>1</mn>
 
17897
              </mrow>
 
17898
              <mi>2</mi>
 
17899
            </mfrac>
 
17900
          </mtd>
 
17901
          <mtd>
 
17902
            <mi>b</mi>
 
17903
          </mtd>
 
17904
          <mtd>
 
17905
            <mi>c</mi>
 
17906
          </mtd>
 
17907
        </mtr>
 
17908
        <mtr>
 
17909
          <mtd>
 
17910
            <mi>x</mi>
 
17911
          </mtd>
 
17912
          <mtd>
 
17913
            <mrow>
 
17914
              <mfrac>
 
17915
                <mn>2</mn>
 
17916
                <mn>3</mn>
 
17917
              </mfrac>
 
17918
              <mi>y</mi>
 
17919
              <mo>+</mo>
 
17920
              <mn>5</mn>
 
17921
            </mrow>
 
17922
          </mtd>
 
17923
          <mtd>
 
17924
            <mi>z</mi>
 
17925
          </mtd>
 
17926
        </mtr>
 
17927
        <mtr>
 
17928
          <mtd>
 
17929
            <mn>1</mn>
 
17930
          </mtd>
 
17931
          <mtd>
 
17932
            <mn>2</mn>
 
17933
          </mtd>
 
17934
          <mtd>
 
17935
            <mfrac>
 
17936
              <mrow>
 
17937
                <mi>a</mi>
 
17938
                <mo>+</mo>
 
17939
                <mn>5</mn>
 
17940
              </mrow>
 
17941
              <mi>3</mi>
 
17942
            </mfrac>
 
17943
          </mtd>
 
17944
        </mtr>
 
17945
      </mtable> 
 
17946
    </mml:math> ]]>
 
17947
</programlisting>
 
17948
<para>is rendered as:</para>
 
17949
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
17950
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowalign="top baseline center" columnalign="left right" displaystyle="true">
 
17951
        <mtr>
 
17952
          <mtd>
 
17953
            <mfrac>
 
17954
              <mrow>
 
17955
                <mi>a</mi>
 
17956
                <mo>+</mo>
 
17957
                <mn>1</mn>
 
17958
              </mrow>
 
17959
              <mi>2</mi>
 
17960
            </mfrac>
 
17961
          </mtd>
 
17962
          <mtd>
 
17963
            <mi>b</mi>
 
17964
          </mtd>
 
17965
          <mtd>
 
17966
            <mi>c</mi>
 
17967
          </mtd>
 
17968
        </mtr>
 
17969
        <mtr>
 
17970
          <mtd>
 
17971
            <mi>x</mi>
 
17972
          </mtd>
 
17973
          <mtd>
 
17974
            <mrow>
 
17975
              <mfrac>
 
17976
                <mn>2</mn>
 
17977
                <mn>3</mn>
 
17978
              </mfrac>
 
17979
              <mi>y</mi>
 
17980
              <mo>+</mo>
 
17981
              <mn>5</mn>
 
17982
            </mrow>
 
17983
          </mtd>
 
17984
          <mtd>
 
17985
            <mi>z</mi>
 
17986
          </mtd>
 
17987
        </mtr>
 
17988
        <mtr>
 
17989
          <mtd>
 
17990
            <mn>1</mn>
 
17991
          </mtd>
 
17992
          <mtd>
 
17993
            <mn>2</mn>
 
17994
          </mtd>
 
17995
          <mtd>
 
17996
            <mfrac>
 
17997
              <mrow>
 
17998
                <mi>a</mi>
 
17999
                <mo>+</mo>
 
18000
                <mn>5</mn>
 
18001
              </mrow>
 
18002
              <mi>3</mi>
 
18003
            </mfrac>
 
18004
          </mtd>
 
18005
        </mtr>
 
18006
      </mtable> 
 
18007
    </mml:math> </sect3>
 
18008
<sect3><title>mtableAframe1.mml</title>
 
18009
<programlisting>
 
18010
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18011
      <mtable frame="dashed" framespacing="0.4em 0.5ex">
 
18012
        <mtr>
 
18013
          <mtd>
 
18014
            <mn>1</mn>
 
18015
          </mtd>
 
18016
          <mtd>
 
18017
            <mn>2</mn>
 
18018
          </mtd>
 
18019
        </mtr>
 
18020
        <mtr>
 
18021
          <mtd>
 
18022
            <mi>x</mi>
 
18023
          </mtd>
 
18024
          <mtd>
 
18025
            <mi>y</mi>
 
18026
          </mtd>
 
18027
        </mtr> 
 
18028
      </mtable>
 
18029
    </mml:math>]]>
 
18030
</programlisting>
 
18031
<para>is rendered as:</para>
 
18032
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18033
      <mtable frame="dashed" framespacing="0.4em 0.5ex">
 
18034
        <mtr>
 
18035
          <mtd>
 
18036
            <mn>1</mn>
 
18037
          </mtd>
 
18038
          <mtd>
 
18039
            <mn>2</mn>
 
18040
          </mtd>
 
18041
        </mtr>
 
18042
        <mtr>
 
18043
          <mtd>
 
18044
            <mi>x</mi>
 
18045
          </mtd>
 
18046
          <mtd>
 
18047
            <mi>y</mi>
 
18048
          </mtd>
 
18049
        </mtr> 
 
18050
      </mtable>
 
18051
    </mml:math></sect3>
 
18052
<sect3><title>mtableAframe2.mml</title>
 
18053
<programlisting>
 
18054
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18055
      <mtable frame="solid" framespacing="thinmathspace mediummathspace">
 
18056
        <mtr>
 
18057
          <mtd>
 
18058
            <mn>1</mn>
 
18059
          </mtd>
 
18060
          <mtd>
 
18061
            <mn>2</mn>
 
18062
          </mtd>
 
18063
        </mtr>
 
18064
        <mtr>
 
18065
          <mtd>
 
18066
            <mi>x</mi>
 
18067
          </mtd>
 
18068
          <mtd>
 
18069
            <mi>y</mi>
 
18070
          </mtd>
 
18071
        </mtr> 
 
18072
      </mtable>
 
18073
    </mml:math>]]>
 
18074
</programlisting>
 
18075
<para>is rendered as:</para>
 
18076
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18077
      <mtable frame="solid" framespacing="thinmathspace mediummathspace">
 
18078
        <mtr>
 
18079
          <mtd>
 
18080
            <mn>1</mn>
 
18081
          </mtd>
 
18082
          <mtd>
 
18083
            <mn>2</mn>
 
18084
          </mtd>
 
18085
        </mtr>
 
18086
        <mtr>
 
18087
          <mtd>
 
18088
            <mi>x</mi>
 
18089
          </mtd>
 
18090
          <mtd>
 
18091
            <mi>y</mi>
 
18092
          </mtd>
 
18093
        </mtr> 
 
18094
      </mtable>
 
18095
    </mml:math></sect3>
 
18096
<sect3><title>mtableAgroupalign.mml</title>
 
18097
<programlisting>
 
18098
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18099
      <mtable groupalign="{left, right} {right decimalpoint} ">
 
18100
        <mtr groupalign="{left, right}">
 
18101
          <mtd groupalign="left"> 
 
18102
            <mi>x</mi> 
 
18103
          </mtd>
 
18104
        </mtr>
 
18105
      </mtable> 
 
18106
    </mml:math>]]>
 
18107
</programlisting>
 
18108
<para>is rendered as:</para>
 
18109
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18110
      <mtable groupalign="{left, right} {right decimalpoint} ">
 
18111
        <mtr groupalign="{left, right}">
 
18112
          <mtd groupalign="left"> 
 
18113
            <mi>x</mi> 
 
18114
          </mtd>
 
18115
        </mtr>
 
18116
      </mtable> 
 
18117
    </mml:math></sect3>
 
18118
<sect3><title>mtableAlines1.mml</title>
 
18119
<programlisting>
 
18120
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18121
      <mtable frame="solid" columnlines="solid dashed" rowlines="none dashed">
 
18122
        <mtr>
 
18123
          <mtd>
 
18124
            <mi>a</mi>
 
18125
          </mtd>
 
18126
          <mtd>
 
18127
            <mi>b</mi>
 
18128
          </mtd>
 
18129
          <mtd>
 
18130
            <mi>c</mi>
 
18131
          </mtd>
 
18132
        </mtr>
 
18133
        <mtr>
 
18134
          <mtd>
 
18135
            <mi>x</mi>
 
18136
          </mtd>
 
18137
          <mtd>
 
18138
            <mi>y</mi>
 
18139
          </mtd>
 
18140
          <mtd>
 
18141
            <mi>z</mi>
 
18142
          </mtd>
 
18143
        </mtr>
 
18144
        <mtr>
 
18145
          <mtd>
 
18146
            <mn>1</mn>
 
18147
          </mtd>
 
18148
          <mtd>
 
18149
            <mn>2</mn>
 
18150
          </mtd>
 
18151
          <mtd>
 
18152
            <mn>3</mn>
 
18153
          </mtd>
 
18154
        </mtr>
 
18155
      </mtable> 
 
18156
    </mml:math>]]>
 
18157
</programlisting>
 
18158
<para>is rendered as:</para>
 
18159
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18160
      <mtable frame="solid" columnlines="solid dashed" rowlines="none dashed">
 
18161
        <mtr>
 
18162
          <mtd>
 
18163
            <mi>a</mi>
 
18164
          </mtd>
 
18165
          <mtd>
 
18166
            <mi>b</mi>
 
18167
          </mtd>
 
18168
          <mtd>
 
18169
            <mi>c</mi>
 
18170
          </mtd>
 
18171
        </mtr>
 
18172
        <mtr>
 
18173
          <mtd>
 
18174
            <mi>x</mi>
 
18175
          </mtd>
 
18176
          <mtd>
 
18177
            <mi>y</mi>
 
18178
          </mtd>
 
18179
          <mtd>
 
18180
            <mi>z</mi>
 
18181
          </mtd>
 
18182
        </mtr>
 
18183
        <mtr>
 
18184
          <mtd>
 
18185
            <mn>1</mn>
 
18186
          </mtd>
 
18187
          <mtd>
 
18188
            <mn>2</mn>
 
18189
          </mtd>
 
18190
          <mtd>
 
18191
            <mn>3</mn>
 
18192
          </mtd>
 
18193
        </mtr>
 
18194
      </mtable> 
 
18195
    </mml:math></sect3>
 
18196
<sect3><title>mtableAlines2.mml</title>
 
18197
<programlisting>
 
18198
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18199
      <mtable frame="solid" columnlines="solid" rowlines="solid">
 
18200
        <mtr>
 
18201
          <mtd>
 
18202
            <mi>a</mi>
 
18203
          </mtd>
 
18204
          <mtd>
 
18205
            <mi>b</mi>
 
18206
          </mtd>
 
18207
          <mtd>
 
18208
            <mi>c</mi>
 
18209
          </mtd>
 
18210
        </mtr>
 
18211
        <mtr>
 
18212
          <mtd>
 
18213
            <mi>x</mi>
 
18214
          </mtd>
 
18215
          <mtd>
 
18216
            <mi>y</mi>
 
18217
          </mtd>
 
18218
          <mtd>
 
18219
            <mi>z</mi>
 
18220
          </mtd>
 
18221
        </mtr>
 
18222
        <mtr>
 
18223
          <mtd>
 
18224
            <mn>1</mn>
 
18225
          </mtd>
 
18226
          <mtd>
 
18227
            <mn>2</mn>
 
18228
          </mtd>
 
18229
          <mtd>
 
18230
            <mn>3</mn>
 
18231
          </mtd>
 
18232
        </mtr>
 
18233
      </mtable> 
 
18234
    </mml:math>]]>
 
18235
</programlisting>
 
18236
<para>is rendered as:</para>
 
18237
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18238
      <mtable frame="solid" columnlines="solid" rowlines="solid">
 
18239
        <mtr>
 
18240
          <mtd>
 
18241
            <mi>a</mi>
 
18242
          </mtd>
 
18243
          <mtd>
 
18244
            <mi>b</mi>
 
18245
          </mtd>
 
18246
          <mtd>
 
18247
            <mi>c</mi>
 
18248
          </mtd>
 
18249
        </mtr>
 
18250
        <mtr>
 
18251
          <mtd>
 
18252
            <mi>x</mi>
 
18253
          </mtd>
 
18254
          <mtd>
 
18255
            <mi>y</mi>
 
18256
          </mtd>
 
18257
          <mtd>
 
18258
            <mi>z</mi>
 
18259
          </mtd>
 
18260
        </mtr>
 
18261
        <mtr>
 
18262
          <mtd>
 
18263
            <mn>1</mn>
 
18264
          </mtd>
 
18265
          <mtd>
 
18266
            <mn>2</mn>
 
18267
          </mtd>
 
18268
          <mtd>
 
18269
            <mn>3</mn>
 
18270
          </mtd>
 
18271
        </mtr>
 
18272
      </mtable> 
 
18273
    </mml:math></sect3>
 
18274
<sect3><title>mtableAspacing1.mml</title>
 
18275
<programlisting>
 
18276
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18277
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" columnspacing="thinmathspace 14pt" displaystyle="true">
 
18278
        <mtr>
 
18279
          <mtd>
 
18280
            <mfrac>
 
18281
              <mrow>
 
18282
                <mi>a</mi>
 
18283
                <mo>+</mo>
 
18284
                <mn>1</mn>
 
18285
              </mrow>
 
18286
              <mi>2</mi>
 
18287
            </mfrac>
 
18288
          </mtd>
 
18289
          <mtd>
 
18290
            <mi>b</mi>
 
18291
          </mtd>
 
18292
          <mtd>
 
18293
            <mi>c</mi>
 
18294
          </mtd>
 
18295
        </mtr>
 
18296
        <mtr>
 
18297
          <mtd>
 
18298
            <mi>x</mi>
 
18299
          </mtd>
 
18300
          <mtd>
 
18301
            <mrow>
 
18302
              <mfrac>
 
18303
                <mn>2</mn>
 
18304
                <mn>3</mn>
 
18305
              </mfrac>
 
18306
              <mi>y</mi>
 
18307
              <mo>+</mo>
 
18308
              <mn>5</mn>
 
18309
            </mrow>
 
18310
          </mtd>
 
18311
          <mtd>
 
18312
            <mi>z</mi>
 
18313
          </mtd>
 
18314
        </mtr>
 
18315
        <mtr>
 
18316
          <mtd>
 
18317
            <mn>1</mn>
 
18318
          </mtd>
 
18319
          <mtd>
 
18320
            <mn>2</mn>
 
18321
          </mtd>
 
18322
          <mtd>
 
18323
            <mfrac>
 
18324
              <mrow>
 
18325
                <mi>a</mi>
 
18326
                <mo>+</mo>
 
18327
                <mn>5</mn>
 
18328
              </mrow>
 
18329
              <mi>3</mi>
 
18330
            </mfrac>
 
18331
          </mtd>
 
18332
        </mtr>
 
18333
      </mtable> 
 
18334
    </mml:math>]]>
 
18335
</programlisting>
 
18336
<para>is rendered as:</para>
 
18337
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18338
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" columnspacing="thinmathspace 14pt" displaystyle="true">
 
18339
        <mtr>
 
18340
          <mtd>
 
18341
            <mfrac>
 
18342
              <mrow>
 
18343
                <mi>a</mi>
 
18344
                <mo>+</mo>
 
18345
                <mn>1</mn>
 
18346
              </mrow>
 
18347
              <mi>2</mi>
 
18348
            </mfrac>
 
18349
          </mtd>
 
18350
          <mtd>
 
18351
            <mi>b</mi>
 
18352
          </mtd>
 
18353
          <mtd>
 
18354
            <mi>c</mi>
 
18355
          </mtd>
 
18356
        </mtr>
 
18357
        <mtr>
 
18358
          <mtd>
 
18359
            <mi>x</mi>
 
18360
          </mtd>
 
18361
          <mtd>
 
18362
            <mrow>
 
18363
              <mfrac>
 
18364
                <mn>2</mn>
 
18365
                <mn>3</mn>
 
18366
              </mfrac>
 
18367
              <mi>y</mi>
 
18368
              <mo>+</mo>
 
18369
              <mn>5</mn>
 
18370
            </mrow>
 
18371
          </mtd>
 
18372
          <mtd>
 
18373
            <mi>z</mi>
 
18374
          </mtd>
 
18375
        </mtr>
 
18376
        <mtr>
 
18377
          <mtd>
 
18378
            <mn>1</mn>
 
18379
          </mtd>
 
18380
          <mtd>
 
18381
            <mn>2</mn>
 
18382
          </mtd>
 
18383
          <mtd>
 
18384
            <mfrac>
 
18385
              <mrow>
 
18386
                <mi>a</mi>
 
18387
                <mo>+</mo>
 
18388
                <mn>5</mn>
 
18389
              </mrow>
 
18390
              <mi>3</mi>
 
18391
            </mfrac>
 
18392
          </mtd>
 
18393
        </mtr>
 
18394
      </mtable> 
 
18395
    </mml:math></sect3>
 
18396
<sect3><title>mtableAspacing2.mml</title>
 
18397
<programlisting>
 
18398
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18399
      <mtable frame="solid" columnlines="solid" rowlines="solid" equalrows="true" columnspacing="thinmathspace 14pt" displaystyle="true">
 
18400
        <mtr>
 
18401
          <mtd>
 
18402
            <mfrac>
 
18403
              <mrow>
 
18404
                <mi>a</mi>
 
18405
                <mo>+</mo>
 
18406
                <mn>1</mn>
 
18407
              </mrow>
 
18408
              <mi>2</mi>
 
18409
            </mfrac>
 
18410
          </mtd>
 
18411
          <mtd>
 
18412
            <mi>b</mi>
 
18413
          </mtd>
 
18414
          <mtd>
 
18415
            <mi>c</mi>
 
18416
          </mtd>
 
18417
        </mtr>
 
18418
        <mtr>
 
18419
          <mtd>
 
18420
            <mi>x</mi>
 
18421
          </mtd>
 
18422
          <mtd>
 
18423
            <mrow>
 
18424
              <mfrac>
 
18425
                <mn>2</mn>
 
18426
                <mn>3</mn>
 
18427
              </mfrac>
 
18428
              <mi>y</mi>
 
18429
              <mo>+</mo>
 
18430
              <mn>5</mn>
 
18431
            </mrow>
 
18432
          </mtd>
 
18433
          <mtd>
 
18434
            <mi>z</mi>
 
18435
          </mtd>
 
18436
        </mtr>
 
18437
        <mtr>
 
18438
          <mtd>
 
18439
            <mn>1</mn>
 
18440
          </mtd>
 
18441
          <mtd>
 
18442
            <mn>2</mn>
 
18443
          </mtd>
 
18444
          <mtd>
 
18445
            <mfrac>
 
18446
              <mrow>
 
18447
                <mi>a</mi>
 
18448
                <mo>+</mo>
 
18449
                <mn>5</mn>
 
18450
              </mrow>
 
18451
              <mi>3</mi>
 
18452
            </mfrac>
 
18453
          </mtd>
 
18454
        </mtr>
 
18455
      </mtable> 
 
18456
    </mml:math>]]>
 
18457
</programlisting>
 
18458
<para>is rendered as:</para>
 
18459
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18460
      <mtable frame="solid" columnlines="solid" rowlines="solid" equalrows="true" columnspacing="thinmathspace 14pt" displaystyle="true">
 
18461
        <mtr>
 
18462
          <mtd>
 
18463
            <mfrac>
 
18464
              <mrow>
 
18465
                <mi>a</mi>
 
18466
                <mo>+</mo>
 
18467
                <mn>1</mn>
 
18468
              </mrow>
 
18469
              <mi>2</mi>
 
18470
            </mfrac>
 
18471
          </mtd>
 
18472
          <mtd>
 
18473
            <mi>b</mi>
 
18474
          </mtd>
 
18475
          <mtd>
 
18476
            <mi>c</mi>
 
18477
          </mtd>
 
18478
        </mtr>
 
18479
        <mtr>
 
18480
          <mtd>
 
18481
            <mi>x</mi>
 
18482
          </mtd>
 
18483
          <mtd>
 
18484
            <mrow>
 
18485
              <mfrac>
 
18486
                <mn>2</mn>
 
18487
                <mn>3</mn>
 
18488
              </mfrac>
 
18489
              <mi>y</mi>
 
18490
              <mo>+</mo>
 
18491
              <mn>5</mn>
 
18492
            </mrow>
 
18493
          </mtd>
 
18494
          <mtd>
 
18495
            <mi>z</mi>
 
18496
          </mtd>
 
18497
        </mtr>
 
18498
        <mtr>
 
18499
          <mtd>
 
18500
            <mn>1</mn>
 
18501
          </mtd>
 
18502
          <mtd>
 
18503
            <mn>2</mn>
 
18504
          </mtd>
 
18505
          <mtd>
 
18506
            <mfrac>
 
18507
              <mrow>
 
18508
                <mi>a</mi>
 
18509
                <mo>+</mo>
 
18510
                <mn>5</mn>
 
18511
              </mrow>
 
18512
              <mi>3</mi>
 
18513
            </mfrac>
 
18514
          </mtd>
 
18515
        </mtr>
 
18516
      </mtable> 
 
18517
    </mml:math></sect3>
 
18518
<sect3><title>mtableAspacing3.mml</title>
 
18519
<programlisting>
 
18520
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18521
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
 
18522
        <mtr>
 
18523
          <mtd>
 
18524
            <mfrac>
 
18525
              <mrow>
 
18526
                <mi>a</mi>
 
18527
                <mo>+</mo>
 
18528
                <mn>1</mn>
 
18529
              </mrow>
 
18530
              <mi>2</mi>
 
18531
            </mfrac>
 
18532
          </mtd>
 
18533
          <mtd>
 
18534
            <mi>b</mi>
 
18535
          </mtd>
 
18536
          <mtd>
 
18537
            <mi>c</mi>
 
18538
          </mtd>
 
18539
        </mtr>
 
18540
        <mtr>
 
18541
          <mtd>
 
18542
            <mi>x</mi>
 
18543
          </mtd>
 
18544
          <mtd>
 
18545
            <mrow>
 
18546
              <mfrac>
 
18547
                <mn>2</mn>
 
18548
                <mn>3</mn>
 
18549
              </mfrac>
 
18550
              <mi>y</mi>
 
18551
              <mo>+</mo>
 
18552
              <mn>5</mn>
 
18553
            </mrow>
 
18554
          </mtd>
 
18555
          <mtd>
 
18556
            <mi>z</mi>
 
18557
          </mtd>
 
18558
        </mtr>
 
18559
        <mtr>
 
18560
          <mtd>
 
18561
            <mn>1</mn>
 
18562
          </mtd>
 
18563
          <mtd>
 
18564
            <mn>2</mn>
 
18565
          </mtd>
 
18566
          <mtd>
 
18567
            <mfrac>
 
18568
              <mrow>
 
18569
                <mi>a</mi>
 
18570
                <mo>+</mo>
 
18571
                <mn>5</mn>
 
18572
              </mrow>
 
18573
              <mi>3</mi>
 
18574
            </mfrac>
 
18575
          </mtd>
 
18576
        </mtr>
 
18577
      </mtable> 
 
18578
    </mml:math>]]>
 
18579
</programlisting>
 
18580
<para>is rendered as:</para>
 
18581
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18582
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
 
18583
        <mtr>
 
18584
          <mtd>
 
18585
            <mfrac>
 
18586
              <mrow>
 
18587
                <mi>a</mi>
 
18588
                <mo>+</mo>
 
18589
                <mn>1</mn>
 
18590
              </mrow>
 
18591
              <mi>2</mi>
 
18592
            </mfrac>
 
18593
          </mtd>
 
18594
          <mtd>
 
18595
            <mi>b</mi>
 
18596
          </mtd>
 
18597
          <mtd>
 
18598
            <mi>c</mi>
 
18599
          </mtd>
 
18600
        </mtr>
 
18601
        <mtr>
 
18602
          <mtd>
 
18603
            <mi>x</mi>
 
18604
          </mtd>
 
18605
          <mtd>
 
18606
            <mrow>
 
18607
              <mfrac>
 
18608
                <mn>2</mn>
 
18609
                <mn>3</mn>
 
18610
              </mfrac>
 
18611
              <mi>y</mi>
 
18612
              <mo>+</mo>
 
18613
              <mn>5</mn>
 
18614
            </mrow>
 
18615
          </mtd>
 
18616
          <mtd>
 
18617
            <mi>z</mi>
 
18618
          </mtd>
 
18619
        </mtr>
 
18620
        <mtr>
 
18621
          <mtd>
 
18622
            <mn>1</mn>
 
18623
          </mtd>
 
18624
          <mtd>
 
18625
            <mn>2</mn>
 
18626
          </mtd>
 
18627
          <mtd>
 
18628
            <mfrac>
 
18629
              <mrow>
 
18630
                <mi>a</mi>
 
18631
                <mo>+</mo>
 
18632
                <mn>5</mn>
 
18633
              </mrow>
 
18634
              <mi>3</mi>
 
18635
            </mfrac>
 
18636
          </mtd>
 
18637
        </mtr>
 
18638
      </mtable> 
 
18639
    </mml:math></sect3>
 
18640
<sect3><title>mtableAspacing4.mml</title>
 
18641
<programlisting>
 
18642
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18643
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
 
18644
        <mtr>
 
18645
          <mtd>
 
18646
            <mfrac>
 
18647
              <mrow>
 
18648
                <mi>a</mi>
 
18649
                <mo>+</mo>
 
18650
                <mn>1</mn>
 
18651
              </mrow>
 
18652
              <mi>2</mi>
 
18653
            </mfrac>
 
18654
          </mtd>
 
18655
          <mtd>
 
18656
            <mi>b</mi>
 
18657
          </mtd>
 
18658
          <mtd>
 
18659
            <mi>c</mi>
 
18660
          </mtd>
 
18661
        </mtr>
 
18662
        <mtr>
 
18663
          <mtd>
 
18664
            <mi>x</mi>
 
18665
          </mtd>
 
18666
          <mtd>
 
18667
            <mrow>
 
18668
              <mfrac>
 
18669
                <mn>2</mn>
 
18670
                <mn>3</mn>
 
18671
              </mfrac>
 
18672
              <mi>y</mi>
 
18673
              <mo>+</mo>
 
18674
              <mn>5</mn>
 
18675
            </mrow>
 
18676
          </mtd>
 
18677
          <mtd>
 
18678
            <mi>z</mi>
 
18679
          </mtd>
 
18680
        </mtr>
 
18681
        <mtr>
 
18682
          <mtd>
 
18683
            <mn>1</mn>
 
18684
          </mtd>
 
18685
          <mtd>
 
18686
            <mn>2</mn>
 
18687
          </mtd>
 
18688
          <mtd>
 
18689
            <mn>5</mn>
 
18690
          </mtd>
 
18691
        </mtr>
 
18692
      </mtable> 
 
18693
    </mml:math>]]>
 
18694
</programlisting>
 
18695
<para>is rendered as:</para>
 
18696
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18697
      <mtable frame="solid" columnlines="solid" rowlines="solid" rowspacing="4pt 4pt 8pt" equalcolumns="true" displaystyle="true">
 
18698
        <mtr>
 
18699
          <mtd>
 
18700
            <mfrac>
 
18701
              <mrow>
 
18702
                <mi>a</mi>
 
18703
                <mo>+</mo>
 
18704
                <mn>1</mn>
 
18705
              </mrow>
 
18706
              <mi>2</mi>
 
18707
            </mfrac>
 
18708
          </mtd>
 
18709
          <mtd>
 
18710
            <mi>b</mi>
 
18711
          </mtd>
 
18712
          <mtd>
 
18713
            <mi>c</mi>
 
18714
          </mtd>
 
18715
        </mtr>
 
18716
        <mtr>
 
18717
          <mtd>
 
18718
            <mi>x</mi>
 
18719
          </mtd>
 
18720
          <mtd>
 
18721
            <mrow>
 
18722
              <mfrac>
 
18723
                <mn>2</mn>
 
18724
                <mn>3</mn>
 
18725
              </mfrac>
 
18726
              <mi>y</mi>
 
18727
              <mo>+</mo>
 
18728
              <mn>5</mn>
 
18729
            </mrow>
 
18730
          </mtd>
 
18731
          <mtd>
 
18732
            <mi>z</mi>
 
18733
          </mtd>
 
18734
        </mtr>
 
18735
        <mtr>
 
18736
          <mtd>
 
18737
            <mn>1</mn>
 
18738
          </mtd>
 
18739
          <mtd>
 
18740
            <mn>2</mn>
 
18741
          </mtd>
 
18742
          <mtd>
 
18743
            <mn>5</mn>
 
18744
          </mtd>
 
18745
        </mtr>
 
18746
      </mtable> 
 
18747
    </mml:math></sect3>
 
18748
<sect3><title>mtableAwidth1.mml</title>
 
18749
<programlisting>
 
18750
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18751
      <mtable frame="solid" width="25em"> 
 
18752
        <mtr> 
 
18753
          <mtd> 
 
18754
            <mn>1</mn> 
 
18755
          </mtd> 
 
18756
          <mtd> 
 
18757
            <mn>2</mn> 
 
18758
          </mtd> 
 
18759
        </mtr> 
 
18760
        <mtr> 
 
18761
          <mtd> 
 
18762
            <mi>x</mi> 
 
18763
          </mtd> 
 
18764
          <mtd> 
 
18765
            <mi>y</mi> 
 
18766
          </mtd> 
 
18767
        </mtr> 
 
18768
      </mtable> 
 
18769
    </mml:math>]]>
 
18770
</programlisting>
 
18771
<para>is rendered as:</para>
 
18772
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18773
      <mtable frame="solid" width="25em"> 
 
18774
        <mtr> 
 
18775
          <mtd> 
 
18776
            <mn>1</mn> 
 
18777
          </mtd> 
 
18778
          <mtd> 
 
18779
            <mn>2</mn> 
 
18780
          </mtd> 
 
18781
        </mtr> 
 
18782
        <mtr> 
 
18783
          <mtd> 
 
18784
            <mi>x</mi> 
 
18785
          </mtd> 
 
18786
          <mtd> 
 
18787
            <mi>y</mi> 
 
18788
          </mtd> 
 
18789
        </mtr> 
 
18790
      </mtable> 
 
18791
    </mml:math></sect3>
 
18792
<sect3><title>mtableAwidth2.mml</title>
 
18793
<programlisting>
 
18794
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18795
      <mtable frame="solid" width="auto">
 
18796
        <mtr>
 
18797
          <mtd>
 
18798
            <mi>a</mi>
 
18799
          </mtd>
 
18800
          <mtd>
 
18801
            <mi>b</mi>
 
18802
          </mtd>
 
18803
        </mtr>
 
18804
        <mtr>
 
18805
          <mtd>
 
18806
            <mi>x</mi>
 
18807
          </mtd>
 
18808
          <mtd>
 
18809
            <mi>y</mi>
 
18810
          </mtd>
 
18811
        </mtr>
 
18812
      </mtable> 
 
18813
    </mml:math>]]>
 
18814
</programlisting>
 
18815
<para>is rendered as:</para>
 
18816
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18817
      <mtable frame="solid" width="auto">
 
18818
        <mtr>
 
18819
          <mtd>
 
18820
            <mi>a</mi>
 
18821
          </mtd>
 
18822
          <mtd>
 
18823
            <mi>b</mi>
 
18824
          </mtd>
 
18825
        </mtr>
 
18826
        <mtr>
 
18827
          <mtd>
 
18828
            <mi>x</mi>
 
18829
          </mtd>
 
18830
          <mtd>
 
18831
            <mi>y</mi>
 
18832
          </mtd>
 
18833
        </mtr>
 
18834
      </mtable> 
 
18835
    </mml:math></sect3>
 
18836
<sect3><title>mtableAwidth3.mml</title>
 
18837
<programlisting>
 
18838
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18839
      <mtable frame="solid" width="50%"> 
 
18840
        <mtr> 
 
18841
          <mtd> 
 
18842
            <mn>1</mn> 
 
18843
          </mtd> 
 
18844
          <mtd> 
 
18845
            <mn>2</mn> 
 
18846
          </mtd> 
 
18847
        </mtr> 
 
18848
        <mtr> 
 
18849
          <mtd> 
 
18850
            <mi>x</mi> 
 
18851
          </mtd> 
 
18852
          <mtd> 
 
18853
            <mi>y</mi> 
 
18854
          </mtd> 
 
18855
        </mtr> 
 
18856
      </mtable> 
 
18857
    </mml:math>]]>
 
18858
</programlisting>
 
18859
<para>is rendered as:</para>
 
18860
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18861
      <mtable frame="solid" width="50%"> 
 
18862
        <mtr> 
 
18863
          <mtd> 
 
18864
            <mn>1</mn> 
 
18865
          </mtd> 
 
18866
          <mtd> 
 
18867
            <mn>2</mn> 
 
18868
          </mtd> 
 
18869
        </mtr> 
 
18870
        <mtr> 
 
18871
          <mtd> 
 
18872
            <mi>x</mi> 
 
18873
          </mtd> 
 
18874
          <mtd> 
 
18875
            <mi>y</mi> 
 
18876
          </mtd> 
 
18877
        </mtr> 
 
18878
      </mtable> 
 
18879
    </mml:math></sect3>
 
18880
<sect3><title>mtableAwidth4.mml</title>
 
18881
<programlisting>
 
18882
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18883
      <mtable frame="solid" width="200pt"> 
 
18884
        <mtr> 
 
18885
          <mtd> 
 
18886
            <mn>1</mn> 
 
18887
          </mtd> 
 
18888
          <mtd> 
 
18889
            <mn>2</mn> 
 
18890
          </mtd> 
 
18891
        </mtr> 
 
18892
        <mtr> 
 
18893
          <mtd> 
 
18894
            <mi>x</mi> 
 
18895
          </mtd> 
 
18896
          <mtd> 
 
18897
            <mi>y</mi> 
 
18898
          </mtd> 
 
18899
        </mtr> 
 
18900
      </mtable> 
 
18901
    </mml:math>]]>
 
18902
</programlisting>
 
18903
<para>is rendered as:</para>
 
18904
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18905
      <mtable frame="solid" width="200pt"> 
 
18906
        <mtr> 
 
18907
          <mtd> 
 
18908
            <mn>1</mn> 
 
18909
          </mtd> 
 
18910
          <mtd> 
 
18911
            <mn>2</mn> 
 
18912
          </mtd> 
 
18913
        </mtr> 
 
18914
        <mtr> 
 
18915
          <mtd> 
 
18916
            <mi>x</mi> 
 
18917
          </mtd> 
 
18918
          <mtd> 
 
18919
            <mi>y</mi> 
 
18920
          </mtd> 
 
18921
        </mtr> 
 
18922
      </mtable> 
 
18923
    </mml:math></sect3>
 
18924
<sect3><title>mtableBsize1.mml</title>
 
18925
<programlisting>
 
18926
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18927
      <mtable> 
 
18928
        <mtr> 
 
18929
          <mtd> 
 
18930
            <mo>&#x02190;</mo> 
 
18931
          </mtd> 
 
18932
          <mtd> 
 
18933
            <mn>1</mn> 
 
18934
          </mtd> 
 
18935
        </mtr> 
 
18936
        <mtr> 
 
18937
          <mtd> 
 
18938
            <mtext>a long cell</mtext> 
 
18939
          </mtd> 
 
18940
          <mtd> 
 
18941
            <mn>1</mn> 
 
18942
          </mtd> 
 
18943
        </mtr> 
 
18944
      </mtable> 
 
18945
    </mml:math>]]>
 
18946
</programlisting>
 
18947
<para>is rendered as:</para>
 
18948
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
18949
      <mtable> 
 
18950
        <mtr> 
 
18951
          <mtd> 
 
18952
            <mo>&#x02190;</mo> 
 
18953
          </mtd> 
 
18954
          <mtd> 
 
18955
            <mn>1</mn> 
 
18956
          </mtd> 
 
18957
        </mtr> 
 
18958
        <mtr> 
 
18959
          <mtd> 
 
18960
            <mtext>a long cell</mtext> 
 
18961
          </mtd> 
 
18962
          <mtd> 
 
18963
            <mn>1</mn> 
 
18964
          </mtd> 
 
18965
        </mtr> 
 
18966
      </mtable> 
 
18967
    </mml:math></sect3>
 
18968
<sect3><title>mtableBsize2.mml</title>
 
18969
<programlisting>
 
18970
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
18971
      <mtable equalrows='false' equalcolumns='false'>
 
18972
        <mtr> 
 
18973
          <mtd>
 
18974
            <mi>H</mi>
 
18975
          </mtd> 
 
18976
          <mtd>
 
18977
            <mo>&#x02192;</mo>
 
18978
          </mtd> 
 
18979
          <mtd>
 
18980
            <mi>G</mi>
 
18981
          </mtd> 
 
18982
        </mtr>
 
18983
        <mtr> 
 
18984
          <mtd>
 
18985
            <mo>&#x02193;</mo>
 
18986
          </mtd> 
 
18987
          <mtd>
 
18988
            <mspace height='2em' width='3em'/>
 
18989
          </mtd> 
 
18990
          <mtd>
 
18991
            <mo>&#x02193;</mo>
 
18992
          </mtd> 
 
18993
        </mtr>
 
18994
        <mtr> 
 
18995
          <mtd>
 
18996
            <mi>K</mi>
 
18997
          </mtd> 
 
18998
          <mtd>
 
18999
            <mo>&#x02192;</mo>
 
19000
          </mtd> 
 
19001
          <mtd>
 
19002
            <mi>L</mi>
 
19003
          </mtd> 
 
19004
        </mtr>
 
19005
      </mtable>
 
19006
    </mml:math>]]>
 
19007
</programlisting>
 
19008
<para>is rendered as:</para>
 
19009
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
19010
      <mtable equalrows='false' equalcolumns='false'>
 
19011
        <mtr> 
 
19012
          <mtd>
 
19013
            <mi>H</mi>
 
19014
          </mtd> 
 
19015
          <mtd>
 
19016
            <mo>&#x02192;</mo>
 
19017
          </mtd> 
 
19018
          <mtd>
 
19019
            <mi>G</mi>
 
19020
          </mtd> 
 
19021
        </mtr>
 
19022
        <mtr> 
 
19023
          <mtd>
 
19024
            <mo>&#x02193;</mo>
 
19025
          </mtd> 
 
19026
          <mtd>
 
19027
            <mspace height='2em' width='3em'/>
 
19028
          </mtd> 
 
19029
          <mtd>
 
19030
            <mo>&#x02193;</mo>
 
19031
          </mtd> 
 
19032
        </mtr>
 
19033
        <mtr> 
 
19034
          <mtd>
 
19035
            <mi>K</mi>
 
19036
          </mtd> 
 
19037
          <mtd>
 
19038
            <mo>&#x02192;</mo>
 
19039
          </mtd> 
 
19040
          <mtd>
 
19041
            <mi>L</mi>
 
19042
          </mtd> 
 
19043
        </mtr>
 
19044
      </mtable>
 
19045
    </mml:math></sect3>
 
19046
</sect2>
 
19047
<sect2><title>nested</title>
 
19048
<sect3><title>mtableAwidth1.mml</title>
 
19049
<programlisting>
 
19050
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
19051
      <mtable>
 
19052
        <mtr>
 
19053
          <mtd>
 
19054
            <mtable frame="solid" width="25em">
 
19055
              <mtr>
 
19056
                <mtd>
 
19057
                  <mn>1</mn>
 
19058
                </mtd>
 
19059
                <mtd>
 
19060
                  <mn>2</mn>
 
19061
                </mtd>
 
19062
              </mtr>
 
19063
              <mtr>
 
19064
                <mtd>
 
19065
                  <mi>x</mi>
 
19066
                </mtd>
 
19067
                <mtd>
 
19068
                  <mi>y</mi>
 
19069
                </mtd>
 
19070
              </mtr>
 
19071
            </mtable> 
 
19072
          </mtd>
 
19073
        </mtr>
 
19074
        <mtr>
 
19075
          <mtd> 
 
19076
            <mtable frame="solid" width="50%">
 
19077
              <mtr>
 
19078
                <mtd>
 
19079
                  <mn>1</mn>
 
19080
                </mtd>
 
19081
                <mtd>
 
19082
                  <mn>2</mn>
 
19083
                </mtd>
 
19084
              </mtr>
 
19085
              <mtr>
 
19086
                <mtd>
 
19087
                  <mi>x</mi>
 
19088
                </mtd>
 
19089
                <mtd>
 
19090
                  <mi>y</mi>
 
19091
                </mtd>
 
19092
              </mtr>
 
19093
            </mtable> 
 
19094
          </mtd>
 
19095
        </mtr>
 
19096
        <mtr>
 
19097
          <mtd> 
 
19098
            <mtable frame="solid" width="200pt">
 
19099
              <mtr>
 
19100
                <mtd>
 
19101
                  <mn>1</mn>
 
19102
                </mtd>
 
19103
                <mtd>
 
19104
                  <mn>2</mn>
 
19105
                </mtd>
 
19106
              </mtr>
 
19107
              <mtr>
 
19108
                <mtd>
 
19109
                  <mi>x</mi>
 
19110
                </mtd>
 
19111
                <mtd>
 
19112
                  <mi>y</mi>
 
19113
                </mtd>
 
19114
              </mtr>
 
19115
            </mtable> 
 
19116
          </mtd>
 
19117
        </mtr>
 
19118
      </mtable>
 
19119
    </mml:math>]]>
 
19120
</programlisting>
 
19121
<para>is rendered as:</para>
 
19122
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
19123
      <mtable>
 
19124
        <mtr>
 
19125
          <mtd>
 
19126
            <mtable frame="solid" width="25em">
 
19127
              <mtr>
 
19128
                <mtd>
 
19129
                  <mn>1</mn>
 
19130
                </mtd>
 
19131
                <mtd>
 
19132
                  <mn>2</mn>
 
19133
                </mtd>
 
19134
              </mtr>
 
19135
              <mtr>
 
19136
                <mtd>
 
19137
                  <mi>x</mi>
 
19138
                </mtd>
 
19139
                <mtd>
 
19140
                  <mi>y</mi>
 
19141
                </mtd>
 
19142
              </mtr>
 
19143
            </mtable> 
 
19144
          </mtd>
 
19145
        </mtr>
 
19146
        <mtr>
 
19147
          <mtd> 
 
19148
            <mtable frame="solid" width="50%">
 
19149
              <mtr>
 
19150
                <mtd>
 
19151
                  <mn>1</mn>
 
19152
                </mtd>
 
19153
                <mtd>
 
19154
                  <mn>2</mn>
 
19155
                </mtd>
 
19156
              </mtr>
 
19157
              <mtr>
 
19158
                <mtd>
 
19159
                  <mi>x</mi>
 
19160
                </mtd>
 
19161
                <mtd>
 
19162
                  <mi>y</mi>
 
19163
                </mtd>
 
19164
              </mtr>
 
19165
            </mtable> 
 
19166
          </mtd>
 
19167
        </mtr>
 
19168
        <mtr>
 
19169
          <mtd> 
 
19170
            <mtable frame="solid" width="200pt">
 
19171
              <mtr>
 
19172
                <mtd>
 
19173
                  <mn>1</mn>
 
19174
                </mtd>
 
19175
                <mtd>
 
19176
                  <mn>2</mn>
 
19177
                </mtd>
 
19178
              </mtr>
 
19179
              <mtr>
 
19180
                <mtd>
 
19181
                  <mi>x</mi>
 
19182
                </mtd>
 
19183
                <mtd>
 
19184
                  <mi>y</mi>
 
19185
                </mtd>
 
19186
              </mtr>
 
19187
            </mtable> 
 
19188
          </mtd>
 
19189
        </mtr>
 
19190
      </mtable>
 
19191
    </mml:math></sect3>
 
19192
<sect3><title>nestedAwidth1.mml</title>
 
19193
<programlisting>
 
19194
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
19195
      <mtable>
 
19196
        <mtr>
 
19197
          <mtd>
 
19198
            <mtable frame="solid" width="25em">
 
19199
              <mtr>
 
19200
                <mtd>
 
19201
                  <mn>1</mn>
 
19202
                </mtd>
 
19203
                <mtd>
 
19204
                  <mn>2</mn>
 
19205
                </mtd>
 
19206
              </mtr>
 
19207
              <mtr>
 
19208
                <mtd>
 
19209
                  <mi>x</mi>
 
19210
                </mtd>
 
19211
                <mtd>
 
19212
                  <mi>y</mi>
 
19213
                </mtd>
 
19214
              </mtr>
 
19215
            </mtable> 
 
19216
          </mtd>
 
19217
        </mtr>
 
19218
        <mtr>
 
19219
          <mtd> 
 
19220
            <mtable frame="solid" width="50%">
 
19221
              <mtr>
 
19222
                <mtd>
 
19223
                  <mn>1</mn>
 
19224
                </mtd>
 
19225
                <mtd>
 
19226
                  <mn>2</mn>
 
19227
                </mtd>
 
19228
              </mtr>
 
19229
              <mtr>
 
19230
                <mtd>
 
19231
                  <mi>x</mi>
 
19232
                </mtd>
 
19233
                <mtd>
 
19234
                  <mi>y</mi>
 
19235
                </mtd>
 
19236
              </mtr>
 
19237
            </mtable> 
 
19238
          </mtd>
 
19239
        </mtr>
 
19240
        <mtr>
 
19241
          <mtd> 
 
19242
            <mtable frame="solid" width="200pt">
 
19243
              <mtr>
 
19244
                <mtd>
 
19245
                  <mn>1</mn>
 
19246
                </mtd>
 
19247
                <mtd>
 
19248
                  <mn>2</mn>
 
19249
                </mtd>
 
19250
              </mtr>
 
19251
              <mtr>
 
19252
                <mtd>
 
19253
                  <mi>x</mi>
 
19254
                </mtd>
 
19255
                <mtd>
 
19256
                  <mi>y</mi>
 
19257
                </mtd>
 
19258
              </mtr>
 
19259
            </mtable> 
 
19260
          </mtd>
 
19261
        </mtr>
 
19262
      </mtable>
 
19263
    </mml:math>]]>
 
19264
</programlisting>
 
19265
<para>is rendered as:</para>
 
19266
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
19267
      <mtable>
 
19268
        <mtr>
 
19269
          <mtd>
 
19270
            <mtable frame="solid" width="25em">
 
19271
              <mtr>
 
19272
                <mtd>
 
19273
                  <mn>1</mn>
 
19274
                </mtd>
 
19275
                <mtd>
 
19276
                  <mn>2</mn>
 
19277
                </mtd>
 
19278
              </mtr>
 
19279
              <mtr>
 
19280
                <mtd>
 
19281
                  <mi>x</mi>
 
19282
                </mtd>
 
19283
                <mtd>
 
19284
                  <mi>y</mi>
 
19285
                </mtd>
 
19286
              </mtr>
 
19287
            </mtable> 
 
19288
          </mtd>
 
19289
        </mtr>
 
19290
        <mtr>
 
19291
          <mtd> 
 
19292
            <mtable frame="solid" width="50%">
 
19293
              <mtr>
 
19294
                <mtd>
 
19295
                  <mn>1</mn>
 
19296
                </mtd>
 
19297
                <mtd>
 
19298
                  <mn>2</mn>
 
19299
                </mtd>
 
19300
              </mtr>
 
19301
              <mtr>
 
19302
                <mtd>
 
19303
                  <mi>x</mi>
 
19304
                </mtd>
 
19305
                <mtd>
 
19306
                  <mi>y</mi>
 
19307
                </mtd>
 
19308
              </mtr>
 
19309
            </mtable> 
 
19310
          </mtd>
 
19311
        </mtr>
 
19312
        <mtr>
 
19313
          <mtd> 
 
19314
            <mtable frame="solid" width="200pt">
 
19315
              <mtr>
 
19316
                <mtd>
 
19317
                  <mn>1</mn>
 
19318
                </mtd>
 
19319
                <mtd>
 
19320
                  <mn>2</mn>
 
19321
                </mtd>
 
19322
              </mtr>
 
19323
              <mtr>
 
19324
                <mtd>
 
19325
                  <mi>x</mi>
 
19326
                </mtd>
 
19327
                <mtd>
 
19328
                  <mi>y</mi>
 
19329
                </mtd>
 
19330
              </mtr>
 
19331
            </mtable> 
 
19332
          </mtd>
 
19333
        </mtr>
 
19334
      </mtable>
 
19335
    </mml:math></sect3>
 
19336
</sect2>
 
19337
</sect1>
 
19338
<sect1><title>TokenElements</title>
 
19339
<sect2><title>CommonAttributes</title>
 
19340
<sect3><title>hexcolors2.mml</title>
 
19341
<programlisting>
 
19342
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19343
      <mtable> 
 
19344
        <mtr> 
 
19345
          <mtd> 
 
19346
            <mrow> 
 
19347
              <mi color='#f00'>A</mi> 
 
19348
              <mo>+</mo> 
 
19349
              <mi color='#0000ff'>A</mi> 
 
19350
            </mrow> 
 
19351
          </mtd> 
 
19352
        </mtr> 
 
19353
        <mtr> 
 
19354
          <mtd> 
 
19355
            <mrow> 
 
19356
              <mn mathcolor='#f00'>1</mn> 
 
19357
              <mo>+</mo> 
 
19358
              <mn mathcolor='#0000ff'>1</mn> 
 
19359
            </mrow> 
 
19360
          </mtd> 
 
19361
        </mtr> 
 
19362
        <mtr> 
 
19363
          <mtd> 
 
19364
            <mrow> 
 
19365
              <mn mathbackground='#f00'>1</mn> 
 
19366
              <mo>+</mo> 
 
19367
              <mn mathbackground='#0000ff'>1</mn> 
 
19368
            </mrow> 
 
19369
          </mtd> 
 
19370
        </mtr> 
 
19371
      </mtable> 
 
19372
    </mml:math>]]>
 
19373
</programlisting>
 
19374
<para>is rendered as:</para>
 
19375
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19376
      <mtable> 
 
19377
        <mtr> 
 
19378
          <mtd> 
 
19379
            <mrow> 
 
19380
              <mi color='#f00'>A</mi> 
 
19381
              <mo>+</mo> 
 
19382
              <mi color='#0000ff'>A</mi> 
 
19383
            </mrow> 
 
19384
          </mtd> 
 
19385
        </mtr> 
 
19386
        <mtr> 
 
19387
          <mtd> 
 
19388
            <mrow> 
 
19389
              <mn mathcolor='#f00'>1</mn> 
 
19390
              <mo>+</mo> 
 
19391
              <mn mathcolor='#0000ff'>1</mn> 
 
19392
            </mrow> 
 
19393
          </mtd> 
 
19394
        </mtr> 
 
19395
        <mtr> 
 
19396
          <mtd> 
 
19397
            <mrow> 
 
19398
              <mn mathbackground='#f00'>1</mn> 
 
19399
              <mo>+</mo> 
 
19400
              <mn mathbackground='#0000ff'>1</mn> 
 
19401
            </mrow> 
 
19402
          </mtd> 
 
19403
        </mtr> 
 
19404
      </mtable> 
 
19405
    </mml:math></sect3>
 
19406
<sect3><title>sizeunits3.mml</title>
 
19407
<programlisting>
 
19408
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19409
      <mrow> 
 
19410
        <mi>x</mi> 
 
19411
        <mo>+</mo> 
 
19412
        <mi>M</mi> 
 
19413
        <mo>+</mo> 
 
19414
        <mi mathsize='2em'>x</mi> 
 
19415
        <mo>+</mo> 
 
19416
        <mi mathsize='2ex'>x</mi> 
 
19417
        <mo>+</mo> 
 
19418
        <mi mathsize='.1in'>x</mi> 
 
19419
        <mo>+</mo> 
 
19420
        <mi mathsize='.5cm'>x</mi> 
 
19421
        <mo>+</mo> 
 
19422
        <mi mathsize='8mm'>x</mi> 
 
19423
        <mo>+</mo> 
 
19424
        <mi mathsize='24pt'>x</mi> 
 
19425
        <mo>+</mo> 
 
19426
        <mi mathsize='2pc'>x</mi> 
 
19427
        <mo>+</mo> 
 
19428
        <mi mathsize='75%'>x</mi> 
 
19429
        <mo>+</mo> 
 
19430
        <mi mathsize='36'>x</mi> 
 
19431
      </mrow> 
 
19432
    </mml:math>]]>
 
19433
</programlisting>
 
19434
<para>is rendered as:</para>
 
19435
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19436
      <mrow> 
 
19437
        <mi>x</mi> 
 
19438
        <mo>+</mo> 
 
19439
        <mi>M</mi> 
 
19440
        <mo>+</mo> 
 
19441
        <mi mathsize='2em'>x</mi> 
 
19442
        <mo>+</mo> 
 
19443
        <mi mathsize='2ex'>x</mi> 
 
19444
        <mo>+</mo> 
 
19445
        <mi mathsize='.1in'>x</mi> 
 
19446
        <mo>+</mo> 
 
19447
        <mi mathsize='.5cm'>x</mi> 
 
19448
        <mo>+</mo> 
 
19449
        <mi mathsize='8mm'>x</mi> 
 
19450
        <mo>+</mo> 
 
19451
        <mi mathsize='24pt'>x</mi> 
 
19452
        <mo>+</mo> 
 
19453
        <mi mathsize='2pc'>x</mi> 
 
19454
        <mo>+</mo> 
 
19455
        <mi mathsize='75%'>x</mi> 
 
19456
        <mo>+</mo> 
 
19457
        <mi mathsize='36'>x</mi> 
 
19458
      </mrow> 
 
19459
    </mml:math></sect3>
 
19460
<sect3><title>sizeunits4.mml</title>
 
19461
<programlisting>
 
19462
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19463
      <mrow> 
 
19464
        <msup> 
 
19465
          <mi mathcolor='Blue'>x</mi> 
 
19466
          <mn>2</mn> 
 
19467
        </msup> 
 
19468
        <mo>+</mo> 
 
19469
        <msup superscriptshift='24pt'> 
 
19470
          <mi mathcolor='Blue'>x</mi> 
 
19471
          <mn>2</mn> 
 
19472
        </msup> 
 
19473
        <mo>+</mo> 
 
19474
        <msup superscriptshift='1ex'> 
 
19475
          <mi mathcolor='Blue'>x</mi> 
 
19476
          <mn>2</mn> 
 
19477
        </msup> 
 
19478
        <mo>+</mo> 
 
19479
        <msup superscriptshift='1em'> 
 
19480
          <mrow> 
 
19481
            <mi>M</mi> 
 
19482
            <mi mathcolor='Blue'>x</mi> 
 
19483
          </mrow> 
 
19484
          <mn>2</mn> 
 
19485
        </msup> 
 
19486
        <mo>+</mo> 
 
19487
        <msup superscriptshift='10pt'> 
 
19488
          <mi mathcolor='Blue'>x</mi> 
 
19489
          <mn>2</mn> 
 
19490
        </msup> 
 
19491
        <mo>+</mo> 
 
19492
        <msup superscriptshift='0.25in'> 
 
19493
          <mi mathcolor='Blue'>x</mi> 
 
19494
          <mn>2</mn> 
 
19495
        </msup> 
 
19496
        <mo>+</mo> 
 
19497
        <msup superscriptshift='1cm'> 
 
19498
          <mi mathcolor='Blue'>x</mi> 
 
19499
          <mn>2</mn> 
 
19500
        </msup> 
 
19501
        <mo>+</mo> 
 
19502
        <msup superscriptshift='10mm'> 
 
19503
          <mi mathcolor='Blue'>x</mi> 
 
19504
          <mn>2</mn> 
 
19505
        </msup> 
 
19506
        <mo>+</mo> 
 
19507
        <msup superscriptshift='1pc'> 
 
19508
          <mi mathcolor='Blue'>x</mi> 
 
19509
          <mn>2</mn> 
 
19510
        </msup> 
 
19511
        <mo>+</mo> 
 
19512
        <msup > 
 
19513
          <mi fontsize='170%' mathcolor='Blue'>x 
 
19514
          </mi> 
 
19515
          <mn>2</mn> 
 
19516
        </msup> 
 
19517
      </mrow> 
 
19518
    </mml:math>]]>
 
19519
</programlisting>
 
19520
<para>is rendered as:</para>
 
19521
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19522
      <mrow> 
 
19523
        <msup> 
 
19524
          <mi mathcolor='Blue'>x</mi> 
 
19525
          <mn>2</mn> 
 
19526
        </msup> 
 
19527
        <mo>+</mo> 
 
19528
        <msup superscriptshift='24pt'> 
 
19529
          <mi mathcolor='Blue'>x</mi> 
 
19530
          <mn>2</mn> 
 
19531
        </msup> 
 
19532
        <mo>+</mo> 
 
19533
        <msup superscriptshift='1ex'> 
 
19534
          <mi mathcolor='Blue'>x</mi> 
 
19535
          <mn>2</mn> 
 
19536
        </msup> 
 
19537
        <mo>+</mo> 
 
19538
        <msup superscriptshift='1em'> 
 
19539
          <mrow> 
 
19540
            <mi>M</mi> 
 
19541
            <mi mathcolor='Blue'>x</mi> 
 
19542
          </mrow> 
 
19543
          <mn>2</mn> 
 
19544
        </msup> 
 
19545
        <mo>+</mo> 
 
19546
        <msup superscriptshift='10pt'> 
 
19547
          <mi mathcolor='Blue'>x</mi> 
 
19548
          <mn>2</mn> 
 
19549
        </msup> 
 
19550
        <mo>+</mo> 
 
19551
        <msup superscriptshift='0.25in'> 
 
19552
          <mi mathcolor='Blue'>x</mi> 
 
19553
          <mn>2</mn> 
 
19554
        </msup> 
 
19555
        <mo>+</mo> 
 
19556
        <msup superscriptshift='1cm'> 
 
19557
          <mi mathcolor='Blue'>x</mi> 
 
19558
          <mn>2</mn> 
 
19559
        </msup> 
 
19560
        <mo>+</mo> 
 
19561
        <msup superscriptshift='10mm'> 
 
19562
          <mi mathcolor='Blue'>x</mi> 
 
19563
          <mn>2</mn> 
 
19564
        </msup> 
 
19565
        <mo>+</mo> 
 
19566
        <msup superscriptshift='1pc'> 
 
19567
          <mi mathcolor='Blue'>x</mi> 
 
19568
          <mn>2</mn> 
 
19569
        </msup> 
 
19570
        <mo>+</mo> 
 
19571
        <msup > 
 
19572
          <mi fontsize='170%' mathcolor='Blue'>x 
 
19573
          </mi> 
 
19574
          <mn>2</mn> 
 
19575
        </msup> 
 
19576
      </mrow> 
 
19577
    </mml:math></sect3>
 
19578
</sect2>
 
19579
<sect2><title>mglyph</title>
 
19580
<sect3><title>rec-mglyph1.mml</title>
 
19581
<programlisting>
 
19582
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19583
      <mi> 
 
19584
        <mglyph fontfamily="my-braid-font" index="2" alt="23braid"/> 
 
19585
      </mi> 
 
19586
      <mspace width="10pt"/> 
 
19587
      <mn> 
 
19588
        <mglyph fontfamily="Curlz MT" index="65" alt="script 'A'"/> 
 
19589
      </mn> 
 
19590
      <mspace width="10pt"/> 
 
19591
      <mn> 
 
19592
        <mglyph fontfamily="Arial" index="97" alt="lowercase 'a'"/> 
 
19593
      </mn> 
 
19594
    </mml:math>]]>
 
19595
</programlisting>
 
19596
<para>is rendered as:</para>
 
19597
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19598
      <mi> 
 
19599
        <mglyph fontfamily="my-braid-font" index="2" alt="23braid"/> 
 
19600
      </mi> 
 
19601
      <mspace width="10pt"/> 
 
19602
      <mn> 
 
19603
        <mglyph fontfamily="Curlz MT" index="65" alt="script 'A'"/> 
 
19604
      </mn> 
 
19605
      <mspace width="10pt"/> 
 
19606
      <mn> 
 
19607
        <mglyph fontfamily="Arial" index="97" alt="lowercase 'a'"/> 
 
19608
      </mn> 
 
19609
    </mml:math></sect3>
 
19610
<sect3><title>rec-mglyph2.mml</title>
 
19611
<programlisting>
 
19612
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19613
      <mi> &#x003B1; 
 
19614
        <mglyph fontfamily="Arial" index="99" alt="c"/> &#x003B1; 
 
19615
      </mi> 
 
19616
    </mml:math>]]>
 
19617
</programlisting>
 
19618
<para>is rendered as:</para>
 
19619
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19620
      <mi> &#x003B1; 
 
19621
        <mglyph fontfamily="Arial" index="99" alt="c"/> &#x003B1; 
 
19622
      </mi> 
 
19623
    </mml:math></sect3>
 
19624
</sect2>
 
19625
<sect2><title>mi</title>
 
19626
<sect3><title>mi1.mml</title>
 
19627
<programlisting>
 
19628
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19629
      <mrow> 
 
19630
        <mi> x </mi> 
 
19631
        <mo> + </mo> 
 
19632
        <mrow> 
 
19633
          <mi> a </mi> 
 
19634
          <mo> / </mo> 
 
19635
          <mi> b </mi> 
 
19636
        </mrow> 
 
19637
      </mrow> 
 
19638
    </mml:math>]]>
 
19639
</programlisting>
 
19640
<para>is rendered as:</para>
 
19641
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19642
      <mrow> 
 
19643
        <mi> x </mi> 
 
19644
        <mo> + </mo> 
 
19645
        <mrow> 
 
19646
          <mi> a </mi> 
 
19647
          <mo> / </mo> 
 
19648
          <mi> b </mi> 
 
19649
        </mrow> 
 
19650
      </mrow> 
 
19651
    </mml:math></sect3>
 
19652
<sect3><title>mi2.mml</title>
 
19653
<programlisting>
 
19654
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19655
      <mrow> 
 
19656
        <mi> sin </mi> 
 
19657
        <mo> &#x02061; </mo> 
 
19658
        <mi> x </mi> 
 
19659
      </mrow> 
 
19660
    </mml:math>]]>
 
19661
</programlisting>
 
19662
<para>is rendered as:</para>
 
19663
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19664
      <mrow> 
 
19665
        <mi> sin </mi> 
 
19666
        <mo> &#x02061; </mo> 
 
19667
        <mi> x </mi> 
 
19668
      </mrow> 
 
19669
    </mml:math></sect3>
 
19670
<sect3><title>mi3.mml</title>
 
19671
<programlisting>
 
19672
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19673
      <mrow> 
 
19674
        <mi> x </mi> 
 
19675
        <mover> 
 
19676
          <mo> &#x02192; </mo> 
 
19677
          <mtext> maps to </mtext> 
 
19678
        </mover> 
 
19679
        <mi> y </mi> 
 
19680
      </mrow> 
 
19681
    </mml:math>]]>
 
19682
</programlisting>
 
19683
<para>is rendered as:</para>
 
19684
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19685
      <mrow> 
 
19686
        <mi> x </mi> 
 
19687
        <mover> 
 
19688
          <mo> &#x02192; </mo> 
 
19689
          <mtext> maps to </mtext> 
 
19690
        </mover> 
 
19691
        <mi> y </mi> 
 
19692
      </mrow> 
 
19693
    </mml:math></sect3>
 
19694
<sect3><title>mi4.mml</title>
 
19695
<programlisting>
 
19696
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19697
      <mrow> 
 
19698
        <mi> f </mi> 
 
19699
        <mo> &#x02061; </mo> 
 
19700
        <mrow> 
 
19701
          <mo> ( </mo> 
 
19702
          <mi> x </mi> 
 
19703
          <mo> ) </mo> 
 
19704
        </mrow> 
 
19705
      </mrow> 
 
19706
    </mml:math>]]>
 
19707
</programlisting>
 
19708
<para>is rendered as:</para>
 
19709
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19710
      <mrow> 
 
19711
        <mi> f </mi> 
 
19712
        <mo> &#x02061; </mo> 
 
19713
        <mrow> 
 
19714
          <mo> ( </mo> 
 
19715
          <mi> x </mi> 
 
19716
          <mo> ) </mo> 
 
19717
        </mrow> 
 
19718
      </mrow> 
 
19719
    </mml:math></sect3>
 
19720
<sect3><title>miAtoken5.mml</title>
 
19721
<programlisting>
 
19722
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19723
      <mtable> 
 
19724
        <mtr> 
 
19725
          <mtd> 
 
19726
            <mi> A </mi> 
 
19727
            <mo>+</mo> 
 
19728
            <mi fontweight='bold'>A</mi> 
 
19729
            <mo> + </mo> 
 
19730
            <mi fontsize='36pt'>A</mi> 
 
19731
            <mo>+</mo> 
 
19732
            <mi fontstyle='normal'>A</mi> 
 
19733
            <mo>+</mo> 
 
19734
            <mi color='#9c0fff'>A</mi> 
 
19735
            <mo>+</mo> 
 
19736
            <mi fontfamily='Helvetica'>A</mi> 
 
19737
          </mtd> 
 
19738
        </mtr> 
 
19739
        <mtr> 
 
19740
          <mtd> 
 
19741
            <mi mathvariant='script'>A</mi> 
 
19742
            <mo>+</mo> 
 
19743
            <mi mathsize='36pt'>A</mi> 
 
19744
            <mo>+</mo> 
 
19745
            <mi mathcolor='#9c0fff'>A</mi> 
 
19746
            <mo>+</mo> 
 
19747
            <mi mathbackground='blue'>A</mi> 
 
19748
          </mtd> 
 
19749
        </mtr> 
 
19750
        <mtr> 
 
19751
          <mtd> 
 
19752
            <mi mathvariant='script' fontweight='bold'>A 
 
19753
            </mi> 
 
19754
            <mo>+</mo> 
 
19755
            <mi mathsize='36pt' fontsize='12pt'>A 
 
19756
            </mi> 
 
19757
            <mo>+</mo> 
 
19758
            <mi mathcolor='#9c0fff' color='red'>A 
 
19759
            </mi> 
 
19760
            <mo>+</mo> 
 
19761
            <mi mathbackground='blue' color='gray'>A 
 
19762
            </mi> 
 
19763
          </mtd> 
 
19764
        </mtr> 
 
19765
      </mtable> 
 
19766
    </mml:math>]]>
 
19767
</programlisting>
 
19768
<para>is rendered as:</para>
 
19769
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19770
      <mtable> 
 
19771
        <mtr> 
 
19772
          <mtd> 
 
19773
            <mi> A </mi> 
 
19774
            <mo>+</mo> 
 
19775
            <mi fontweight='bold'>A</mi> 
 
19776
            <mo> + </mo> 
 
19777
            <mi fontsize='36pt'>A</mi> 
 
19778
            <mo>+</mo> 
 
19779
            <mi fontstyle='normal'>A</mi> 
 
19780
            <mo>+</mo> 
 
19781
            <mi color='#9c0fff'>A</mi> 
 
19782
            <mo>+</mo> 
 
19783
            <mi fontfamily='Helvetica'>A</mi> 
 
19784
          </mtd> 
 
19785
        </mtr> 
 
19786
        <mtr> 
 
19787
          <mtd> 
 
19788
            <mi mathvariant='script'>A</mi> 
 
19789
            <mo>+</mo> 
 
19790
            <mi mathsize='36pt'>A</mi> 
 
19791
            <mo>+</mo> 
 
19792
            <mi mathcolor='#9c0fff'>A</mi> 
 
19793
            <mo>+</mo> 
 
19794
            <mi mathbackground='blue'>A</mi> 
 
19795
          </mtd> 
 
19796
        </mtr> 
 
19797
        <mtr> 
 
19798
          <mtd> 
 
19799
            <mi mathvariant='script' fontweight='bold'>A 
 
19800
            </mi> 
 
19801
            <mo>+</mo> 
 
19802
            <mi mathsize='36pt' fontsize='12pt'>A 
 
19803
            </mi> 
 
19804
            <mo>+</mo> 
 
19805
            <mi mathcolor='#9c0fff' color='red'>A 
 
19806
            </mi> 
 
19807
            <mo>+</mo> 
 
19808
            <mi mathbackground='blue' color='gray'>A 
 
19809
            </mi> 
 
19810
          </mtd> 
 
19811
        </mtr> 
 
19812
      </mtable> 
 
19813
    </mml:math></sect3>
 
19814
<sect3><title>miScolorname15.mml</title>
 
19815
<programlisting>
 
19816
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19817
      <mi mathcolor="blue">x</mi> 
 
19818
      <mo>+</mo> 
 
19819
      <mn mathcolor="#00ff33" color="purple">7
 
19820
      </mn> 
 
19821
      <mo>+</mo> 
 
19822
      <mn color="yellow">3</mn> 
 
19823
      <mo>+</mo> 
 
19824
      <mstyle color="red"> 
 
19825
        <mi>z</mi> 
 
19826
        <mo>+</mo> 
 
19827
        <mi mathcolor="blue">q</mi> 
 
19828
        <mo>+</mo> 
 
19829
        <mi>q</mi> 
 
19830
      </mstyle>
 
19831
    </mml:math>]]>
 
19832
</programlisting>
 
19833
<para>is rendered as:</para>
 
19834
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19835
      <mi mathcolor="blue">x</mi> 
 
19836
      <mo>+</mo> 
 
19837
      <mn mathcolor="#00ff33" color="purple">7
 
19838
      </mn> 
 
19839
      <mo>+</mo> 
 
19840
      <mn color="yellow">3</mn> 
 
19841
      <mo>+</mo> 
 
19842
      <mstyle color="red"> 
 
19843
        <mi>z</mi> 
 
19844
        <mo>+</mo> 
 
19845
        <mi mathcolor="blue">q</mi> 
 
19846
        <mo>+</mo> 
 
19847
        <mi>q</mi> 
 
19848
      </mstyle>
 
19849
    </mml:math></sect3>
 
19850
<sect3><title>miScolorname6.mml</title>
 
19851
<programlisting>
 
19852
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19853
      <mtable> 
 
19854
        <mtr> 
 
19855
          <mtd> 
 
19856
            <mi>A</mi> 
 
19857
            <mo color='black'>+</mo> 
 
19858
            <mi color='GREEN'>B</mi> 
 
19859
            <mo color='Silver'>+</mo> 
 
19860
            <mi color='Lime'>C</mi> 
 
19861
            <mo color='Gray'>+</mo> 
 
19862
            <mstyle background='#fff'> 
 
19863
              <mrow> 
 
19864
                <mi color='OLIVE'>D</mi> 
 
19865
                <mo color='white'>+</mo> 
 
19866
                <mi color='Yellow'>E</mi> 
 
19867
              </mrow> 
 
19868
            </mstyle> 
 
19869
            <mo color='Maroon'>+</mo> 
 
19870
            <mi color='Navy'>F</mi> 
 
19871
            <mo color='Red'>+</mo> 
 
19872
            <mi color='Blue'>G</mi> 
 
19873
            <mo color='Purple'>+</mo> 
 
19874
            <mi color='Teal'>H</mi> 
 
19875
            <mo color='Fuchsia'>+</mo> 
 
19876
            <mi color='Aqua'>I</mi> 
 
19877
          </mtd> 
 
19878
        </mtr> 
 
19879
        <mtr> 
 
19880
          <mtd> 
 
19881
            <mi>A</mi> 
 
19882
            <mo mathcolor='black'>+</mo> 
 
19883
            <mi mathcolor='GREEN'>B</mi> 
 
19884
            <mo mathcolor='Silver'>+</mo> 
 
19885
            <mi mathcolor='Lime'>C</mi> 
 
19886
            <mo mathcolor='Gray'>+</mo> 
 
19887
            <mstyle mathbackground='#fff'> 
 
19888
              <mrow> 
 
19889
                <mi mathcolor='OLIVE'>D</mi> 
 
19890
                <mo mathcolor='white'>+</mo> 
 
19891
                <mi mathcolor='Yellow'>E</mi> 
 
19892
              </mrow> 
 
19893
            </mstyle> 
 
19894
            <mo mathcolor='Maroon'>+</mo> 
 
19895
            <mi mathcolor='Navy'>F</mi> 
 
19896
            <mo mathcolor='Red'>+</mo> 
 
19897
            <mi mathcolor='Blue'>G</mi> 
 
19898
            <mo mathcolor='Purple'>+</mo> 
 
19899
            <mi mathcolor='Teal'>H</mi> 
 
19900
            <mo mathcolor='Fuchsia'>+</mo> 
 
19901
            <mi mathcolor='Aqua'>I</mi> 
 
19902
          </mtd> 
 
19903
        </mtr> 
 
19904
      </mtable> 
 
19905
    </mml:math>]]>
 
19906
</programlisting>
 
19907
<para>is rendered as:</para>
 
19908
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19909
      <mtable> 
 
19910
        <mtr> 
 
19911
          <mtd> 
 
19912
            <mi>A</mi> 
 
19913
            <mo color='black'>+</mo> 
 
19914
            <mi color='GREEN'>B</mi> 
 
19915
            <mo color='Silver'>+</mo> 
 
19916
            <mi color='Lime'>C</mi> 
 
19917
            <mo color='Gray'>+</mo> 
 
19918
            <mstyle background='#fff'> 
 
19919
              <mrow> 
 
19920
                <mi color='OLIVE'>D</mi> 
 
19921
                <mo color='white'>+</mo> 
 
19922
                <mi color='Yellow'>E</mi> 
 
19923
              </mrow> 
 
19924
            </mstyle> 
 
19925
            <mo color='Maroon'>+</mo> 
 
19926
            <mi color='Navy'>F</mi> 
 
19927
            <mo color='Red'>+</mo> 
 
19928
            <mi color='Blue'>G</mi> 
 
19929
            <mo color='Purple'>+</mo> 
 
19930
            <mi color='Teal'>H</mi> 
 
19931
            <mo color='Fuchsia'>+</mo> 
 
19932
            <mi color='Aqua'>I</mi> 
 
19933
          </mtd> 
 
19934
        </mtr> 
 
19935
        <mtr> 
 
19936
          <mtd> 
 
19937
            <mi>A</mi> 
 
19938
            <mo mathcolor='black'>+</mo> 
 
19939
            <mi mathcolor='GREEN'>B</mi> 
 
19940
            <mo mathcolor='Silver'>+</mo> 
 
19941
            <mi mathcolor='Lime'>C</mi> 
 
19942
            <mo mathcolor='Gray'>+</mo> 
 
19943
            <mstyle mathbackground='#fff'> 
 
19944
              <mrow> 
 
19945
                <mi mathcolor='OLIVE'>D</mi> 
 
19946
                <mo mathcolor='white'>+</mo> 
 
19947
                <mi mathcolor='Yellow'>E</mi> 
 
19948
              </mrow> 
 
19949
            </mstyle> 
 
19950
            <mo mathcolor='Maroon'>+</mo> 
 
19951
            <mi mathcolor='Navy'>F</mi> 
 
19952
            <mo mathcolor='Red'>+</mo> 
 
19953
            <mi mathcolor='Blue'>G</mi> 
 
19954
            <mo mathcolor='Purple'>+</mo> 
 
19955
            <mi mathcolor='Teal'>H</mi> 
 
19956
            <mo mathcolor='Fuchsia'>+</mo> 
 
19957
            <mi mathcolor='Aqua'>I</mi> 
 
19958
          </mtd> 
 
19959
        </mtr> 
 
19960
      </mtable> 
 
19961
    </mml:math></sect3>
 
19962
<sect3><title>miScolorscope7.mml</title>
 
19963
<programlisting>
 
19964
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
19965
      <mtable> 
 
19966
        <mtr> 
 
19967
          <mtd> 
 
19968
            <mi fontsize='14pt'>a</mi> 
 
19969
            <mo color='black'>+</mo> 
 
19970
            <mstyle fontsize='24pt' color='GREEN'> 
 
19971
              <mi>a</mi> 
 
19972
              <mo color='red'>+</mo> 
 
19973
              <mi color='red'>a</mi> 
 
19974
            </mstyle> 
 
19975
            <mo>+</mo> 
 
19976
            <mi>a</mi> 
 
19977
          </mtd> 
 
19978
        </mtr> 
 
19979
        <mtr> 
 
19980
          <mtd> 
 
19981
            <mi mathsize='14pt'>a</mi> 
 
19982
            <mo mathcolor='black'>+</mo> 
 
19983
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
 
19984
              <mi>a</mi> 
 
19985
              <mo mathcolor='red'>+</mo> 
 
19986
              <mi mathcolor='red'>a</mi> 
 
19987
            </mstyle> 
 
19988
            <mo>+</mo> 
 
19989
            <mi>a</mi> 
 
19990
          </mtd> 
 
19991
        </mtr> 
 
19992
        <mtr> 
 
19993
          <mtd> 
 
19994
            <mi mathsize='14pt'>a</mi> 
 
19995
            <mo mathcolor='black'>+</mo> 
 
19996
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
 
19997
              <mi>a</mi> 
 
19998
              <mo color='red'>+</mo> 
 
19999
              <mi fontsize='14pt'>a</mi> 
 
20000
            </mstyle> 
 
20001
            <mo>+</mo> 
 
20002
            <mi>a</mi> 
 
20003
          </mtd> 
 
20004
        </mtr> 
 
20005
      </mtable> 
 
20006
    </mml:math>]]>
 
20007
</programlisting>
 
20008
<para>is rendered as:</para>
 
20009
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20010
      <mtable> 
 
20011
        <mtr> 
 
20012
          <mtd> 
 
20013
            <mi fontsize='14pt'>a</mi> 
 
20014
            <mo color='black'>+</mo> 
 
20015
            <mstyle fontsize='24pt' color='GREEN'> 
 
20016
              <mi>a</mi> 
 
20017
              <mo color='red'>+</mo> 
 
20018
              <mi color='red'>a</mi> 
 
20019
            </mstyle> 
 
20020
            <mo>+</mo> 
 
20021
            <mi>a</mi> 
 
20022
          </mtd> 
 
20023
        </mtr> 
 
20024
        <mtr> 
 
20025
          <mtd> 
 
20026
            <mi mathsize='14pt'>a</mi> 
 
20027
            <mo mathcolor='black'>+</mo> 
 
20028
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
 
20029
              <mi>a</mi> 
 
20030
              <mo mathcolor='red'>+</mo> 
 
20031
              <mi mathcolor='red'>a</mi> 
 
20032
            </mstyle> 
 
20033
            <mo>+</mo> 
 
20034
            <mi>a</mi> 
 
20035
          </mtd> 
 
20036
        </mtr> 
 
20037
        <mtr> 
 
20038
          <mtd> 
 
20039
            <mi mathsize='14pt'>a</mi> 
 
20040
            <mo mathcolor='black'>+</mo> 
 
20041
            <mstyle mathsize='24pt' mathcolor='GREEN'> 
 
20042
              <mi>a</mi> 
 
20043
              <mo color='red'>+</mo> 
 
20044
              <mi fontsize='14pt'>a</mi> 
 
20045
            </mstyle> 
 
20046
            <mo>+</mo> 
 
20047
            <mi>a</mi> 
 
20048
          </mtd> 
 
20049
        </mtr> 
 
20050
      </mtable> 
 
20051
    </mml:math></sect3>
 
20052
<sect3><title>miSfonts8.mml</title>
 
20053
<programlisting>
 
20054
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20055
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
 
20056
        <mrow> 
 
20057
          <mi>a</mi> 
 
20058
          <mo>+</mo> 
 
20059
          <mi fontweight='bold'>b</mi> 
 
20060
          <mo>+</mo> 
 
20061
          <mi fontstyle='normal'>c</mi> 
 
20062
          <mo>+</mo> 
 
20063
          <mi fontfamily='Courier' color='#00ff00'>f 
 
20064
          </mi> 
 
20065
          <mo>+</mo> 
 
20066
          <mi fontsize='36pt'>&#x00393;</mi> 
 
20067
          <mo>+</mo> 
 
20068
          <mi fontweight='bold' fontstyle='normal'>d 
 
20069
          </mi> 
 
20070
        </mrow> 
 
20071
      </mstyle> 
 
20072
    </mml:math>]]>
 
20073
</programlisting>
 
20074
<para>is rendered as:</para>
 
20075
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20076
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
 
20077
        <mrow> 
 
20078
          <mi>a</mi> 
 
20079
          <mo>+</mo> 
 
20080
          <mi fontweight='bold'>b</mi> 
 
20081
          <mo>+</mo> 
 
20082
          <mi fontstyle='normal'>c</mi> 
 
20083
          <mo>+</mo> 
 
20084
          <mi fontfamily='Courier' color='#00ff00'>f 
 
20085
          </mi> 
 
20086
          <mo>+</mo> 
 
20087
          <mi fontsize='36pt'>&#x00393;</mi> 
 
20088
          <mo>+</mo> 
 
20089
          <mi fontweight='bold' fontstyle='normal'>d 
 
20090
          </mi> 
 
20091
        </mrow> 
 
20092
      </mstyle> 
 
20093
    </mml:math></sect3>
 
20094
<sect3><title>miSfontsize9.mml</title>
 
20095
<programlisting>
 
20096
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20097
      <mtable> 
 
20098
        <mtr> 
 
20099
          <mtd> 
 
20100
            <mstyle fontweight='bold' color='#ff0000'> 
 
20101
              <mrow> 
 
20102
                <mi>A</mi> 
 
20103
                <mo>+</mo> 
 
20104
                <mi fontweight='normal' fontstyle='italic'>A 
 
20105
                </mi> 
 
20106
                <mo>+</mo> 
 
20107
                <mstyle fontsize='0.1in'> 
 
20108
                  <mi>A</mi> 
 
20109
                  <mo>+</mo> 
 
20110
                  <mi fontsize='2em'>A</mi> 
 
20111
                  <mo>+</mo> 
 
20112
                  <mi fontsize='36pt'>A</mi> 
 
20113
                </mstyle> 
 
20114
                <mo>+</mo> 
 
20115
                <mi fontsize='20mm'>A</mi> 
 
20116
              </mrow> 
 
20117
            </mstyle> 
 
20118
          </mtd> 
 
20119
        </mtr> 
 
20120
        <mtr> 
 
20121
          <mtd> 
 
20122
            <mstyle mathcolor='#ff0000'> 
 
20123
              <mrow> 
 
20124
                <mi>A</mi> 
 
20125
                <mo>+</mo> 
 
20126
                <mstyle mathsize='0.1in'> 
 
20127
                  <mi>A</mi> 
 
20128
                  <mo>+</mo> 
 
20129
                  <mi mathsize='2em'>A</mi> 
 
20130
                  <mo>+</mo> 
 
20131
                  <mi mathsize='36pt'>A</mi> 
 
20132
                </mstyle> 
 
20133
                <mo>+</mo> 
 
20134
                <mi mathsize='20mm'>A</mi> 
 
20135
                <mo>+</mo> 
 
20136
                <mstyle mathsize='big'> 
 
20137
                  <mi>A</mi> 
 
20138
                  <mo>+</mo> 
 
20139
                  <mi mathsize='small'>A</mi> 
 
20140
                  <mo>+</mo> 
 
20141
                  <mi mathsize='normal'>A</mi> 
 
20142
                </mstyle> 
 
20143
              </mrow> 
 
20144
            </mstyle> 
 
20145
          </mtd> 
 
20146
        </mtr> 
 
20147
      </mtable> 
 
20148
    </mml:math>]]>
 
20149
</programlisting>
 
20150
<para>is rendered as:</para>
 
20151
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20152
      <mtable> 
 
20153
        <mtr> 
 
20154
          <mtd> 
 
20155
            <mstyle fontweight='bold' color='#ff0000'> 
 
20156
              <mrow> 
 
20157
                <mi>A</mi> 
 
20158
                <mo>+</mo> 
 
20159
                <mi fontweight='normal' fontstyle='italic'>A 
 
20160
                </mi> 
 
20161
                <mo>+</mo> 
 
20162
                <mstyle fontsize='0.1in'> 
 
20163
                  <mi>A</mi> 
 
20164
                  <mo>+</mo> 
 
20165
                  <mi fontsize='2em'>A</mi> 
 
20166
                  <mo>+</mo> 
 
20167
                  <mi fontsize='36pt'>A</mi> 
 
20168
                </mstyle> 
 
20169
                <mo>+</mo> 
 
20170
                <mi fontsize='20mm'>A</mi> 
 
20171
              </mrow> 
 
20172
            </mstyle> 
 
20173
          </mtd> 
 
20174
        </mtr> 
 
20175
        <mtr> 
 
20176
          <mtd> 
 
20177
            <mstyle mathcolor='#ff0000'> 
 
20178
              <mrow> 
 
20179
                <mi>A</mi> 
 
20180
                <mo>+</mo> 
 
20181
                <mstyle mathsize='0.1in'> 
 
20182
                  <mi>A</mi> 
 
20183
                  <mo>+</mo> 
 
20184
                  <mi mathsize='2em'>A</mi> 
 
20185
                  <mo>+</mo> 
 
20186
                  <mi mathsize='36pt'>A</mi> 
 
20187
                </mstyle> 
 
20188
                <mo>+</mo> 
 
20189
                <mi mathsize='20mm'>A</mi> 
 
20190
                <mo>+</mo> 
 
20191
                <mstyle mathsize='big'> 
 
20192
                  <mi>A</mi> 
 
20193
                  <mo>+</mo> 
 
20194
                  <mi mathsize='small'>A</mi> 
 
20195
                  <mo>+</mo> 
 
20196
                  <mi mathsize='normal'>A</mi> 
 
20197
                </mstyle> 
 
20198
              </mrow> 
 
20199
            </mstyle> 
 
20200
          </mtd> 
 
20201
        </mtr> 
 
20202
      </mtable> 
 
20203
    </mml:math></sect3>
 
20204
<sect3><title>miSmathsize16.mml</title>
 
20205
<programlisting>
 
20206
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20207
      <mi mathsize="2em">A</mi> 
 
20208
      <mo>+</mo> 
 
20209
      <mi>B</mi>
 
20210
    </mml:math>]]>
 
20211
</programlisting>
 
20212
<para>is rendered as:</para>
 
20213
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20214
      <mi mathsize="2em">A</mi> 
 
20215
      <mo>+</mo> 
 
20216
      <mi>B</mi>
 
20217
    </mml:math></sect3>
 
20218
<sect3><title>miSmathsize17.mml</title>
 
20219
<programlisting>
 
20220
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20221
      <mi mathsize="small">A</mi> 
 
20222
      <mo>+</mo> 
 
20223
      <mi mathsize="big">A</mi> 
 
20224
      <mo>+</mo> 
 
20225
      <mi mathsize="3ex">A</mi> 
 
20226
      <mo>+</mo> 
 
20227
      <mi>B</mi>
 
20228
    </mml:math>]]>
 
20229
</programlisting>
 
20230
<para>is rendered as:</para>
 
20231
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20232
      <mi mathsize="small">A</mi> 
 
20233
      <mo>+</mo> 
 
20234
      <mi mathsize="big">A</mi> 
 
20235
      <mo>+</mo> 
 
20236
      <mi mathsize="3ex">A</mi> 
 
20237
      <mo>+</mo> 
 
20238
      <mi>B</mi>
 
20239
    </mml:math></sect3>
 
20240
<sect3><title>miStoken10.mml</title>
 
20241
<programlisting>
 
20242
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20243
      <mstyle displaystyle='true'> 
 
20244
        <mrow> 
 
20245
          <mi>A</mi> 
 
20246
          <mo>+</mo> 
 
20247
          <mi fontweight='bold'>A</mi> 
 
20248
          <mo>+</mo> 
 
20249
          <mi fontweight='normal' fontstyle='italic'>A 
 
20250
          </mi> 
 
20251
          <mo>+</mo> 
 
20252
          <mi fontstyle='normal'>A</mi> 
 
20253
          <mo>+</mo> 
 
20254
          <mi fontweight='bold' fontstyle='normal'>A 
 
20255
          </mi> 
 
20256
          <mo>+</mo> 
 
20257
          <mi color='#9c0fff'>A</mi> 
 
20258
          <mo>+</mo> 
 
20259
          <mi color='#0ee'>A</mi> 
 
20260
          <mo>+</mo> 
 
20261
          <mi color='Green'>A</mi> 
 
20262
          <mo>+</mo> 
 
20263
          <mi fontfamily='Helvetica'>A</mi> 
 
20264
        </mrow> 
 
20265
      </mstyle> 
 
20266
    </mml:math>]]>
 
20267
</programlisting>
 
20268
<para>is rendered as:</para>
 
20269
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20270
      <mstyle displaystyle='true'> 
 
20271
        <mrow> 
 
20272
          <mi>A</mi> 
 
20273
          <mo>+</mo> 
 
20274
          <mi fontweight='bold'>A</mi> 
 
20275
          <mo>+</mo> 
 
20276
          <mi fontweight='normal' fontstyle='italic'>A 
 
20277
          </mi> 
 
20278
          <mo>+</mo> 
 
20279
          <mi fontstyle='normal'>A</mi> 
 
20280
          <mo>+</mo> 
 
20281
          <mi fontweight='bold' fontstyle='normal'>A 
 
20282
          </mi> 
 
20283
          <mo>+</mo> 
 
20284
          <mi color='#9c0fff'>A</mi> 
 
20285
          <mo>+</mo> 
 
20286
          <mi color='#0ee'>A</mi> 
 
20287
          <mo>+</mo> 
 
20288
          <mi color='Green'>A</mi> 
 
20289
          <mo>+</mo> 
 
20290
          <mi fontfamily='Helvetica'>A</mi> 
 
20291
        </mrow> 
 
20292
      </mstyle> 
 
20293
    </mml:math></sect3>
 
20294
<sect3><title>mifontstyle12.mml</title>
 
20295
<programlisting>
 
20296
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20297
      <mrow> 
 
20298
        <mi>h</mi> 
 
20299
        <mo>+</mo> 
 
20300
        <mi>hhh</mi> 
 
20301
        <mo>+</mo> 
 
20302
        <mi mathvariant='normal'>h</mi> 
 
20303
        <mo>+</mo> 
 
20304
        <mi mathvariant='normal'>hhh</mi> 
 
20305
      </mrow> 
 
20306
    </mml:math>]]>
 
20307
</programlisting>
 
20308
<para>is rendered as:</para>
 
20309
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20310
      <mrow> 
 
20311
        <mi>h</mi> 
 
20312
        <mo>+</mo> 
 
20313
        <mi>hhh</mi> 
 
20314
        <mo>+</mo> 
 
20315
        <mi mathvariant='normal'>h</mi> 
 
20316
        <mo>+</mo> 
 
20317
        <mi mathvariant='normal'>hhh</mi> 
 
20318
      </mrow> 
 
20319
    </mml:math></sect3>
 
20320
<sect3><title>mimathvariant13.mml</title>
 
20321
<programlisting>
 
20322
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20323
      <mtable> 
 
20324
        <mtr> 
 
20325
          <mtd> 
 
20326
            <mi>a</mi> 
 
20327
          </mtd> 
 
20328
          <mtd> 
 
20329
            <mi mathvariant='normal'>a</mi> 
 
20330
          </mtd> 
 
20331
          <mtd> 
 
20332
            <mi mathvariant='bold'>a</mi> 
 
20333
          </mtd> 
 
20334
          <mtd> 
 
20335
            <mi mathvariant='italic'>a</mi> 
 
20336
          </mtd> 
 
20337
          <mtd> 
 
20338
            <mi mathvariant='bold-italic'>a</mi> 
 
20339
          </mtd> 
 
20340
          <mtd> 
 
20341
            <mi mathvariant='double-struck'>a</mi> 
 
20342
          </mtd> 
 
20343
          <mtd> 
 
20344
            <mi mathvariant='bold-fraktur'>a</mi> 
 
20345
          </mtd> 
 
20346
          <mtd> 
 
20347
            <mi mathvariant='script'>a</mi> 
 
20348
          </mtd> 
 
20349
          <mtd> 
 
20350
            <mi mathvariant='bold-script'>a</mi> 
 
20351
          </mtd> 
 
20352
          <mtd> 
 
20353
            <mi mathvariant='fraktur'>a</mi> 
 
20354
          </mtd> 
 
20355
          <mtd> 
 
20356
            <mi mathvariant='sans-serif'>a</mi> 
 
20357
          </mtd> 
 
20358
          <mtd> 
 
20359
            <mi mathvariant='bold-sans-serif'>a 
 
20360
            </mi> 
 
20361
          </mtd> 
 
20362
          <mtd> 
 
20363
            <mi mathvariant='sans-serif-italic'>a 
 
20364
            </mi> 
 
20365
          </mtd> 
 
20366
          <mtd> 
 
20367
            <mi mathvariant='sans-serif-bold-italic'>a 
 
20368
            </mi> 
 
20369
          </mtd> 
 
20370
          <mtd> 
 
20371
            <mi mathvariant='monospace'>a</mi> 
 
20372
          </mtd> 
 
20373
          <mtd> 
 
20374
            <mi mathvariant='bold'>ab</mi> 
 
20375
          </mtd> 
 
20376
        </mtr> 
 
20377
        <mtr> 
 
20378
          <mtd> 
 
20379
            <mi>A</mi> 
 
20380
          </mtd> 
 
20381
          <mtd> 
 
20382
            <mi mathvariant='normal'>A</mi> 
 
20383
          </mtd> 
 
20384
          <mtd> 
 
20385
            <mi mathvariant='bold'>A</mi> 
 
20386
          </mtd> 
 
20387
          <mtd> 
 
20388
            <mi mathvariant='italic'>A</mi> 
 
20389
          </mtd> 
 
20390
          <mtd> 
 
20391
            <mi mathvariant='bold-italic'>A</mi> 
 
20392
          </mtd> 
 
20393
          <mtd> 
 
20394
            <mi mathvariant='double-struck'>A</mi> 
 
20395
          </mtd> 
 
20396
          <mtd> 
 
20397
            <mi mathvariant='bold-fraktur'>A</mi> 
 
20398
          </mtd> 
 
20399
          <mtd> 
 
20400
            <mi mathvariant='script'>A</mi> 
 
20401
          </mtd> 
 
20402
          <mtd> 
 
20403
            <mi mathvariant='bold-script'>A</mi> 
 
20404
          </mtd> 
 
20405
          <mtd> 
 
20406
            <mi mathvariant='fraktur'>A</mi> 
 
20407
          </mtd> 
 
20408
          <mtd> 
 
20409
            <mi mathvariant='sans-serif'>A</mi> 
 
20410
          </mtd> 
 
20411
          <mtd> 
 
20412
            <mi mathvariant='bold-sans-serif'>A 
 
20413
            </mi> 
 
20414
          </mtd> 
 
20415
          <mtd> 
 
20416
            <mi mathvariant='sans-serif-italic'>A 
 
20417
            </mi> 
 
20418
          </mtd> 
 
20419
          <mtd> 
 
20420
            <mi mathvariant='sans-serif-bold-italic'>A 
 
20421
            </mi> 
 
20422
          </mtd> 
 
20423
          <mtd> 
 
20424
            <mi mathvariant='monospace'>A</mi> 
 
20425
          </mtd> 
 
20426
          <mtd> 
 
20427
            <mi mathvariant='bold'>&#x003B1;</mi> 
 
20428
          </mtd> 
 
20429
        </mtr> 
 
20430
      </mtable> 
 
20431
    </mml:math>]]>
 
20432
</programlisting>
 
20433
<para>is rendered as:</para>
 
20434
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20435
      <mtable> 
 
20436
        <mtr> 
 
20437
          <mtd> 
 
20438
            <mi>a</mi> 
 
20439
          </mtd> 
 
20440
          <mtd> 
 
20441
            <mi mathvariant='normal'>a</mi> 
 
20442
          </mtd> 
 
20443
          <mtd> 
 
20444
            <mi mathvariant='bold'>a</mi> 
 
20445
          </mtd> 
 
20446
          <mtd> 
 
20447
            <mi mathvariant='italic'>a</mi> 
 
20448
          </mtd> 
 
20449
          <mtd> 
 
20450
            <mi mathvariant='bold-italic'>a</mi> 
 
20451
          </mtd> 
 
20452
          <mtd> 
 
20453
            <mi mathvariant='double-struck'>a</mi> 
 
20454
          </mtd> 
 
20455
          <mtd> 
 
20456
            <mi mathvariant='bold-fraktur'>a</mi> 
 
20457
          </mtd> 
 
20458
          <mtd> 
 
20459
            <mi mathvariant='script'>a</mi> 
 
20460
          </mtd> 
 
20461
          <mtd> 
 
20462
            <mi mathvariant='bold-script'>a</mi> 
 
20463
          </mtd> 
 
20464
          <mtd> 
 
20465
            <mi mathvariant='fraktur'>a</mi> 
 
20466
          </mtd> 
 
20467
          <mtd> 
 
20468
            <mi mathvariant='sans-serif'>a</mi> 
 
20469
          </mtd> 
 
20470
          <mtd> 
 
20471
            <mi mathvariant='bold-sans-serif'>a 
 
20472
            </mi> 
 
20473
          </mtd> 
 
20474
          <mtd> 
 
20475
            <mi mathvariant='sans-serif-italic'>a 
 
20476
            </mi> 
 
20477
          </mtd> 
 
20478
          <mtd> 
 
20479
            <mi mathvariant='sans-serif-bold-italic'>a 
 
20480
            </mi> 
 
20481
          </mtd> 
 
20482
          <mtd> 
 
20483
            <mi mathvariant='monospace'>a</mi> 
 
20484
          </mtd> 
 
20485
          <mtd> 
 
20486
            <mi mathvariant='bold'>ab</mi> 
 
20487
          </mtd> 
 
20488
        </mtr> 
 
20489
        <mtr> 
 
20490
          <mtd> 
 
20491
            <mi>A</mi> 
 
20492
          </mtd> 
 
20493
          <mtd> 
 
20494
            <mi mathvariant='normal'>A</mi> 
 
20495
          </mtd> 
 
20496
          <mtd> 
 
20497
            <mi mathvariant='bold'>A</mi> 
 
20498
          </mtd> 
 
20499
          <mtd> 
 
20500
            <mi mathvariant='italic'>A</mi> 
 
20501
          </mtd> 
 
20502
          <mtd> 
 
20503
            <mi mathvariant='bold-italic'>A</mi> 
 
20504
          </mtd> 
 
20505
          <mtd> 
 
20506
            <mi mathvariant='double-struck'>A</mi> 
 
20507
          </mtd> 
 
20508
          <mtd> 
 
20509
            <mi mathvariant='bold-fraktur'>A</mi> 
 
20510
          </mtd> 
 
20511
          <mtd> 
 
20512
            <mi mathvariant='script'>A</mi> 
 
20513
          </mtd> 
 
20514
          <mtd> 
 
20515
            <mi mathvariant='bold-script'>A</mi> 
 
20516
          </mtd> 
 
20517
          <mtd> 
 
20518
            <mi mathvariant='fraktur'>A</mi> 
 
20519
          </mtd> 
 
20520
          <mtd> 
 
20521
            <mi mathvariant='sans-serif'>A</mi> 
 
20522
          </mtd> 
 
20523
          <mtd> 
 
20524
            <mi mathvariant='bold-sans-serif'>A 
 
20525
            </mi> 
 
20526
          </mtd> 
 
20527
          <mtd> 
 
20528
            <mi mathvariant='sans-serif-italic'>A 
 
20529
            </mi> 
 
20530
          </mtd> 
 
20531
          <mtd> 
 
20532
            <mi mathvariant='sans-serif-bold-italic'>A 
 
20533
            </mi> 
 
20534
          </mtd> 
 
20535
          <mtd> 
 
20536
            <mi mathvariant='monospace'>A</mi> 
 
20537
          </mtd> 
 
20538
          <mtd> 
 
20539
            <mi mathvariant='bold'>&#x003B1;</mi> 
 
20540
          </mtd> 
 
20541
        </mtr> 
 
20542
      </mtable> 
 
20543
    </mml:math></sect3>
 
20544
<sect3><title>mimathvariant14.mml</title>
 
20545
<programlisting>
 
20546
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20547
      <mtable> 
 
20548
        <mtr> 
 
20549
          <mtd> 
 
20550
            <mi mathvariant='fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20551
            </mi> 
 
20552
            <mi mathvariant='fraktur'>abcdefghijklmnopqrstuvwxyz 
 
20553
            </mi> 
 
20554
          </mtd> 
 
20555
        </mtr> 
 
20556
        <mtr> 
 
20557
          <mtd> 
 
20558
            <mi mathvariant='bold-fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20559
            </mi> 
 
20560
            <mi mathvariant='bold-fraktur'>abcdefghijklmnopqrstuvwxyz 
 
20561
            </mi> 
 
20562
          </mtd> 
 
20563
        </mtr> 
 
20564
        <mtr> 
 
20565
          <mtd> 
 
20566
            <mi mathvariant='double-struck'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20567
            </mi> 
 
20568
            <mi mathvariant='double-struck'>abcdefghijklmnopqrstuvwxyz 
 
20569
            </mi> 
 
20570
          </mtd> 
 
20571
        </mtr> 
 
20572
        <mtr> 
 
20573
          <mtd> 
 
20574
            <mi mathvariant='script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20575
            </mi> 
 
20576
            <mi mathvariant='script'>abcdefghijklmnopqrstuvwxyz 
 
20577
            </mi> 
 
20578
          </mtd> 
 
20579
        </mtr> 
 
20580
        <mtr> 
 
20581
          <mtd> 
 
20582
            <mi mathvariant='bold-script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20583
            </mi> 
 
20584
            <mi mathvariant='bold-script'>abcdefghijklmnopqrstuvwxyz 
 
20585
            </mi> 
 
20586
          </mtd> 
 
20587
        </mtr> 
 
20588
      </mtable> 
 
20589
    </mml:math>]]>
 
20590
</programlisting>
 
20591
<para>is rendered as:</para>
 
20592
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20593
      <mtable> 
 
20594
        <mtr> 
 
20595
          <mtd> 
 
20596
            <mi mathvariant='fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20597
            </mi> 
 
20598
            <mi mathvariant='fraktur'>abcdefghijklmnopqrstuvwxyz 
 
20599
            </mi> 
 
20600
          </mtd> 
 
20601
        </mtr> 
 
20602
        <mtr> 
 
20603
          <mtd> 
 
20604
            <mi mathvariant='bold-fraktur'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20605
            </mi> 
 
20606
            <mi mathvariant='bold-fraktur'>abcdefghijklmnopqrstuvwxyz 
 
20607
            </mi> 
 
20608
          </mtd> 
 
20609
        </mtr> 
 
20610
        <mtr> 
 
20611
          <mtd> 
 
20612
            <mi mathvariant='double-struck'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20613
            </mi> 
 
20614
            <mi mathvariant='double-struck'>abcdefghijklmnopqrstuvwxyz 
 
20615
            </mi> 
 
20616
          </mtd> 
 
20617
        </mtr> 
 
20618
        <mtr> 
 
20619
          <mtd> 
 
20620
            <mi mathvariant='script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20621
            </mi> 
 
20622
            <mi mathvariant='script'>abcdefghijklmnopqrstuvwxyz 
 
20623
            </mi> 
 
20624
          </mtd> 
 
20625
        </mtr> 
 
20626
        <mtr> 
 
20627
          <mtd> 
 
20628
            <mi mathvariant='bold-script'>ABCDEFGHIJKLMNOPQRSTUVWXYZ 
 
20629
            </mi> 
 
20630
            <mi mathvariant='bold-script'>abcdefghijklmnopqrstuvwxyz 
 
20631
            </mi> 
 
20632
          </mtd> 
 
20633
        </mtr> 
 
20634
      </mtable> 
 
20635
    </mml:math></sect3>
 
20636
</sect2>
 
20637
<sect2><title>mn</title>
 
20638
<sect3><title>mn1.mml</title>
 
20639
<programlisting>
 
20640
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20641
      <mrow> 
 
20642
        <mn> 1 </mn> 
 
20643
        <mo> + </mo> 
 
20644
        <mi> ... </mi> 
 
20645
        <mo> + </mo> 
 
20646
        <mi> n </mi> 
 
20647
      </mrow> 
 
20648
    </mml:math>]]>
 
20649
</programlisting>
 
20650
<para>is rendered as:</para>
 
20651
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20652
      <mrow> 
 
20653
        <mn> 1 </mn> 
 
20654
        <mo> + </mo> 
 
20655
        <mi> ... </mi> 
 
20656
        <mo> + </mo> 
 
20657
        <mi> n </mi> 
 
20658
      </mrow> 
 
20659
    </mml:math></sect3>
 
20660
<sect3><title>mn2.mml</title>
 
20661
<programlisting>
 
20662
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20663
      <mrow> 
 
20664
        <mn> 2 </mn> 
 
20665
        <mo> , </mo> 
 
20666
        <mn> 0.123 </mn> 
 
20667
        <mo> , </mo> 
 
20668
        <mn> 1,000,000 </mn> 
 
20669
        <mo> , </mo> 
 
20670
        <mn> 2.1e10 </mn> 
 
20671
        <mo> , </mo> 
 
20672
        <mn> 0xFFEF </mn> 
 
20673
        <mo> , </mo> 
 
20674
        <mn> MCMLXIX </mn> 
 
20675
        <mo> , </mo> 
 
20676
        <mn> twenty one </mn> 
 
20677
      </mrow> 
 
20678
    </mml:math>]]>
 
20679
</programlisting>
 
20680
<para>is rendered as:</para>
 
20681
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20682
      <mrow> 
 
20683
        <mn> 2 </mn> 
 
20684
        <mo> , </mo> 
 
20685
        <mn> 0.123 </mn> 
 
20686
        <mo> , </mo> 
 
20687
        <mn> 1,000,000 </mn> 
 
20688
        <mo> , </mo> 
 
20689
        <mn> 2.1e10 </mn> 
 
20690
        <mo> , </mo> 
 
20691
        <mn> 0xFFEF </mn> 
 
20692
        <mo> , </mo> 
 
20693
        <mn> MCMLXIX </mn> 
 
20694
        <mo> , </mo> 
 
20695
        <mn> twenty one </mn> 
 
20696
      </mrow> 
 
20697
    </mml:math></sect3>
 
20698
<sect3><title>mn3.mml</title>
 
20699
<programlisting>
 
20700
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20701
      <mrow> 
 
20702
        <mn> 2 </mn> 
 
20703
        <mo> + </mo> 
 
20704
        <mrow> 
 
20705
          <mn> 3 </mn> 
 
20706
          <mo> &#x02062; </mo> 
 
20707
          <mi> &#x02148; </mi> 
 
20708
        </mrow> 
 
20709
      </mrow> 
 
20710
    </mml:math>]]>
 
20711
</programlisting>
 
20712
<para>is rendered as:</para>
 
20713
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20714
      <mrow> 
 
20715
        <mn> 2 </mn> 
 
20716
        <mo> + </mo> 
 
20717
        <mrow> 
 
20718
          <mn> 3 </mn> 
 
20719
          <mo> &#x02062; </mo> 
 
20720
          <mi> &#x02148; </mi> 
 
20721
        </mrow> 
 
20722
      </mrow> 
 
20723
    </mml:math></sect3>
 
20724
<sect3><title>mn4.mml</title>
 
20725
<programlisting>
 
20726
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20727
      <mrow> 
 
20728
        <mn> 100 </mn> 
 
20729
        <mo>!</mo> 
 
20730
      </mrow> 
 
20731
      <mo> = </mo> 
 
20732
      <mn>93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 
 
20733
      </mn> 
 
20734
    </mml:math>]]>
 
20735
</programlisting>
 
20736
<para>is rendered as:</para>
 
20737
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20738
      <mrow> 
 
20739
        <mn> 100 </mn> 
 
20740
        <mo>!</mo> 
 
20741
      </mrow> 
 
20742
      <mo> = </mo> 
 
20743
      <mn>93326215443944152681699238856266700490715968264381621468592963895217599993229915608941463976156518286253697920827223758251185210916864000000000000000000000000 
 
20744
      </mn> 
 
20745
    </mml:math></sect3>
 
20746
<sect3><title>mnAcolorname5.mml</title>
 
20747
<programlisting>
 
20748
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20749
      <mrow> 
 
20750
        <mn>Five</mn> 
 
20751
        <mo color='black'>+</mo> 
 
20752
        <mn color='GREEN'>12</mn> 
 
20753
        <mo color='Silver'>+</mo> 
 
20754
        <mn color='Lime'>12</mn> 
 
20755
        <mo color='Gray'>+</mo> 
 
20756
        <mn color='OLIVE'>12</mn> 
 
20757
        <mo color='white'>+</mo> 
 
20758
        <mn color='Yellow'>12</mn> 
 
20759
        <mo color='Maroon'>+</mo> 
 
20760
        <mn color='Navy'>12</mn> 
 
20761
        <mo color='Red'>+</mo> 
 
20762
        <mn color='Blue'>12</mn> 
 
20763
        <mo color='Purple'>+</mo> 
 
20764
        <mn color='Teal'>12</mn> 
 
20765
        <mo color='Fuchsia'>+</mo> 
 
20766
        <mn color='Aqua'>12</mn> 
 
20767
      </mrow> 
 
20768
    </mml:math>]]>
 
20769
</programlisting>
 
20770
<para>is rendered as:</para>
 
20771
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20772
      <mrow> 
 
20773
        <mn>Five</mn> 
 
20774
        <mo color='black'>+</mo> 
 
20775
        <mn color='GREEN'>12</mn> 
 
20776
        <mo color='Silver'>+</mo> 
 
20777
        <mn color='Lime'>12</mn> 
 
20778
        <mo color='Gray'>+</mo> 
 
20779
        <mn color='OLIVE'>12</mn> 
 
20780
        <mo color='white'>+</mo> 
 
20781
        <mn color='Yellow'>12</mn> 
 
20782
        <mo color='Maroon'>+</mo> 
 
20783
        <mn color='Navy'>12</mn> 
 
20784
        <mo color='Red'>+</mo> 
 
20785
        <mn color='Blue'>12</mn> 
 
20786
        <mo color='Purple'>+</mo> 
 
20787
        <mn color='Teal'>12</mn> 
 
20788
        <mo color='Fuchsia'>+</mo> 
 
20789
        <mn color='Aqua'>12</mn> 
 
20790
      </mrow> 
 
20791
    </mml:math></sect3>
 
20792
<sect3><title>mnAtoken6.mml</title>
 
20793
<programlisting>
 
20794
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20795
      <mrow> 
 
20796
        <mn>5</mn> 
 
20797
        <mo>+</mo> 
 
20798
        <mn fontweight='bold'>5</mn> 
 
20799
        <mo>+</mo> 
 
20800
        <mn fontstyle='italic'>1</mn> 
 
20801
        <mo>+</mo> 
 
20802
        <mn fontstyle='normal'>1</mn> 
 
20803
        <mo>+</mo> 
 
20804
        <mn fontsize='35pt'>5</mn> 
 
20805
        <mo>+</mo> 
 
20806
        <mn color='#9c0fff'>3</mn> 
 
20807
        <mo>+</mo> 
 
20808
        <mn fontfamily='Helvetica'>9</mn> 
 
20809
      </mrow> 
 
20810
    </mml:math>]]>
 
20811
</programlisting>
 
20812
<para>is rendered as:</para>
 
20813
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20814
      <mrow> 
 
20815
        <mn>5</mn> 
 
20816
        <mo>+</mo> 
 
20817
        <mn fontweight='bold'>5</mn> 
 
20818
        <mo>+</mo> 
 
20819
        <mn fontstyle='italic'>1</mn> 
 
20820
        <mo>+</mo> 
 
20821
        <mn fontstyle='normal'>1</mn> 
 
20822
        <mo>+</mo> 
 
20823
        <mn fontsize='35pt'>5</mn> 
 
20824
        <mo>+</mo> 
 
20825
        <mn color='#9c0fff'>3</mn> 
 
20826
        <mo>+</mo> 
 
20827
        <mn fontfamily='Helvetica'>9</mn> 
 
20828
      </mrow> 
 
20829
    </mml:math></sect3>
 
20830
<sect3><title>mnAtoken7.mml</title>
 
20831
<programlisting>
 
20832
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20833
      <mrow> 
 
20834
        <mn>5</mn> 
 
20835
        <mo>+</mo> 
 
20836
        <mn fontweight='bold' fontstyle='italic'>31 
 
20837
        </mn> 
 
20838
        <mo>+</mo> 
 
20839
        <mn fontfamily='Helvetica' color='#00ff00'>0 
 
20840
        </mn> 
 
20841
        <mo>+</mo> 
 
20842
        <mn fontweight='bold' fontsize='36pt'>14 
 
20843
        </mn> 
 
20844
        <mo>+</mo> 
 
20845
        <mn fontweight='bold' fontstyle='normal'>123456789 
 
20846
        </mn> 
 
20847
      </mrow> 
 
20848
    </mml:math>]]>
 
20849
</programlisting>
 
20850
<para>is rendered as:</para>
 
20851
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20852
      <mrow> 
 
20853
        <mn>5</mn> 
 
20854
        <mo>+</mo> 
 
20855
        <mn fontweight='bold' fontstyle='italic'>31 
 
20856
        </mn> 
 
20857
        <mo>+</mo> 
 
20858
        <mn fontfamily='Helvetica' color='#00ff00'>0 
 
20859
        </mn> 
 
20860
        <mo>+</mo> 
 
20861
        <mn fontweight='bold' fontsize='36pt'>14 
 
20862
        </mn> 
 
20863
        <mo>+</mo> 
 
20864
        <mn fontweight='bold' fontstyle='normal'>123456789 
 
20865
        </mn> 
 
20866
      </mrow> 
 
20867
    </mml:math></sect3>
 
20868
<sect3><title>mnScolor8.mml</title>
 
20869
<programlisting>
 
20870
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20871
      <mstyle color='#ff0000'> 
 
20872
        <mrow> 
 
20873
          <mn>5</mn> 
 
20874
          <mo>+</mo> 
 
20875
          <mn color='blue'>5</mn> 
 
20876
          <mo>+</mo> 
 
20877
          <mn color='#0f0'>5</mn> 
 
20878
          <mo>+</mo> 
 
20879
          <mn color='#9c0fff'>5</mn> 
 
20880
          <mo>+</mo> 
 
20881
          <mn fontstyle='italic'>5</mn> 
 
20882
          <mo>+</mo> 
 
20883
          <mn fontfamily='Helvetica'>5</mn> 
 
20884
        </mrow> 
 
20885
      </mstyle> 
 
20886
    </mml:math>]]>
 
20887
</programlisting>
 
20888
<para>is rendered as:</para>
 
20889
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20890
      <mstyle color='#ff0000'> 
 
20891
        <mrow> 
 
20892
          <mn>5</mn> 
 
20893
          <mo>+</mo> 
 
20894
          <mn color='blue'>5</mn> 
 
20895
          <mo>+</mo> 
 
20896
          <mn color='#0f0'>5</mn> 
 
20897
          <mo>+</mo> 
 
20898
          <mn color='#9c0fff'>5</mn> 
 
20899
          <mo>+</mo> 
 
20900
          <mn fontstyle='italic'>5</mn> 
 
20901
          <mo>+</mo> 
 
20902
          <mn fontfamily='Helvetica'>5</mn> 
 
20903
        </mrow> 
 
20904
      </mstyle> 
 
20905
    </mml:math></sect3>
 
20906
<sect3><title>mnSdisplaystyle9.mml</title>
 
20907
<programlisting>
 
20908
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20909
      <mstyle displaystyle='true'> 
 
20910
        <mrow> 
 
20911
          <mn>5</mn> 
 
20912
          <mo>+</mo> 
 
20913
          <mn fontweight='bold'>23</mn> 
 
20914
          <mo>+</mo> 
 
20915
          <mn fontweight='normal' fontstyle='italic'>0.5 
 
20916
          </mn> 
 
20917
          <mo>+</mo> 
 
20918
          <mn fontstyle='normal'>5.0</mn> 
 
20919
          <mo>+</mo> 
 
20920
          <mn fontweight='bold' fontstyle='normal'>.1 
 
20921
          </mn> 
 
20922
          <mo>+</mo> 
 
20923
          <mn color='#9c0fff'>100</mn> 
 
20924
          <mo>+</mo> 
 
20925
          <mn color='#0ee'>0xFFEF</mn> 
 
20926
          <mo>+</mo> 
 
20927
          <mn color='Green'>5</mn> 
 
20928
          <mo>+</mo> 
 
20929
          <mn fontfamily='Helvetica'>5</mn> 
 
20930
        </mrow> 
 
20931
      </mstyle> 
 
20932
    </mml:math>]]>
 
20933
</programlisting>
 
20934
<para>is rendered as:</para>
 
20935
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20936
      <mstyle displaystyle='true'> 
 
20937
        <mrow> 
 
20938
          <mn>5</mn> 
 
20939
          <mo>+</mo> 
 
20940
          <mn fontweight='bold'>23</mn> 
 
20941
          <mo>+</mo> 
 
20942
          <mn fontweight='normal' fontstyle='italic'>0.5 
 
20943
          </mn> 
 
20944
          <mo>+</mo> 
 
20945
          <mn fontstyle='normal'>5.0</mn> 
 
20946
          <mo>+</mo> 
 
20947
          <mn fontweight='bold' fontstyle='normal'>.1 
 
20948
          </mn> 
 
20949
          <mo>+</mo> 
 
20950
          <mn color='#9c0fff'>100</mn> 
 
20951
          <mo>+</mo> 
 
20952
          <mn color='#0ee'>0xFFEF</mn> 
 
20953
          <mo>+</mo> 
 
20954
          <mn color='Green'>5</mn> 
 
20955
          <mo>+</mo> 
 
20956
          <mn fontfamily='Helvetica'>5</mn> 
 
20957
        </mrow> 
 
20958
      </mstyle> 
 
20959
    </mml:math></sect3>
 
20960
<sect3><title>mnSfont10.mml</title>
 
20961
<programlisting>
 
20962
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20963
      <mstyle fontweight='bold'> 
 
20964
        <mrow> 
 
20965
          <mn>5</mn> 
 
20966
          <mo>+</mo> 
 
20967
          <mn fontweight='bold'>5</mn> 
 
20968
          <mo>+</mo> 
 
20969
          <mn fontweight='normal'>5</mn> 
 
20970
          <mo>+</mo> 
 
20971
          <mn fontstyle='italic'>5</mn> 
 
20972
          <mo>+</mo> 
 
20973
          <mn fontfamily='Helvetica'>5</mn> 
 
20974
        </mrow> 
 
20975
      </mstyle> 
 
20976
    </mml:math>]]>
 
20977
</programlisting>
 
20978
<para>is rendered as:</para>
 
20979
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20980
      <mstyle fontweight='bold'> 
 
20981
        <mrow> 
 
20982
          <mn>5</mn> 
 
20983
          <mo>+</mo> 
 
20984
          <mn fontweight='bold'>5</mn> 
 
20985
          <mo>+</mo> 
 
20986
          <mn fontweight='normal'>5</mn> 
 
20987
          <mo>+</mo> 
 
20988
          <mn fontstyle='italic'>5</mn> 
 
20989
          <mo>+</mo> 
 
20990
          <mn fontfamily='Helvetica'>5</mn> 
 
20991
        </mrow> 
 
20992
      </mstyle> 
 
20993
    </mml:math></sect3>
 
20994
<sect3><title>mnSscriptlevel11.mml</title>
 
20995
<programlisting>
 
20996
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
20997
      <mrow> 
 
20998
        <mstyle scriptlevel='+1'> 
 
20999
          <mrow> 
 
21000
            <mn>5</mn> 
 
21001
            <mo>+</mo> 
 
21002
            <mn fontweight='bold'>3</mn> 
 
21003
            <mo>+</mo> 
 
21004
            <mn fontstyle='normal'>12.3</mn> 
 
21005
            <mo>+</mo> 
 
21006
            <mn fontfamily='Helvetica' color='#009900'>10000 
 
21007
            </mn> 
 
21008
            <mo>+</mo> 
 
21009
            <mn fontsize='36pt'>0.01</mn> 
 
21010
            <mo>+</mo> 
 
21011
            <mn fontweight='bold' fontstyle='normal'>2 
 
21012
            </mn> 
 
21013
          </mrow> 
 
21014
        </mstyle> 
 
21015
        <mrow> 
 
21016
          <mn>5</mn> 
 
21017
          <mo>+</mo> 
 
21018
          <mn fontweight='bold'>3</mn> 
 
21019
          <mo>+</mo> 
 
21020
          <mn fontstyle='normal'>12.3</mn> 
 
21021
          <mo>+</mo> 
 
21022
          <mn fontfamily='Times' color='#009900'>10000 
 
21023
          </mn> 
 
21024
          <mo>+</mo> 
 
21025
          <mn fontsize='36pt'>0.01</mn> 
 
21026
          <mo>+</mo> 
 
21027
          <mn fontweight='bold' fontstyle='normal'>2 
 
21028
          </mn> 
 
21029
        </mrow> 
 
21030
      </mrow> 
 
21031
    </mml:math>]]>
 
21032
</programlisting>
 
21033
<para>is rendered as:</para>
 
21034
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21035
      <mrow> 
 
21036
        <mstyle scriptlevel='+1'> 
 
21037
          <mrow> 
 
21038
            <mn>5</mn> 
 
21039
            <mo>+</mo> 
 
21040
            <mn fontweight='bold'>3</mn> 
 
21041
            <mo>+</mo> 
 
21042
            <mn fontstyle='normal'>12.3</mn> 
 
21043
            <mo>+</mo> 
 
21044
            <mn fontfamily='Helvetica' color='#009900'>10000 
 
21045
            </mn> 
 
21046
            <mo>+</mo> 
 
21047
            <mn fontsize='36pt'>0.01</mn> 
 
21048
            <mo>+</mo> 
 
21049
            <mn fontweight='bold' fontstyle='normal'>2 
 
21050
            </mn> 
 
21051
          </mrow> 
 
21052
        </mstyle> 
 
21053
        <mrow> 
 
21054
          <mn>5</mn> 
 
21055
          <mo>+</mo> 
 
21056
          <mn fontweight='bold'>3</mn> 
 
21057
          <mo>+</mo> 
 
21058
          <mn fontstyle='normal'>12.3</mn> 
 
21059
          <mo>+</mo> 
 
21060
          <mn fontfamily='Times' color='#009900'>10000 
 
21061
          </mn> 
 
21062
          <mo>+</mo> 
 
21063
          <mn fontsize='36pt'>0.01</mn> 
 
21064
          <mo>+</mo> 
 
21065
          <mn fontweight='bold' fontstyle='normal'>2 
 
21066
          </mn> 
 
21067
        </mrow> 
 
21068
      </mrow> 
 
21069
    </mml:math></sect3>
 
21070
</sect2>
 
21071
<sect2><title>mo</title>
 
21072
<sect3><title>mo1.mml</title>
 
21073
<programlisting>
 
21074
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21075
      <mrow> 
 
21076
        <mo> - </mo> 
 
21077
        <mn> 1 </mn> 
 
21078
      </mrow> 
 
21079
    </mml:math>]]>
 
21080
</programlisting>
 
21081
<para>is rendered as:</para>
 
21082
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21083
      <mrow> 
 
21084
        <mo> - </mo> 
 
21085
        <mn> 1 </mn> 
 
21086
      </mrow> 
 
21087
    </mml:math></sect3>
 
21088
<sect3><title>mo2.mml</title>
 
21089
<programlisting>
 
21090
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21091
      <mrow> 
 
21092
        <mo> ( </mo> 
 
21093
        <mi>x</mi> 
 
21094
        <mo> ) </mo> 
 
21095
      </mrow> 
 
21096
    </mml:math>]]>
 
21097
</programlisting>
 
21098
<para>is rendered as:</para>
 
21099
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21100
      <mrow> 
 
21101
        <mo> ( </mo> 
 
21102
        <mi>x</mi> 
 
21103
        <mo> ) </mo> 
 
21104
      </mrow> 
 
21105
    </mml:math></sect3>
 
21106
<sect3><title>mo3.mml</title>
 
21107
<programlisting>
 
21108
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21109
      <mrow> 
 
21110
        <mo> ( </mo> 
 
21111
        <mrow> 
 
21112
          <mi> a </mi> 
 
21113
          <mo> + </mo> 
 
21114
          <mi> b </mi> 
 
21115
        </mrow> 
 
21116
        <mo> ) </mo> 
 
21117
      </mrow> 
 
21118
    </mml:math>]]>
 
21119
</programlisting>
 
21120
<para>is rendered as:</para>
 
21121
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21122
      <mrow> 
 
21123
        <mo> ( </mo> 
 
21124
        <mrow> 
 
21125
          <mi> a </mi> 
 
21126
          <mo> + </mo> 
 
21127
          <mi> b </mi> 
 
21128
        </mrow> 
 
21129
        <mo> ) </mo> 
 
21130
      </mrow> 
 
21131
    </mml:math></sect3>
 
21132
<sect3><title>mo4.mml</title>
 
21133
<programlisting>
 
21134
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21135
      <mrow> 
 
21136
        <mo> [ </mo> 
 
21137
        <mrow> 
 
21138
          <mn> 0 </mn> 
 
21139
          <mo> , </mo> 
 
21140
          <mn> 1 </mn> 
 
21141
        </mrow> 
 
21142
        <mo> ) </mo> 
 
21143
      </mrow> 
 
21144
    </mml:math>]]>
 
21145
</programlisting>
 
21146
<para>is rendered as:</para>
 
21147
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21148
      <mrow> 
 
21149
        <mo> [ </mo> 
 
21150
        <mrow> 
 
21151
          <mn> 0 </mn> 
 
21152
          <mo> , </mo> 
 
21153
          <mn> 1 </mn> 
 
21154
        </mrow> 
 
21155
        <mo> ) </mo> 
 
21156
      </mrow> 
 
21157
    </mml:math></sect3>
 
21158
<sect3><title>mo5.mml</title>
 
21159
<programlisting>
 
21160
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21161
      <mrow> 
 
21162
        <mo maxsize="1"> ( </mo> 
 
21163
        <mfrac> 
 
21164
          <mi> a </mi> 
 
21165
          <mi> b </mi> 
 
21166
        </mfrac> 
 
21167
        <mo maxsize="1"> ) </mo> 
 
21168
      </mrow> 
 
21169
    </mml:math>]]>
 
21170
</programlisting>
 
21171
<para>is rendered as:</para>
 
21172
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21173
      <mrow> 
 
21174
        <mo maxsize="1"> ( </mo> 
 
21175
        <mfrac> 
 
21176
          <mi> a </mi> 
 
21177
          <mi> b </mi> 
 
21178
        </mfrac> 
 
21179
        <mo maxsize="1"> ) </mo> 
 
21180
      </mrow> 
 
21181
    </mml:math></sect3>
 
21182
<sect3><title>mo6.mml</title>
 
21183
<programlisting>
 
21184
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21185
      <mrow> 
 
21186
        <mo> there exists </mo> 
 
21187
        <mrow> 
 
21188
          <mrow> 
 
21189
            <mi> &#x003B4; </mi> 
 
21190
            <mo> &#x0003E; </mo> 
 
21191
            <mn> 0 </mn> 
 
21192
          </mrow> 
 
21193
          <mo> such that </mo> 
 
21194
          <mrow> 
 
21195
            <mrow> 
 
21196
              <mi> f </mi> 
 
21197
              <mo> &#x02061; </mo> 
 
21198
              <mrow> 
 
21199
                <mo> ( </mo> 
 
21200
                <mi> x </mi> 
 
21201
                <mo> ) </mo> 
 
21202
              </mrow> 
 
21203
            </mrow> 
 
21204
            <mo> &#x003c; </mo> 
 
21205
            <mn> 1 </mn> 
 
21206
          </mrow> 
 
21207
        </mrow> 
 
21208
      </mrow> 
 
21209
    </mml:math>]]>
 
21210
</programlisting>
 
21211
<para>is rendered as:</para>
 
21212
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21213
      <mrow> 
 
21214
        <mo> there exists </mo> 
 
21215
        <mrow> 
 
21216
          <mrow> 
 
21217
            <mi> &#x003B4; </mi> 
 
21218
            <mo> &#x0003E; </mo> 
 
21219
            <mn> 0 </mn> 
 
21220
          </mrow> 
 
21221
          <mo> such that </mo> 
 
21222
          <mrow> 
 
21223
            <mrow> 
 
21224
              <mi> f </mi> 
 
21225
              <mo> &#x02061; </mo> 
 
21226
              <mrow> 
 
21227
                <mo> ( </mo> 
 
21228
                <mi> x </mi> 
 
21229
                <mo> ) </mo> 
 
21230
              </mrow> 
 
21231
            </mrow> 
 
21232
            <mo> &#x003c; </mo> 
 
21233
            <mn> 1 </mn> 
 
21234
          </mrow> 
 
21235
        </mrow> 
 
21236
      </mrow> 
 
21237
    </mml:math></sect3>
 
21238
<sect3><title>mo7.mml</title>
 
21239
<programlisting>
 
21240
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21241
      <mrow> 
 
21242
        <mo> ( </mo> 
 
21243
        <mrow> 
 
21244
          <mi> x </mi> 
 
21245
          <mo> , </mo> 
 
21246
          <mi> y </mi> 
 
21247
        </mrow> 
 
21248
        <mo> ) </mo> 
 
21249
      </mrow> 
 
21250
    </mml:math>]]>
 
21251
</programlisting>
 
21252
<para>is rendered as:</para>
 
21253
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21254
      <mrow> 
 
21255
        <mo> ( </mo> 
 
21256
        <mrow> 
 
21257
          <mi> x </mi> 
 
21258
          <mo> , </mo> 
 
21259
          <mi> y </mi> 
 
21260
        </mrow> 
 
21261
        <mo> ) </mo> 
 
21262
      </mrow> 
 
21263
    </mml:math></sect3>
 
21264
<sect3><title>mo8.mml</title>
 
21265
<programlisting>
 
21266
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21267
      <mrow> 
 
21268
        <mo> ( </mo> 
 
21269
        <mfrac linethickness="0"> 
 
21270
          <mi> a </mi> 
 
21271
          <mi> b </mi> 
 
21272
        </mfrac> 
 
21273
        <mo> ) </mo> 
 
21274
      </mrow> 
 
21275
    </mml:math>]]>
 
21276
</programlisting>
 
21277
<para>is rendered as:</para>
 
21278
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21279
      <mrow> 
 
21280
        <mo> ( </mo> 
 
21281
        <mfrac linethickness="0"> 
 
21282
          <mi> a </mi> 
 
21283
          <mi> b </mi> 
 
21284
        </mfrac> 
 
21285
        <mo> ) </mo> 
 
21286
      </mrow> 
 
21287
    </mml:math></sect3>
 
21288
<sect3><title>moAaccent10.mml</title>
 
21289
<programlisting>
 
21290
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21291
      <mrow> 
 
21292
        <mover> 
 
21293
          <mrow> 
 
21294
            <mi>G</mi> 
 
21295
            <mo>-</mo> 
 
21296
            <mn>1</mn> 
 
21297
          </mrow> 
 
21298
          <mo accent='false'>&#x000AF;</mo> 
 
21299
        </mover> 
 
21300
        <mo accent='false'>+</mo> 
 
21301
        <mover accent='true'> 
 
21302
          <mrow> 
 
21303
            <mi>G</mi> 
 
21304
            <mo>-</mo> 
 
21305
            <mn>1</mn> 
 
21306
          </mrow> 
 
21307
          <mo accent='false'>&#x000AF;</mo> 
 
21308
        </mover> 
 
21309
        <mo accent='true'>+</mo> 
 
21310
        <mover accent='false'> 
 
21311
          <mrow> 
 
21312
            <mi>G</mi> 
 
21313
            <mo>-</mo> 
 
21314
            <mn>1</mn> 
 
21315
          </mrow> 
 
21316
          <mo accent='false'>&#x000AF;</mo> 
 
21317
        </mover> 
 
21318
      </mrow> 
 
21319
    </mml:math>]]>
 
21320
</programlisting>
 
21321
<para>is rendered as:</para>
 
21322
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21323
      <mrow> 
 
21324
        <mover> 
 
21325
          <mrow> 
 
21326
            <mi>G</mi> 
 
21327
            <mo>-</mo> 
 
21328
            <mn>1</mn> 
 
21329
          </mrow> 
 
21330
          <mo accent='false'>&#x000AF;</mo> 
 
21331
        </mover> 
 
21332
        <mo accent='false'>+</mo> 
 
21333
        <mover accent='true'> 
 
21334
          <mrow> 
 
21335
            <mi>G</mi> 
 
21336
            <mo>-</mo> 
 
21337
            <mn>1</mn> 
 
21338
          </mrow> 
 
21339
          <mo accent='false'>&#x000AF;</mo> 
 
21340
        </mover> 
 
21341
        <mo accent='true'>+</mo> 
 
21342
        <mover accent='false'> 
 
21343
          <mrow> 
 
21344
            <mi>G</mi> 
 
21345
            <mo>-</mo> 
 
21346
            <mn>1</mn> 
 
21347
          </mrow> 
 
21348
          <mo accent='false'>&#x000AF;</mo> 
 
21349
        </mover> 
 
21350
      </mrow> 
 
21351
    </mml:math></sect3>
 
21352
<sect3><title>moAaccent9.mml</title>
 
21353
<programlisting>
 
21354
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21355
      <mrow> 
 
21356
        <mover> 
 
21357
          <mrow> 
 
21358
            <mi>G</mi> 
 
21359
            <mo>-</mo> 
 
21360
            <mn>1</mn> 
 
21361
          </mrow> 
 
21362
          <mo>&#x000AF;</mo> 
 
21363
        </mover> 
 
21364
        <mo>+</mo> 
 
21365
        <mover accent='true'> 
 
21366
          <mrow> 
 
21367
            <mi>G</mi> 
 
21368
            <mo>-</mo> 
 
21369
            <mn>1</mn> 
 
21370
          </mrow> 
 
21371
          <mo>&#x000AF;</mo> 
 
21372
        </mover> 
 
21373
        <mo>+</mo> 
 
21374
        <mover accent='false'> 
 
21375
          <mrow> 
 
21376
            <mi>G</mi> 
 
21377
            <mo>-</mo> 
 
21378
            <mn>1</mn> 
 
21379
          </mrow> 
 
21380
          <mo>&#x000AF;</mo> 
 
21381
        </mover> 
 
21382
      </mrow> 
 
21383
    </mml:math>]]>
 
21384
</programlisting>
 
21385
<para>is rendered as:</para>
 
21386
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21387
      <mrow> 
 
21388
        <mover> 
 
21389
          <mrow> 
 
21390
            <mi>G</mi> 
 
21391
            <mo>-</mo> 
 
21392
            <mn>1</mn> 
 
21393
          </mrow> 
 
21394
          <mo>&#x000AF;</mo> 
 
21395
        </mover> 
 
21396
        <mo>+</mo> 
 
21397
        <mover accent='true'> 
 
21398
          <mrow> 
 
21399
            <mi>G</mi> 
 
21400
            <mo>-</mo> 
 
21401
            <mn>1</mn> 
 
21402
          </mrow> 
 
21403
          <mo>&#x000AF;</mo> 
 
21404
        </mover> 
 
21405
        <mo>+</mo> 
 
21406
        <mover accent='false'> 
 
21407
          <mrow> 
 
21408
            <mi>G</mi> 
 
21409
            <mo>-</mo> 
 
21410
            <mn>1</mn> 
 
21411
          </mrow> 
 
21412
          <mo>&#x000AF;</mo> 
 
21413
        </mover> 
 
21414
      </mrow> 
 
21415
    </mml:math></sect3>
 
21416
<sect3><title>moAform11.mml</title>
 
21417
<programlisting>
 
21418
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21419
      <mrow> 
 
21420
        <mo>-</mo> 
 
21421
        <mi>x</mi> 
 
21422
      </mrow> 
 
21423
      <mrow> 
 
21424
        <mo form='infix'>-</mo> 
 
21425
        <mi>x</mi> 
 
21426
      </mrow> 
 
21427
      <mrow> 
 
21428
        <mo form='prefix'>-</mo> 
 
21429
        <mi>x</mi> 
 
21430
      </mrow> 
 
21431
      <mrow> 
 
21432
        <mo form='postfix'>-</mo> 
 
21433
        <mi>x</mi> 
 
21434
      </mrow> 
 
21435
      <mo>-</mo> 
 
21436
      <mi>x</mi> 
 
21437
      <mo form='prefix'>-</mo> 
 
21438
      <mi>x</mi> 
 
21439
    </mml:math>]]>
 
21440
</programlisting>
 
21441
<para>is rendered as:</para>
 
21442
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21443
      <mrow> 
 
21444
        <mo>-</mo> 
 
21445
        <mi>x</mi> 
 
21446
      </mrow> 
 
21447
      <mrow> 
 
21448
        <mo form='infix'>-</mo> 
 
21449
        <mi>x</mi> 
 
21450
      </mrow> 
 
21451
      <mrow> 
 
21452
        <mo form='prefix'>-</mo> 
 
21453
        <mi>x</mi> 
 
21454
      </mrow> 
 
21455
      <mrow> 
 
21456
        <mo form='postfix'>-</mo> 
 
21457
        <mi>x</mi> 
 
21458
      </mrow> 
 
21459
      <mo>-</mo> 
 
21460
      <mi>x</mi> 
 
21461
      <mo form='prefix'>-</mo> 
 
21462
      <mi>x</mi> 
 
21463
    </mml:math></sect3>
 
21464
<sect3><title>moAlargeop12.mml</title>
 
21465
<programlisting>
 
21466
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21467
      <mrow> 
 
21468
        <mo>&#x0222B;</mo> 
 
21469
        <mi>x</mi> 
 
21470
        <mo>=</mo> 
 
21471
        <mo largeop='true'>&#x0222B;</mo> 
 
21472
        <mi>x</mi> 
 
21473
        <mo>=</mo> 
 
21474
        <mo largeop='false'>&#x0222B;</mo> 
 
21475
        <mi>x</mi> 
 
21476
        <mo>=</mo> 
 
21477
        <mstyle displaystyle='true'> 
 
21478
          <mo>&#x0222B;</mo> 
 
21479
          <mi>x</mi> 
 
21480
          <mo>=</mo> 
 
21481
          <mo largeop='true'>&#x0222B;</mo> 
 
21482
          <mi>x</mi> 
 
21483
          <mo>=</mo> 
 
21484
          <mo largeop='false'>&#x0222B;</mo> 
 
21485
          <mi>x</mi> 
 
21486
        </mstyle> 
 
21487
      </mrow> 
 
21488
    </mml:math>]]>
 
21489
</programlisting>
 
21490
<para>is rendered as:</para>
 
21491
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21492
      <mrow> 
 
21493
        <mo>&#x0222B;</mo> 
 
21494
        <mi>x</mi> 
 
21495
        <mo>=</mo> 
 
21496
        <mo largeop='true'>&#x0222B;</mo> 
 
21497
        <mi>x</mi> 
 
21498
        <mo>=</mo> 
 
21499
        <mo largeop='false'>&#x0222B;</mo> 
 
21500
        <mi>x</mi> 
 
21501
        <mo>=</mo> 
 
21502
        <mstyle displaystyle='true'> 
 
21503
          <mo>&#x0222B;</mo> 
 
21504
          <mi>x</mi> 
 
21505
          <mo>=</mo> 
 
21506
          <mo largeop='true'>&#x0222B;</mo> 
 
21507
          <mi>x</mi> 
 
21508
          <mo>=</mo> 
 
21509
          <mo largeop='false'>&#x0222B;</mo> 
 
21510
          <mi>x</mi> 
 
21511
        </mstyle> 
 
21512
      </mrow> 
 
21513
    </mml:math></sect3>
 
21514
<sect3><title>moAlrspace13.mml</title>
 
21515
<programlisting>
 
21516
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21517
      <mi>x</mi> 
 
21518
      <mo>+</mo> 
 
21519
      <mi>x</mi> 
 
21520
      <mo lspace='0pt'>+</mo> 
 
21521
      <mi>x</mi> 
 
21522
      <mo rspace='0%'>+</mo> 
 
21523
      <mi>x</mi> 
 
21524
      <mo lspace='2em' rspace='1em'>+</mo> 
 
21525
      <mi>x</mi> 
 
21526
      <mo lspace='1cm' rspace='10pt'>+</mo> 
 
21527
      <mi>x</mi> 
 
21528
    </mml:math>]]>
 
21529
</programlisting>
 
21530
<para>is rendered as:</para>
 
21531
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21532
      <mi>x</mi> 
 
21533
      <mo>+</mo> 
 
21534
      <mi>x</mi> 
 
21535
      <mo lspace='0pt'>+</mo> 
 
21536
      <mi>x</mi> 
 
21537
      <mo rspace='0%'>+</mo> 
 
21538
      <mi>x</mi> 
 
21539
      <mo lspace='2em' rspace='1em'>+</mo> 
 
21540
      <mi>x</mi> 
 
21541
      <mo lspace='1cm' rspace='10pt'>+</mo> 
 
21542
      <mi>x</mi> 
 
21543
    </mml:math></sect3>
 
21544
<sect3><title>moAminmax14.mml</title>
 
21545
<programlisting>
 
21546
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21547
      <mrow> 
 
21548
        <mo>(</mo> 
 
21549
        <mfrac> 
 
21550
          <mi>y</mi> 
 
21551
          <mi>z</mi> 
 
21552
        </mfrac> 
 
21553
        <mo minsize='2cm'>)</mo> 
 
21554
        <mo>+</mo> 
 
21555
        <mo maxsize='.9'>(</mo> 
 
21556
        <mfrac> 
 
21557
          <mi>y</mi> 
 
21558
          <mi>z</mi> 
 
21559
        </mfrac> 
 
21560
        <mo maxsize='infinity'>)</mo> 
 
21561
      </mrow> 
 
21562
    </mml:math>]]>
 
21563
</programlisting>
 
21564
<para>is rendered as:</para>
 
21565
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21566
      <mrow> 
 
21567
        <mo>(</mo> 
 
21568
        <mfrac> 
 
21569
          <mi>y</mi> 
 
21570
          <mi>z</mi> 
 
21571
        </mfrac> 
 
21572
        <mo minsize='2cm'>)</mo> 
 
21573
        <mo>+</mo> 
 
21574
        <mo maxsize='.9'>(</mo> 
 
21575
        <mfrac> 
 
21576
          <mi>y</mi> 
 
21577
          <mi>z</mi> 
 
21578
        </mfrac> 
 
21579
        <mo maxsize='infinity'>)</mo> 
 
21580
      </mrow> 
 
21581
    </mml:math></sect3>
 
21582
<sect3><title>moAmovable15.mml</title>
 
21583
<programlisting>
 
21584
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21585
      <mrow> 
 
21586
        <munderover> 
 
21587
          <mo>&#x02211;</mo> 
 
21588
          <mi>x</mi> 
 
21589
          <mn>0</mn> 
 
21590
        </munderover> 
 
21591
        <mo>=</mo> 
 
21592
        <munderover> 
 
21593
          <mo movablelimits='true'>&#x02211; 
 
21594
          </mo> 
 
21595
          <mi>x</mi> 
 
21596
          <mn>0</mn> 
 
21597
        </munderover> 
 
21598
        <mo>=</mo> 
 
21599
        <munderover> 
 
21600
          <mo movablelimits='false'>&#x02211; 
 
21601
          </mo> 
 
21602
          <mi>x</mi> 
 
21603
          <mn>0</mn> 
 
21604
        </munderover> 
 
21605
        <mo>=</mo> 
 
21606
        <mstyle displaystyle='true'> 
 
21607
          <munderover> 
 
21608
            <mo>&#x02211;</mo> 
 
21609
            <mi>x</mi> 
 
21610
            <mn>0</mn> 
 
21611
          </munderover> 
 
21612
          <mo>=</mo> 
 
21613
          <munderover> 
 
21614
            <mo movablelimits='true'>&#x02211; 
 
21615
            </mo> 
 
21616
            <mi>x</mi> 
 
21617
            <mn>0</mn> 
 
21618
          </munderover> 
 
21619
          <mo>=</mo> 
 
21620
          <munderover> 
 
21621
            <mo movablelimits='false'>&#x02211; 
 
21622
            </mo> 
 
21623
            <mi>x</mi> 
 
21624
            <mn>0</mn> 
 
21625
          </munderover> 
 
21626
        </mstyle> 
 
21627
      </mrow> 
 
21628
    </mml:math>]]>
 
21629
</programlisting>
 
21630
<para>is rendered as:</para>
 
21631
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21632
      <mrow> 
 
21633
        <munderover> 
 
21634
          <mo>&#x02211;</mo> 
 
21635
          <mi>x</mi> 
 
21636
          <mn>0</mn> 
 
21637
        </munderover> 
 
21638
        <mo>=</mo> 
 
21639
        <munderover> 
 
21640
          <mo movablelimits='true'>&#x02211; 
 
21641
          </mo> 
 
21642
          <mi>x</mi> 
 
21643
          <mn>0</mn> 
 
21644
        </munderover> 
 
21645
        <mo>=</mo> 
 
21646
        <munderover> 
 
21647
          <mo movablelimits='false'>&#x02211; 
 
21648
          </mo> 
 
21649
          <mi>x</mi> 
 
21650
          <mn>0</mn> 
 
21651
        </munderover> 
 
21652
        <mo>=</mo> 
 
21653
        <mstyle displaystyle='true'> 
 
21654
          <munderover> 
 
21655
            <mo>&#x02211;</mo> 
 
21656
            <mi>x</mi> 
 
21657
            <mn>0</mn> 
 
21658
          </munderover> 
 
21659
          <mo>=</mo> 
 
21660
          <munderover> 
 
21661
            <mo movablelimits='true'>&#x02211; 
 
21662
            </mo> 
 
21663
            <mi>x</mi> 
 
21664
            <mn>0</mn> 
 
21665
          </munderover> 
 
21666
          <mo>=</mo> 
 
21667
          <munderover> 
 
21668
            <mo movablelimits='false'>&#x02211; 
 
21669
            </mo> 
 
21670
            <mi>x</mi> 
 
21671
            <mn>0</mn> 
 
21672
          </munderover> 
 
21673
        </mstyle> 
 
21674
      </mrow> 
 
21675
    </mml:math></sect3>
 
21676
<sect3><title>moAprime16.mml</title>
 
21677
<programlisting>
 
21678
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21679
      <mrow> 
 
21680
        <msup> 
 
21681
          <mi>f</mi> 
 
21682
          <mo>'</mo> 
 
21683
        </msup> 
 
21684
        <mrow> 
 
21685
          <mo>(</mo> 
 
21686
          <mi>x</mi> 
 
21687
          <mo>)</mo> 
 
21688
        </mrow> 
 
21689
        <mo>=</mo> 
 
21690
        <msup> 
 
21691
          <mi>f</mi> 
 
21692
          <mo>&#x02032;</mo> 
 
21693
        </msup> 
 
21694
        <mrow> 
 
21695
          <mo>(</mo> 
 
21696
          <mi>x</mi> 
 
21697
          <mo>)</mo> 
 
21698
        </mrow> 
 
21699
      </mrow> 
 
21700
    </mml:math>]]>
 
21701
</programlisting>
 
21702
<para>is rendered as:</para>
 
21703
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21704
      <mrow> 
 
21705
        <msup> 
 
21706
          <mi>f</mi> 
 
21707
          <mo>'</mo> 
 
21708
        </msup> 
 
21709
        <mrow> 
 
21710
          <mo>(</mo> 
 
21711
          <mi>x</mi> 
 
21712
          <mo>)</mo> 
 
21713
        </mrow> 
 
21714
        <mo>=</mo> 
 
21715
        <msup> 
 
21716
          <mi>f</mi> 
 
21717
          <mo>&#x02032;</mo> 
 
21718
        </msup> 
 
21719
        <mrow> 
 
21720
          <mo>(</mo> 
 
21721
          <mi>x</mi> 
 
21722
          <mo>)</mo> 
 
21723
        </mrow> 
 
21724
      </mrow> 
 
21725
    </mml:math></sect3>
 
21726
<sect3><title>moAsep17.mml</title>
 
21727
<programlisting>
 
21728
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21729
      <mrow> 
 
21730
        <mo>(</mo> 
 
21731
        <mrow> 
 
21732
          <mi>x</mi> 
 
21733
          <mo>,</mo> 
 
21734
          <mfrac> 
 
21735
            <mi>y</mi> 
 
21736
            <mi>z</mi> 
 
21737
          </mfrac> 
 
21738
        </mrow> 
 
21739
        <mo>)</mo> 
 
21740
        <mo>+</mo> 
 
21741
        <mo fence='true'>(</mo> 
 
21742
        <mrow> 
 
21743
          <mi>x</mi> 
 
21744
          <mo separator='true'>,</mo> 
 
21745
          <mfrac> 
 
21746
            <mi>y</mi> 
 
21747
            <mi>z</mi> 
 
21748
          </mfrac> 
 
21749
        </mrow> 
 
21750
        <mo fence='true'>)</mo> 
 
21751
        <mo>+</mo> 
 
21752
        <mo fence='false'>(</mo> 
 
21753
        <mrow> 
 
21754
          <mi>x</mi> 
 
21755
          <mo separator='false'>,</mo> 
 
21756
          <mfrac> 
 
21757
            <mi>y</mi> 
 
21758
            <mi>z</mi> 
 
21759
          </mfrac> 
 
21760
        </mrow> 
 
21761
        <mo fence='false'>)</mo> 
 
21762
      </mrow> 
 
21763
    </mml:math>]]>
 
21764
</programlisting>
 
21765
<para>is rendered as:</para>
 
21766
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21767
      <mrow> 
 
21768
        <mo>(</mo> 
 
21769
        <mrow> 
 
21770
          <mi>x</mi> 
 
21771
          <mo>,</mo> 
 
21772
          <mfrac> 
 
21773
            <mi>y</mi> 
 
21774
            <mi>z</mi> 
 
21775
          </mfrac> 
 
21776
        </mrow> 
 
21777
        <mo>)</mo> 
 
21778
        <mo>+</mo> 
 
21779
        <mo fence='true'>(</mo> 
 
21780
        <mrow> 
 
21781
          <mi>x</mi> 
 
21782
          <mo separator='true'>,</mo> 
 
21783
          <mfrac> 
 
21784
            <mi>y</mi> 
 
21785
            <mi>z</mi> 
 
21786
          </mfrac> 
 
21787
        </mrow> 
 
21788
        <mo fence='true'>)</mo> 
 
21789
        <mo>+</mo> 
 
21790
        <mo fence='false'>(</mo> 
 
21791
        <mrow> 
 
21792
          <mi>x</mi> 
 
21793
          <mo separator='false'>,</mo> 
 
21794
          <mfrac> 
 
21795
            <mi>y</mi> 
 
21796
            <mi>z</mi> 
 
21797
          </mfrac> 
 
21798
        </mrow> 
 
21799
        <mo fence='false'>)</mo> 
 
21800
      </mrow> 
 
21801
    </mml:math></sect3>
 
21802
<sect3><title>moAstretchy18.mml</title>
 
21803
<programlisting>
 
21804
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21805
      <mrow> 
 
21806
        <mo>(</mo> 
 
21807
        <mtable> 
 
21808
          <mtr> 
 
21809
            <mtd> 
 
21810
              <mn>0</mn> 
 
21811
            </mtd> 
 
21812
          </mtr> 
 
21813
          <mtr> 
 
21814
            <mtd> 
 
21815
              <mn>0</mn> 
 
21816
            </mtd> 
 
21817
          </mtr> 
 
21818
          <mtr> 
 
21819
            <mtd> 
 
21820
              <mn>0</mn> 
 
21821
            </mtd> 
 
21822
          </mtr> 
 
21823
          <mtr> 
 
21824
            <mtd> 
 
21825
              <mn>0</mn> 
 
21826
            </mtd> 
 
21827
          </mtr> 
 
21828
          <mtr> 
 
21829
            <mtd> 
 
21830
              <mn>0</mn> 
 
21831
            </mtd> 
 
21832
          </mtr> 
 
21833
        </mtable> 
 
21834
        <mo>)</mo> 
 
21835
        <mo stretchy='false'>(</mo> 
 
21836
        <mtable> 
 
21837
          <mtr> 
 
21838
            <mtd> 
 
21839
              <mn>0</mn> 
 
21840
            </mtd> 
 
21841
          </mtr> 
 
21842
          <mtr> 
 
21843
            <mtd> 
 
21844
              <mn>0</mn> 
 
21845
            </mtd> 
 
21846
          </mtr> 
 
21847
          <mtr> 
 
21848
            <mtd> 
 
21849
              <mn>0</mn> 
 
21850
            </mtd> 
 
21851
          </mtr> 
 
21852
          <mtr> 
 
21853
            <mtd> 
 
21854
              <mn>0</mn> 
 
21855
            </mtd> 
 
21856
          </mtr> 
 
21857
          <mtr> 
 
21858
            <mtd> 
 
21859
              <mn>0</mn> 
 
21860
            </mtd> 
 
21861
          </mtr> 
 
21862
        </mtable> 
 
21863
        <mo stretchy='false'>)</mo> 
 
21864
        <mo stretchy='true'>(</mo> 
 
21865
        <mtable> 
 
21866
          <mtr> 
 
21867
            <mtd> 
 
21868
              <mn>0</mn> 
 
21869
            </mtd> 
 
21870
          </mtr> 
 
21871
          <mtr> 
 
21872
            <mtd> 
 
21873
              <mn>0</mn> 
 
21874
            </mtd> 
 
21875
          </mtr> 
 
21876
          <mtr> 
 
21877
            <mtd> 
 
21878
              <mn>0</mn> 
 
21879
            </mtd> 
 
21880
          </mtr> 
 
21881
          <mtr> 
 
21882
            <mtd> 
 
21883
              <mn>0</mn> 
 
21884
            </mtd> 
 
21885
          </mtr> 
 
21886
          <mtr> 
 
21887
            <mtd> 
 
21888
              <mn>0</mn> 
 
21889
            </mtd> 
 
21890
          </mtr> 
 
21891
        </mtable> 
 
21892
        <mo stretchy='true'>)</mo> 
 
21893
      </mrow> 
 
21894
    </mml:math>]]>
 
21895
</programlisting>
 
21896
<para>is rendered as:</para>
 
21897
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21898
      <mrow> 
 
21899
        <mo>(</mo> 
 
21900
        <mtable> 
 
21901
          <mtr> 
 
21902
            <mtd> 
 
21903
              <mn>0</mn> 
 
21904
            </mtd> 
 
21905
          </mtr> 
 
21906
          <mtr> 
 
21907
            <mtd> 
 
21908
              <mn>0</mn> 
 
21909
            </mtd> 
 
21910
          </mtr> 
 
21911
          <mtr> 
 
21912
            <mtd> 
 
21913
              <mn>0</mn> 
 
21914
            </mtd> 
 
21915
          </mtr> 
 
21916
          <mtr> 
 
21917
            <mtd> 
 
21918
              <mn>0</mn> 
 
21919
            </mtd> 
 
21920
          </mtr> 
 
21921
          <mtr> 
 
21922
            <mtd> 
 
21923
              <mn>0</mn> 
 
21924
            </mtd> 
 
21925
          </mtr> 
 
21926
        </mtable> 
 
21927
        <mo>)</mo> 
 
21928
        <mo stretchy='false'>(</mo> 
 
21929
        <mtable> 
 
21930
          <mtr> 
 
21931
            <mtd> 
 
21932
              <mn>0</mn> 
 
21933
            </mtd> 
 
21934
          </mtr> 
 
21935
          <mtr> 
 
21936
            <mtd> 
 
21937
              <mn>0</mn> 
 
21938
            </mtd> 
 
21939
          </mtr> 
 
21940
          <mtr> 
 
21941
            <mtd> 
 
21942
              <mn>0</mn> 
 
21943
            </mtd> 
 
21944
          </mtr> 
 
21945
          <mtr> 
 
21946
            <mtd> 
 
21947
              <mn>0</mn> 
 
21948
            </mtd> 
 
21949
          </mtr> 
 
21950
          <mtr> 
 
21951
            <mtd> 
 
21952
              <mn>0</mn> 
 
21953
            </mtd> 
 
21954
          </mtr> 
 
21955
        </mtable> 
 
21956
        <mo stretchy='false'>)</mo> 
 
21957
        <mo stretchy='true'>(</mo> 
 
21958
        <mtable> 
 
21959
          <mtr> 
 
21960
            <mtd> 
 
21961
              <mn>0</mn> 
 
21962
            </mtd> 
 
21963
          </mtr> 
 
21964
          <mtr> 
 
21965
            <mtd> 
 
21966
              <mn>0</mn> 
 
21967
            </mtd> 
 
21968
          </mtr> 
 
21969
          <mtr> 
 
21970
            <mtd> 
 
21971
              <mn>0</mn> 
 
21972
            </mtd> 
 
21973
          </mtr> 
 
21974
          <mtr> 
 
21975
            <mtd> 
 
21976
              <mn>0</mn> 
 
21977
            </mtd> 
 
21978
          </mtr> 
 
21979
          <mtr> 
 
21980
            <mtd> 
 
21981
              <mn>0</mn> 
 
21982
            </mtd> 
 
21983
          </mtr> 
 
21984
        </mtable> 
 
21985
        <mo stretchy='true'>)</mo> 
 
21986
      </mrow> 
 
21987
    </mml:math></sect3>
 
21988
<sect3><title>moAsymmetric19.mml</title>
 
21989
<programlisting>
 
21990
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
21991
      <mi>x</mi> 
 
21992
      <mo>=</mo> 
 
21993
      <mrow> 
 
21994
        <mo>(</mo> 
 
21995
        <mtable align='bottom'> 
 
21996
          <mtr> 
 
21997
            <mtd> 
 
21998
              <mn>0</mn> 
 
21999
            </mtd> 
 
22000
          </mtr> 
 
22001
          <mtr> 
 
22002
            <mtd> 
 
22003
              <mn>0</mn> 
 
22004
            </mtd> 
 
22005
          </mtr> 
 
22006
        </mtable> 
 
22007
        <mo>)</mo> 
 
22008
        <mrow> 
 
22009
          <mo symmetric='false'>(</mo> 
 
22010
          <mtable align='bottom'> 
 
22011
            <mtr> 
 
22012
              <mtd> 
 
22013
                <mn>0</mn> 
 
22014
              </mtd> 
 
22015
            </mtr> 
 
22016
            <mtr> 
 
22017
              <mtd> 
 
22018
                <mn>0</mn> 
 
22019
              </mtd> 
 
22020
            </mtr> 
 
22021
          </mtable> 
 
22022
          <mo symmetric='false'>)</mo> 
 
22023
        </mrow> 
 
22024
        <mo symmetric='true'>(</mo> 
 
22025
        <mtable align='bottom'> 
 
22026
          <mtr> 
 
22027
            <mtd> 
 
22028
              <mn>0</mn> 
 
22029
            </mtd> 
 
22030
          </mtr> 
 
22031
          <mtr> 
 
22032
            <mtd> 
 
22033
              <mn>0</mn> 
 
22034
            </mtd> 
 
22035
          </mtr> 
 
22036
        </mtable> 
 
22037
        <mo symmetric='true'>)</mo> 
 
22038
      </mrow> 
 
22039
    </mml:math>]]>
 
22040
</programlisting>
 
22041
<para>is rendered as:</para>
 
22042
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22043
      <mi>x</mi> 
 
22044
      <mo>=</mo> 
 
22045
      <mrow> 
 
22046
        <mo>(</mo> 
 
22047
        <mtable align='bottom'> 
 
22048
          <mtr> 
 
22049
            <mtd> 
 
22050
              <mn>0</mn> 
 
22051
            </mtd> 
 
22052
          </mtr> 
 
22053
          <mtr> 
 
22054
            <mtd> 
 
22055
              <mn>0</mn> 
 
22056
            </mtd> 
 
22057
          </mtr> 
 
22058
        </mtable> 
 
22059
        <mo>)</mo> 
 
22060
        <mrow> 
 
22061
          <mo symmetric='false'>(</mo> 
 
22062
          <mtable align='bottom'> 
 
22063
            <mtr> 
 
22064
              <mtd> 
 
22065
                <mn>0</mn> 
 
22066
              </mtd> 
 
22067
            </mtr> 
 
22068
            <mtr> 
 
22069
              <mtd> 
 
22070
                <mn>0</mn> 
 
22071
              </mtd> 
 
22072
            </mtr> 
 
22073
          </mtable> 
 
22074
          <mo symmetric='false'>)</mo> 
 
22075
        </mrow> 
 
22076
        <mo symmetric='true'>(</mo> 
 
22077
        <mtable align='bottom'> 
 
22078
          <mtr> 
 
22079
            <mtd> 
 
22080
              <mn>0</mn> 
 
22081
            </mtd> 
 
22082
          </mtr> 
 
22083
          <mtr> 
 
22084
            <mtd> 
 
22085
              <mn>0</mn> 
 
22086
            </mtd> 
 
22087
          </mtr> 
 
22088
        </mtable> 
 
22089
        <mo symmetric='true'>)</mo> 
 
22090
      </mrow> 
 
22091
    </mml:math></sect3>
 
22092
<sect3><title>moSminmax20.mml</title>
 
22093
<programlisting>
 
22094
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22095
      <mstyle minsize='1cm' maxsize='3cm'> 
 
22096
        <mrow> 
 
22097
          <mo>(</mo> 
 
22098
          <mfrac> 
 
22099
            <mi>y</mi> 
 
22100
            <mi>z</mi> 
 
22101
          </mfrac> 
 
22102
          <mo maxsize='25%'>)</mo> 
 
22103
          <mo>+</mo> 
 
22104
          <mo minsize='225%'>(</mo> 
 
22105
          <mfrac> 
 
22106
            <mi>y</mi> 
 
22107
            <mi>z</mi> 
 
22108
          </mfrac> 
 
22109
          <mo maxsize='infinity'>)</mo> 
 
22110
        </mrow> 
 
22111
      </mstyle> 
 
22112
    </mml:math>]]>
 
22113
</programlisting>
 
22114
<para>is rendered as:</para>
 
22115
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22116
      <mstyle minsize='1cm' maxsize='3cm'> 
 
22117
        <mrow> 
 
22118
          <mo>(</mo> 
 
22119
          <mfrac> 
 
22120
            <mi>y</mi> 
 
22121
            <mi>z</mi> 
 
22122
          </mfrac> 
 
22123
          <mo maxsize='25%'>)</mo> 
 
22124
          <mo>+</mo> 
 
22125
          <mo minsize='225%'>(</mo> 
 
22126
          <mfrac> 
 
22127
            <mi>y</mi> 
 
22128
            <mi>z</mi> 
 
22129
          </mfrac> 
 
22130
          <mo maxsize='infinity'>)</mo> 
 
22131
        </mrow> 
 
22132
      </mstyle> 
 
22133
    </mml:math></sect3>
 
22134
</sect2>
 
22135
<sect2><title>ms</title>
 
22136
<sect3><title>ms1.mml</title>
 
22137
<programlisting>
 
22138
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22139
      <ms>Minneapolis</ms> 
 
22140
    </mml:math>]]>
 
22141
</programlisting>
 
22142
<para>is rendered as:</para>
 
22143
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22144
      <ms>Minneapolis</ms> 
 
22145
    </mml:math></sect3>
 
22146
<sect3><title>msAdisplaystyle2.mml</title>
 
22147
<programlisting>
 
22148
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22149
      <mstyle displaystyle='true'> 
 
22150
        <mrow> 
 
22151
          <ms>A</ms> 
 
22152
          <mo>+</mo> 
 
22153
          <ms fontweight='bold'>A</ms> 
 
22154
          <mo>+</mo> 
 
22155
          <ms fontweight='normal' fontstyle='italic'>A 
 
22156
          </ms> 
 
22157
          <mo>+</mo> 
 
22158
          <ms fontstyle='normal'>A</ms> 
 
22159
          <mo>+</mo> 
 
22160
          <ms fontweight='bold' fontstyle='normal'>A 
 
22161
          </ms> 
 
22162
          <mo>+</mo> 
 
22163
          <ms color='#9c0fff'>A</ms> 
 
22164
          <mo>+</mo> 
 
22165
          <ms color='#0ee'>A</ms> 
 
22166
          <mo>+</mo> 
 
22167
          <ms color='Green'>A</ms> 
 
22168
          <mo>+</mo> 
 
22169
          <ms fontfamily='Helvetica'>A</ms> 
 
22170
        </mrow> 
 
22171
      </mstyle> 
 
22172
    </mml:math>]]>
 
22173
</programlisting>
 
22174
<para>is rendered as:</para>
 
22175
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22176
      <mstyle displaystyle='true'> 
 
22177
        <mrow> 
 
22178
          <ms>A</ms> 
 
22179
          <mo>+</mo> 
 
22180
          <ms fontweight='bold'>A</ms> 
 
22181
          <mo>+</mo> 
 
22182
          <ms fontweight='normal' fontstyle='italic'>A 
 
22183
          </ms> 
 
22184
          <mo>+</mo> 
 
22185
          <ms fontstyle='normal'>A</ms> 
 
22186
          <mo>+</mo> 
 
22187
          <ms fontweight='bold' fontstyle='normal'>A 
 
22188
          </ms> 
 
22189
          <mo>+</mo> 
 
22190
          <ms color='#9c0fff'>A</ms> 
 
22191
          <mo>+</mo> 
 
22192
          <ms color='#0ee'>A</ms> 
 
22193
          <mo>+</mo> 
 
22194
          <ms color='Green'>A</ms> 
 
22195
          <mo>+</mo> 
 
22196
          <ms fontfamily='Helvetica'>A</ms> 
 
22197
        </mrow> 
 
22198
      </mstyle> 
 
22199
    </mml:math></sect3>
 
22200
<sect3><title>msAquotes3.mml</title>
 
22201
<programlisting>
 
22202
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22203
      <ms lquote='(' rquote='|)'>St. Paul 
 
22204
      </ms> 
 
22205
    </mml:math>]]>
 
22206
</programlisting>
 
22207
<para>is rendered as:</para>
 
22208
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22209
      <ms lquote='(' rquote='|)'>St. Paul 
 
22210
      </ms> 
 
22211
    </mml:math></sect3>
 
22212
<sect3><title>msAtoken4.mml</title>
 
22213
<programlisting>
 
22214
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22215
      <mrow> 
 
22216
        <ms>dog</ms> 
 
22217
        <mo>+</mo> 
 
22218
        <ms fontweight='bold'>cat</ms> 
 
22219
        <mo>+</mo> 
 
22220
        <ms fontsize='36pt'>dog</ms> 
 
22221
        <mo>+</mo> 
 
22222
        <ms fontstyle='normal'>cat</ms> 
 
22223
        <mo>+</mo> 
 
22224
        <ms color='#9c0fff'>pig</ms> 
 
22225
        <mo>+</mo> 
 
22226
        <ms fontfamily='Helvetica'>goat</ms> 
 
22227
      </mrow> 
 
22228
    </mml:math>]]>
 
22229
</programlisting>
 
22230
<para>is rendered as:</para>
 
22231
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22232
      <mrow> 
 
22233
        <ms>dog</ms> 
 
22234
        <mo>+</mo> 
 
22235
        <ms fontweight='bold'>cat</ms> 
 
22236
        <mo>+</mo> 
 
22237
        <ms fontsize='36pt'>dog</ms> 
 
22238
        <mo>+</mo> 
 
22239
        <ms fontstyle='normal'>cat</ms> 
 
22240
        <mo>+</mo> 
 
22241
        <ms color='#9c0fff'>pig</ms> 
 
22242
        <mo>+</mo> 
 
22243
        <ms fontfamily='Helvetica'>goat</ms> 
 
22244
      </mrow> 
 
22245
    </mml:math></sect3>
 
22246
<sect3><title>msAtoken5.mml</title>
 
22247
<programlisting>
 
22248
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22249
      <mrow> 
 
22250
        <ms>dog</ms> 
 
22251
        <mo>+</mo> 
 
22252
        <ms fontweight='bold' fontstyle='normal'>cat 
 
22253
        </ms> 
 
22254
        <mo>+</mo> 
 
22255
        <ms fontweight='normal' fontstyle='normal'>pig 
 
22256
        </ms> 
 
22257
        <mo>+</mo> 
 
22258
        <ms fontfamily='Helvetica' color='#00ff00'>fish 
 
22259
        </ms> 
 
22260
        <mo>+</mo> 
 
22261
        <ms fontsize='36pt'>&#x003BA;&#x003B1;&#x003C4; 
 
22262
        </ms> 
 
22263
        <mo>+</mo> 
 
22264
        <ms fontweight='bold' fontstyle='normal'>goat 
 
22265
        </ms> 
 
22266
      </mrow> 
 
22267
    </mml:math>]]>
 
22268
</programlisting>
 
22269
<para>is rendered as:</para>
 
22270
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22271
      <mrow> 
 
22272
        <ms>dog</ms> 
 
22273
        <mo>+</mo> 
 
22274
        <ms fontweight='bold' fontstyle='normal'>cat 
 
22275
        </ms> 
 
22276
        <mo>+</mo> 
 
22277
        <ms fontweight='normal' fontstyle='normal'>pig 
 
22278
        </ms> 
 
22279
        <mo>+</mo> 
 
22280
        <ms fontfamily='Helvetica' color='#00ff00'>fish 
 
22281
        </ms> 
 
22282
        <mo>+</mo> 
 
22283
        <ms fontsize='36pt'>&#x003BA;&#x003B1;&#x003C4; 
 
22284
        </ms> 
 
22285
        <mo>+</mo> 
 
22286
        <ms fontweight='bold' fontstyle='normal'>goat 
 
22287
        </ms> 
 
22288
      </mrow> 
 
22289
    </mml:math></sect3>
 
22290
<sect3><title>msScolorscope6.mml</title>
 
22291
<programlisting>
 
22292
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22293
      <mrow> 
 
22294
        <ms fontsize='14pt'>boy</ms> 
 
22295
        <mo color='black'>+</mo> 
 
22296
        <mstyle fontsize='24pt' color='GREEN'> 
 
22297
          <ms>girl</ms> 
 
22298
          <mo color='red'>+</mo> 
 
22299
          <ms color='red'>apple</ms> 
 
22300
        </mstyle> 
 
22301
        <mo>+</mo> 
 
22302
        <ms>fig</ms> 
 
22303
      </mrow> 
 
22304
    </mml:math>]]>
 
22305
</programlisting>
 
22306
<para>is rendered as:</para>
 
22307
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22308
      <mrow> 
 
22309
        <ms fontsize='14pt'>boy</ms> 
 
22310
        <mo color='black'>+</mo> 
 
22311
        <mstyle fontsize='24pt' color='GREEN'> 
 
22312
          <ms>girl</ms> 
 
22313
          <mo color='red'>+</mo> 
 
22314
          <ms color='red'>apple</ms> 
 
22315
        </mstyle> 
 
22316
        <mo>+</mo> 
 
22317
        <ms>fig</ms> 
 
22318
      </mrow> 
 
22319
    </mml:math></sect3>
 
22320
<sect3><title>msSinheritance7.mml</title>
 
22321
<programlisting>
 
22322
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22323
      <mstyle fontweight='bold' color='#ff0000'> 
 
22324
        <mrow> 
 
22325
          <ms>big</ms> 
 
22326
          <mo>+</mo> 
 
22327
          <ms fontweight='normal' fontstyle='italic'>bog 
 
22328
          </ms> 
 
22329
          <mo>+</mo> 
 
22330
          <mstyle fontsize='0.05in'> 
 
22331
            <ms>new</ms> 
 
22332
            <mo>+</mo> 
 
22333
            <ms fontsize='2em'>net</ms> 
 
22334
            <mo>+</mo> 
 
22335
            <ms fontsize='36pt'>nod</ms> 
 
22336
          </mstyle> 
 
22337
          <mo>+</mo> 
 
22338
          <ms fontsize='20mm'>nix</ms> 
 
22339
        </mrow> 
 
22340
      </mstyle> 
 
22341
    </mml:math>]]>
 
22342
</programlisting>
 
22343
<para>is rendered as:</para>
 
22344
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22345
      <mstyle fontweight='bold' color='#ff0000'> 
 
22346
        <mrow> 
 
22347
          <ms>big</ms> 
 
22348
          <mo>+</mo> 
 
22349
          <ms fontweight='normal' fontstyle='italic'>bog 
 
22350
          </ms> 
 
22351
          <mo>+</mo> 
 
22352
          <mstyle fontsize='0.05in'> 
 
22353
            <ms>new</ms> 
 
22354
            <mo>+</mo> 
 
22355
            <ms fontsize='2em'>net</ms> 
 
22356
            <mo>+</mo> 
 
22357
            <ms fontsize='36pt'>nod</ms> 
 
22358
          </mstyle> 
 
22359
          <mo>+</mo> 
 
22360
          <ms fontsize='20mm'>nix</ms> 
 
22361
        </mrow> 
 
22362
      </mstyle> 
 
22363
    </mml:math></sect3>
 
22364
<sect3><title>msSinheritance8.mml</title>
 
22365
<programlisting>
 
22366
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22367
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
 
22368
        <mrow> 
 
22369
          <ms>a</ms> 
 
22370
          <mo>+</mo> 
 
22371
          <ms fontweight='bold'>b</ms> 
 
22372
          <mo>+</mo> 
 
22373
          <ms fontstyle='normal'>c</ms> 
 
22374
          <mo>+</mo> 
 
22375
          <ms fontfamily='Courier' color='#00ff00'>f 
 
22376
          </ms> 
 
22377
          <mo>+</mo> 
 
22378
          <ms fontsize='36pt'>&#x00393;</ms> 
 
22379
          <mo>+</mo> 
 
22380
          <ms fontweight='bold' fontstyle='normal'>d 
 
22381
          </ms> 
 
22382
        </mrow> 
 
22383
      </mstyle> 
 
22384
    </mml:math>]]>
 
22385
</programlisting>
 
22386
<para>is rendered as:</para>
 
22387
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22388
      <mstyle fontstyle='italic' fontfamily='Helvetica'> 
 
22389
        <mrow> 
 
22390
          <ms>a</ms> 
 
22391
          <mo>+</mo> 
 
22392
          <ms fontweight='bold'>b</ms> 
 
22393
          <mo>+</mo> 
 
22394
          <ms fontstyle='normal'>c</ms> 
 
22395
          <mo>+</mo> 
 
22396
          <ms fontfamily='Courier' color='#00ff00'>f 
 
22397
          </ms> 
 
22398
          <mo>+</mo> 
 
22399
          <ms fontsize='36pt'>&#x00393;</ms> 
 
22400
          <mo>+</mo> 
 
22401
          <ms fontweight='bold' fontstyle='normal'>d 
 
22402
          </ms> 
 
22403
        </mrow> 
 
22404
      </mstyle> 
 
22405
    </mml:math></sect3>
 
22406
</sect2>
 
22407
<sect2><title>mspace</title>
 
22408
<sect3><title>mspace1.mml</title>
 
22409
<programlisting>
 
22410
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22411
      <mrow> 
 
22412
        <mi>x</mi> 
 
22413
        <mstyle background="#000099"> 
 
22414
          <mspace height="1ex" width="1ex"/> 
 
22415
        </mstyle> 
 
22416
        <mi>M</mi> 
 
22417
        <mstyle background="#000099"> 
 
22418
          <mspace height="1ex" depth="1em" width="1ex"/> 
 
22419
        </mstyle> 
 
22420
        <mi>x</mi> 
 
22421
        <mstyle background="#000099"> 
 
22422
          <mspace depth="2mm" width=".2in"/> 
 
22423
        </mstyle> 
 
22424
      </mrow> 
 
22425
    </mml:math>]]>
 
22426
</programlisting>
 
22427
<para>is rendered as:</para>
 
22428
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22429
      <mrow> 
 
22430
        <mi>x</mi> 
 
22431
        <mstyle background="#000099"> 
 
22432
          <mspace height="1ex" width="1ex"/> 
 
22433
        </mstyle> 
 
22434
        <mi>M</mi> 
 
22435
        <mstyle background="#000099"> 
 
22436
          <mspace height="1ex" depth="1em" width="1ex"/> 
 
22437
        </mstyle> 
 
22438
        <mi>x</mi> 
 
22439
        <mstyle background="#000099"> 
 
22440
          <mspace depth="2mm" width=".2in"/> 
 
22441
        </mstyle> 
 
22442
      </mrow> 
 
22443
    </mml:math></sect3>
 
22444
<sect3><title>mspace2.mml</title>
 
22445
<programlisting>
 
22446
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22447
      <mstyle background='#ccffff'> 
 
22448
        <mi>H</mi> 
 
22449
        <mspace width='-10pt'/> 
 
22450
        <mi>H</mi> 
 
22451
      </mstyle> 
 
22452
    </mml:math>]]>
 
22453
</programlisting>
 
22454
<para>is rendered as:</para>
 
22455
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22456
      <mstyle background='#ccffff'> 
 
22457
        <mi>H</mi> 
 
22458
        <mspace width='-10pt'/> 
 
22459
        <mi>H</mi> 
 
22460
      </mstyle> 
 
22461
    </mml:math></sect3>
 
22462
<sect3><title>mspaceAbreak3.mml</title>
 
22463
<programlisting>
 
22464
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22465
      <mrow> 
 
22466
        <mi> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 
 
22467
        </mi> 
 
22468
        <mo> + </mo> 
 
22469
        <mspace linebreak='auto'/> 
 
22470
        <mi> bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb 
 
22471
        </mi> 
 
22472
        <mo> + </mo> 
 
22473
        <mspace linebreak='newline'/> 
 
22474
        <mi> cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc 
 
22475
        </mi> 
 
22476
        <mo> + </mo> 
 
22477
        <mspace linebreak='indentingnewline'/> 
 
22478
        <mi> dddddddddddddddddddddddddddddddddddddddddddddddddddddddddd 
 
22479
        </mi> 
 
22480
        <mo> + </mo> 
 
22481
        <mspace linebreak='nobreak'/> 
 
22482
        <mi> eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 
 
22483
        </mi> 
 
22484
        <mo> + </mo> 
 
22485
        <mspace linebreak='goodbreak'/> 
 
22486
        <mi> fffffffffffffffffffffffffff </mi> 
 
22487
        <mo> + </mo> 
 
22488
        <mspace linebreak='badbreak'/> 
 
22489
        <mi> gggggggggggggggggggggggggggggggggggggggggggggggggggggg 
 
22490
        </mi> 
 
22491
        <mo> + </mo> 
 
22492
      </mrow> 
 
22493
    </mml:math>]]>
 
22494
</programlisting>
 
22495
<para>is rendered as:</para>
 
22496
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22497
      <mrow> 
 
22498
        <mi> aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa 
 
22499
        </mi> 
 
22500
        <mo> + </mo> 
 
22501
        <mspace linebreak='auto'/> 
 
22502
        <mi> bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb 
 
22503
        </mi> 
 
22504
        <mo> + </mo> 
 
22505
        <mspace linebreak='newline'/> 
 
22506
        <mi> cccccccccccccccccccccccccccccccccccccccccccccccccccccccccc 
 
22507
        </mi> 
 
22508
        <mo> + </mo> 
 
22509
        <mspace linebreak='indentingnewline'/> 
 
22510
        <mi> dddddddddddddddddddddddddddddddddddddddddddddddddddddddddd 
 
22511
        </mi> 
 
22512
        <mo> + </mo> 
 
22513
        <mspace linebreak='nobreak'/> 
 
22514
        <mi> eeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee 
 
22515
        </mi> 
 
22516
        <mo> + </mo> 
 
22517
        <mspace linebreak='goodbreak'/> 
 
22518
        <mi> fffffffffffffffffffffffffff </mi> 
 
22519
        <mo> + </mo> 
 
22520
        <mspace linebreak='badbreak'/> 
 
22521
        <mi> gggggggggggggggggggggggggggggggggggggggggggggggggggggg 
 
22522
        </mi> 
 
22523
        <mo> + </mo> 
 
22524
      </mrow> 
 
22525
    </mml:math></sect3>
 
22526
<sect3><title>mspacestruts2.mml</title>
 
22527
<programlisting>
 
22528
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22529
      <mfrac> 
 
22530
        <mrow> 
 
22531
          <mi>x</mi> 
 
22532
          <mspace width="1cm"/> 
 
22533
          <mi>y</mi> 
 
22534
        </mrow> 
 
22535
        <mn>2</mn> 
 
22536
      </mfrac> 
 
22537
      <mo>+</mo> 
 
22538
      <mfrac> 
 
22539
        <mn>2</mn> 
 
22540
        <mrow> 
 
22541
          <mi>x</mi> 
 
22542
          <mspace height="1cm"/> 
 
22543
          <mi>y</mi> 
 
22544
        </mrow> 
 
22545
      </mfrac> 
 
22546
      <mo>+</mo> 
 
22547
      <mfrac> 
 
22548
        <mrow> 
 
22549
          <mi>x</mi> 
 
22550
          <mspace depth="1cm"/> 
 
22551
          <mi>y</mi> 
 
22552
        </mrow> 
 
22553
        <mn>2</mn> 
 
22554
      </mfrac> 
 
22555
    </mml:math>]]>
 
22556
</programlisting>
 
22557
<para>is rendered as:</para>
 
22558
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22559
      <mfrac> 
 
22560
        <mrow> 
 
22561
          <mi>x</mi> 
 
22562
          <mspace width="1cm"/> 
 
22563
          <mi>y</mi> 
 
22564
        </mrow> 
 
22565
        <mn>2</mn> 
 
22566
      </mfrac> 
 
22567
      <mo>+</mo> 
 
22568
      <mfrac> 
 
22569
        <mn>2</mn> 
 
22570
        <mrow> 
 
22571
          <mi>x</mi> 
 
22572
          <mspace height="1cm"/> 
 
22573
          <mi>y</mi> 
 
22574
        </mrow> 
 
22575
      </mfrac> 
 
22576
      <mo>+</mo> 
 
22577
      <mfrac> 
 
22578
        <mrow> 
 
22579
          <mi>x</mi> 
 
22580
          <mspace depth="1cm"/> 
 
22581
          <mi>y</mi> 
 
22582
        </mrow> 
 
22583
        <mn>2</mn> 
 
22584
      </mfrac> 
 
22585
    </mml:math></sect3>
 
22586
</sect2>
 
22587
<sect2><title>mtext</title>
 
22588
<sect3><title>mtext1.mml</title>
 
22589
<programlisting>
 
22590
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22591
      <mtext> Theorem 1: </mtext> 
 
22592
    </mml:math>]]>
 
22593
</programlisting>
 
22594
<para>is rendered as:</para>
 
22595
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22596
      <mtext> Theorem 1: </mtext> 
 
22597
    </mml:math></sect3>
 
22598
<sect3><title>mtext2.mml</title>
 
22599
<programlisting>
 
22600
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22601
      <mtext> Theorem 1: </mtext> 
 
22602
      <mo> , </mo> 
 
22603
      <mtext> &#x02009; </mtext> 
 
22604
      <mo> , </mo> 
 
22605
      <mtext> &#x02009;&#x0200A;&#x0200A;&#x02009;&#x0200A;&#x0200A; 
 
22606
      </mtext> 
 
22607
      <mo> , </mo> 
 
22608
      <mtext> /* a comment */ </mtext> 
 
22609
    </mml:math>]]>
 
22610
</programlisting>
 
22611
<para>is rendered as:</para>
 
22612
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22613
      <mtext> Theorem 1: </mtext> 
 
22614
      <mo> , </mo> 
 
22615
      <mtext> &#x02009; </mtext> 
 
22616
      <mo> , </mo> 
 
22617
      <mtext> &#x02009;&#x0200A;&#x0200A;&#x02009;&#x0200A;&#x0200A; 
 
22618
      </mtext> 
 
22619
      <mo> , </mo> 
 
22620
      <mtext> /* a comment */ </mtext> 
 
22621
    </mml:math></sect3>
 
22622
<sect3><title>mtextAtoken3.mml</title>
 
22623
<programlisting>
 
22624
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22625
      <mrow> 
 
22626
        <mtext color='#f05'> Theorem 1: </mtext> 
 
22627
        <mtext fontweight='bold'> Now is </mtext> 
 
22628
        <mtext fontstyle='italic'> the time 
 
22629
        </mtext> 
 
22630
        <mtext fontfamily='Helvetica'> for </mtext> 
 
22631
        <mtext fontsize='10pt'> MathML </mtext> 
 
22632
      </mrow> 
 
22633
    </mml:math>]]>
 
22634
</programlisting>
 
22635
<para>is rendered as:</para>
 
22636
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22637
      <mrow> 
 
22638
        <mtext color='#f05'> Theorem 1: </mtext> 
 
22639
        <mtext fontweight='bold'> Now is </mtext> 
 
22640
        <mtext fontstyle='italic'> the time 
 
22641
        </mtext> 
 
22642
        <mtext fontfamily='Helvetica'> for </mtext> 
 
22643
        <mtext fontsize='10pt'> MathML </mtext> 
 
22644
      </mrow> 
 
22645
    </mml:math></sect3>
 
22646
<sect3><title>mtextSbg4.mml</title>
 
22647
<programlisting>
 
22648
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22649
      <mstyle background='blue' color='white'> 
 
22650
        <mtext> Theorem 1: </mtext> 
 
22651
      </mstyle> 
 
22652
    </mml:math>]]>
 
22653
</programlisting>
 
22654
<para>is rendered as:</para>
 
22655
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22656
      <mstyle background='blue' color='white'> 
 
22657
        <mtext> Theorem 1: </mtext> 
 
22658
      </mstyle> 
 
22659
    </mml:math></sect3>
 
22660
<sect3><title>mtextScolor5.mml</title>
 
22661
<programlisting>
 
22662
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22663
      <mstyle color='#f05'> 
 
22664
        <mtext> Theorem 1: </mtext> 
 
22665
      </mstyle> 
 
22666
    </mml:math>]]>
 
22667
</programlisting>
 
22668
<para>is rendered as:</para>
 
22669
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22670
      <mstyle color='#f05'> 
 
22671
        <mtext> Theorem 1: </mtext> 
 
22672
      </mstyle> 
 
22673
    </mml:math></sect3>
 
22674
<sect3><title>mtextStoken6.mml</title>
 
22675
<programlisting>
 
22676
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22677
      <mstyle fontsize='18pt' fontweight='bold' fontstyle='italic' fontfamily='Helvetica'> 
 
22678
        <mtext> Theorem 1: </mtext> 
 
22679
      </mstyle> 
 
22680
    </mml:math>]]>
 
22681
</programlisting>
 
22682
<para>is rendered as:</para>
 
22683
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22684
      <mstyle fontsize='18pt' fontweight='bold' fontstyle='italic' fontfamily='Helvetica'> 
 
22685
        <mtext> Theorem 1: </mtext> 
 
22686
      </mstyle> 
 
22687
    </mml:math></sect3>
 
22688
<sect3><title>mtextspaces7.mml</title>
 
22689
<programlisting>
 
22690
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22691
      <mtext> This is &#x02009; some &#x02009;&#x0200A;&#x0200A; text with spaces. 
 
22692
      </mtext> 
 
22693
    </mml:math>]]>
 
22694
</programlisting>
 
22695
<para>is rendered as:</para>
 
22696
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22697
      <mtext> This is &#x02009; some &#x02009;&#x0200A;&#x0200A; text with spaces. 
 
22698
      </mtext> 
 
22699
    </mml:math></sect3>
 
22700
</sect2>
 
22701
</sect1>
 
22702
</chapter>
 
22703
<chapter><title>Topics</title>
 
22704
<sect1><title>Accents</title>
 
22705
<sect2><title>accents1.mml</title>
 
22706
<programlisting>
 
22707
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22708
      <mstyle fontsize="24pt"> 
 
22709
        <mover accent="false"> 
 
22710
          <mi>x</mi> 
 
22711
          <mo>&#x002DC;</mo> 
 
22712
        </mover> 
 
22713
        <mover accent="true"> 
 
22714
          <mi>x</mi> 
 
22715
          <mo>&#x002DC;</mo> 
 
22716
        </mover> 
 
22717
        <mover> 
 
22718
          <mi>x</mi> 
 
22719
          <mo>&#x002DC;</mo> 
 
22720
        </mover> 
 
22721
        <mover> 
 
22722
          <mi>x</mi> 
 
22723
          <mo>+</mo> 
 
22724
        </mover> 
 
22725
        <mover accent="false"> 
 
22726
          <mi>x</mi> 
 
22727
          <mo>+</mo> 
 
22728
        </mover> 
 
22729
      </mstyle> 
 
22730
      <msup> 
 
22731
        <mover accent="false"> 
 
22732
          <mi>x</mi> 
 
22733
          <mo>&#x02032;</mo> 
 
22734
        </mover> 
 
22735
        <mn>2</mn> 
 
22736
      </msup>
 
22737
    </mml:math>]]>
 
22738
</programlisting>
 
22739
<para>is rendered as:</para>
 
22740
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22741
      <mstyle fontsize="24pt"> 
 
22742
        <mover accent="false"> 
 
22743
          <mi>x</mi> 
 
22744
          <mo>&#x002DC;</mo> 
 
22745
        </mover> 
 
22746
        <mover accent="true"> 
 
22747
          <mi>x</mi> 
 
22748
          <mo>&#x002DC;</mo> 
 
22749
        </mover> 
 
22750
        <mover> 
 
22751
          <mi>x</mi> 
 
22752
          <mo>&#x002DC;</mo> 
 
22753
        </mover> 
 
22754
        <mover> 
 
22755
          <mi>x</mi> 
 
22756
          <mo>+</mo> 
 
22757
        </mover> 
 
22758
        <mover accent="false"> 
 
22759
          <mi>x</mi> 
 
22760
          <mo>+</mo> 
 
22761
        </mover> 
 
22762
      </mstyle> 
 
22763
      <msup> 
 
22764
        <mover accent="false"> 
 
22765
          <mi>x</mi> 
 
22766
          <mo>&#x02032;</mo> 
 
22767
        </mover> 
 
22768
        <mn>2</mn> 
 
22769
      </msup>
 
22770
    </mml:math></sect2>
 
22771
<sect2><title>accents3.mml</title>
 
22772
<programlisting>
 
22773
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22774
      <mover> 
 
22775
        <mi>H</mi> 
 
22776
        <mi>&#x00302;</mi> 
 
22777
      </mover> 
 
22778
      <mover> 
 
22779
        <mi>H</mi> 
 
22780
        <mi>&#x000AF;</mi> 
 
22781
      </mover> 
 
22782
      <mover> 
 
22783
        <mi>H</mi> 
 
22784
        <mi>&#x02713;</mi> 
 
22785
      </mover> 
 
22786
      <mover> 
 
22787
        <mi>H</mi> 
 
22788
        <mi>&#x0221A;</mi> 
 
22789
      </mover> 
 
22790
      <mover> 
 
22791
        <mi>H</mi> 
 
22792
        <mi>&#x002DC;</mi> 
 
22793
      </mover> 
 
22794
    </mml:math>]]>
 
22795
</programlisting>
 
22796
<para>is rendered as:</para>
 
22797
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22798
      <mover> 
 
22799
        <mi>H</mi> 
 
22800
        <mi>&#x00302;</mi> 
 
22801
      </mover> 
 
22802
      <mover> 
 
22803
        <mi>H</mi> 
 
22804
        <mi>&#x000AF;</mi> 
 
22805
      </mover> 
 
22806
      <mover> 
 
22807
        <mi>H</mi> 
 
22808
        <mi>&#x02713;</mi> 
 
22809
      </mover> 
 
22810
      <mover> 
 
22811
        <mi>H</mi> 
 
22812
        <mi>&#x0221A;</mi> 
 
22813
      </mover> 
 
22814
      <mover> 
 
22815
        <mi>H</mi> 
 
22816
        <mi>&#x002DC;</mi> 
 
22817
      </mover> 
 
22818
    </mml:math></sect2>
 
22819
</sect1>
 
22820
<sect1><title>EmbellishedOp</title>
 
22821
<sect2><title>embStretch1.mml</title>
 
22822
<programlisting>
 
22823
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22824
      <mo>(</mo> 
 
22825
      <mfrac> 
 
22826
        <mn>2</mn> 
 
22827
        <mi>x</mi> 
 
22828
      </mfrac> 
 
22829
      <msup> 
 
22830
        <mo>)</mo> 
 
22831
        <mo>-</mo> 
 
22832
      </msup> 
 
22833
    </mml:math>]]>
 
22834
</programlisting>
 
22835
<para>is rendered as:</para>
 
22836
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
22837
      <mo>(</mo> 
 
22838
      <mfrac> 
 
22839
        <mn>2</mn> 
 
22840
        <mi>x</mi> 
 
22841
      </mfrac> 
 
22842
      <msup> 
 
22843
        <mo>)</mo> 
 
22844
        <mo>-</mo> 
 
22845
      </msup> 
 
22846
    </mml:math></sect2>
 
22847
</sect1>
 
22848
<sect1><title>LargeOp</title>
 
22849
<sect2><title>chain1.mml</title>
 
22850
<programlisting>
 
22851
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
22852
      <msubsup>
 
22853
        <mo>&#x0222B;</mo>
 
22854
        <mn>0</mn>
 
22855
        <mn>1</mn>
 
22856
      </msubsup>
 
22857
      <mi>f</mi>
 
22858
      <mrow> 
 
22859
        <mo>(</mo>
 
22860
        <mi>x</mi>
 
22861
        <mo>)</mo>
 
22862
      </mrow>
 
22863
      <mtext>&#x0200A;</mtext>
 
22864
      <mo>&#x02146;</mo>
 
22865
      <mi>x</mi>
 
22866
      <mo>=</mo>
 
22867
      <munderover>
 
22868
        <mo>&#x02211;</mo>
 
22869
        <mrow>
 
22870
          <mi>i</mi>
 
22871
          <mo>=</mo>
 
22872
          <mn>0</mn>
 
22873
        </mrow>
 
22874
        <mi>&#x0221E;</mi>
 
22875
      </munderover>
 
22876
      <msub>
 
22877
        <mi>x</mi>
 
22878
        <mi>i</mi>
 
22879
      </msub>
 
22880
      <mo>=</mo>
 
22881
      <munderover>
 
22882
        <mo>&#x0220F;</mo>
 
22883
        <mrow>
 
22884
          <mi>i</mi>
 
22885
          <mo>=</mo>
 
22886
          <mn>0</mn>
 
22887
        </mrow>
 
22888
        <mi>&#x0221E;</mi>
 
22889
      </munderover>
 
22890
      <msub>
 
22891
        <mi>x</mi>
 
22892
        <mi>i</mi>
 
22893
      </msub>
 
22894
      <mo>=</mo>
 
22895
      <munderover>
 
22896
        <mo>&#x02210;</mo>
 
22897
        <mrow>
 
22898
          <mi>i</mi>
 
22899
          <mo>=</mo>
 
22900
          <mn>0</mn>
 
22901
        </mrow>
 
22902
        <mi>&#x0221E;</mi>
 
22903
      </munderover>
 
22904
      <msub>
 
22905
        <mi>x</mi>
 
22906
        <mi>i</mi>
 
22907
      </msub>
 
22908
      <mo>=</mo>
 
22909
      <msubsup>
 
22910
        <mo>&#x0222E;</mo>
 
22911
        <mn>0</mn>
 
22912
        <mn>1</mn>
 
22913
      </msubsup>
 
22914
      <mi>f</mi>
 
22915
      <mrow> 
 
22916
        <mo>(</mo>
 
22917
        <mi>x</mi>
 
22918
        <mo>)</mo>
 
22919
      </mrow>
 
22920
      <mtext>&#x0200A;</mtext>
 
22921
      <mo>&#x02146;</mo>
 
22922
      <mi>x</mi>
 
22923
      <mo>=</mo>
 
22924
      <msubsup>
 
22925
        <mo>&#x0222C;</mo>
 
22926
        <mn>0</mn>
 
22927
        <mn>1</mn>
 
22928
      </msubsup>
 
22929
      <mi>f</mi>
 
22930
      <mrow> 
 
22931
        <mo>(</mo>
 
22932
        <mi>x</mi>
 
22933
        <mo>)</mo>
 
22934
      </mrow>
 
22935
      <mtext>&#x0200A;</mtext>
 
22936
      <mo>&#x02146;</mo>
 
22937
      <mi>x</mi>
 
22938
      <mo>=</mo>
 
22939
      <msubsup>
 
22940
        <mo>&#x0222D;</mo>
 
22941
        <mn>0</mn>
 
22942
        <mn>1</mn>
 
22943
      </msubsup>
 
22944
      <mi>f</mi>
 
22945
      <mrow> 
 
22946
        <mo>(</mo>
 
22947
        <mi>x</mi>
 
22948
        <mo>)</mo>
 
22949
      </mrow>
 
22950
      <mtext>&#x0200A;</mtext>
 
22951
      <mo>&#x02146;</mo>
 
22952
      <mi>x</mi>
 
22953
    </mml:math>]]>
 
22954
</programlisting>
 
22955
<para>is rendered as:</para>
 
22956
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
22957
      <msubsup>
 
22958
        <mo>&#x0222B;</mo>
 
22959
        <mn>0</mn>
 
22960
        <mn>1</mn>
 
22961
      </msubsup>
 
22962
      <mi>f</mi>
 
22963
      <mrow> 
 
22964
        <mo>(</mo>
 
22965
        <mi>x</mi>
 
22966
        <mo>)</mo>
 
22967
      </mrow>
 
22968
      <mtext>&#x0200A;</mtext>
 
22969
      <mo>&#x02146;</mo>
 
22970
      <mi>x</mi>
 
22971
      <mo>=</mo>
 
22972
      <munderover>
 
22973
        <mo>&#x02211;</mo>
 
22974
        <mrow>
 
22975
          <mi>i</mi>
 
22976
          <mo>=</mo>
 
22977
          <mn>0</mn>
 
22978
        </mrow>
 
22979
        <mi>&#x0221E;</mi>
 
22980
      </munderover>
 
22981
      <msub>
 
22982
        <mi>x</mi>
 
22983
        <mi>i</mi>
 
22984
      </msub>
 
22985
      <mo>=</mo>
 
22986
      <munderover>
 
22987
        <mo>&#x0220F;</mo>
 
22988
        <mrow>
 
22989
          <mi>i</mi>
 
22990
          <mo>=</mo>
 
22991
          <mn>0</mn>
 
22992
        </mrow>
 
22993
        <mi>&#x0221E;</mi>
 
22994
      </munderover>
 
22995
      <msub>
 
22996
        <mi>x</mi>
 
22997
        <mi>i</mi>
 
22998
      </msub>
 
22999
      <mo>=</mo>
 
23000
      <munderover>
 
23001
        <mo>&#x02210;</mo>
 
23002
        <mrow>
 
23003
          <mi>i</mi>
 
23004
          <mo>=</mo>
 
23005
          <mn>0</mn>
 
23006
        </mrow>
 
23007
        <mi>&#x0221E;</mi>
 
23008
      </munderover>
 
23009
      <msub>
 
23010
        <mi>x</mi>
 
23011
        <mi>i</mi>
 
23012
      </msub>
 
23013
      <mo>=</mo>
 
23014
      <msubsup>
 
23015
        <mo>&#x0222E;</mo>
 
23016
        <mn>0</mn>
 
23017
        <mn>1</mn>
 
23018
      </msubsup>
 
23019
      <mi>f</mi>
 
23020
      <mrow> 
 
23021
        <mo>(</mo>
 
23022
        <mi>x</mi>
 
23023
        <mo>)</mo>
 
23024
      </mrow>
 
23025
      <mtext>&#x0200A;</mtext>
 
23026
      <mo>&#x02146;</mo>
 
23027
      <mi>x</mi>
 
23028
      <mo>=</mo>
 
23029
      <msubsup>
 
23030
        <mo>&#x0222C;</mo>
 
23031
        <mn>0</mn>
 
23032
        <mn>1</mn>
 
23033
      </msubsup>
 
23034
      <mi>f</mi>
 
23035
      <mrow> 
 
23036
        <mo>(</mo>
 
23037
        <mi>x</mi>
 
23038
        <mo>)</mo>
 
23039
      </mrow>
 
23040
      <mtext>&#x0200A;</mtext>
 
23041
      <mo>&#x02146;</mo>
 
23042
      <mi>x</mi>
 
23043
      <mo>=</mo>
 
23044
      <msubsup>
 
23045
        <mo>&#x0222D;</mo>
 
23046
        <mn>0</mn>
 
23047
        <mn>1</mn>
 
23048
      </msubsup>
 
23049
      <mi>f</mi>
 
23050
      <mrow> 
 
23051
        <mo>(</mo>
 
23052
        <mi>x</mi>
 
23053
        <mo>)</mo>
 
23054
      </mrow>
 
23055
      <mtext>&#x0200A;</mtext>
 
23056
      <mo>&#x02146;</mo>
 
23057
      <mi>x</mi>
 
23058
    </mml:math></sect2>
 
23059
<sect2><title>chain2.mml</title>
 
23060
<programlisting>
 
23061
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23062
      <mstyle displaystyle='true'>
 
23063
        <msubsup>
 
23064
          <mo>&#x0222B;</mo>
 
23065
          <mn>0</mn>
 
23066
          <mn>1</mn>
 
23067
        </msubsup>
 
23068
        <mi>f</mi>
 
23069
        <mrow> 
 
23070
          <mo>(</mo>
 
23071
          <mi>x</mi>
 
23072
          <mo>)</mo>
 
23073
        </mrow>
 
23074
        <mtext>&#x0200A;</mtext>
 
23075
        <mo>&#x02146;</mo>
 
23076
        <mi>x</mi>
 
23077
        <mo>=</mo>
 
23078
        <munderover>
 
23079
          <mo>&#x02211;</mo>
 
23080
          <mrow>
 
23081
            <mi>i</mi>
 
23082
            <mo>=</mo>
 
23083
            <mn>0</mn>
 
23084
          </mrow>
 
23085
          <mi>&#x0221E;</mi>
 
23086
        </munderover>
 
23087
        <msub>
 
23088
          <mi>x</mi>
 
23089
          <mi>i</mi>
 
23090
        </msub>
 
23091
        <mo>=</mo>
 
23092
        <munderover>
 
23093
          <mo>&#x0220F;</mo>
 
23094
          <mrow>
 
23095
            <mi>i</mi>
 
23096
            <mo>=</mo>
 
23097
            <mn>0</mn>
 
23098
          </mrow>
 
23099
          <mi>&#x0221E;</mi>
 
23100
        </munderover>
 
23101
        <msub>
 
23102
          <mi>x</mi>
 
23103
          <mi>i</mi>
 
23104
        </msub>
 
23105
        <mo>=</mo>
 
23106
        <munderover>
 
23107
          <mo>&#x02210;</mo>
 
23108
          <mrow>
 
23109
            <mi>i</mi>
 
23110
            <mo>=</mo>
 
23111
            <mn>0</mn>
 
23112
          </mrow>
 
23113
          <mi>&#x0221E;</mi>
 
23114
        </munderover>
 
23115
        <msub>
 
23116
          <mi>x</mi>
 
23117
          <mi>i</mi>
 
23118
        </msub>
 
23119
        <mo>=</mo>
 
23120
        <msubsup>
 
23121
          <mo>&#x0222E;</mo>
 
23122
          <mn>0</mn>
 
23123
          <mn>1</mn>
 
23124
        </msubsup>
 
23125
        <mi>f</mi>
 
23126
        <mrow> 
 
23127
          <mo>(</mo>
 
23128
          <mi>x</mi>
 
23129
          <mo>)</mo>
 
23130
        </mrow>
 
23131
        <mtext>&#x0200A;</mtext>
 
23132
        <mo>&#x02146;</mo>
 
23133
        <mi>x</mi>
 
23134
        <mo>=</mo>
 
23135
        <msubsup>
 
23136
          <mo>&#x0222C;</mo>
 
23137
          <mn>0</mn>
 
23138
          <mn>1</mn>
 
23139
        </msubsup>
 
23140
        <mi>f</mi>
 
23141
        <mrow> 
 
23142
          <mo>(</mo>
 
23143
          <mi>x</mi>
 
23144
          <mo>)</mo>
 
23145
        </mrow>
 
23146
        <mtext>&#x0200A;</mtext>
 
23147
        <mo>&#x02146;</mo>
 
23148
        <mi>x</mi>
 
23149
        <mo>=</mo>
 
23150
        <msubsup>
 
23151
          <mo>&#x0222D;</mo>
 
23152
          <mn>0</mn>
 
23153
          <mn>1</mn>
 
23154
        </msubsup>
 
23155
        <mi>f</mi>
 
23156
        <mrow> 
 
23157
          <mo>(</mo>
 
23158
          <mi>x</mi>
 
23159
          <mo>)</mo>
 
23160
        </mrow>
 
23161
        <mtext>&#x0200A;</mtext>
 
23162
        <mo>&#x02146;</mo>
 
23163
        <mi>x</mi>
 
23164
      </mstyle>
 
23165
    </mml:math>]]>
 
23166
</programlisting>
 
23167
<para>is rendered as:</para>
 
23168
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23169
      <mstyle displaystyle='true'>
 
23170
        <msubsup>
 
23171
          <mo>&#x0222B;</mo>
 
23172
          <mn>0</mn>
 
23173
          <mn>1</mn>
 
23174
        </msubsup>
 
23175
        <mi>f</mi>
 
23176
        <mrow> 
 
23177
          <mo>(</mo>
 
23178
          <mi>x</mi>
 
23179
          <mo>)</mo>
 
23180
        </mrow>
 
23181
        <mtext>&#x0200A;</mtext>
 
23182
        <mo>&#x02146;</mo>
 
23183
        <mi>x</mi>
 
23184
        <mo>=</mo>
 
23185
        <munderover>
 
23186
          <mo>&#x02211;</mo>
 
23187
          <mrow>
 
23188
            <mi>i</mi>
 
23189
            <mo>=</mo>
 
23190
            <mn>0</mn>
 
23191
          </mrow>
 
23192
          <mi>&#x0221E;</mi>
 
23193
        </munderover>
 
23194
        <msub>
 
23195
          <mi>x</mi>
 
23196
          <mi>i</mi>
 
23197
        </msub>
 
23198
        <mo>=</mo>
 
23199
        <munderover>
 
23200
          <mo>&#x0220F;</mo>
 
23201
          <mrow>
 
23202
            <mi>i</mi>
 
23203
            <mo>=</mo>
 
23204
            <mn>0</mn>
 
23205
          </mrow>
 
23206
          <mi>&#x0221E;</mi>
 
23207
        </munderover>
 
23208
        <msub>
 
23209
          <mi>x</mi>
 
23210
          <mi>i</mi>
 
23211
        </msub>
 
23212
        <mo>=</mo>
 
23213
        <munderover>
 
23214
          <mo>&#x02210;</mo>
 
23215
          <mrow>
 
23216
            <mi>i</mi>
 
23217
            <mo>=</mo>
 
23218
            <mn>0</mn>
 
23219
          </mrow>
 
23220
          <mi>&#x0221E;</mi>
 
23221
        </munderover>
 
23222
        <msub>
 
23223
          <mi>x</mi>
 
23224
          <mi>i</mi>
 
23225
        </msub>
 
23226
        <mo>=</mo>
 
23227
        <msubsup>
 
23228
          <mo>&#x0222E;</mo>
 
23229
          <mn>0</mn>
 
23230
          <mn>1</mn>
 
23231
        </msubsup>
 
23232
        <mi>f</mi>
 
23233
        <mrow> 
 
23234
          <mo>(</mo>
 
23235
          <mi>x</mi>
 
23236
          <mo>)</mo>
 
23237
        </mrow>
 
23238
        <mtext>&#x0200A;</mtext>
 
23239
        <mo>&#x02146;</mo>
 
23240
        <mi>x</mi>
 
23241
        <mo>=</mo>
 
23242
        <msubsup>
 
23243
          <mo>&#x0222C;</mo>
 
23244
          <mn>0</mn>
 
23245
          <mn>1</mn>
 
23246
        </msubsup>
 
23247
        <mi>f</mi>
 
23248
        <mrow> 
 
23249
          <mo>(</mo>
 
23250
          <mi>x</mi>
 
23251
          <mo>)</mo>
 
23252
        </mrow>
 
23253
        <mtext>&#x0200A;</mtext>
 
23254
        <mo>&#x02146;</mo>
 
23255
        <mi>x</mi>
 
23256
        <mo>=</mo>
 
23257
        <msubsup>
 
23258
          <mo>&#x0222D;</mo>
 
23259
          <mn>0</mn>
 
23260
          <mn>1</mn>
 
23261
        </msubsup>
 
23262
        <mi>f</mi>
 
23263
        <mrow> 
 
23264
          <mo>(</mo>
 
23265
          <mi>x</mi>
 
23266
          <mo>)</mo>
 
23267
        </mrow>
 
23268
        <mtext>&#x0200A;</mtext>
 
23269
        <mo>&#x02146;</mo>
 
23270
        <mi>x</mi>
 
23271
      </mstyle>
 
23272
    </mml:math></sect2>
 
23273
<sect2><title>coprod1.mml</title>
 
23274
<programlisting>
 
23275
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23276
      <munderover>
 
23277
        <mo>&#x02210;</mo>
 
23278
        <mrow>
 
23279
          <mi>i</mi>
 
23280
          <mo>=</mo>
 
23281
          <mn>0</mn>
 
23282
        </mrow>
 
23283
        <mi>&#x0221E;</mi>
 
23284
      </munderover>
 
23285
      <msub>
 
23286
        <mi>x</mi>
 
23287
        <mi>i</mi>
 
23288
      </msub>
 
23289
    </mml:math>]]>
 
23290
</programlisting>
 
23291
<para>is rendered as:</para>
 
23292
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23293
      <munderover>
 
23294
        <mo>&#x02210;</mo>
 
23295
        <mrow>
 
23296
          <mi>i</mi>
 
23297
          <mo>=</mo>
 
23298
          <mn>0</mn>
 
23299
        </mrow>
 
23300
        <mi>&#x0221E;</mi>
 
23301
      </munderover>
 
23302
      <msub>
 
23303
        <mi>x</mi>
 
23304
        <mi>i</mi>
 
23305
      </msub>
 
23306
    </mml:math></sect2>
 
23307
<sect2><title>coprod2.mml</title>
 
23308
<programlisting>
 
23309
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23310
      <mstyle displaystyle='true'>
 
23311
        <munderover>
 
23312
          <mo>&#x02210;</mo>
 
23313
          <mrow>
 
23314
            <mi>i</mi>
 
23315
            <mo>=</mo>
 
23316
            <mn>0</mn>
 
23317
          </mrow>
 
23318
          <mi>&#x0221E;</mi>
 
23319
        </munderover>
 
23320
        <msub>
 
23321
          <mi>x</mi>
 
23322
          <mi>i</mi>
 
23323
        </msub>
 
23324
      </mstyle>
 
23325
    </mml:math>]]>
 
23326
</programlisting>
 
23327
<para>is rendered as:</para>
 
23328
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23329
      <mstyle displaystyle='true'>
 
23330
        <munderover>
 
23331
          <mo>&#x02210;</mo>
 
23332
          <mrow>
 
23333
            <mi>i</mi>
 
23334
            <mo>=</mo>
 
23335
            <mn>0</mn>
 
23336
          </mrow>
 
23337
          <mi>&#x0221E;</mi>
 
23338
        </munderover>
 
23339
        <msub>
 
23340
          <mi>x</mi>
 
23341
          <mi>i</mi>
 
23342
        </msub>
 
23343
      </mstyle>
 
23344
    </mml:math></sect2>
 
23345
<sect2><title>doubleint1.mml</title>
 
23346
<programlisting>
 
23347
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23348
      <msubsup>
 
23349
        <mo>&#x0222C;</mo>
 
23350
        <mn>0</mn>
 
23351
        <mn>1</mn>
 
23352
      </msubsup>
 
23353
      <mi>f</mi>
 
23354
      <mrow> 
 
23355
        <mo>(</mo>
 
23356
        <mi>x</mi>
 
23357
        <mo>)</mo>
 
23358
      </mrow>
 
23359
      <mtext>&#x0200A;</mtext>
 
23360
      <mo>&#x02146;</mo>
 
23361
      <mi>x</mi>
 
23362
    </mml:math>]]>
 
23363
</programlisting>
 
23364
<para>is rendered as:</para>
 
23365
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23366
      <msubsup>
 
23367
        <mo>&#x0222C;</mo>
 
23368
        <mn>0</mn>
 
23369
        <mn>1</mn>
 
23370
      </msubsup>
 
23371
      <mi>f</mi>
 
23372
      <mrow> 
 
23373
        <mo>(</mo>
 
23374
        <mi>x</mi>
 
23375
        <mo>)</mo>
 
23376
      </mrow>
 
23377
      <mtext>&#x0200A;</mtext>
 
23378
      <mo>&#x02146;</mo>
 
23379
      <mi>x</mi>
 
23380
    </mml:math></sect2>
 
23381
<sect2><title>doubleint2.mml</title>
 
23382
<programlisting>
 
23383
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23384
      <mstyle displaystyle='true'>
 
23385
        <msubsup>
 
23386
          <mo>&#x0222C;</mo>
 
23387
          <mn>0</mn>
 
23388
          <mn>1</mn>
 
23389
        </msubsup>
 
23390
        <mi>f</mi>
 
23391
        <mrow> 
 
23392
          <mo>(</mo>
 
23393
          <mi>x</mi>
 
23394
          <mo>)</mo>
 
23395
        </mrow>
 
23396
        <mtext>&#x0200A;</mtext>
 
23397
        <mo>&#x02146;</mo>
 
23398
        <mi>x</mi>
 
23399
      </mstyle>
 
23400
    </mml:math>]]>
 
23401
</programlisting>
 
23402
<para>is rendered as:</para>
 
23403
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23404
      <mstyle displaystyle='true'>
 
23405
        <msubsup>
 
23406
          <mo>&#x0222C;</mo>
 
23407
          <mn>0</mn>
 
23408
          <mn>1</mn>
 
23409
        </msubsup>
 
23410
        <mi>f</mi>
 
23411
        <mrow> 
 
23412
          <mo>(</mo>
 
23413
          <mi>x</mi>
 
23414
          <mo>)</mo>
 
23415
        </mrow>
 
23416
        <mtext>&#x0200A;</mtext>
 
23417
        <mo>&#x02146;</mo>
 
23418
        <mi>x</mi>
 
23419
      </mstyle>
 
23420
    </mml:math></sect2>
 
23421
<sect2><title>int1.mml</title>
 
23422
<programlisting>
 
23423
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23424
      <mstyle displaystyle='true'>
 
23425
        <mo>&#x0222B;</mo>
 
23426
        <mi>f</mi>
 
23427
        <mrow> 
 
23428
          <mo>(</mo>
 
23429
          <mi>x</mi>
 
23430
          <mo>)</mo>
 
23431
        </mrow>
 
23432
        <mtext>&#x0200A;</mtext>
 
23433
        <mo>&#x02146;</mo>
 
23434
        <mi>x</mi>
 
23435
      </mstyle>
 
23436
    </mml:math>]]>
 
23437
</programlisting>
 
23438
<para>is rendered as:</para>
 
23439
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23440
      <mstyle displaystyle='true'>
 
23441
        <mo>&#x0222B;</mo>
 
23442
        <mi>f</mi>
 
23443
        <mrow> 
 
23444
          <mo>(</mo>
 
23445
          <mi>x</mi>
 
23446
          <mo>)</mo>
 
23447
        </mrow>
 
23448
        <mtext>&#x0200A;</mtext>
 
23449
        <mo>&#x02146;</mo>
 
23450
        <mi>x</mi>
 
23451
      </mstyle>
 
23452
    </mml:math></sect2>
 
23453
<sect2><title>int10.mml</title>
 
23454
<programlisting>
 
23455
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23456
      <mstyle displaystyle='true'>
 
23457
        <munderover>
 
23458
          <mo>&#x0222B;</mo>
 
23459
          <mn>0</mn>
 
23460
          <mn>1</mn>
 
23461
        </munderover>
 
23462
        <mi>f</mi>
 
23463
        <mrow> 
 
23464
          <mo>(</mo>
 
23465
          <mi>x</mi>
 
23466
          <mo>)</mo>
 
23467
        </mrow>
 
23468
        <mtext>&#x0200A;</mtext>
 
23469
        <mo>&#x02146;</mo>
 
23470
        <mi>x</mi>
 
23471
      </mstyle>
 
23472
    </mml:math>]]>
 
23473
</programlisting>
 
23474
<para>is rendered as:</para>
 
23475
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23476
      <mstyle displaystyle='true'>
 
23477
        <munderover>
 
23478
          <mo>&#x0222B;</mo>
 
23479
          <mn>0</mn>
 
23480
          <mn>1</mn>
 
23481
        </munderover>
 
23482
        <mi>f</mi>
 
23483
        <mrow> 
 
23484
          <mo>(</mo>
 
23485
          <mi>x</mi>
 
23486
          <mo>)</mo>
 
23487
        </mrow>
 
23488
        <mtext>&#x0200A;</mtext>
 
23489
        <mo>&#x02146;</mo>
 
23490
        <mi>x</mi>
 
23491
      </mstyle>
 
23492
    </mml:math></sect2>
 
23493
<sect2><title>int2.mml</title>
 
23494
<programlisting>
 
23495
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23496
      <mstyle displaystyle='true'>
 
23497
        <mo>&#x0222B;</mo>
 
23498
        <mi>f</mi>
 
23499
        <mrow> 
 
23500
          <mo>(</mo>
 
23501
          <mfrac>
 
23502
            <mi>x</mi>
 
23503
            <mn>2</mn>
 
23504
          </mfrac>
 
23505
          <mo>)</mo>
 
23506
        </mrow>
 
23507
        <mtext>&#x0200A;</mtext>
 
23508
        <mo>&#x02146;</mo>
 
23509
        <mi>x</mi>
 
23510
      </mstyle>
 
23511
    </mml:math>]]>
 
23512
</programlisting>
 
23513
<para>is rendered as:</para>
 
23514
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23515
      <mstyle displaystyle='true'>
 
23516
        <mo>&#x0222B;</mo>
 
23517
        <mi>f</mi>
 
23518
        <mrow> 
 
23519
          <mo>(</mo>
 
23520
          <mfrac>
 
23521
            <mi>x</mi>
 
23522
            <mn>2</mn>
 
23523
          </mfrac>
 
23524
          <mo>)</mo>
 
23525
        </mrow>
 
23526
        <mtext>&#x0200A;</mtext>
 
23527
        <mo>&#x02146;</mo>
 
23528
        <mi>x</mi>
 
23529
      </mstyle>
 
23530
    </mml:math></sect2>
 
23531
<sect2><title>int3.mml</title>
 
23532
<programlisting>
 
23533
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23534
      <mstyle displaystyle='true'>
 
23535
        <msubsup>
 
23536
          <mo>&#x0222B;</mo>
 
23537
          <mn>0</mn>
 
23538
          <mn>1</mn>
 
23539
        </msubsup>
 
23540
        <mi>f</mi>
 
23541
        <mrow> 
 
23542
          <mo>(</mo>
 
23543
          <mi>x</mi>
 
23544
          <mo>)</mo>
 
23545
        </mrow>
 
23546
        <mtext>&#x0200A;</mtext>
 
23547
        <mo>&#x02146;</mo>
 
23548
        <mi>x</mi>
 
23549
      </mstyle>
 
23550
    </mml:math>]]>
 
23551
</programlisting>
 
23552
<para>is rendered as:</para>
 
23553
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23554
      <mstyle displaystyle='true'>
 
23555
        <msubsup>
 
23556
          <mo>&#x0222B;</mo>
 
23557
          <mn>0</mn>
 
23558
          <mn>1</mn>
 
23559
        </msubsup>
 
23560
        <mi>f</mi>
 
23561
        <mrow> 
 
23562
          <mo>(</mo>
 
23563
          <mi>x</mi>
 
23564
          <mo>)</mo>
 
23565
        </mrow>
 
23566
        <mtext>&#x0200A;</mtext>
 
23567
        <mo>&#x02146;</mo>
 
23568
        <mi>x</mi>
 
23569
      </mstyle>
 
23570
    </mml:math></sect2>
 
23571
<sect2><title>int4.mml</title>
 
23572
<programlisting>
 
23573
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23574
      <mstyle displaystyle='true'>
 
23575
        <msubsup>
 
23576
          <mo>&#x0222B;</mo>
 
23577
          <mn>0</mn>
 
23578
          <mn>1</mn>
 
23579
        </msubsup>
 
23580
        <mi>f</mi>
 
23581
        <mrow> 
 
23582
          <mo>(</mo>
 
23583
          <mfrac>
 
23584
            <mi>x</mi>
 
23585
            <mn>2</mn>
 
23586
          </mfrac>
 
23587
          <mo>)</mo>
 
23588
        </mrow>
 
23589
        <mtext>&#x0200A;</mtext>
 
23590
        <mo>&#x02146;</mo>
 
23591
        <mi>x</mi>
 
23592
      </mstyle>
 
23593
    </mml:math>]]>
 
23594
</programlisting>
 
23595
<para>is rendered as:</para>
 
23596
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23597
      <mstyle displaystyle='true'>
 
23598
        <msubsup>
 
23599
          <mo>&#x0222B;</mo>
 
23600
          <mn>0</mn>
 
23601
          <mn>1</mn>
 
23602
        </msubsup>
 
23603
        <mi>f</mi>
 
23604
        <mrow> 
 
23605
          <mo>(</mo>
 
23606
          <mfrac>
 
23607
            <mi>x</mi>
 
23608
            <mn>2</mn>
 
23609
          </mfrac>
 
23610
          <mo>)</mo>
 
23611
        </mrow>
 
23612
        <mtext>&#x0200A;</mtext>
 
23613
        <mo>&#x02146;</mo>
 
23614
        <mi>x</mi>
 
23615
      </mstyle>
 
23616
    </mml:math></sect2>
 
23617
<sect2><title>int5.mml</title>
 
23618
<programlisting>
 
23619
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23620
      <mstyle displaystyle='true'>
 
23621
        <munderover>
 
23622
          <mo>&#x0222B;</mo>
 
23623
          <mn>0</mn>
 
23624
          <mn>1</mn>
 
23625
        </munderover>
 
23626
        <mi>f</mi>
 
23627
        <mrow> 
 
23628
          <mo>(</mo>
 
23629
          <mi>x</mi>
 
23630
          <mo>)</mo>
 
23631
        </mrow>
 
23632
        <mtext>&#x0200A;</mtext>
 
23633
        <mo>&#x02146;</mo>
 
23634
        <mi>x</mi>
 
23635
      </mstyle>
 
23636
    </mml:math>]]>
 
23637
</programlisting>
 
23638
<para>is rendered as:</para>
 
23639
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23640
      <mstyle displaystyle='true'>
 
23641
        <munderover>
 
23642
          <mo>&#x0222B;</mo>
 
23643
          <mn>0</mn>
 
23644
          <mn>1</mn>
 
23645
        </munderover>
 
23646
        <mi>f</mi>
 
23647
        <mrow> 
 
23648
          <mo>(</mo>
 
23649
          <mi>x</mi>
 
23650
          <mo>)</mo>
 
23651
        </mrow>
 
23652
        <mtext>&#x0200A;</mtext>
 
23653
        <mo>&#x02146;</mo>
 
23654
        <mi>x</mi>
 
23655
      </mstyle>
 
23656
    </mml:math></sect2>
 
23657
<sect2><title>int6.mml</title>
 
23658
<programlisting>
 
23659
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23660
      <mstyle displaystyle='true'>
 
23661
        <mo>&#x0222B;</mo>
 
23662
        <mi>f</mi>
 
23663
        <mrow> 
 
23664
          <mo>(</mo>
 
23665
          <mfrac>
 
23666
            <mi>x</mi>
 
23667
            <mn>2</mn>
 
23668
          </mfrac>
 
23669
          <mo>)</mo>
 
23670
        </mrow>
 
23671
        <mtext>&#x0200A;</mtext>
 
23672
        <mo>&#x02146;</mo>
 
23673
        <mi>x</mi>
 
23674
      </mstyle>
 
23675
    </mml:math>]]>
 
23676
</programlisting>
 
23677
<para>is rendered as:</para>
 
23678
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23679
      <mstyle displaystyle='true'>
 
23680
        <mo>&#x0222B;</mo>
 
23681
        <mi>f</mi>
 
23682
        <mrow> 
 
23683
          <mo>(</mo>
 
23684
          <mfrac>
 
23685
            <mi>x</mi>
 
23686
            <mn>2</mn>
 
23687
          </mfrac>
 
23688
          <mo>)</mo>
 
23689
        </mrow>
 
23690
        <mtext>&#x0200A;</mtext>
 
23691
        <mo>&#x02146;</mo>
 
23692
        <mi>x</mi>
 
23693
      </mstyle>
 
23694
    </mml:math></sect2>
 
23695
<sect2><title>int7.mml</title>
 
23696
<programlisting>
 
23697
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23698
      <mstyle displaystyle='true'>
 
23699
        <msubsup>
 
23700
          <mo>&#x0222B;</mo>
 
23701
          <mn>0</mn>
 
23702
          <mn>1</mn>
 
23703
        </msubsup>
 
23704
        <mi>f</mi>
 
23705
        <mrow> 
 
23706
          <mo>(</mo>
 
23707
          <mi>x</mi>
 
23708
          <mo>)</mo>
 
23709
        </mrow>
 
23710
        <mtext>&#x0200A;</mtext>
 
23711
        <mo>&#x02146;</mo>
 
23712
        <mi>x</mi>
 
23713
      </mstyle>
 
23714
    </mml:math>]]>
 
23715
</programlisting>
 
23716
<para>is rendered as:</para>
 
23717
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23718
      <mstyle displaystyle='true'>
 
23719
        <msubsup>
 
23720
          <mo>&#x0222B;</mo>
 
23721
          <mn>0</mn>
 
23722
          <mn>1</mn>
 
23723
        </msubsup>
 
23724
        <mi>f</mi>
 
23725
        <mrow> 
 
23726
          <mo>(</mo>
 
23727
          <mi>x</mi>
 
23728
          <mo>)</mo>
 
23729
        </mrow>
 
23730
        <mtext>&#x0200A;</mtext>
 
23731
        <mo>&#x02146;</mo>
 
23732
        <mi>x</mi>
 
23733
      </mstyle>
 
23734
    </mml:math></sect2>
 
23735
<sect2><title>int8.mml</title>
 
23736
<programlisting>
 
23737
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23738
      <mstyle displaystyle='true'>
 
23739
        <msubsup>
 
23740
          <mo>&#x0222B;</mo>
 
23741
          <mn>0</mn>
 
23742
          <mn>1</mn>
 
23743
        </msubsup>
 
23744
        <mi>f</mi>
 
23745
        <mrow> 
 
23746
          <mo>(</mo>
 
23747
          <mfrac>
 
23748
            <mi>x</mi>
 
23749
            <mn>2</mn>
 
23750
          </mfrac>
 
23751
          <mo>)</mo>
 
23752
        </mrow>
 
23753
        <mtext>&#x0200A;</mtext>
 
23754
        <mo>&#x02146;</mo>
 
23755
        <mi>x</mi>
 
23756
      </mstyle>
 
23757
    </mml:math>]]>
 
23758
</programlisting>
 
23759
<para>is rendered as:</para>
 
23760
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23761
      <mstyle displaystyle='true'>
 
23762
        <msubsup>
 
23763
          <mo>&#x0222B;</mo>
 
23764
          <mn>0</mn>
 
23765
          <mn>1</mn>
 
23766
        </msubsup>
 
23767
        <mi>f</mi>
 
23768
        <mrow> 
 
23769
          <mo>(</mo>
 
23770
          <mfrac>
 
23771
            <mi>x</mi>
 
23772
            <mn>2</mn>
 
23773
          </mfrac>
 
23774
          <mo>)</mo>
 
23775
        </mrow>
 
23776
        <mtext>&#x0200A;</mtext>
 
23777
        <mo>&#x02146;</mo>
 
23778
        <mi>x</mi>
 
23779
      </mstyle>
 
23780
    </mml:math></sect2>
 
23781
<sect2><title>int9.mml</title>
 
23782
<programlisting>
 
23783
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23784
      <munderover>
 
23785
        <mo>&#x0222B;</mo>
 
23786
        <mn>0</mn>
 
23787
        <mn>1</mn>
 
23788
      </munderover>
 
23789
      <mi>f</mi>
 
23790
      <mrow> 
 
23791
        <mo>(</mo>
 
23792
        <mi>x</mi>
 
23793
        <mo>)</mo>
 
23794
      </mrow>
 
23795
      <mtext>&#x0200A;</mtext>
 
23796
      <mo>&#x02146;</mo>
 
23797
      <mi>x</mi>
 
23798
    </mml:math>]]>
 
23799
</programlisting>
 
23800
<para>is rendered as:</para>
 
23801
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
23802
      <munderover>
 
23803
        <mo>&#x0222B;</mo>
 
23804
        <mn>0</mn>
 
23805
        <mn>1</mn>
 
23806
      </munderover>
 
23807
      <mi>f</mi>
 
23808
      <mrow> 
 
23809
        <mo>(</mo>
 
23810
        <mi>x</mi>
 
23811
        <mo>)</mo>
 
23812
      </mrow>
 
23813
      <mtext>&#x0200A;</mtext>
 
23814
      <mo>&#x02146;</mo>
 
23815
      <mi>x</mi>
 
23816
    </mml:math></sect2>
 
23817
<sect2><title>largeop1.mml</title>
 
23818
<programlisting>
 
23819
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
23820
      <mtable> 
 
23821
        <mtr> 
 
23822
          <mtd> 
 
23823
            <mtext>displaystyle: false largeop: false 
 
23824
            </mtext> 
 
23825
          </mtd> 
 
23826
          <mtd> 
 
23827
            <mstyle displaystyle="false"> 
 
23828
              <mo largeop="false">&#x02227;</mo> 
 
23829
              <mo largeop="false">&#x02228;</mo> 
 
23830
              <mo largeop="false">&#x0222B;</mo> 
 
23831
              <mo largeop="false">&#x02211;</mo> 
 
23832
              <mo largeop="false">&#x0220F;</mo> 
 
23833
              <mo largeop="false">&#x0222A;</mo> 
 
23834
              <mo largeop="false">&#x02229;</mo> 
 
23835
            </mstyle> 
 
23836
          </mtd> 
 
23837
        </mtr> 
 
23838
        <mtr> 
 
23839
          <mtd> 
 
23840
            <mtext>displaystyle: false largeop: true 
 
23841
            </mtext> 
 
23842
          </mtd> 
 
23843
          <mtd> 
 
23844
            <mstyle displaystyle="false"> 
 
23845
              <mo largeop="true">&#x02227;</mo> 
 
23846
              <mo largeop="true">&#x02228;</mo> 
 
23847
              <mo largeop="true">&#x0222B;</mo> 
 
23848
              <mo largeop="true">&#x02211;</mo> 
 
23849
              <mo largeop="true">&#x0220F;</mo> 
 
23850
              <mo largeop="true">&#x0222A;</mo> 
 
23851
              <mo largeop="true">&#x02229;</mo> 
 
23852
            </mstyle> 
 
23853
          </mtd> 
 
23854
        </mtr> 
 
23855
        <mtr> 
 
23856
          <mtd> 
 
23857
            <mtext>displaystyle: true largeop: false 
 
23858
            </mtext> 
 
23859
          </mtd> 
 
23860
          <mtd> 
 
23861
            <mstyle displaystyle="true"> 
 
23862
              <mo largeop="false">&#x02227;</mo> 
 
23863
              <mo largeop="false">&#x02228;</mo> 
 
23864
              <mo largeop="false">&#x0222B;</mo> 
 
23865
              <mo largeop="false">&#x02211;</mo> 
 
23866
              <mo largeop="false">&#x0220F;</mo> 
 
23867
              <mo largeop="false">&#x0222A;</mo> 
 
23868
              <mo largeop="false">&#x02229;</mo> 
 
23869
            </mstyle> 
 
23870
          </mtd> 
 
23871
        </mtr> 
 
23872
        <mtr> 
 
23873
          <mtd> 
 
23874
            <mtext>displaystyle: true largeop: true 
 
23875
            </mtext> 
 
23876
          </mtd> 
 
23877
          <mtd> 
 
23878
            <mstyle displaystyle="true"> 
 
23879
              <mo largeop="true">&#x02227;</mo> 
 
23880
              <mo largeop="true">&#x02228;</mo> 
 
23881
              <mo largeop="true">&#x0222B;</mo> 
 
23882
              <mo largeop="true">&#x02211;</mo> 
 
23883
              <mo largeop="true">&#x0220F;</mo> 
 
23884
              <mo largeop="true">&#x0222A;</mo> 
 
23885
              <mo largeop="true">&#x02229;</mo> 
 
23886
            </mstyle> 
 
23887
          </mtd> 
 
23888
        </mtr> 
 
23889
        <mtr> 
 
23890
          <mtd> 
 
23891
            <mtext>displaystyle: false largeop: default 
 
23892
            </mtext> 
 
23893
          </mtd> 
 
23894
          <mtd> 
 
23895
            <mstyle displaystyle="false"> 
 
23896
              <mo>&#x02227;</mo> 
 
23897
              <mo>&#x02228;</mo> 
 
23898
              <mo>&#x0222B;</mo> 
 
23899
              <mo>&#x02211;</mo> 
 
23900
              <mo>&#x0220F;</mo> 
 
23901
              <mo>&#x0222A;</mo> 
 
23902
              <mo>&#x02229;</mo> 
 
23903
            </mstyle> 
 
23904
          </mtd> 
 
23905
        </mtr> 
 
23906
        <mtr> 
 
23907
          <mtd> 
 
23908
            <mtext>displaystyle: true largeop: default 
 
23909
            </mtext> 
 
23910
          </mtd> 
 
23911
          <mtd> 
 
23912
            <mstyle displaystyle="true"> 
 
23913
              <mo>&#x02227;</mo> 
 
23914
              <mo>&#x02228;</mo> 
 
23915
              <mo>&#x0222B;</mo> 
 
23916
              <mo>&#x02211;</mo> 
 
23917
              <mo>&#x0220F;</mo> 
 
23918
              <mo>&#x0222A;</mo> 
 
23919
              <mo>&#x02229;</mo> 
 
23920
            </mstyle> 
 
23921
          </mtd> 
 
23922
        </mtr> 
 
23923
      </mtable> 
 
23924
    </mml:math>]]>
 
23925
</programlisting>
 
23926
<para>is rendered as:</para>
 
23927
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
23928
      <mtable> 
 
23929
        <mtr> 
 
23930
          <mtd> 
 
23931
            <mtext>displaystyle: false largeop: false 
 
23932
            </mtext> 
 
23933
          </mtd> 
 
23934
          <mtd> 
 
23935
            <mstyle displaystyle="false"> 
 
23936
              <mo largeop="false">&#x02227;</mo> 
 
23937
              <mo largeop="false">&#x02228;</mo> 
 
23938
              <mo largeop="false">&#x0222B;</mo> 
 
23939
              <mo largeop="false">&#x02211;</mo> 
 
23940
              <mo largeop="false">&#x0220F;</mo> 
 
23941
              <mo largeop="false">&#x0222A;</mo> 
 
23942
              <mo largeop="false">&#x02229;</mo> 
 
23943
            </mstyle> 
 
23944
          </mtd> 
 
23945
        </mtr> 
 
23946
        <mtr> 
 
23947
          <mtd> 
 
23948
            <mtext>displaystyle: false largeop: true 
 
23949
            </mtext> 
 
23950
          </mtd> 
 
23951
          <mtd> 
 
23952
            <mstyle displaystyle="false"> 
 
23953
              <mo largeop="true">&#x02227;</mo> 
 
23954
              <mo largeop="true">&#x02228;</mo> 
 
23955
              <mo largeop="true">&#x0222B;</mo> 
 
23956
              <mo largeop="true">&#x02211;</mo> 
 
23957
              <mo largeop="true">&#x0220F;</mo> 
 
23958
              <mo largeop="true">&#x0222A;</mo> 
 
23959
              <mo largeop="true">&#x02229;</mo> 
 
23960
            </mstyle> 
 
23961
          </mtd> 
 
23962
        </mtr> 
 
23963
        <mtr> 
 
23964
          <mtd> 
 
23965
            <mtext>displaystyle: true largeop: false 
 
23966
            </mtext> 
 
23967
          </mtd> 
 
23968
          <mtd> 
 
23969
            <mstyle displaystyle="true"> 
 
23970
              <mo largeop="false">&#x02227;</mo> 
 
23971
              <mo largeop="false">&#x02228;</mo> 
 
23972
              <mo largeop="false">&#x0222B;</mo> 
 
23973
              <mo largeop="false">&#x02211;</mo> 
 
23974
              <mo largeop="false">&#x0220F;</mo> 
 
23975
              <mo largeop="false">&#x0222A;</mo> 
 
23976
              <mo largeop="false">&#x02229;</mo> 
 
23977
            </mstyle> 
 
23978
          </mtd> 
 
23979
        </mtr> 
 
23980
        <mtr> 
 
23981
          <mtd> 
 
23982
            <mtext>displaystyle: true largeop: true 
 
23983
            </mtext> 
 
23984
          </mtd> 
 
23985
          <mtd> 
 
23986
            <mstyle displaystyle="true"> 
 
23987
              <mo largeop="true">&#x02227;</mo> 
 
23988
              <mo largeop="true">&#x02228;</mo> 
 
23989
              <mo largeop="true">&#x0222B;</mo> 
 
23990
              <mo largeop="true">&#x02211;</mo> 
 
23991
              <mo largeop="true">&#x0220F;</mo> 
 
23992
              <mo largeop="true">&#x0222A;</mo> 
 
23993
              <mo largeop="true">&#x02229;</mo> 
 
23994
            </mstyle> 
 
23995
          </mtd> 
 
23996
        </mtr> 
 
23997
        <mtr> 
 
23998
          <mtd> 
 
23999
            <mtext>displaystyle: false largeop: default 
 
24000
            </mtext> 
 
24001
          </mtd> 
 
24002
          <mtd> 
 
24003
            <mstyle displaystyle="false"> 
 
24004
              <mo>&#x02227;</mo> 
 
24005
              <mo>&#x02228;</mo> 
 
24006
              <mo>&#x0222B;</mo> 
 
24007
              <mo>&#x02211;</mo> 
 
24008
              <mo>&#x0220F;</mo> 
 
24009
              <mo>&#x0222A;</mo> 
 
24010
              <mo>&#x02229;</mo> 
 
24011
            </mstyle> 
 
24012
          </mtd> 
 
24013
        </mtr> 
 
24014
        <mtr> 
 
24015
          <mtd> 
 
24016
            <mtext>displaystyle: true largeop: default 
 
24017
            </mtext> 
 
24018
          </mtd> 
 
24019
          <mtd> 
 
24020
            <mstyle displaystyle="true"> 
 
24021
              <mo>&#x02227;</mo> 
 
24022
              <mo>&#x02228;</mo> 
 
24023
              <mo>&#x0222B;</mo> 
 
24024
              <mo>&#x02211;</mo> 
 
24025
              <mo>&#x0220F;</mo> 
 
24026
              <mo>&#x0222A;</mo> 
 
24027
              <mo>&#x02229;</mo> 
 
24028
            </mstyle> 
 
24029
          </mtd> 
 
24030
        </mtr> 
 
24031
      </mtable> 
 
24032
    </mml:math></sect2>
 
24033
<sect2><title>largeop2.mml</title>
 
24034
<programlisting>
 
24035
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24036
      <mstyle displaystyle="false">
 
24037
        <mo largeop="false">&#x02228;</mo>
 
24038
      </mstyle>
 
24039
      <mstyle displaystyle="false">
 
24040
        <mo largeop="true">&#x02228;</mo>
 
24041
      </mstyle>
 
24042
      <mstyle displaystyle="true">
 
24043
        <mo largeop="false">&#x02228;</mo>
 
24044
      </mstyle>
 
24045
      <mstyle displaystyle="true">
 
24046
        <mo largeop="true">&#x02228;</mo>
 
24047
      </mstyle>
 
24048
      <mstyle displaystyle="false">
 
24049
        <mo>&#x02228;</mo>
 
24050
      </mstyle>
 
24051
      <mstyle displaystyle="true">
 
24052
        <mo>&#x02228;</mo>
 
24053
      </mstyle>
 
24054
    </mml:math>]]>
 
24055
</programlisting>
 
24056
<para>is rendered as:</para>
 
24057
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24058
      <mstyle displaystyle="false">
 
24059
        <mo largeop="false">&#x02228;</mo>
 
24060
      </mstyle>
 
24061
      <mstyle displaystyle="false">
 
24062
        <mo largeop="true">&#x02228;</mo>
 
24063
      </mstyle>
 
24064
      <mstyle displaystyle="true">
 
24065
        <mo largeop="false">&#x02228;</mo>
 
24066
      </mstyle>
 
24067
      <mstyle displaystyle="true">
 
24068
        <mo largeop="true">&#x02228;</mo>
 
24069
      </mstyle>
 
24070
      <mstyle displaystyle="false">
 
24071
        <mo>&#x02228;</mo>
 
24072
      </mstyle>
 
24073
      <mstyle displaystyle="true">
 
24074
        <mo>&#x02228;</mo>
 
24075
      </mstyle>
 
24076
    </mml:math></sect2>
 
24077
<sect2><title>largeopPos3.mml</title>
 
24078
<programlisting>
 
24079
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24080
      <mrow> 
 
24081
        <mrow> 
 
24082
          <munderover> 
 
24083
            <mrow> 
 
24084
              <mo>&#x02229;</mo> 
 
24085
            </mrow> 
 
24086
            <mrow> 
 
24087
              <mi>i</mi> 
 
24088
              <mo>=</mo> 
 
24089
              <mn>0</mn> 
 
24090
            </mrow> 
 
24091
            <mrow> 
 
24092
              <mi>&#x0221E;</mi> 
 
24093
            </mrow> 
 
24094
          </munderover> 
 
24095
        </mrow> 
 
24096
        <mrow> 
 
24097
          <mi>A</mi> 
 
24098
          <mo>&#x02229;</mo> 
 
24099
          <mi>B</mi> 
 
24100
        </mrow> 
 
24101
      </mrow> 
 
24102
    </mml:math>]]>
 
24103
</programlisting>
 
24104
<para>is rendered as:</para>
 
24105
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24106
      <mrow> 
 
24107
        <mrow> 
 
24108
          <munderover> 
 
24109
            <mrow> 
 
24110
              <mo>&#x02229;</mo> 
 
24111
            </mrow> 
 
24112
            <mrow> 
 
24113
              <mi>i</mi> 
 
24114
              <mo>=</mo> 
 
24115
              <mn>0</mn> 
 
24116
            </mrow> 
 
24117
            <mrow> 
 
24118
              <mi>&#x0221E;</mi> 
 
24119
            </mrow> 
 
24120
          </munderover> 
 
24121
        </mrow> 
 
24122
        <mrow> 
 
24123
          <mi>A</mi> 
 
24124
          <mo>&#x02229;</mo> 
 
24125
          <mi>B</mi> 
 
24126
        </mrow> 
 
24127
      </mrow> 
 
24128
    </mml:math></sect2>
 
24129
<sect2><title>oint1.mml</title>
 
24130
<programlisting>
 
24131
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24132
      <msubsup>
 
24133
        <mo>&#x0222E;</mo>
 
24134
        <mn>0</mn>
 
24135
        <mn>1</mn>
 
24136
      </msubsup>
 
24137
      <mi>f</mi>
 
24138
      <mrow> 
 
24139
        <mo>(</mo>
 
24140
        <mi>x</mi>
 
24141
        <mo>)</mo>
 
24142
      </mrow>
 
24143
      <mtext>&#x0200A;</mtext>
 
24144
      <mo>&#x02146;</mo>
 
24145
      <mi>x</mi>
 
24146
    </mml:math>]]>
 
24147
</programlisting>
 
24148
<para>is rendered as:</para>
 
24149
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24150
      <msubsup>
 
24151
        <mo>&#x0222E;</mo>
 
24152
        <mn>0</mn>
 
24153
        <mn>1</mn>
 
24154
      </msubsup>
 
24155
      <mi>f</mi>
 
24156
      <mrow> 
 
24157
        <mo>(</mo>
 
24158
        <mi>x</mi>
 
24159
        <mo>)</mo>
 
24160
      </mrow>
 
24161
      <mtext>&#x0200A;</mtext>
 
24162
      <mo>&#x02146;</mo>
 
24163
      <mi>x</mi>
 
24164
    </mml:math></sect2>
 
24165
<sect2><title>oint2.mml</title>
 
24166
<programlisting>
 
24167
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24168
      <mstyle displaystyle='true'>
 
24169
        <msubsup>
 
24170
          <mo>&#x0222E;</mo>
 
24171
          <mn>0</mn>
 
24172
          <mn>1</mn>
 
24173
        </msubsup>
 
24174
        <mi>f</mi>
 
24175
        <mrow> 
 
24176
          <mo>(</mo>
 
24177
          <mi>x</mi>
 
24178
          <mo>)</mo>
 
24179
        </mrow>
 
24180
        <mtext>&#x0200A;</mtext>
 
24181
        <mo>&#x02146;</mo>
 
24182
        <mi>x</mi>
 
24183
      </mstyle>
 
24184
    </mml:math>]]>
 
24185
</programlisting>
 
24186
<para>is rendered as:</para>
 
24187
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24188
      <mstyle displaystyle='true'>
 
24189
        <msubsup>
 
24190
          <mo>&#x0222E;</mo>
 
24191
          <mn>0</mn>
 
24192
          <mn>1</mn>
 
24193
        </msubsup>
 
24194
        <mi>f</mi>
 
24195
        <mrow> 
 
24196
          <mo>(</mo>
 
24197
          <mi>x</mi>
 
24198
          <mo>)</mo>
 
24199
        </mrow>
 
24200
        <mtext>&#x0200A;</mtext>
 
24201
        <mo>&#x02146;</mo>
 
24202
        <mi>x</mi>
 
24203
      </mstyle>
 
24204
    </mml:math></sect2>
 
24205
<sect2><title>prod1.mml</title>
 
24206
<programlisting>
 
24207
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24208
      <munderover>
 
24209
        <mo>&#x0220F;</mo>
 
24210
        <mrow>
 
24211
          <mi>i</mi>
 
24212
          <mo>=</mo>
 
24213
          <mn>0</mn>
 
24214
        </mrow>
 
24215
        <mi>&#x0221E;</mi>
 
24216
      </munderover>
 
24217
      <msub>
 
24218
        <mi>x</mi>
 
24219
        <mi>i</mi>
 
24220
      </msub>
 
24221
    </mml:math>]]>
 
24222
</programlisting>
 
24223
<para>is rendered as:</para>
 
24224
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24225
      <munderover>
 
24226
        <mo>&#x0220F;</mo>
 
24227
        <mrow>
 
24228
          <mi>i</mi>
 
24229
          <mo>=</mo>
 
24230
          <mn>0</mn>
 
24231
        </mrow>
 
24232
        <mi>&#x0221E;</mi>
 
24233
      </munderover>
 
24234
      <msub>
 
24235
        <mi>x</mi>
 
24236
        <mi>i</mi>
 
24237
      </msub>
 
24238
    </mml:math></sect2>
 
24239
<sect2><title>prod2.mml</title>
 
24240
<programlisting>
 
24241
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24242
      <mstyle displaystyle='true'>
 
24243
        <munderover>
 
24244
          <mo>&#x0220F;</mo>
 
24245
          <mrow>
 
24246
            <mi>i</mi>
 
24247
            <mo>=</mo>
 
24248
            <mn>0</mn>
 
24249
          </mrow>
 
24250
          <mi>&#x0221E;</mi>
 
24251
        </munderover>
 
24252
        <msub>
 
24253
          <mi>x</mi>
 
24254
          <mi>i</mi>
 
24255
        </msub>
 
24256
      </mstyle>
 
24257
    </mml:math>]]>
 
24258
</programlisting>
 
24259
<para>is rendered as:</para>
 
24260
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24261
      <mstyle displaystyle='true'>
 
24262
        <munderover>
 
24263
          <mo>&#x0220F;</mo>
 
24264
          <mrow>
 
24265
            <mi>i</mi>
 
24266
            <mo>=</mo>
 
24267
            <mn>0</mn>
 
24268
          </mrow>
 
24269
          <mi>&#x0221E;</mi>
 
24270
        </munderover>
 
24271
        <msub>
 
24272
          <mi>x</mi>
 
24273
          <mi>i</mi>
 
24274
        </msub>
 
24275
      </mstyle>
 
24276
    </mml:math></sect2>
 
24277
<sect2><title>sum1.mml</title>
 
24278
<programlisting>
 
24279
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24280
      <munderover>
 
24281
        <mo>&#x02211;</mo>
 
24282
        <mrow>
 
24283
          <mi>i</mi>
 
24284
          <mo>=</mo>
 
24285
          <mn>0</mn>
 
24286
        </mrow>
 
24287
        <mi>&#x0221E;</mi>
 
24288
      </munderover>
 
24289
      <msub>
 
24290
        <mi>x</mi>
 
24291
        <mi>i</mi>
 
24292
      </msub>
 
24293
    </mml:math>]]>
 
24294
</programlisting>
 
24295
<para>is rendered as:</para>
 
24296
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24297
      <munderover>
 
24298
        <mo>&#x02211;</mo>
 
24299
        <mrow>
 
24300
          <mi>i</mi>
 
24301
          <mo>=</mo>
 
24302
          <mn>0</mn>
 
24303
        </mrow>
 
24304
        <mi>&#x0221E;</mi>
 
24305
      </munderover>
 
24306
      <msub>
 
24307
        <mi>x</mi>
 
24308
        <mi>i</mi>
 
24309
      </msub>
 
24310
    </mml:math></sect2>
 
24311
<sect2><title>sum2.mml</title>
 
24312
<programlisting>
 
24313
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24314
      <mstyle displaystyle='true'>
 
24315
        <munderover>
 
24316
          <mo>&#x02211;</mo>
 
24317
          <mrow>
 
24318
            <mi>i</mi>
 
24319
            <mo>=</mo>
 
24320
            <mn>0</mn>
 
24321
          </mrow>
 
24322
          <mi>&#x0221E;</mi>
 
24323
        </munderover>
 
24324
        <msub>
 
24325
          <mi>x</mi>
 
24326
          <mi>i</mi>
 
24327
        </msub>
 
24328
      </mstyle>
 
24329
    </mml:math>]]>
 
24330
</programlisting>
 
24331
<para>is rendered as:</para>
 
24332
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24333
      <mstyle displaystyle='true'>
 
24334
        <munderover>
 
24335
          <mo>&#x02211;</mo>
 
24336
          <mrow>
 
24337
            <mi>i</mi>
 
24338
            <mo>=</mo>
 
24339
            <mn>0</mn>
 
24340
          </mrow>
 
24341
          <mi>&#x0221E;</mi>
 
24342
        </munderover>
 
24343
        <msub>
 
24344
          <mi>x</mi>
 
24345
          <mi>i</mi>
 
24346
        </msub>
 
24347
      </mstyle>
 
24348
    </mml:math></sect2>
 
24349
<sect2><title>tripleint1.mml</title>
 
24350
<programlisting>
 
24351
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24352
      <msubsup>
 
24353
        <mo>&#x0222D;</mo>
 
24354
        <mn>0</mn>
 
24355
        <mn>1</mn>
 
24356
      </msubsup>
 
24357
      <mi>f</mi>
 
24358
      <mrow> 
 
24359
        <mo>(</mo>
 
24360
        <mi>x</mi>
 
24361
        <mo>)</mo>
 
24362
      </mrow>
 
24363
      <mtext>&#x0200A;</mtext>
 
24364
      <mo>&#x02146;</mo>
 
24365
      <mi>x</mi>
 
24366
    </mml:math>]]>
 
24367
</programlisting>
 
24368
<para>is rendered as:</para>
 
24369
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24370
      <msubsup>
 
24371
        <mo>&#x0222D;</mo>
 
24372
        <mn>0</mn>
 
24373
        <mn>1</mn>
 
24374
      </msubsup>
 
24375
      <mi>f</mi>
 
24376
      <mrow> 
 
24377
        <mo>(</mo>
 
24378
        <mi>x</mi>
 
24379
        <mo>)</mo>
 
24380
      </mrow>
 
24381
      <mtext>&#x0200A;</mtext>
 
24382
      <mo>&#x02146;</mo>
 
24383
      <mi>x</mi>
 
24384
    </mml:math></sect2>
 
24385
<sect2><title>tripleint2.mml</title>
 
24386
<programlisting>
 
24387
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24388
      <mstyle displaystyle='true'>
 
24389
        <msubsup>
 
24390
          <mo>&#x0222D;</mo>
 
24391
          <mn>0</mn>
 
24392
          <mn>1</mn>
 
24393
        </msubsup>
 
24394
        <mi>f</mi>
 
24395
        <mrow> 
 
24396
          <mo>(</mo>
 
24397
          <mi>x</mi>
 
24398
          <mo>)</mo>
 
24399
        </mrow>
 
24400
        <mtext>&#x0200A;</mtext>
 
24401
        <mo>&#x02146;</mo>
 
24402
        <mi>x</mi>
 
24403
      </mstyle>
 
24404
    </mml:math>]]>
 
24405
</programlisting>
 
24406
<para>is rendered as:</para>
 
24407
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
24408
      <mstyle displaystyle='true'>
 
24409
        <msubsup>
 
24410
          <mo>&#x0222D;</mo>
 
24411
          <mn>0</mn>
 
24412
          <mn>1</mn>
 
24413
        </msubsup>
 
24414
        <mi>f</mi>
 
24415
        <mrow> 
 
24416
          <mo>(</mo>
 
24417
          <mi>x</mi>
 
24418
          <mo>)</mo>
 
24419
        </mrow>
 
24420
        <mtext>&#x0200A;</mtext>
 
24421
        <mo>&#x02146;</mo>
 
24422
        <mi>x</mi>
 
24423
      </mstyle>
 
24424
    </mml:math></sect2>
 
24425
</sect1>
 
24426
<sect1><title>LineBreak</title>
 
24427
<sect2><title>badbreak</title>
 
24428
<sect3><title>badbreak1.mml</title>
 
24429
<programlisting>
 
24430
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24431
      <mi>B</mi> 
 
24432
      <mo>-</mo> 
 
24433
      <mi>B</mi> 
 
24434
      <mo>-</mo> 
 
24435
      <mi>B</mi> 
 
24436
      <mspace linebreak="badbreak"/> 
 
24437
      <mo>-</mo> 
 
24438
      <mi>a</mi> 
 
24439
      <mo>-</mo> 
 
24440
      <mi>a</mi> 
 
24441
      <mo>-</mo> 
 
24442
      <mi>a</mi> 
 
24443
      <mo>-</mo> 
 
24444
      <mi>a</mi> 
 
24445
    </mml:math>]]>
 
24446
</programlisting>
 
24447
<para>is rendered as:</para>
 
24448
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24449
      <mi>B</mi> 
 
24450
      <mo>-</mo> 
 
24451
      <mi>B</mi> 
 
24452
      <mo>-</mo> 
 
24453
      <mi>B</mi> 
 
24454
      <mspace linebreak="badbreak"/> 
 
24455
      <mo>-</mo> 
 
24456
      <mi>a</mi> 
 
24457
      <mo>-</mo> 
 
24458
      <mi>a</mi> 
 
24459
      <mo>-</mo> 
 
24460
      <mi>a</mi> 
 
24461
      <mo>-</mo> 
 
24462
      <mi>a</mi> 
 
24463
    </mml:math></sect3>
 
24464
</sect2>
 
24465
<sect2><title>goodbreak</title>
 
24466
<sect3><title>goodbreak1.mml</title>
 
24467
<programlisting>
 
24468
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24469
      <mi>B</mi> 
 
24470
      <mo>-</mo> 
 
24471
      <mi>B</mi> 
 
24472
      <mo>-</mo> 
 
24473
      <mi>B</mi> 
 
24474
      <mo>-</mo> 
 
24475
      <mspace linebreak="goodbreak"/> 
 
24476
      <mi>a</mi> 
 
24477
      <mo>-</mo> 
 
24478
      <mi>a</mi> 
 
24479
      <mo>-</mo> 
 
24480
      <mi>a</mi> 
 
24481
      <mo>-</mo> 
 
24482
      <mi>a</mi> 
 
24483
    </mml:math>]]>
 
24484
</programlisting>
 
24485
<para>is rendered as:</para>
 
24486
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24487
      <mi>B</mi> 
 
24488
      <mo>-</mo> 
 
24489
      <mi>B</mi> 
 
24490
      <mo>-</mo> 
 
24491
      <mi>B</mi> 
 
24492
      <mo>-</mo> 
 
24493
      <mspace linebreak="goodbreak"/> 
 
24494
      <mi>a</mi> 
 
24495
      <mo>-</mo> 
 
24496
      <mi>a</mi> 
 
24497
      <mo>-</mo> 
 
24498
      <mi>a</mi> 
 
24499
      <mo>-</mo> 
 
24500
      <mi>a</mi> 
 
24501
    </mml:math></sect3>
 
24502
</sect2>
 
24503
<sect2><title>linebreak1.mml</title>
 
24504
<programlisting>
 
24505
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24506
      <mn>012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
 
24507
      </mn> 
 
24508
    </mml:math>]]>
 
24509
</programlisting>
 
24510
<para>is rendered as:</para>
 
24511
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24512
      <mn>012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789
 
24513
      </mn> 
 
24514
    </mml:math></sect2>
 
24515
<sect2><title>linebreakFrac.mml</title>
 
24516
<programlisting>
 
24517
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24518
      <mfrac> 
 
24519
        <mrow> 
 
24520
          <mi>x</mi> 
 
24521
          <mo>+</mo> 
 
24522
          <mi>x</mi> 
 
24523
          <mo>+</mo> 
 
24524
          <mi>x</mi> 
 
24525
          <mo>+</mo> 
 
24526
          <mi>x</mi> 
 
24527
          <mo>+</mo> 
 
24528
          <mi>x</mi> 
 
24529
          <mo>+</mo> 
 
24530
          <mi>x</mi> 
 
24531
          <mo>+</mo> 
 
24532
          <mi>x</mi> 
 
24533
          <mo>+</mo> 
 
24534
          <mi>x</mi> 
 
24535
          <mo>+</mo> 
 
24536
          <mi>x</mi> 
 
24537
          <mo>+</mo> 
 
24538
          <mi>x</mi> 
 
24539
          <mo>+</mo> 
 
24540
          <mi>x</mi> 
 
24541
          <mo>+</mo> 
 
24542
          <mi>x</mi> 
 
24543
          <mo>+</mo> 
 
24544
          <mi>x</mi> 
 
24545
          <mo>+</mo> 
 
24546
          <mi>x</mi> 
 
24547
          <mo>+</mo> 
 
24548
          <mi>x</mi> 
 
24549
          <mo>+</mo> 
 
24550
          <mi>x</mi> 
 
24551
          <mo>+</mo> 
 
24552
          <mi>x</mi> 
 
24553
          <mo>+</mo> 
 
24554
          <mi>x</mi> 
 
24555
          <mo>+</mo> 
 
24556
          <mi>x</mi> 
 
24557
          <mo>+</mo> 
 
24558
          <mi>x</mi> 
 
24559
          <mo>+</mo> 
 
24560
          <mi>x</mi> 
 
24561
          <mo>+</mo> 
 
24562
          <mi>x</mi> 
 
24563
        </mrow> 
 
24564
        <mrow> 
 
24565
          <mi>y</mi> 
 
24566
          <mo>+</mo> 
 
24567
          <mi>y</mi> 
 
24568
          <mo>+</mo> 
 
24569
          <mi>y</mi> 
 
24570
        </mrow> 
 
24571
      </mfrac> 
 
24572
    </mml:math>]]>
 
24573
</programlisting>
 
24574
<para>is rendered as:</para>
 
24575
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24576
      <mfrac> 
 
24577
        <mrow> 
 
24578
          <mi>x</mi> 
 
24579
          <mo>+</mo> 
 
24580
          <mi>x</mi> 
 
24581
          <mo>+</mo> 
 
24582
          <mi>x</mi> 
 
24583
          <mo>+</mo> 
 
24584
          <mi>x</mi> 
 
24585
          <mo>+</mo> 
 
24586
          <mi>x</mi> 
 
24587
          <mo>+</mo> 
 
24588
          <mi>x</mi> 
 
24589
          <mo>+</mo> 
 
24590
          <mi>x</mi> 
 
24591
          <mo>+</mo> 
 
24592
          <mi>x</mi> 
 
24593
          <mo>+</mo> 
 
24594
          <mi>x</mi> 
 
24595
          <mo>+</mo> 
 
24596
          <mi>x</mi> 
 
24597
          <mo>+</mo> 
 
24598
          <mi>x</mi> 
 
24599
          <mo>+</mo> 
 
24600
          <mi>x</mi> 
 
24601
          <mo>+</mo> 
 
24602
          <mi>x</mi> 
 
24603
          <mo>+</mo> 
 
24604
          <mi>x</mi> 
 
24605
          <mo>+</mo> 
 
24606
          <mi>x</mi> 
 
24607
          <mo>+</mo> 
 
24608
          <mi>x</mi> 
 
24609
          <mo>+</mo> 
 
24610
          <mi>x</mi> 
 
24611
          <mo>+</mo> 
 
24612
          <mi>x</mi> 
 
24613
          <mo>+</mo> 
 
24614
          <mi>x</mi> 
 
24615
          <mo>+</mo> 
 
24616
          <mi>x</mi> 
 
24617
          <mo>+</mo> 
 
24618
          <mi>x</mi> 
 
24619
          <mo>+</mo> 
 
24620
          <mi>x</mi> 
 
24621
        </mrow> 
 
24622
        <mrow> 
 
24623
          <mi>y</mi> 
 
24624
          <mo>+</mo> 
 
24625
          <mi>y</mi> 
 
24626
          <mo>+</mo> 
 
24627
          <mi>y</mi> 
 
24628
        </mrow> 
 
24629
      </mfrac> 
 
24630
    </mml:math></sect2>
 
24631
<sect2><title>linebreakNum1.mml</title>
 
24632
<programlisting>
 
24633
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24634
      <mrow> 
 
24635
        <mi>x</mi> 
 
24636
        <mo>+</mo> 
 
24637
        <mn>123456789012345678901234567890123456789012345678901234567890
 
24638
        </mn> 
 
24639
        <mo>+</mo> 
 
24640
        <mn>2</mn> 
 
24641
        <mo>+</mo> 
 
24642
        <mn>2</mn> 
 
24643
      </mrow> 
 
24644
    </mml:math>]]>
 
24645
</programlisting>
 
24646
<para>is rendered as:</para>
 
24647
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24648
      <mrow> 
 
24649
        <mi>x</mi> 
 
24650
        <mo>+</mo> 
 
24651
        <mn>123456789012345678901234567890123456789012345678901234567890
 
24652
        </mn> 
 
24653
        <mo>+</mo> 
 
24654
        <mn>2</mn> 
 
24655
        <mo>+</mo> 
 
24656
        <mn>2</mn> 
 
24657
      </mrow> 
 
24658
    </mml:math></sect2>
 
24659
<sect2><title>linebreakRow1.mml</title>
 
24660
<programlisting>
 
24661
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24662
      <mo>(</mo> 
 
24663
      <mi>x</mi> 
 
24664
      <mo>+</mo> 
 
24665
      <mi>x</mi> 
 
24666
      <mo>+</mo> 
 
24667
      <mi>x</mi> 
 
24668
      <mo>+</mo> 
 
24669
      <mi>x</mi> 
 
24670
      <mo>+</mo> 
 
24671
      <mi>x</mi> 
 
24672
      <mo>+</mo> 
 
24673
      <mi>x</mi> 
 
24674
      <mo>+</mo> 
 
24675
      <mi>x</mi> 
 
24676
      <mo>+</mo> 
 
24677
      <mi>x</mi> 
 
24678
      <mo>+</mo> 
 
24679
      <mi>x</mi> 
 
24680
      <mo>+</mo> 
 
24681
      <mi>x</mi> 
 
24682
      <mo>+</mo> 
 
24683
      <mi>x</mi> 
 
24684
      <mo>+</mo> 
 
24685
      <mi>x</mi> 
 
24686
      <mo>+</mo> 
 
24687
      <mi>x</mi> 
 
24688
      <mo>+</mo> 
 
24689
      <mi>x</mi> 
 
24690
      <mo>+</mo> 
 
24691
      <mi>x</mi> 
 
24692
      <mo>+</mo> 
 
24693
      <mi>x</mi> 
 
24694
      <mo>+</mo> 
 
24695
      <mi>x</mi> 
 
24696
      <mo>+</mo> 
 
24697
      <mi>x</mi> 
 
24698
      <mo>+</mo> 
 
24699
      <mi>x</mi> 
 
24700
      <mo>+</mo> 
 
24701
      <mi>x</mi> 
 
24702
      <mo>+</mo> 
 
24703
      <mi>x</mi> 
 
24704
      <mo>+</mo> 
 
24705
      <mi>x</mi> 
 
24706
      <mo>)</mo> 
 
24707
    </mml:math>]]>
 
24708
</programlisting>
 
24709
<para>is rendered as:</para>
 
24710
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24711
      <mo>(</mo> 
 
24712
      <mi>x</mi> 
 
24713
      <mo>+</mo> 
 
24714
      <mi>x</mi> 
 
24715
      <mo>+</mo> 
 
24716
      <mi>x</mi> 
 
24717
      <mo>+</mo> 
 
24718
      <mi>x</mi> 
 
24719
      <mo>+</mo> 
 
24720
      <mi>x</mi> 
 
24721
      <mo>+</mo> 
 
24722
      <mi>x</mi> 
 
24723
      <mo>+</mo> 
 
24724
      <mi>x</mi> 
 
24725
      <mo>+</mo> 
 
24726
      <mi>x</mi> 
 
24727
      <mo>+</mo> 
 
24728
      <mi>x</mi> 
 
24729
      <mo>+</mo> 
 
24730
      <mi>x</mi> 
 
24731
      <mo>+</mo> 
 
24732
      <mi>x</mi> 
 
24733
      <mo>+</mo> 
 
24734
      <mi>x</mi> 
 
24735
      <mo>+</mo> 
 
24736
      <mi>x</mi> 
 
24737
      <mo>+</mo> 
 
24738
      <mi>x</mi> 
 
24739
      <mo>+</mo> 
 
24740
      <mi>x</mi> 
 
24741
      <mo>+</mo> 
 
24742
      <mi>x</mi> 
 
24743
      <mo>+</mo> 
 
24744
      <mi>x</mi> 
 
24745
      <mo>+</mo> 
 
24746
      <mi>x</mi> 
 
24747
      <mo>+</mo> 
 
24748
      <mi>x</mi> 
 
24749
      <mo>+</mo> 
 
24750
      <mi>x</mi> 
 
24751
      <mo>+</mo> 
 
24752
      <mi>x</mi> 
 
24753
      <mo>+</mo> 
 
24754
      <mi>x</mi> 
 
24755
      <mo>)</mo> 
 
24756
    </mml:math></sect2>
 
24757
<sect2><title>linebreakString1.mml</title>
 
24758
<programlisting>
 
24759
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24760
      <mrow> 
 
24761
        <mi>x</mi> 
 
24762
        <mo>+</mo> 
 
24763
        <mi>x</mi> 
 
24764
        <mo>+</mo> 
 
24765
        <mi>x</mi> 
 
24766
        <mo>+</mo> 
 
24767
        <ms>asdffffffasdddfaaaaaaaasssdddfaaaaaaaassdfasdffffffasdddfaaaaaaaasssdddfaaaaaaaassdf
 
24768
        </ms> 
 
24769
        <mo>+</mo> 
 
24770
        <mn>2</mn> 
 
24771
        <mo>+</mo> 
 
24772
        <mn>2</mn> 
 
24773
        <mo>+</mo> 
 
24774
        <mn>2</mn> 
 
24775
      </mrow> 
 
24776
    </mml:math>]]>
 
24777
</programlisting>
 
24778
<para>is rendered as:</para>
 
24779
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24780
      <mrow> 
 
24781
        <mi>x</mi> 
 
24782
        <mo>+</mo> 
 
24783
        <mi>x</mi> 
 
24784
        <mo>+</mo> 
 
24785
        <mi>x</mi> 
 
24786
        <mo>+</mo> 
 
24787
        <ms>asdffffffasdddfaaaaaaaasssdddfaaaaaaaassdfasdffffffasdddfaaaaaaaasssdddfaaaaaaaassdf
 
24788
        </ms> 
 
24789
        <mo>+</mo> 
 
24790
        <mn>2</mn> 
 
24791
        <mo>+</mo> 
 
24792
        <mn>2</mn> 
 
24793
        <mo>+</mo> 
 
24794
        <mn>2</mn> 
 
24795
      </mrow> 
 
24796
    </mml:math></sect2>
 
24797
<sect2><title>nobreak</title>
 
24798
<sect3><title>nobreak1.mml</title>
 
24799
<programlisting>
 
24800
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24801
      <mi>B</mi> 
 
24802
      <mo>-</mo> 
 
24803
      <mi>B</mi> 
 
24804
      <mo>-</mo> 
 
24805
      <mi>B</mi> 
 
24806
      <mspace linebreak="nobreak"/> 
 
24807
      <mo>-</mo> 
 
24808
      <mi>a</mi> 
 
24809
      <mo>-</mo> 
 
24810
      <mi>a</mi> 
 
24811
      <mo>-</mo> 
 
24812
      <mi>a</mi> 
 
24813
      <mo>-</mo> 
 
24814
      <mi>a</mi> 
 
24815
    </mml:math>]]>
 
24816
</programlisting>
 
24817
<para>is rendered as:</para>
 
24818
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24819
      <mi>B</mi> 
 
24820
      <mo>-</mo> 
 
24821
      <mi>B</mi> 
 
24822
      <mo>-</mo> 
 
24823
      <mi>B</mi> 
 
24824
      <mspace linebreak="nobreak"/> 
 
24825
      <mo>-</mo> 
 
24826
      <mi>a</mi> 
 
24827
      <mo>-</mo> 
 
24828
      <mi>a</mi> 
 
24829
      <mo>-</mo> 
 
24830
      <mi>a</mi> 
 
24831
      <mo>-</mo> 
 
24832
      <mi>a</mi> 
 
24833
    </mml:math></sect3>
 
24834
<sect3><title>nobreak2.mml</title>
 
24835
<programlisting>
 
24836
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24837
      <mi>B</mi> 
 
24838
      <mo>-</mo> 
 
24839
      <mi>B</mi> 
 
24840
      <mo>-</mo> 
 
24841
      <mi>B</mi> 
 
24842
      <mo>-</mo> 
 
24843
      <msup> 
 
24844
        <mrow> 
 
24845
          <mo>(</mo> 
 
24846
          <mi>a</mi> 
 
24847
          <mo>-</mo> 
 
24848
          <mi>a</mi> 
 
24849
          <mo>-</mo> 
 
24850
          <mi>a</mi> 
 
24851
          <mspace linebreak="nobreak"/> 
 
24852
          <mo>-</mo> 
 
24853
          <mi>a</mi> 
 
24854
          <mo>)</mo> 
 
24855
        </mrow> 
 
24856
        <mn>22</mn> 
 
24857
      </msup> 
 
24858
      <mo>-</mo> 
 
24859
      <mi>c</mi> 
 
24860
    </mml:math>]]>
 
24861
</programlisting>
 
24862
<para>is rendered as:</para>
 
24863
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24864
      <mi>B</mi> 
 
24865
      <mo>-</mo> 
 
24866
      <mi>B</mi> 
 
24867
      <mo>-</mo> 
 
24868
      <mi>B</mi> 
 
24869
      <mo>-</mo> 
 
24870
      <msup> 
 
24871
        <mrow> 
 
24872
          <mo>(</mo> 
 
24873
          <mi>a</mi> 
 
24874
          <mo>-</mo> 
 
24875
          <mi>a</mi> 
 
24876
          <mo>-</mo> 
 
24877
          <mi>a</mi> 
 
24878
          <mspace linebreak="nobreak"/> 
 
24879
          <mo>-</mo> 
 
24880
          <mi>a</mi> 
 
24881
          <mo>)</mo> 
 
24882
        </mrow> 
 
24883
        <mn>22</mn> 
 
24884
      </msup> 
 
24885
      <mo>-</mo> 
 
24886
      <mi>c</mi> 
 
24887
    </mml:math></sect3>
 
24888
</sect2>
 
24889
</sect1>
 
24890
<sect1><title>Nesting</title>
 
24891
<sect2><title>nestAction1.mml</title>
 
24892
<programlisting>
 
24893
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
 
24894
      <maction actiontype="tooltip"> 
 
24895
        <maction actiontype="statusline"> 
 
24896
          <apply> 
 
24897
            <gt/> 
 
24898
            <ci>x</ci> 
 
24899
            <cn>4</cn> 
 
24900
          </apply> 
 
24901
          <mtext>X is less than 4</mtext> 
 
24902
        </maction> 
 
24903
        <mtext>X is less than 4</mtext> 
 
24904
      </maction> 
 
24905
    </mml:math>]]>
 
24906
</programlisting>
 
24907
<para>is rendered as:</para>
 
24908
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML" xmlns:dsi="http://www.dessci.com/mathml"> 
 
24909
      <maction actiontype="tooltip"> 
 
24910
        <maction actiontype="statusline"> 
 
24911
          <apply> 
 
24912
            <gt/> 
 
24913
            <ci>x</ci> 
 
24914
            <cn>4</cn> 
 
24915
          </apply> 
 
24916
          <mtext>X is less than 4</mtext> 
 
24917
        </maction> 
 
24918
        <mtext>X is less than 4</mtext> 
 
24919
      </maction> 
 
24920
    </mml:math></sect2>
 
24921
<sect2><title>nestFrac1.mml</title>
 
24922
<programlisting>
 
24923
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24924
      <mstyle displaystyle="true" scriptlevel="0"> 
 
24925
        <mfrac linethickness="2"> 
 
24926
          <mn>1</mn> 
 
24927
          <mrow> 
 
24928
            <msqrt> 
 
24929
              <mn>2</mn> 
 
24930
            </msqrt> 
 
24931
            <mo form="infix">+</mo> 
 
24932
            <mrow> 
 
24933
              <mstyle displaystyle="true" scriptlevel="0"> 
 
24934
                <mfrac> 
 
24935
                  <mn>1</mn> 
 
24936
                  <mrow> 
 
24937
                    <msqrt> 
 
24938
                      <mn>3</mn> 
 
24939
                    </msqrt> 
 
24940
                    <mo form="infix">+</mo> 
 
24941
                    <mrow> 
 
24942
                      <mstyle displaystyle="true" scriptlevel="0"> 
 
24943
                        <mfrac> 
 
24944
                          <mn>1</mn> 
 
24945
                          <mrow> 
 
24946
                            <msqrt> 
 
24947
                              <mn>4</mn> 
 
24948
                            </msqrt> 
 
24949
                            <mo form="infix">+</mo> 
 
24950
                            <mrow> 
 
24951
                              <mstyle displaystyle="true" scriptlevel="0"> 
 
24952
                                <mfrac> 
 
24953
                                  <mn>1</mn> 
 
24954
                                  <mrow> 
 
24955
                                    <msqrt> 
 
24956
                                      <mn>5</mn> 
 
24957
                                    </msqrt> 
 
24958
                                    <mo form="infix">+</mo> 
 
24959
                                    <mrow> 
 
24960
                                      <mstyle displaystyle="true" scriptlevel="0"> 
 
24961
                                        <mfrac> 
 
24962
                                          <mn>1</mn> 
 
24963
                                          <mrow> 
 
24964
                                            <msqrt> 
 
24965
                                              <mn>6</mn> 
 
24966
                                            </msqrt> 
 
24967
                                            <mo form="infix">+</mo> 
 
24968
                                            <mi>&#x02026;</mi> 
 
24969
                                          </mrow> 
 
24970
                                        </mfrac> 
 
24971
                                      </mstyle> 
 
24972
                                    </mrow> 
 
24973
                                  </mrow> 
 
24974
                                </mfrac> 
 
24975
                              </mstyle> 
 
24976
                            </mrow> 
 
24977
                          </mrow> 
 
24978
                        </mfrac> 
 
24979
                      </mstyle> 
 
24980
                    </mrow> 
 
24981
                  </mrow> 
 
24982
                </mfrac> 
 
24983
              </mstyle> 
 
24984
            </mrow> 
 
24985
          </mrow> 
 
24986
        </mfrac> 
 
24987
      </mstyle> 
 
24988
    </mml:math>]]>
 
24989
</programlisting>
 
24990
<para>is rendered as:</para>
 
24991
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
24992
      <mstyle displaystyle="true" scriptlevel="0"> 
 
24993
        <mfrac linethickness="2"> 
 
24994
          <mn>1</mn> 
 
24995
          <mrow> 
 
24996
            <msqrt> 
 
24997
              <mn>2</mn> 
 
24998
            </msqrt> 
 
24999
            <mo form="infix">+</mo> 
 
25000
            <mrow> 
 
25001
              <mstyle displaystyle="true" scriptlevel="0"> 
 
25002
                <mfrac> 
 
25003
                  <mn>1</mn> 
 
25004
                  <mrow> 
 
25005
                    <msqrt> 
 
25006
                      <mn>3</mn> 
 
25007
                    </msqrt> 
 
25008
                    <mo form="infix">+</mo> 
 
25009
                    <mrow> 
 
25010
                      <mstyle displaystyle="true" scriptlevel="0"> 
 
25011
                        <mfrac> 
 
25012
                          <mn>1</mn> 
 
25013
                          <mrow> 
 
25014
                            <msqrt> 
 
25015
                              <mn>4</mn> 
 
25016
                            </msqrt> 
 
25017
                            <mo form="infix">+</mo> 
 
25018
                            <mrow> 
 
25019
                              <mstyle displaystyle="true" scriptlevel="0"> 
 
25020
                                <mfrac> 
 
25021
                                  <mn>1</mn> 
 
25022
                                  <mrow> 
 
25023
                                    <msqrt> 
 
25024
                                      <mn>5</mn> 
 
25025
                                    </msqrt> 
 
25026
                                    <mo form="infix">+</mo> 
 
25027
                                    <mrow> 
 
25028
                                      <mstyle displaystyle="true" scriptlevel="0"> 
 
25029
                                        <mfrac> 
 
25030
                                          <mn>1</mn> 
 
25031
                                          <mrow> 
 
25032
                                            <msqrt> 
 
25033
                                              <mn>6</mn> 
 
25034
                                            </msqrt> 
 
25035
                                            <mo form="infix">+</mo> 
 
25036
                                            <mi>&#x02026;</mi> 
 
25037
                                          </mrow> 
 
25038
                                        </mfrac> 
 
25039
                                      </mstyle> 
 
25040
                                    </mrow> 
 
25041
                                  </mrow> 
 
25042
                                </mfrac> 
 
25043
                              </mstyle> 
 
25044
                            </mrow> 
 
25045
                          </mrow> 
 
25046
                        </mfrac> 
 
25047
                      </mstyle> 
 
25048
                    </mrow> 
 
25049
                  </mrow> 
 
25050
                </mfrac> 
 
25051
              </mstyle> 
 
25052
            </mrow> 
 
25053
          </mrow> 
 
25054
        </mfrac> 
 
25055
      </mstyle> 
 
25056
    </mml:math></sect2>
 
25057
<sect2><title>nestScript.mml</title>
 
25058
<programlisting>
 
25059
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25060
      <msup>
 
25061
        <mi>v</mi>
 
25062
        <msup>
 
25063
          <mi>w</mi>
 
25064
          <msup>
 
25065
            <mi>x</mi>
 
25066
            <msup>
 
25067
              <mi>y</mi>
 
25068
              <mi>z</mi>
 
25069
            </msup>
 
25070
          </msup>
 
25071
        </msup>
 
25072
      </msup>
 
25073
    </mml:math>]]>
 
25074
</programlisting>
 
25075
<para>is rendered as:</para>
 
25076
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25077
      <msup>
 
25078
        <mi>v</mi>
 
25079
        <msup>
 
25080
          <mi>w</mi>
 
25081
          <msup>
 
25082
            <mi>x</mi>
 
25083
            <msup>
 
25084
              <mi>y</mi>
 
25085
              <mi>z</mi>
 
25086
            </msup>
 
25087
          </msup>
 
25088
        </msup>
 
25089
      </msup>
 
25090
    </mml:math></sect2>
 
25091
<sect2><title>nestTable1.mml</title>
 
25092
<programlisting>
 
25093
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25094
      <mtable frame="solid" framespacing="4em 4em">
 
25095
        <mtr>
 
25096
          <mtd>
 
25097
            <mtable>
 
25098
              <mtr>
 
25099
                <mtd>
 
25100
                  <mi>x</mi>
 
25101
                </mtd>
 
25102
              </mtr>
 
25103
            </mtable>
 
25104
          </mtd>
 
25105
        </mtr>
 
25106
      </mtable>
 
25107
    </mml:math>]]>
 
25108
</programlisting>
 
25109
<para>is rendered as:</para>
 
25110
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25111
      <mtable frame="solid" framespacing="4em 4em">
 
25112
        <mtr>
 
25113
          <mtd>
 
25114
            <mtable>
 
25115
              <mtr>
 
25116
                <mtd>
 
25117
                  <mi>x</mi>
 
25118
                </mtd>
 
25119
              </mtr>
 
25120
            </mtable>
 
25121
          </mtd>
 
25122
        </mtr>
 
25123
      </mtable>
 
25124
    </mml:math></sect2>
 
25125
</sect1>
 
25126
<sect1><title>Primes</title>
 
25127
<sect2><title>primes1.mml</title>
 
25128
<programlisting>
 
25129
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25130
      <msup>
 
25131
        <mi> x </mi>
 
25132
        <mn> 2 </mn>
 
25133
      </msup> 
 
25134
      <mo> + </mo>
 
25135
      <msup>
 
25136
        <mi> 2 </mi>
 
25137
        <mn> 2 </mn>
 
25138
      </msup> 
 
25139
      <mo> + </mo> 
 
25140
      <msup>
 
25141
        <mi> x </mi>
 
25142
        <mo> &#x02032; </mo>
 
25143
      </msup> 
 
25144
      <mo> + </mo> 
 
25145
      <msup>
 
25146
        <mi> x </mi>
 
25147
        <mo>'</mo>
 
25148
      </msup> 
 
25149
      <mo> + </mo> 
 
25150
      <msup>
 
25151
        <mi> x </mi>
 
25152
        <mo> '' </mo>
 
25153
      </msup> 
 
25154
      <mo> + </mo>
 
25155
      <mi>x</mi>
 
25156
      <mi>&#x02032;</mi>
 
25157
      <mo> + </mo> 
 
25158
      <msup>
 
25159
        <msup>
 
25160
          <mi> x </mi>
 
25161
          <mo> ' </mo>
 
25162
        </msup>
 
25163
        <mn> ' </mn>
 
25164
      </msup>
 
25165
      <mo> + </mo> 
 
25166
      <msup>
 
25167
        <msup>
 
25168
          <mi> x </mi>
 
25169
          <mo> ' </mo>
 
25170
        </msup>
 
25171
        <mn> 2 </mn>
 
25172
      </msup> 
 
25173
      <mo> + </mo> 
 
25174
      <msup>
 
25175
        <mi> x </mi>
 
25176
        <mrow>
 
25177
          <mo> ' </mo>
 
25178
          <mo> + </mo>
 
25179
          <mo> ' </mo>
 
25180
        </mrow>
 
25181
      </msup> 
 
25182
      <mo> + </mo> 
 
25183
      <msup>
 
25184
        <msup>
 
25185
          <mi> x </mi>
 
25186
          <mo> ' </mo>
 
25187
        </msup>
 
25188
        <mn> ' </mn>
 
25189
      </msup> 
 
25190
      <mo> + </mo> 
 
25191
      <msup>
 
25192
        <mi> x </mi>
 
25193
        <msup>
 
25194
          <mo> ' </mo>
 
25195
          <mn> ' </mn>
 
25196
        </msup>
 
25197
      </msup> 
 
25198
      <mo> + </mo> 
 
25199
      <msup>
 
25200
        <mo> ' </mo>
 
25201
        <mn> ' </mn>
 
25202
      </msup> 
 
25203
      <mo> + </mo> 
 
25204
      <msup>
 
25205
        <mo> ' </mo>
 
25206
        <mo> ' </mo>
 
25207
      </msup>
 
25208
    </mml:math>]]>
 
25209
</programlisting>
 
25210
<para>is rendered as:</para>
 
25211
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25212
      <msup>
 
25213
        <mi> x </mi>
 
25214
        <mn> 2 </mn>
 
25215
      </msup> 
 
25216
      <mo> + </mo>
 
25217
      <msup>
 
25218
        <mi> 2 </mi>
 
25219
        <mn> 2 </mn>
 
25220
      </msup> 
 
25221
      <mo> + </mo> 
 
25222
      <msup>
 
25223
        <mi> x </mi>
 
25224
        <mo> &#x02032; </mo>
 
25225
      </msup> 
 
25226
      <mo> + </mo> 
 
25227
      <msup>
 
25228
        <mi> x </mi>
 
25229
        <mo>'</mo>
 
25230
      </msup> 
 
25231
      <mo> + </mo> 
 
25232
      <msup>
 
25233
        <mi> x </mi>
 
25234
        <mo> '' </mo>
 
25235
      </msup> 
 
25236
      <mo> + </mo>
 
25237
      <mi>x</mi>
 
25238
      <mi>&#x02032;</mi>
 
25239
      <mo> + </mo> 
 
25240
      <msup>
 
25241
        <msup>
 
25242
          <mi> x </mi>
 
25243
          <mo> ' </mo>
 
25244
        </msup>
 
25245
        <mn> ' </mn>
 
25246
      </msup>
 
25247
      <mo> + </mo> 
 
25248
      <msup>
 
25249
        <msup>
 
25250
          <mi> x </mi>
 
25251
          <mo> ' </mo>
 
25252
        </msup>
 
25253
        <mn> 2 </mn>
 
25254
      </msup> 
 
25255
      <mo> + </mo> 
 
25256
      <msup>
 
25257
        <mi> x </mi>
 
25258
        <mrow>
 
25259
          <mo> ' </mo>
 
25260
          <mo> + </mo>
 
25261
          <mo> ' </mo>
 
25262
        </mrow>
 
25263
      </msup> 
 
25264
      <mo> + </mo> 
 
25265
      <msup>
 
25266
        <msup>
 
25267
          <mi> x </mi>
 
25268
          <mo> ' </mo>
 
25269
        </msup>
 
25270
        <mn> ' </mn>
 
25271
      </msup> 
 
25272
      <mo> + </mo> 
 
25273
      <msup>
 
25274
        <mi> x </mi>
 
25275
        <msup>
 
25276
          <mo> ' </mo>
 
25277
          <mn> ' </mn>
 
25278
        </msup>
 
25279
      </msup> 
 
25280
      <mo> + </mo> 
 
25281
      <msup>
 
25282
        <mo> ' </mo>
 
25283
        <mn> ' </mn>
 
25284
      </msup> 
 
25285
      <mo> + </mo> 
 
25286
      <msup>
 
25287
        <mo> ' </mo>
 
25288
        <mo> ' </mo>
 
25289
      </msup>
 
25290
    </mml:math></sect2>
 
25291
</sect1>
 
25292
<sect1><title>StretchyChars</title>
 
25293
<sect2><title>horizontal</title>
 
25294
<sect3><title>genBvert1.mml</title>
 
25295
<programlisting>
 
25296
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25297
      <mo stretchy='false'>(</mo> 
 
25298
      <mi>H</mi> 
 
25299
      <mo stretchy='false'>)</mo> 
 
25300
      <mi>H</mi> 
 
25301
      <mo stretchy='false'>[</mo> 
 
25302
      <mi>H</mi> 
 
25303
      <mo stretchy='false'>]</mo> 
 
25304
      <mo stretchy='false'>&#x0230A;</mo> 
 
25305
      <mi>H</mi> 
 
25306
      <mo stretchy='false'>&#x0230B;</mo> 
 
25307
      <mi>H</mi> 
 
25308
      <mo stretchy='false'>&#x02308;</mo> 
 
25309
      <mi>H</mi> 
 
25310
      <mo stretchy='false'>&#x02309;</mo> 
 
25311
      <mi>H</mi> 
 
25312
      <mo stretchy='false'>&#x02016;</mo> 
 
25313
      <mi>H</mi> 
 
25314
      <mo stretchy='false'>{</mo> 
 
25315
      <mi>H</mi> 
 
25316
      <mo stretchy='false'>}</mo> 
 
25317
      <mi>H</mi> 
 
25318
      <mo stretchy='false'>&#x02329;</mo> 
 
25319
      <mi>H</mi> 
 
25320
      <mo stretchy='false'>&#x0232A;</mo> 
 
25321
      <mi>H</mi> 
 
25322
      <mi>&#x021C0;</mi> 
 
25323
      <mi>H</mi> 
 
25324
      <mo stretchy='false'>&#x022F1;</mo> 
 
25325
      <mi>H</mi> 
 
25326
      <mo stretchy='false'>&#x002D9;</mo> 
 
25327
      <mi>H</mi> 
 
25328
    </mml:math>]]>
 
25329
</programlisting>
 
25330
<para>is rendered as:</para>
 
25331
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25332
      <mo stretchy='false'>(</mo> 
 
25333
      <mi>H</mi> 
 
25334
      <mo stretchy='false'>)</mo> 
 
25335
      <mi>H</mi> 
 
25336
      <mo stretchy='false'>[</mo> 
 
25337
      <mi>H</mi> 
 
25338
      <mo stretchy='false'>]</mo> 
 
25339
      <mo stretchy='false'>&#x0230A;</mo> 
 
25340
      <mi>H</mi> 
 
25341
      <mo stretchy='false'>&#x0230B;</mo> 
 
25342
      <mi>H</mi> 
 
25343
      <mo stretchy='false'>&#x02308;</mo> 
 
25344
      <mi>H</mi> 
 
25345
      <mo stretchy='false'>&#x02309;</mo> 
 
25346
      <mi>H</mi> 
 
25347
      <mo stretchy='false'>&#x02016;</mo> 
 
25348
      <mi>H</mi> 
 
25349
      <mo stretchy='false'>{</mo> 
 
25350
      <mi>H</mi> 
 
25351
      <mo stretchy='false'>}</mo> 
 
25352
      <mi>H</mi> 
 
25353
      <mo stretchy='false'>&#x02329;</mo> 
 
25354
      <mi>H</mi> 
 
25355
      <mo stretchy='false'>&#x0232A;</mo> 
 
25356
      <mi>H</mi> 
 
25357
      <mi>&#x021C0;</mi> 
 
25358
      <mi>H</mi> 
 
25359
      <mo stretchy='false'>&#x022F1;</mo> 
 
25360
      <mi>H</mi> 
 
25361
      <mo stretchy='false'>&#x002D9;</mo> 
 
25362
      <mi>H</mi> 
 
25363
    </mml:math></sect3>
 
25364
<sect3><title>stretchAccents1.mml</title>
 
25365
<programlisting>
 
25366
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25367
      <mover> 
 
25368
        <mi>xxx</mi> 
 
25369
        <mo>&#x0005E;</mo> 
 
25370
      </mover> 
 
25371
      <mo>+</mo> 
 
25372
      <mover> 
 
25373
        <mi>xxx</mi> 
 
25374
        <mo>&#x000AF;</mo> 
 
25375
      </mover> 
 
25376
      <mo>+</mo> 
 
25377
      <mover> 
 
25378
        <mi>xxx</mi> 
 
25379
        <mo>&#x02713;</mo> 
 
25380
      </mover> 
 
25381
      <mo>+</mo> 
 
25382
      <mover> 
 
25383
        <mi>xxx</mi> 
 
25384
        <mo>&#x0223C;</mo> 
 
25385
      </mover> 
 
25386
      <mo>+</mo> 
 
25387
      <mover> 
 
25388
        <mi>xxx</mi> 
 
25389
        <mo>&#x0FE37;</mo> 
 
25390
      </mover> 
 
25391
      <mo>+</mo> 
 
25392
      <munder> 
 
25393
        <mi>xxx</mi> 
 
25394
        <mo>&#x0FE38;</mo> 
 
25395
      </munder> 
 
25396
      <mo>+</mo> 
 
25397
      <mi>xxx</mi> 
 
25398
    </mml:math>]]>
 
25399
</programlisting>
 
25400
<para>is rendered as:</para>
 
25401
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25402
      <mover> 
 
25403
        <mi>xxx</mi> 
 
25404
        <mo>&#x0005E;</mo> 
 
25405
      </mover> 
 
25406
      <mo>+</mo> 
 
25407
      <mover> 
 
25408
        <mi>xxx</mi> 
 
25409
        <mo>&#x000AF;</mo> 
 
25410
      </mover> 
 
25411
      <mo>+</mo> 
 
25412
      <mover> 
 
25413
        <mi>xxx</mi> 
 
25414
        <mo>&#x02713;</mo> 
 
25415
      </mover> 
 
25416
      <mo>+</mo> 
 
25417
      <mover> 
 
25418
        <mi>xxx</mi> 
 
25419
        <mo>&#x0223C;</mo> 
 
25420
      </mover> 
 
25421
      <mo>+</mo> 
 
25422
      <mover> 
 
25423
        <mi>xxx</mi> 
 
25424
        <mo>&#x0FE37;</mo> 
 
25425
      </mover> 
 
25426
      <mo>+</mo> 
 
25427
      <munder> 
 
25428
        <mi>xxx</mi> 
 
25429
        <mo>&#x0FE38;</mo> 
 
25430
      </munder> 
 
25431
      <mo>+</mo> 
 
25432
      <mi>xxx</mi> 
 
25433
    </mml:math></sect3>
 
25434
<sect3><title>stretchAccents2.mml</title>
 
25435
<programlisting>
 
25436
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25437
      <mover> 
 
25438
        <mi>xxx</mi> 
 
25439
        <mo>&#x000AF;</mo> 
 
25440
      </mover> 
 
25441
      <mo>=</mo> 
 
25442
      <mover> 
 
25443
        <mi mathvariant='italic'>xxx</mi> 
 
25444
        <mo>&#x000AF;</mo> 
 
25445
      </mover> 
 
25446
    </mml:math>]]>
 
25447
</programlisting>
 
25448
<para>is rendered as:</para>
 
25449
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25450
      <mover> 
 
25451
        <mi>xxx</mi> 
 
25452
        <mo>&#x000AF;</mo> 
 
25453
      </mover> 
 
25454
      <mo>=</mo> 
 
25455
      <mover> 
 
25456
        <mi mathvariant='italic'>xxx</mi> 
 
25457
        <mo>&#x000AF;</mo> 
 
25458
      </mover> 
 
25459
    </mml:math></sect3>
 
25460
<sect3><title>stretchBrack1.mml</title>
 
25461
<programlisting>
 
25462
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25463
      <mover> 
 
25464
        <mrow> 
 
25465
          <mi>H</mi> 
 
25466
          <mo>&#x000D7;</mo> 
 
25467
          <mi>G</mi> 
 
25468
        </mrow> 
 
25469
        <mo>&#x0FE37;</mo> 
 
25470
      </mover> 
 
25471
      <munder> 
 
25472
        <mrow> 
 
25473
          <mi>H</mi> 
 
25474
          <mo>&#x000D7;</mo> 
 
25475
          <mi>G</mi> 
 
25476
        </mrow> 
 
25477
        <mo>&#x0FE38;</mo> 
 
25478
      </munder> 
 
25479
    </mml:math>]]>
 
25480
</programlisting>
 
25481
<para>is rendered as:</para>
 
25482
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25483
      <mover> 
 
25484
        <mrow> 
 
25485
          <mi>H</mi> 
 
25486
          <mo>&#x000D7;</mo> 
 
25487
          <mi>G</mi> 
 
25488
        </mrow> 
 
25489
        <mo>&#x0FE37;</mo> 
 
25490
      </mover> 
 
25491
      <munder> 
 
25492
        <mrow> 
 
25493
          <mi>H</mi> 
 
25494
          <mo>&#x000D7;</mo> 
 
25495
          <mi>G</mi> 
 
25496
        </mrow> 
 
25497
        <mo>&#x0FE38;</mo> 
 
25498
      </munder> 
 
25499
    </mml:math></sect3>
 
25500
<sect3><title>stretchHoriz1.mml</title>
 
25501
<programlisting>
 
25502
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25503
      <mtable frame="solid">
 
25504
        <mtr>
 
25505
          <mtd></mtd>
 
25506
          <mtd>
 
25507
            <mtext>Stetching in base</mtext>
 
25508
          </mtd>
 
25509
          <mtd>
 
25510
            <mtext>Stretching in script</mtext>
 
25511
          </mtd>
 
25512
        </mtr> 
 
25513
        <mtr>
 
25514
          <mtd>
 
25515
            <mtext>no mrows</mtext>
 
25516
          </mtd>
 
25517
          <mtd>
 
25518
            <mover>
 
25519
              <mo> &#x02192; </mo>
 
25520
              <mtext> maps to </mtext>
 
25521
            </mover>
 
25522
          </mtd>
 
25523
          <mtd> 
 
25524
            <mover>
 
25525
              <mtext> maps to </mtext>
 
25526
              <mo> &#x02192; </mo>
 
25527
            </mover> 
 
25528
          </mtd>
 
25529
        </mtr>
 
25530
        <mtr>
 
25531
          <mtd>
 
25532
            <mtext>all in row</mtext>
 
25533
          </mtd>
 
25534
          <mtd> 
 
25535
            <mrow>
 
25536
              <mover>
 
25537
                <mo> &#x02192; </mo>
 
25538
                <mtext> maps to </mtext>
 
25539
              </mover>
 
25540
            </mrow> 
 
25541
          </mtd>
 
25542
          <mtd>
 
25543
            <mrow>
 
25544
              <mover>
 
25545
                <mtext> maps to </mtext>
 
25546
                <mo> &#x02192; </mo>
 
25547
              </mover>
 
25548
            </mrow> 
 
25549
          </mtd>
 
25550
        </mtr>
 
25551
        <mtr>
 
25552
          <mtd>
 
25553
            <mtext>op in row</mtext>
 
25554
          </mtd>
 
25555
          <mtd> 
 
25556
            <mover>
 
25557
              <mrow>
 
25558
                <mo> &#x02192; </mo>
 
25559
              </mrow>
 
25560
              <mtext> maps to </mtext>
 
25561
            </mover> 
 
25562
          </mtd>
 
25563
          <mtd>
 
25564
            <mover>
 
25565
              <mtext> maps to </mtext>
 
25566
              <mrow>
 
25567
                <mo> &#x02192; </mo>
 
25568
              </mrow>
 
25569
            </mover> 
 
25570
          </mtd>
 
25571
        </mtr>
 
25572
        <mtr>
 
25573
          <mtd>
 
25574
            <mtext>text in row</mtext>
 
25575
          </mtd>
 
25576
          <mtd> 
 
25577
            <mrow>
 
25578
              <mover>
 
25579
                <mrow>
 
25580
                  <mo> &#x02192; </mo>
 
25581
                </mrow>
 
25582
                <mtext> maps to </mtext>
 
25583
              </mover>
 
25584
            </mrow> 
 
25585
          </mtd>
 
25586
          <mtd> 
 
25587
            <mrow>
 
25588
              <mover>
 
25589
                <mtext> maps to </mtext>
 
25590
                <mrow>
 
25591
                  <mo> &#x02192; </mo>
 
25592
                </mrow>
 
25593
              </mover>
 
25594
            </mrow> 
 
25595
          </mtd>
 
25596
        </mtr>
 
25597
      </mtable> 
 
25598
    </mml:math>]]>
 
25599
</programlisting>
 
25600
<para>is rendered as:</para>
 
25601
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25602
      <mtable frame="solid">
 
25603
        <mtr>
 
25604
          <mtd></mtd>
 
25605
          <mtd>
 
25606
            <mtext>Stetching in base</mtext>
 
25607
          </mtd>
 
25608
          <mtd>
 
25609
            <mtext>Stretching in script</mtext>
 
25610
          </mtd>
 
25611
        </mtr> 
 
25612
        <mtr>
 
25613
          <mtd>
 
25614
            <mtext>no mrows</mtext>
 
25615
          </mtd>
 
25616
          <mtd>
 
25617
            <mover>
 
25618
              <mo> &#x02192; </mo>
 
25619
              <mtext> maps to </mtext>
 
25620
            </mover>
 
25621
          </mtd>
 
25622
          <mtd> 
 
25623
            <mover>
 
25624
              <mtext> maps to </mtext>
 
25625
              <mo> &#x02192; </mo>
 
25626
            </mover> 
 
25627
          </mtd>
 
25628
        </mtr>
 
25629
        <mtr>
 
25630
          <mtd>
 
25631
            <mtext>all in row</mtext>
 
25632
          </mtd>
 
25633
          <mtd> 
 
25634
            <mrow>
 
25635
              <mover>
 
25636
                <mo> &#x02192; </mo>
 
25637
                <mtext> maps to </mtext>
 
25638
              </mover>
 
25639
            </mrow> 
 
25640
          </mtd>
 
25641
          <mtd>
 
25642
            <mrow>
 
25643
              <mover>
 
25644
                <mtext> maps to </mtext>
 
25645
                <mo> &#x02192; </mo>
 
25646
              </mover>
 
25647
            </mrow> 
 
25648
          </mtd>
 
25649
        </mtr>
 
25650
        <mtr>
 
25651
          <mtd>
 
25652
            <mtext>op in row</mtext>
 
25653
          </mtd>
 
25654
          <mtd> 
 
25655
            <mover>
 
25656
              <mrow>
 
25657
                <mo> &#x02192; </mo>
 
25658
              </mrow>
 
25659
              <mtext> maps to </mtext>
 
25660
            </mover> 
 
25661
          </mtd>
 
25662
          <mtd>
 
25663
            <mover>
 
25664
              <mtext> maps to </mtext>
 
25665
              <mrow>
 
25666
                <mo> &#x02192; </mo>
 
25667
              </mrow>
 
25668
            </mover> 
 
25669
          </mtd>
 
25670
        </mtr>
 
25671
        <mtr>
 
25672
          <mtd>
 
25673
            <mtext>text in row</mtext>
 
25674
          </mtd>
 
25675
          <mtd> 
 
25676
            <mrow>
 
25677
              <mover>
 
25678
                <mrow>
 
25679
                  <mo> &#x02192; </mo>
 
25680
                </mrow>
 
25681
                <mtext> maps to </mtext>
 
25682
              </mover>
 
25683
            </mrow> 
 
25684
          </mtd>
 
25685
          <mtd> 
 
25686
            <mrow>
 
25687
              <mover>
 
25688
                <mtext> maps to </mtext>
 
25689
                <mrow>
 
25690
                  <mo> &#x02192; </mo>
 
25691
                </mrow>
 
25692
              </mover>
 
25693
            </mrow> 
 
25694
          </mtd>
 
25695
        </mtr>
 
25696
      </mtable> 
 
25697
    </mml:math></sect3>
 
25698
<sect3><title>stretchHoriz2.mml</title>
 
25699
<programlisting>
 
25700
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25701
      <mi>g</mi> 
 
25702
      <mo>=</mo> 
 
25703
      <mi>A</mi> 
 
25704
      <mo>&#x02190;</mo> 
 
25705
      <mi>x</mi> 
 
25706
      <mo>&#x02192;</mo> 
 
25707
      <mi>H</mi> 
 
25708
      <mo>&#x02194;</mo> 
 
25709
      <mi>H</mi> 
 
25710
    </mml:math>]]>
 
25711
</programlisting>
 
25712
<para>is rendered as:</para>
 
25713
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25714
      <mi>g</mi> 
 
25715
      <mo>=</mo> 
 
25716
      <mi>A</mi> 
 
25717
      <mo>&#x02190;</mo> 
 
25718
      <mi>x</mi> 
 
25719
      <mo>&#x02192;</mo> 
 
25720
      <mi>H</mi> 
 
25721
      <mo>&#x02194;</mo> 
 
25722
      <mi>H</mi> 
 
25723
    </mml:math></sect3>
 
25724
<sect3><title>stretchHoriz3.mml</title>
 
25725
<programlisting>
 
25726
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25727
      <mi>H</mi> 
 
25728
      <mover> 
 
25729
        <mo>&#x02192;</mo> 
 
25730
        <mtext>This is a long stretched arrow 
 
25731
        </mtext> 
 
25732
      </mover> 
 
25733
      <mi>H</mi> 
 
25734
    </mml:math>]]>
 
25735
</programlisting>
 
25736
<para>is rendered as:</para>
 
25737
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25738
      <mi>H</mi> 
 
25739
      <mover> 
 
25740
        <mo>&#x02192;</mo> 
 
25741
        <mtext>This is a long stretched arrow 
 
25742
        </mtext> 
 
25743
      </mover> 
 
25744
      <mi>H</mi> 
 
25745
    </mml:math></sect3>
 
25746
<sect3><title>stretchTilde1.mml</title>
 
25747
<programlisting>
 
25748
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25749
      <mover> 
 
25750
        <mi>caledonia</mi> 
 
25751
        <mo>&#x0223C;</mo> 
 
25752
      </mover> 
 
25753
    </mml:math>]]>
 
25754
</programlisting>
 
25755
<para>is rendered as:</para>
 
25756
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
25757
      <mover> 
 
25758
        <mi>caledonia</mi> 
 
25759
        <mo>&#x0223C;</mo> 
 
25760
      </mover> 
 
25761
    </mml:math></sect3>
 
25762
</sect2>
 
25763
<sect2><title>integral</title>
 
25764
<sect3><title>int1.mml</title>
 
25765
<programlisting>
 
25766
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25767
      <mo>&#x0222B;</mo>
 
25768
      <mi>f</mi>
 
25769
      <mrow> 
 
25770
        <mo>(</mo>
 
25771
        <mi>x</mi>
 
25772
        <mo>)</mo>
 
25773
      </mrow>
 
25774
      <mtext>&#x0200A;</mtext>
 
25775
      <mo>&#x02146;</mo>
 
25776
      <mi>x</mi>
 
25777
    </mml:math>]]>
 
25778
</programlisting>
 
25779
<para>is rendered as:</para>
 
25780
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25781
      <mo>&#x0222B;</mo>
 
25782
      <mi>f</mi>
 
25783
      <mrow> 
 
25784
        <mo>(</mo>
 
25785
        <mi>x</mi>
 
25786
        <mo>)</mo>
 
25787
      </mrow>
 
25788
      <mtext>&#x0200A;</mtext>
 
25789
      <mo>&#x02146;</mo>
 
25790
      <mi>x</mi>
 
25791
    </mml:math></sect3>
 
25792
<sect3><title>int10.mml</title>
 
25793
<programlisting>
 
25794
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25795
      <mstyle displaystyle='true'>
 
25796
        <munderover>
 
25797
          <mo>&#x0222B;</mo>
 
25798
          <mn>0</mn>
 
25799
          <mn>1</mn>
 
25800
        </munderover>
 
25801
        <mi>f</mi>
 
25802
        <mrow> 
 
25803
          <mo>(</mo>
 
25804
          <mi>x</mi>
 
25805
          <mo>)</mo>
 
25806
        </mrow>
 
25807
        <mtext>&#x0200A;</mtext>
 
25808
        <mo>&#x02146;</mo>
 
25809
        <mi>x</mi>
 
25810
      </mstyle>
 
25811
    </mml:math>]]>
 
25812
</programlisting>
 
25813
<para>is rendered as:</para>
 
25814
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25815
      <mstyle displaystyle='true'>
 
25816
        <munderover>
 
25817
          <mo>&#x0222B;</mo>
 
25818
          <mn>0</mn>
 
25819
          <mn>1</mn>
 
25820
        </munderover>
 
25821
        <mi>f</mi>
 
25822
        <mrow> 
 
25823
          <mo>(</mo>
 
25824
          <mi>x</mi>
 
25825
          <mo>)</mo>
 
25826
        </mrow>
 
25827
        <mtext>&#x0200A;</mtext>
 
25828
        <mo>&#x02146;</mo>
 
25829
        <mi>x</mi>
 
25830
      </mstyle>
 
25831
    </mml:math></sect3>
 
25832
<sect3><title>int2.mml</title>
 
25833
<programlisting>
 
25834
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25835
      <mo>&#x0222B;</mo>
 
25836
      <mi>f</mi>
 
25837
      <mrow> 
 
25838
        <mo>(</mo>
 
25839
        <mfrac>
 
25840
          <mi>x</mi>
 
25841
          <mn>2</mn>
 
25842
        </mfrac>
 
25843
        <mo>)</mo>
 
25844
      </mrow>
 
25845
      <mtext>&#x0200A;</mtext>
 
25846
      <mo>&#x02146;</mo>
 
25847
      <mi>x</mi>
 
25848
    </mml:math>]]>
 
25849
</programlisting>
 
25850
<para>is rendered as:</para>
 
25851
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25852
      <mo>&#x0222B;</mo>
 
25853
      <mi>f</mi>
 
25854
      <mrow> 
 
25855
        <mo>(</mo>
 
25856
        <mfrac>
 
25857
          <mi>x</mi>
 
25858
          <mn>2</mn>
 
25859
        </mfrac>
 
25860
        <mo>)</mo>
 
25861
      </mrow>
 
25862
      <mtext>&#x0200A;</mtext>
 
25863
      <mo>&#x02146;</mo>
 
25864
      <mi>x</mi>
 
25865
    </mml:math></sect3>
 
25866
<sect3><title>int3.mml</title>
 
25867
<programlisting>
 
25868
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25869
      <msubsup>
 
25870
        <mo>&#x0222B;</mo>
 
25871
        <mn>0</mn>
 
25872
        <mn>1</mn>
 
25873
      </msubsup>
 
25874
      <mi>f</mi>
 
25875
      <mrow> 
 
25876
        <mo>(</mo>
 
25877
        <mi>x</mi>
 
25878
        <mo>)</mo>
 
25879
      </mrow>
 
25880
      <mtext>&#x0200A;</mtext>
 
25881
      <mo>&#x02146;</mo>
 
25882
      <mi>x</mi>
 
25883
    </mml:math>]]>
 
25884
</programlisting>
 
25885
<para>is rendered as:</para>
 
25886
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25887
      <msubsup>
 
25888
        <mo>&#x0222B;</mo>
 
25889
        <mn>0</mn>
 
25890
        <mn>1</mn>
 
25891
      </msubsup>
 
25892
      <mi>f</mi>
 
25893
      <mrow> 
 
25894
        <mo>(</mo>
 
25895
        <mi>x</mi>
 
25896
        <mo>)</mo>
 
25897
      </mrow>
 
25898
      <mtext>&#x0200A;</mtext>
 
25899
      <mo>&#x02146;</mo>
 
25900
      <mi>x</mi>
 
25901
    </mml:math></sect3>
 
25902
<sect3><title>int4.mml</title>
 
25903
<programlisting>
 
25904
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25905
      <msubsup>
 
25906
        <mo>&#x0222B;</mo>
 
25907
        <mn>0</mn>
 
25908
        <mn>1</mn>
 
25909
      </msubsup>
 
25910
      <mi>f</mi>
 
25911
      <mrow> 
 
25912
        <mo>(</mo>
 
25913
        <mfrac>
 
25914
          <mi>x</mi>
 
25915
          <mn>2</mn>
 
25916
        </mfrac>
 
25917
        <mo>)</mo>
 
25918
      </mrow>
 
25919
      <mtext>&#x0200A;</mtext>
 
25920
      <mo>&#x02146;</mo>
 
25921
      <mi>x</mi>
 
25922
    </mml:math>]]>
 
25923
</programlisting>
 
25924
<para>is rendered as:</para>
 
25925
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25926
      <msubsup>
 
25927
        <mo>&#x0222B;</mo>
 
25928
        <mn>0</mn>
 
25929
        <mn>1</mn>
 
25930
      </msubsup>
 
25931
      <mi>f</mi>
 
25932
      <mrow> 
 
25933
        <mo>(</mo>
 
25934
        <mfrac>
 
25935
          <mi>x</mi>
 
25936
          <mn>2</mn>
 
25937
        </mfrac>
 
25938
        <mo>)</mo>
 
25939
      </mrow>
 
25940
      <mtext>&#x0200A;</mtext>
 
25941
      <mo>&#x02146;</mo>
 
25942
      <mi>x</mi>
 
25943
    </mml:math></sect3>
 
25944
<sect3><title>int5.mml</title>
 
25945
<programlisting>
 
25946
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25947
      <mstyle displaystyle='true'>
 
25948
        <mo>&#x0222B;</mo>
 
25949
        <mi>f</mi>
 
25950
        <mrow> 
 
25951
          <mo>(</mo>
 
25952
          <mi>x</mi>
 
25953
          <mo>)</mo>
 
25954
        </mrow>
 
25955
        <mtext>&#x0200A;</mtext>
 
25956
        <mo>&#x02146;</mo>
 
25957
        <mi>x</mi>
 
25958
      </mstyle>
 
25959
    </mml:math>]]>
 
25960
</programlisting>
 
25961
<para>is rendered as:</para>
 
25962
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25963
      <mstyle displaystyle='true'>
 
25964
        <mo>&#x0222B;</mo>
 
25965
        <mi>f</mi>
 
25966
        <mrow> 
 
25967
          <mo>(</mo>
 
25968
          <mi>x</mi>
 
25969
          <mo>)</mo>
 
25970
        </mrow>
 
25971
        <mtext>&#x0200A;</mtext>
 
25972
        <mo>&#x02146;</mo>
 
25973
        <mi>x</mi>
 
25974
      </mstyle>
 
25975
    </mml:math></sect3>
 
25976
<sect3><title>int6.mml</title>
 
25977
<programlisting>
 
25978
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25979
      <mstyle displaystyle='true'>
 
25980
        <mo>&#x0222B;</mo>
 
25981
        <mi>f</mi>
 
25982
        <mrow> 
 
25983
          <mo>(</mo>
 
25984
          <mfrac>
 
25985
            <mi>x</mi>
 
25986
            <mn>2</mn>
 
25987
          </mfrac>
 
25988
          <mo>)</mo>
 
25989
        </mrow>
 
25990
        <mtext>&#x0200A;</mtext>
 
25991
        <mo>&#x02146;</mo>
 
25992
        <mi>x</mi>
 
25993
      </mstyle>
 
25994
    </mml:math>]]>
 
25995
</programlisting>
 
25996
<para>is rendered as:</para>
 
25997
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
25998
      <mstyle displaystyle='true'>
 
25999
        <mo>&#x0222B;</mo>
 
26000
        <mi>f</mi>
 
26001
        <mrow> 
 
26002
          <mo>(</mo>
 
26003
          <mfrac>
 
26004
            <mi>x</mi>
 
26005
            <mn>2</mn>
 
26006
          </mfrac>
 
26007
          <mo>)</mo>
 
26008
        </mrow>
 
26009
        <mtext>&#x0200A;</mtext>
 
26010
        <mo>&#x02146;</mo>
 
26011
        <mi>x</mi>
 
26012
      </mstyle>
 
26013
    </mml:math></sect3>
 
26014
<sect3><title>int7.mml</title>
 
26015
<programlisting>
 
26016
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
26017
      <mstyle displaystyle='true'>
 
26018
        <msubsup>
 
26019
          <mo>&#x0222B;</mo>
 
26020
          <mn>0</mn>
 
26021
          <mn>1</mn>
 
26022
        </msubsup>
 
26023
        <mi>f</mi>
 
26024
        <mrow> 
 
26025
          <mo>(</mo>
 
26026
          <mi>x</mi>
 
26027
          <mo>)</mo>
 
26028
        </mrow>
 
26029
        <mtext>&#x0200A;</mtext>
 
26030
        <mo>&#x02146;</mo>
 
26031
        <mi>x</mi>
 
26032
      </mstyle>
 
26033
    </mml:math>]]>
 
26034
</programlisting>
 
26035
<para>is rendered as:</para>
 
26036
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
26037
      <mstyle displaystyle='true'>
 
26038
        <msubsup>
 
26039
          <mo>&#x0222B;</mo>
 
26040
          <mn>0</mn>
 
26041
          <mn>1</mn>
 
26042
        </msubsup>
 
26043
        <mi>f</mi>
 
26044
        <mrow> 
 
26045
          <mo>(</mo>
 
26046
          <mi>x</mi>
 
26047
          <mo>)</mo>
 
26048
        </mrow>
 
26049
        <mtext>&#x0200A;</mtext>
 
26050
        <mo>&#x02146;</mo>
 
26051
        <mi>x</mi>
 
26052
      </mstyle>
 
26053
    </mml:math></sect3>
 
26054
<sect3><title>int8.mml</title>
 
26055
<programlisting>
 
26056
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
26057
      <mstyle displaystyle='true'>
 
26058
        <msubsup>
 
26059
          <mo>&#x0222B;</mo>
 
26060
          <mn>0</mn>
 
26061
          <mn>1</mn>
 
26062
        </msubsup>
 
26063
        <mi>f</mi>
 
26064
        <mrow> 
 
26065
          <mo>(</mo>
 
26066
          <mfrac>
 
26067
            <mi>x</mi>
 
26068
            <mn>2</mn>
 
26069
          </mfrac>
 
26070
          <mo>)</mo>
 
26071
        </mrow>
 
26072
        <mtext>&#x0200A;</mtext>
 
26073
        <mo>&#x02146;</mo>
 
26074
        <mi>x</mi>
 
26075
      </mstyle>
 
26076
    </mml:math>]]>
 
26077
</programlisting>
 
26078
<para>is rendered as:</para>
 
26079
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
26080
      <mstyle displaystyle='true'>
 
26081
        <msubsup>
 
26082
          <mo>&#x0222B;</mo>
 
26083
          <mn>0</mn>
 
26084
          <mn>1</mn>
 
26085
        </msubsup>
 
26086
        <mi>f</mi>
 
26087
        <mrow> 
 
26088
          <mo>(</mo>
 
26089
          <mfrac>
 
26090
            <mi>x</mi>
 
26091
            <mn>2</mn>
 
26092
          </mfrac>
 
26093
          <mo>)</mo>
 
26094
        </mrow>
 
26095
        <mtext>&#x0200A;</mtext>
 
26096
        <mo>&#x02146;</mo>
 
26097
        <mi>x</mi>
 
26098
      </mstyle>
 
26099
    </mml:math></sect3>
 
26100
<sect3><title>int9.mml</title>
 
26101
<programlisting>
 
26102
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
26103
      <munderover>
 
26104
        <mo>&#x0222B;</mo>
 
26105
        <mn>0</mn>
 
26106
        <mn>1</mn>
 
26107
      </munderover>
 
26108
      <mi>f</mi>
 
26109
      <mrow> 
 
26110
        <mo>(</mo>
 
26111
        <mi>x</mi>
 
26112
        <mo>)</mo>
 
26113
      </mrow>
 
26114
      <mtext>&#x0200A;</mtext>
 
26115
      <mo>&#x02146;</mo>
 
26116
      <mi>x</mi>
 
26117
    </mml:math>]]>
 
26118
</programlisting>
 
26119
<para>is rendered as:</para>
 
26120
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
26121
      <munderover>
 
26122
        <mo>&#x0222B;</mo>
 
26123
        <mn>0</mn>
 
26124
        <mn>1</mn>
 
26125
      </munderover>
 
26126
      <mi>f</mi>
 
26127
      <mrow> 
 
26128
        <mo>(</mo>
 
26129
        <mi>x</mi>
 
26130
        <mo>)</mo>
 
26131
      </mrow>
 
26132
      <mtext>&#x0200A;</mtext>
 
26133
      <mo>&#x02146;</mo>
 
26134
      <mi>x</mi>
 
26135
    </mml:math></sect3>
 
26136
<sect3><title>intDispStyle.mml</title>
 
26137
<programlisting>
 
26138
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26139
      <mtable columnlines="solid" rowlines="solid"> 
 
26140
        <mtr>
 
26141
          <mtd></mtd>
 
26142
          <mtd>
 
26143
            <mtext>ds=true</mtext>
 
26144
          </mtd> 
 
26145
          <mtd>
 
26146
            <mtext>ds=false</mtext>
 
26147
          </mtd>
 
26148
        </mtr> 
 
26149
        <mtr>
 
26150
          <mtd>
 
26151
            <mtext>stretch=t, large=t</mtext>
 
26152
          </mtd>
 
26153
          <mtd>
 
26154
            <mstyle fontsize="150%" displaystyle="true"> 
 
26155
              <mrow> 
 
26156
                <mo stretchy="true" largeop="true">&#x0222B;
 
26157
                </mo> 
 
26158
                <mfrac> 
 
26159
                  <mi>x</mi> 
 
26160
                  <mn>5</mn> 
 
26161
                </mfrac> 
 
26162
              </mrow> 
 
26163
              <mo>=</mo> 
 
26164
              <mrow> 
 
26165
                <mo stretchy="true" largeop="true">&#x0222B;
 
26166
                </mo> 
 
26167
                <mi>x</mi> 
 
26168
              </mrow>
 
26169
            </mstyle> 
 
26170
          </mtd>
 
26171
          <mtd> 
 
26172
            <mstyle fontsize="150%" displaystyle="false"> 
 
26173
              <mrow> 
 
26174
                <mo stretchy="true" largeop="true">&#x0222B;
 
26175
                </mo> 
 
26176
                <mfrac> 
 
26177
                  <mi>x</mi> 
 
26178
                  <mn>5</mn> 
 
26179
                </mfrac> 
 
26180
              </mrow> 
 
26181
              <mo>=</mo> 
 
26182
              <mrow> 
 
26183
                <mo stretchy="true" largeop="true">&#x0222B;
 
26184
                </mo> 
 
26185
                <mi>x</mi> 
 
26186
              </mrow>
 
26187
            </mstyle> 
 
26188
          </mtd>
 
26189
        </mtr>
 
26190
        <mtr>
 
26191
          <mtd>
 
26192
            <mtext>stretch=f, large=t</mtext>
 
26193
          </mtd>
 
26194
          <mtd> 
 
26195
            <mstyle fontsize="150%" displaystyle="true"> 
 
26196
              <mrow> 
 
26197
                <mo stretchy="false" largeop="true">&#x0222B;
 
26198
                </mo> 
 
26199
                <mfrac> 
 
26200
                  <mi>x</mi> 
 
26201
                  <mn>5</mn> 
 
26202
                </mfrac> 
 
26203
              </mrow> 
 
26204
              <mo>=</mo> 
 
26205
              <mrow> 
 
26206
                <mo stretchy="false" largeop="true">&#x0222B;
 
26207
                </mo> 
 
26208
                <mi>x</mi> 
 
26209
              </mrow>
 
26210
            </mstyle> 
 
26211
          </mtd>
 
26212
          <mtd> 
 
26213
            <mstyle fontsize="150%" displaystyle="false"> 
 
26214
              <mrow> 
 
26215
                <mo stretchy="false" largeop="true">&#x0222B;
 
26216
                </mo> 
 
26217
                <mfrac> 
 
26218
                  <mi>x</mi> 
 
26219
                  <mn>5</mn> 
 
26220
                </mfrac> 
 
26221
              </mrow> 
 
26222
              <mo>=</mo> 
 
26223
              <mrow> 
 
26224
                <mo stretchy="false" largeop="true">&#x0222B;
 
26225
                </mo> 
 
26226
                <mi>x</mi> 
 
26227
              </mrow>
 
26228
            </mstyle> 
 
26229
          </mtd>
 
26230
        </mtr>
 
26231
        <mtr>
 
26232
          <mtd>
 
26233
            <mtext>stretch=t, large=f</mtext>
 
26234
          </mtd>
 
26235
          <mtd>
 
26236
            <mstyle fontsize="150%" displaystyle="true"> 
 
26237
              <mrow> 
 
26238
                <mo stretchy="true" largeop="false">&#x0222B;
 
26239
                </mo> 
 
26240
                <mfrac> 
 
26241
                  <mi>x</mi> 
 
26242
                  <mn>5</mn> 
 
26243
                </mfrac> 
 
26244
              </mrow> 
 
26245
              <mo>=</mo> 
 
26246
              <mrow> 
 
26247
                <mo stretchy="true" largeop="false">&#x0222B;
 
26248
                </mo> 
 
26249
                <mfrac> 
 
26250
                  <mi>A</mi> 
 
26251
                  <mn>5</mn> 
 
26252
                </mfrac> 
 
26253
              </mrow> 
 
26254
              <mo>=</mo> 
 
26255
              <mrow> 
 
26256
                <mo stretchy="true" largeop="false">&#x0222B;
 
26257
                </mo> 
 
26258
                <mi>x</mi> 
 
26259
              </mrow>
 
26260
            </mstyle> 
 
26261
          </mtd>
 
26262
          <mtd> 
 
26263
            <mstyle fontsize="150%" displaystyle="false"> 
 
26264
              <mrow> 
 
26265
                <mo stretchy="true" largeop="false">&#x0222B;
 
26266
                </mo> 
 
26267
                <mfrac> 
 
26268
                  <mi>x</mi> 
 
26269
                  <mn>5</mn> 
 
26270
                </mfrac> 
 
26271
              </mrow> 
 
26272
              <mo>=</mo> 
 
26273
              <mrow> 
 
26274
                <mo stretchy="true" largeop="false">&#x0222B;
 
26275
                </mo> 
 
26276
                <mfrac> 
 
26277
                  <mi>A</mi> 
 
26278
                  <mn>5</mn> 
 
26279
                </mfrac> 
 
26280
              </mrow> 
 
26281
              <mo>=</mo> 
 
26282
              <mrow> 
 
26283
                <mo stretchy="true" largeop="false">&#x0222B;
 
26284
                </mo> 
 
26285
                <mi>x</mi> 
 
26286
              </mrow>
 
26287
            </mstyle> 
 
26288
          </mtd>
 
26289
        </mtr>
 
26290
        <mtr>
 
26291
          <mtd>
 
26292
            <mtext>stretch=f, large=f</mtext>
 
26293
          </mtd>
 
26294
          <mtd> 
 
26295
            <mstyle fontsize="150%" displaystyle="true"> 
 
26296
              <mrow> 
 
26297
                <mo stretchy="false" largeop="false">&#x0222B;
 
26298
                </mo> 
 
26299
                <mfrac> 
 
26300
                  <mi>x</mi> 
 
26301
                  <mn>5</mn> 
 
26302
                </mfrac> 
 
26303
              </mrow> 
 
26304
              <mo>=</mo> 
 
26305
              <mrow> 
 
26306
                <mo stretchy="false" largeop="false">&#x0222B;
 
26307
                </mo> 
 
26308
                <mi>x</mi> 
 
26309
              </mrow>
 
26310
            </mstyle> 
 
26311
          </mtd>
 
26312
          <mtd> 
 
26313
            <mstyle fontsize="150%" displaystyle="false"> 
 
26314
              <mrow> 
 
26315
                <mo stretchy="false" largeop="false">&#x0222B;
 
26316
                </mo> 
 
26317
                <mfrac> 
 
26318
                  <mi>x</mi> 
 
26319
                  <mn>5</mn> 
 
26320
                </mfrac> 
 
26321
              </mrow> 
 
26322
              <mo>=</mo> 
 
26323
              <mrow> 
 
26324
                <mo stretchy="false" largeop="false">&#x0222B;
 
26325
                </mo> 
 
26326
                <mi>x</mi> 
 
26327
              </mrow>
 
26328
            </mstyle>
 
26329
          </mtd>
 
26330
        </mtr>
 
26331
      </mtable>
 
26332
    </mml:math>]]>
 
26333
</programlisting>
 
26334
<para>is rendered as:</para>
 
26335
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26336
      <mtable columnlines="solid" rowlines="solid"> 
 
26337
        <mtr>
 
26338
          <mtd></mtd>
 
26339
          <mtd>
 
26340
            <mtext>ds=true</mtext>
 
26341
          </mtd> 
 
26342
          <mtd>
 
26343
            <mtext>ds=false</mtext>
 
26344
          </mtd>
 
26345
        </mtr> 
 
26346
        <mtr>
 
26347
          <mtd>
 
26348
            <mtext>stretch=t, large=t</mtext>
 
26349
          </mtd>
 
26350
          <mtd>
 
26351
            <mstyle fontsize="150%" displaystyle="true"> 
 
26352
              <mrow> 
 
26353
                <mo stretchy="true" largeop="true">&#x0222B;
 
26354
                </mo> 
 
26355
                <mfrac> 
 
26356
                  <mi>x</mi> 
 
26357
                  <mn>5</mn> 
 
26358
                </mfrac> 
 
26359
              </mrow> 
 
26360
              <mo>=</mo> 
 
26361
              <mrow> 
 
26362
                <mo stretchy="true" largeop="true">&#x0222B;
 
26363
                </mo> 
 
26364
                <mi>x</mi> 
 
26365
              </mrow>
 
26366
            </mstyle> 
 
26367
          </mtd>
 
26368
          <mtd> 
 
26369
            <mstyle fontsize="150%" displaystyle="false"> 
 
26370
              <mrow> 
 
26371
                <mo stretchy="true" largeop="true">&#x0222B;
 
26372
                </mo> 
 
26373
                <mfrac> 
 
26374
                  <mi>x</mi> 
 
26375
                  <mn>5</mn> 
 
26376
                </mfrac> 
 
26377
              </mrow> 
 
26378
              <mo>=</mo> 
 
26379
              <mrow> 
 
26380
                <mo stretchy="true" largeop="true">&#x0222B;
 
26381
                </mo> 
 
26382
                <mi>x</mi> 
 
26383
              </mrow>
 
26384
            </mstyle> 
 
26385
          </mtd>
 
26386
        </mtr>
 
26387
        <mtr>
 
26388
          <mtd>
 
26389
            <mtext>stretch=f, large=t</mtext>
 
26390
          </mtd>
 
26391
          <mtd> 
 
26392
            <mstyle fontsize="150%" displaystyle="true"> 
 
26393
              <mrow> 
 
26394
                <mo stretchy="false" largeop="true">&#x0222B;
 
26395
                </mo> 
 
26396
                <mfrac> 
 
26397
                  <mi>x</mi> 
 
26398
                  <mn>5</mn> 
 
26399
                </mfrac> 
 
26400
              </mrow> 
 
26401
              <mo>=</mo> 
 
26402
              <mrow> 
 
26403
                <mo stretchy="false" largeop="true">&#x0222B;
 
26404
                </mo> 
 
26405
                <mi>x</mi> 
 
26406
              </mrow>
 
26407
            </mstyle> 
 
26408
          </mtd>
 
26409
          <mtd> 
 
26410
            <mstyle fontsize="150%" displaystyle="false"> 
 
26411
              <mrow> 
 
26412
                <mo stretchy="false" largeop="true">&#x0222B;
 
26413
                </mo> 
 
26414
                <mfrac> 
 
26415
                  <mi>x</mi> 
 
26416
                  <mn>5</mn> 
 
26417
                </mfrac> 
 
26418
              </mrow> 
 
26419
              <mo>=</mo> 
 
26420
              <mrow> 
 
26421
                <mo stretchy="false" largeop="true">&#x0222B;
 
26422
                </mo> 
 
26423
                <mi>x</mi> 
 
26424
              </mrow>
 
26425
            </mstyle> 
 
26426
          </mtd>
 
26427
        </mtr>
 
26428
        <mtr>
 
26429
          <mtd>
 
26430
            <mtext>stretch=t, large=f</mtext>
 
26431
          </mtd>
 
26432
          <mtd>
 
26433
            <mstyle fontsize="150%" displaystyle="true"> 
 
26434
              <mrow> 
 
26435
                <mo stretchy="true" largeop="false">&#x0222B;
 
26436
                </mo> 
 
26437
                <mfrac> 
 
26438
                  <mi>x</mi> 
 
26439
                  <mn>5</mn> 
 
26440
                </mfrac> 
 
26441
              </mrow> 
 
26442
              <mo>=</mo> 
 
26443
              <mrow> 
 
26444
                <mo stretchy="true" largeop="false">&#x0222B;
 
26445
                </mo> 
 
26446
                <mfrac> 
 
26447
                  <mi>A</mi> 
 
26448
                  <mn>5</mn> 
 
26449
                </mfrac> 
 
26450
              </mrow> 
 
26451
              <mo>=</mo> 
 
26452
              <mrow> 
 
26453
                <mo stretchy="true" largeop="false">&#x0222B;
 
26454
                </mo> 
 
26455
                <mi>x</mi> 
 
26456
              </mrow>
 
26457
            </mstyle> 
 
26458
          </mtd>
 
26459
          <mtd> 
 
26460
            <mstyle fontsize="150%" displaystyle="false"> 
 
26461
              <mrow> 
 
26462
                <mo stretchy="true" largeop="false">&#x0222B;
 
26463
                </mo> 
 
26464
                <mfrac> 
 
26465
                  <mi>x</mi> 
 
26466
                  <mn>5</mn> 
 
26467
                </mfrac> 
 
26468
              </mrow> 
 
26469
              <mo>=</mo> 
 
26470
              <mrow> 
 
26471
                <mo stretchy="true" largeop="false">&#x0222B;
 
26472
                </mo> 
 
26473
                <mfrac> 
 
26474
                  <mi>A</mi> 
 
26475
                  <mn>5</mn> 
 
26476
                </mfrac> 
 
26477
              </mrow> 
 
26478
              <mo>=</mo> 
 
26479
              <mrow> 
 
26480
                <mo stretchy="true" largeop="false">&#x0222B;
 
26481
                </mo> 
 
26482
                <mi>x</mi> 
 
26483
              </mrow>
 
26484
            </mstyle> 
 
26485
          </mtd>
 
26486
        </mtr>
 
26487
        <mtr>
 
26488
          <mtd>
 
26489
            <mtext>stretch=f, large=f</mtext>
 
26490
          </mtd>
 
26491
          <mtd> 
 
26492
            <mstyle fontsize="150%" displaystyle="true"> 
 
26493
              <mrow> 
 
26494
                <mo stretchy="false" largeop="false">&#x0222B;
 
26495
                </mo> 
 
26496
                <mfrac> 
 
26497
                  <mi>x</mi> 
 
26498
                  <mn>5</mn> 
 
26499
                </mfrac> 
 
26500
              </mrow> 
 
26501
              <mo>=</mo> 
 
26502
              <mrow> 
 
26503
                <mo stretchy="false" largeop="false">&#x0222B;
 
26504
                </mo> 
 
26505
                <mi>x</mi> 
 
26506
              </mrow>
 
26507
            </mstyle> 
 
26508
          </mtd>
 
26509
          <mtd> 
 
26510
            <mstyle fontsize="150%" displaystyle="false"> 
 
26511
              <mrow> 
 
26512
                <mo stretchy="false" largeop="false">&#x0222B;
 
26513
                </mo> 
 
26514
                <mfrac> 
 
26515
                  <mi>x</mi> 
 
26516
                  <mn>5</mn> 
 
26517
                </mfrac> 
 
26518
              </mrow> 
 
26519
              <mo>=</mo> 
 
26520
              <mrow> 
 
26521
                <mo stretchy="false" largeop="false">&#x0222B;
 
26522
                </mo> 
 
26523
                <mi>x</mi> 
 
26524
              </mrow>
 
26525
            </mstyle>
 
26526
          </mtd>
 
26527
        </mtr>
 
26528
      </mtable>
 
26529
    </mml:math></sect3>
 
26530
<sect3><title>intSize1.mml</title>
 
26531
<programlisting>
 
26532
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26533
      <mrow> 
 
26534
        <mo stretchy="false" largeop="true">&#x0222B;
 
26535
        </mo> 
 
26536
        <mi>x</mi> 
 
26537
      </mrow> 
 
26538
      <mrow> 
 
26539
        <mo stretchy="false" largeop="false">&#x0222B;
 
26540
        </mo> 
 
26541
        <mi>M</mi> 
 
26542
      </mrow> 
 
26543
      <mrow> 
 
26544
        <mo stretchy="true" largeop="true">&#x0222B;
 
26545
        </mo> 
 
26546
        <mfrac> 
 
26547
          <mi>x</mi> 
 
26548
          <mi>o</mi> 
 
26549
        </mfrac> 
 
26550
      </mrow> 
 
26551
      <mrow> 
 
26552
        <mo stretchy="true" largeop="true">&#x0222B;
 
26553
        </mo> 
 
26554
        <mfrac> 
 
26555
          <mi>A</mi> 
 
26556
          <mi>o</mi> 
 
26557
        </mfrac> 
 
26558
      </mrow> 
 
26559
      <mrow> 
 
26560
        <mo stretchy="true" largeop="true">&#x0222B;
 
26561
        </mo> 
 
26562
        <mfrac> 
 
26563
          <mi>x</mi> 
 
26564
          <mi>A</mi> 
 
26565
        </mfrac> 
 
26566
      </mrow> 
 
26567
      <mrow> 
 
26568
        <mo stretchy="true" largeop="true">&#x0222B;
 
26569
        </mo> 
 
26570
        <mfrac> 
 
26571
          <mi>A</mi> 
 
26572
          <mi>M</mi> 
 
26573
        </mfrac> 
 
26574
      </mrow> 
 
26575
      <mrow> 
 
26576
        <mo stretchy="true" largeop="true">&#x0222B;
 
26577
        </mo> 
 
26578
        <mfrac> 
 
26579
          <mi>.</mi> 
 
26580
          <mi>''</mi> 
 
26581
        </mfrac> 
 
26582
      </mrow>
 
26583
    </mml:math>]]>
 
26584
</programlisting>
 
26585
<para>is rendered as:</para>
 
26586
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26587
      <mrow> 
 
26588
        <mo stretchy="false" largeop="true">&#x0222B;
 
26589
        </mo> 
 
26590
        <mi>x</mi> 
 
26591
      </mrow> 
 
26592
      <mrow> 
 
26593
        <mo stretchy="false" largeop="false">&#x0222B;
 
26594
        </mo> 
 
26595
        <mi>M</mi> 
 
26596
      </mrow> 
 
26597
      <mrow> 
 
26598
        <mo stretchy="true" largeop="true">&#x0222B;
 
26599
        </mo> 
 
26600
        <mfrac> 
 
26601
          <mi>x</mi> 
 
26602
          <mi>o</mi> 
 
26603
        </mfrac> 
 
26604
      </mrow> 
 
26605
      <mrow> 
 
26606
        <mo stretchy="true" largeop="true">&#x0222B;
 
26607
        </mo> 
 
26608
        <mfrac> 
 
26609
          <mi>A</mi> 
 
26610
          <mi>o</mi> 
 
26611
        </mfrac> 
 
26612
      </mrow> 
 
26613
      <mrow> 
 
26614
        <mo stretchy="true" largeop="true">&#x0222B;
 
26615
        </mo> 
 
26616
        <mfrac> 
 
26617
          <mi>x</mi> 
 
26618
          <mi>A</mi> 
 
26619
        </mfrac> 
 
26620
      </mrow> 
 
26621
      <mrow> 
 
26622
        <mo stretchy="true" largeop="true">&#x0222B;
 
26623
        </mo> 
 
26624
        <mfrac> 
 
26625
          <mi>A</mi> 
 
26626
          <mi>M</mi> 
 
26627
        </mfrac> 
 
26628
      </mrow> 
 
26629
      <mrow> 
 
26630
        <mo stretchy="true" largeop="true">&#x0222B;
 
26631
        </mo> 
 
26632
        <mfrac> 
 
26633
          <mi>.</mi> 
 
26634
          <mi>''</mi> 
 
26635
        </mfrac> 
 
26636
      </mrow>
 
26637
    </mml:math></sect3>
 
26638
<sect3><title>intSize2.mml</title>
 
26639
<programlisting>
 
26640
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26641
      <mtable> 
 
26642
        <mtr> 
 
26643
          <mtd></mtd> 
 
26644
          <mtd></mtd>
 
26645
          <mtd>
 
26646
            <mtext>symm</mtext>
 
26647
          </mtd> 
 
26648
          <mtd>
 
26649
            <mtext>stretch</mtext>
 
26650
          </mtd>
 
26651
          <mtd>
 
26652
            <mtext>symm/stretch</mtext>
 
26653
          </mtd>
 
26654
        </mtr> 
 
26655
        <mtr> 
 
26656
          <mtd>
 
26657
            <mtext>small op</mtext>
 
26658
          </mtd>
 
26659
          <mtd> 
 
26660
            <mrow> 
 
26661
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
 
26662
              </mo> 
 
26663
              <mi>x</mi> 
 
26664
            </mrow> 
 
26665
          </mtd>
 
26666
          <mtd> 
 
26667
            <mrow> 
 
26668
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
 
26669
              </mo> 
 
26670
              <mi>x</mi> 
 
26671
            </mrow> 
 
26672
          </mtd>
 
26673
          <mtd> 
 
26674
            <mrow> 
 
26675
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
 
26676
              </mo> 
 
26677
              <mi>x</mi> 
 
26678
            </mrow> 
 
26679
          </mtd>
 
26680
          <mtd> 
 
26681
            <mrow> 
 
26682
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
 
26683
              </mo> 
 
26684
              <mi>x</mi> 
 
26685
            </mrow> 
 
26686
          </mtd> 
 
26687
        </mtr> 
 
26688
        <mtr> 
 
26689
          <mtd>
 
26690
            <mtext>large op</mtext>
 
26691
          </mtd>
 
26692
          <mtd> 
 
26693
            <mrow> 
 
26694
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
 
26695
              </mo> 
 
26696
              <mi>x</mi> 
 
26697
            </mrow> 
 
26698
          </mtd>
 
26699
          <mtd> 
 
26700
            <mrow> 
 
26701
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
 
26702
              </mo> 
 
26703
              <mi>x</mi> 
 
26704
            </mrow> 
 
26705
          </mtd>
 
26706
          <mtd> 
 
26707
            <mrow> 
 
26708
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
 
26709
              </mo> 
 
26710
              <mi>x</mi> 
 
26711
            </mrow> 
 
26712
          </mtd>
 
26713
          <mtd> 
 
26714
            <mrow> 
 
26715
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
 
26716
              </mo> 
 
26717
              <mi>x</mi> 
 
26718
            </mrow> 
 
26719
          </mtd> 
 
26720
        </mtr> 
 
26721
        <mtr> 
 
26722
          <mtd>
 
26723
            <mtext>small op</mtext>
 
26724
          </mtd>
 
26725
          <mtd> 
 
26726
            <mrow> 
 
26727
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
 
26728
              </mo> 
 
26729
              <mfrac> 
 
26730
                <mi>x</mi> 
 
26731
                <mi>y</mi> 
 
26732
              </mfrac> 
 
26733
            </mrow> 
 
26734
          </mtd>
 
26735
          <mtd> 
 
26736
            <mrow> 
 
26737
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
 
26738
              </mo> 
 
26739
              <mfrac> 
 
26740
                <mi>x</mi> 
 
26741
                <mi>y</mi> 
 
26742
              </mfrac> 
 
26743
            </mrow> 
 
26744
          </mtd>
 
26745
          <mtd> 
 
26746
            <mrow> 
 
26747
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
 
26748
              </mo> 
 
26749
              <mfrac> 
 
26750
                <mi>x</mi> 
 
26751
                <mi>y</mi> 
 
26752
              </mfrac> 
 
26753
            </mrow> 
 
26754
          </mtd>
 
26755
          <mtd> 
 
26756
            <mrow> 
 
26757
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
 
26758
              </mo> 
 
26759
              <mfrac> 
 
26760
                <mi>x</mi> 
 
26761
                <mi>y</mi> 
 
26762
              </mfrac> 
 
26763
            </mrow> 
 
26764
          </mtd> 
 
26765
        </mtr> 
 
26766
        <mtr> 
 
26767
          <mtd>
 
26768
            <mtext>large op</mtext>
 
26769
          </mtd>
 
26770
          <mtd> 
 
26771
            <mrow> 
 
26772
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
 
26773
              </mo> 
 
26774
              <mfrac> 
 
26775
                <mi>x</mi> 
 
26776
                <mi>y</mi> 
 
26777
              </mfrac> 
 
26778
            </mrow> 
 
26779
          </mtd>
 
26780
          <mtd> 
 
26781
            <mrow> 
 
26782
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
 
26783
              </mo> 
 
26784
              <mfrac> 
 
26785
                <mi>x</mi> 
 
26786
                <mi>y</mi> 
 
26787
              </mfrac> 
 
26788
            </mrow> 
 
26789
          </mtd>
 
26790
          <mtd> 
 
26791
            <mrow> 
 
26792
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
 
26793
              </mo> 
 
26794
              <mfrac> 
 
26795
                <mi>x</mi> 
 
26796
                <mi>y</mi> 
 
26797
              </mfrac> 
 
26798
            </mrow> 
 
26799
          </mtd>
 
26800
          <mtd> 
 
26801
            <mrow> 
 
26802
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
 
26803
              </mo> 
 
26804
              <mfrac> 
 
26805
                <mi>x</mi> 
 
26806
                <mi>y</mi> 
 
26807
              </mfrac> 
 
26808
            </mrow> 
 
26809
          </mtd> 
 
26810
        </mtr> 
 
26811
      </mtable> 
 
26812
    </mml:math>]]>
 
26813
</programlisting>
 
26814
<para>is rendered as:</para>
 
26815
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26816
      <mtable> 
 
26817
        <mtr> 
 
26818
          <mtd></mtd> 
 
26819
          <mtd></mtd>
 
26820
          <mtd>
 
26821
            <mtext>symm</mtext>
 
26822
          </mtd> 
 
26823
          <mtd>
 
26824
            <mtext>stretch</mtext>
 
26825
          </mtd>
 
26826
          <mtd>
 
26827
            <mtext>symm/stretch</mtext>
 
26828
          </mtd>
 
26829
        </mtr> 
 
26830
        <mtr> 
 
26831
          <mtd>
 
26832
            <mtext>small op</mtext>
 
26833
          </mtd>
 
26834
          <mtd> 
 
26835
            <mrow> 
 
26836
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
 
26837
              </mo> 
 
26838
              <mi>x</mi> 
 
26839
            </mrow> 
 
26840
          </mtd>
 
26841
          <mtd> 
 
26842
            <mrow> 
 
26843
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
 
26844
              </mo> 
 
26845
              <mi>x</mi> 
 
26846
            </mrow> 
 
26847
          </mtd>
 
26848
          <mtd> 
 
26849
            <mrow> 
 
26850
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
 
26851
              </mo> 
 
26852
              <mi>x</mi> 
 
26853
            </mrow> 
 
26854
          </mtd>
 
26855
          <mtd> 
 
26856
            <mrow> 
 
26857
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
 
26858
              </mo> 
 
26859
              <mi>x</mi> 
 
26860
            </mrow> 
 
26861
          </mtd> 
 
26862
        </mtr> 
 
26863
        <mtr> 
 
26864
          <mtd>
 
26865
            <mtext>large op</mtext>
 
26866
          </mtd>
 
26867
          <mtd> 
 
26868
            <mrow> 
 
26869
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
 
26870
              </mo> 
 
26871
              <mi>x</mi> 
 
26872
            </mrow> 
 
26873
          </mtd>
 
26874
          <mtd> 
 
26875
            <mrow> 
 
26876
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
 
26877
              </mo> 
 
26878
              <mi>x</mi> 
 
26879
            </mrow> 
 
26880
          </mtd>
 
26881
          <mtd> 
 
26882
            <mrow> 
 
26883
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
 
26884
              </mo> 
 
26885
              <mi>x</mi> 
 
26886
            </mrow> 
 
26887
          </mtd>
 
26888
          <mtd> 
 
26889
            <mrow> 
 
26890
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
 
26891
              </mo> 
 
26892
              <mi>x</mi> 
 
26893
            </mrow> 
 
26894
          </mtd> 
 
26895
        </mtr> 
 
26896
        <mtr> 
 
26897
          <mtd>
 
26898
            <mtext>small op</mtext>
 
26899
          </mtd>
 
26900
          <mtd> 
 
26901
            <mrow> 
 
26902
              <mo largeop="false" stretchy="false" symmetric="false">&#x0222B;
 
26903
              </mo> 
 
26904
              <mfrac> 
 
26905
                <mi>x</mi> 
 
26906
                <mi>y</mi> 
 
26907
              </mfrac> 
 
26908
            </mrow> 
 
26909
          </mtd>
 
26910
          <mtd> 
 
26911
            <mrow> 
 
26912
              <mo largeop="false" stretchy="false" symmetric="true">&#x0222B;
 
26913
              </mo> 
 
26914
              <mfrac> 
 
26915
                <mi>x</mi> 
 
26916
                <mi>y</mi> 
 
26917
              </mfrac> 
 
26918
            </mrow> 
 
26919
          </mtd>
 
26920
          <mtd> 
 
26921
            <mrow> 
 
26922
              <mo largeop="false" stretchy="true" symmetric="false">&#x0222B;
 
26923
              </mo> 
 
26924
              <mfrac> 
 
26925
                <mi>x</mi> 
 
26926
                <mi>y</mi> 
 
26927
              </mfrac> 
 
26928
            </mrow> 
 
26929
          </mtd>
 
26930
          <mtd> 
 
26931
            <mrow> 
 
26932
              <mo largeop="false" stretchy="true" symmetric="true">&#x0222B;
 
26933
              </mo> 
 
26934
              <mfrac> 
 
26935
                <mi>x</mi> 
 
26936
                <mi>y</mi> 
 
26937
              </mfrac> 
 
26938
            </mrow> 
 
26939
          </mtd> 
 
26940
        </mtr> 
 
26941
        <mtr> 
 
26942
          <mtd>
 
26943
            <mtext>large op</mtext>
 
26944
          </mtd>
 
26945
          <mtd> 
 
26946
            <mrow> 
 
26947
              <mo largeop="true" stretchy="false" symmetric="false">&#x0222B;
 
26948
              </mo> 
 
26949
              <mfrac> 
 
26950
                <mi>x</mi> 
 
26951
                <mi>y</mi> 
 
26952
              </mfrac> 
 
26953
            </mrow> 
 
26954
          </mtd>
 
26955
          <mtd> 
 
26956
            <mrow> 
 
26957
              <mo largeop="true" stretchy="false" symmetric="true">&#x0222B;
 
26958
              </mo> 
 
26959
              <mfrac> 
 
26960
                <mi>x</mi> 
 
26961
                <mi>y</mi> 
 
26962
              </mfrac> 
 
26963
            </mrow> 
 
26964
          </mtd>
 
26965
          <mtd> 
 
26966
            <mrow> 
 
26967
              <mo largeop="true" stretchy="true" symmetric="false">&#x0222B;
 
26968
              </mo> 
 
26969
              <mfrac> 
 
26970
                <mi>x</mi> 
 
26971
                <mi>y</mi> 
 
26972
              </mfrac> 
 
26973
            </mrow> 
 
26974
          </mtd>
 
26975
          <mtd> 
 
26976
            <mrow> 
 
26977
              <mo largeop="true" stretchy="true" symmetric="true">&#x0222B;
 
26978
              </mo> 
 
26979
              <mfrac> 
 
26980
                <mi>x</mi> 
 
26981
                <mi>y</mi> 
 
26982
              </mfrac> 
 
26983
            </mrow> 
 
26984
          </mtd> 
 
26985
        </mtr> 
 
26986
      </mtable> 
 
26987
    </mml:math></sect3>
 
26988
</sect2>
 
26989
<sect2><title>tables</title>
 
26990
<sect3><title>stretchTable1.mml</title>
 
26991
<programlisting>
 
26992
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
26993
      <mrow> 
 
26994
        <mtable> 
 
26995
          <mtr> 
 
26996
            <mtd> 
 
26997
              <mn>1</mn> 
 
26998
            </mtd> 
 
26999
            <mtd> 
 
27000
              <mo>&#x02192;</mo> 
 
27001
            </mtd> 
 
27002
            <mtd> 
 
27003
              <mn>2</mn> 
 
27004
            </mtd> 
 
27005
          </mtr> 
 
27006
          <mtr> 
 
27007
            <mtd> 
 
27008
              <mo>&#x02193;</mo> 
 
27009
            </mtd> 
 
27010
            <mtd> 
 
27011
              <mi>x</mi> 
 
27012
              <mo>+</mo> 
 
27013
              <mfrac> 
 
27014
                <mrow> 
 
27015
                  <mn>2</mn> 
 
27016
                </mrow> 
 
27017
                <mrow> 
 
27018
                  <msup> 
 
27019
                    <mrow> 
 
27020
                      <mi>y</mi> 
 
27021
                    </mrow> 
 
27022
                    <mrow> 
 
27023
                      <mn>3</mn> 
 
27024
                    </mrow> 
 
27025
                  </msup> 
 
27026
                </mrow> 
 
27027
              </mfrac> 
 
27028
            </mtd> 
 
27029
            <mtd> 
 
27030
              <mo>&#x02193;</mo> 
 
27031
            </mtd> 
 
27032
          </mtr> 
 
27033
          <mtr> 
 
27034
            <mtd> 
 
27035
              <mn>3</mn> 
 
27036
            </mtd> 
 
27037
            <mtd> 
 
27038
              <mo>&#x02192;</mo> 
 
27039
            </mtd> 
 
27040
            <mtd> 
 
27041
              <mn>4</mn> 
 
27042
            </mtd> 
 
27043
          </mtr> 
 
27044
        </mtable> 
 
27045
      </mrow>
 
27046
    </mml:math>]]>
 
27047
</programlisting>
 
27048
<para>is rendered as:</para>
 
27049
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27050
      <mrow> 
 
27051
        <mtable> 
 
27052
          <mtr> 
 
27053
            <mtd> 
 
27054
              <mn>1</mn> 
 
27055
            </mtd> 
 
27056
            <mtd> 
 
27057
              <mo>&#x02192;</mo> 
 
27058
            </mtd> 
 
27059
            <mtd> 
 
27060
              <mn>2</mn> 
 
27061
            </mtd> 
 
27062
          </mtr> 
 
27063
          <mtr> 
 
27064
            <mtd> 
 
27065
              <mo>&#x02193;</mo> 
 
27066
            </mtd> 
 
27067
            <mtd> 
 
27068
              <mi>x</mi> 
 
27069
              <mo>+</mo> 
 
27070
              <mfrac> 
 
27071
                <mrow> 
 
27072
                  <mn>2</mn> 
 
27073
                </mrow> 
 
27074
                <mrow> 
 
27075
                  <msup> 
 
27076
                    <mrow> 
 
27077
                      <mi>y</mi> 
 
27078
                    </mrow> 
 
27079
                    <mrow> 
 
27080
                      <mn>3</mn> 
 
27081
                    </mrow> 
 
27082
                  </msup> 
 
27083
                </mrow> 
 
27084
              </mfrac> 
 
27085
            </mtd> 
 
27086
            <mtd> 
 
27087
              <mo>&#x02193;</mo> 
 
27088
            </mtd> 
 
27089
          </mtr> 
 
27090
          <mtr> 
 
27091
            <mtd> 
 
27092
              <mn>3</mn> 
 
27093
            </mtd> 
 
27094
            <mtd> 
 
27095
              <mo>&#x02192;</mo> 
 
27096
            </mtd> 
 
27097
            <mtd> 
 
27098
              <mn>4</mn> 
 
27099
            </mtd> 
 
27100
          </mtr> 
 
27101
        </mtable> 
 
27102
      </mrow>
 
27103
    </mml:math></sect3>
 
27104
<sect3><title>stretchTable2.mml</title>
 
27105
<programlisting>
 
27106
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27107
      <mtable>
 
27108
        <mtr> 
 
27109
          <mtd>
 
27110
            <mo>&#x02190;</mo>
 
27111
          </mtd> 
 
27112
          <mtd>
 
27113
            <mn>1</mn>
 
27114
          </mtd>
 
27115
        </mtr>
 
27116
        <mtr> 
 
27117
          <mtd>
 
27118
            <mtext>a long cell</mtext>
 
27119
          </mtd> 
 
27120
          <mtd>
 
27121
            <mn>1</mn>
 
27122
          </mtd>
 
27123
        </mtr>
 
27124
      </mtable>
 
27125
    </mml:math>]]>
 
27126
</programlisting>
 
27127
<para>is rendered as:</para>
 
27128
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27129
      <mtable>
 
27130
        <mtr> 
 
27131
          <mtd>
 
27132
            <mo>&#x02190;</mo>
 
27133
          </mtd> 
 
27134
          <mtd>
 
27135
            <mn>1</mn>
 
27136
          </mtd>
 
27137
        </mtr>
 
27138
        <mtr> 
 
27139
          <mtd>
 
27140
            <mtext>a long cell</mtext>
 
27141
          </mtd> 
 
27142
          <mtd>
 
27143
            <mn>1</mn>
 
27144
          </mtd>
 
27145
        </mtr>
 
27146
      </mtable>
 
27147
    </mml:math></sect3>
 
27148
</sect2>
 
27149
<sect2><title>vertical</title>
 
27150
<sect3><title>abs1.mml</title>
 
27151
<programlisting>
 
27152
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27153
      <mo>|</mo>
 
27154
      <mi>x</mi>
 
27155
      <mo>|</mo>
 
27156
    </mml:math>]]>
 
27157
</programlisting>
 
27158
<para>is rendered as:</para>
 
27159
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27160
      <mo>|</mo>
 
27161
      <mi>x</mi>
 
27162
      <mo>|</mo>
 
27163
    </mml:math></sect3>
 
27164
<sect3><title>abs2.mml</title>
 
27165
<programlisting>
 
27166
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27167
      <mo>|</mo>
 
27168
      <mfrac>
 
27169
        <mi>H</mi>
 
27170
        <mi>K</mi>
 
27171
      </mfrac>
 
27172
      <mo>|</mo>
 
27173
    </mml:math>]]>
 
27174
</programlisting>
 
27175
<para>is rendered as:</para>
 
27176
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27177
      <mo>|</mo>
 
27178
      <mfrac>
 
27179
        <mi>H</mi>
 
27180
        <mi>K</mi>
 
27181
      </mfrac>
 
27182
      <mo>|</mo>
 
27183
    </mml:math></sect3>
 
27184
<sect3><title>mid1.mml</title>
 
27185
<programlisting>
 
27186
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27187
      <mo>&#x02223;</mo>
 
27188
      <mi>x</mi>
 
27189
      <mo>&#x02223;</mo>
 
27190
    </mml:math>]]>
 
27191
</programlisting>
 
27192
<para>is rendered as:</para>
 
27193
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27194
      <mo>&#x02223;</mo>
 
27195
      <mi>x</mi>
 
27196
      <mo>&#x02223;</mo>
 
27197
    </mml:math></sect3>
 
27198
<sect3><title>mid2.mml</title>
 
27199
<programlisting>
 
27200
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27201
      <mo>&#x02223;</mo>
 
27202
      <mfrac>
 
27203
        <mi>H</mi>
 
27204
        <mi>K</mi>
 
27205
      </mfrac>
 
27206
      <mo>&#x02223;</mo>
 
27207
    </mml:math>]]>
 
27208
</programlisting>
 
27209
<para>is rendered as:</para>
 
27210
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27211
      <mo>&#x02223;</mo>
 
27212
      <mfrac>
 
27213
        <mi>H</mi>
 
27214
        <mi>K</mi>
 
27215
      </mfrac>
 
27216
      <mo>&#x02223;</mo>
 
27217
    </mml:math></sect3>
 
27218
<sect3><title>stretchVert1.mml</title>
 
27219
<programlisting>
 
27220
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27221
      <mstyle fontsize="130%" displaystyle="true"> 
 
27222
        <mtable> 
 
27223
          <mtr> 
 
27224
            <mtd> 
 
27225
              <mrow> 
 
27226
                <mi>x</mi> 
 
27227
                <mo>+</mo> 
 
27228
                <mrow> 
 
27229
                  <mo>(</mo> 
 
27230
                </mrow> 
 
27231
                <mfrac> 
 
27232
                  <mn>2</mn> 
 
27233
                  <mn>3</mn> 
 
27234
                </mfrac> 
 
27235
                <mo>)</mo> 
 
27236
              </mrow> 
 
27237
            </mtd> 
 
27238
          </mtr> 
 
27239
          <mtr> 
 
27240
            <mtd> 
 
27241
              <mrow> 
 
27242
                <mi>x</mi> 
 
27243
                <mo>+</mo> 
 
27244
                <mrow> 
 
27245
                  <mover> 
 
27246
                    <mo>(</mo> 
 
27247
                    <mo>-</mo> 
 
27248
                  </mover> 
 
27249
                </mrow> 
 
27250
                <mfrac> 
 
27251
                  <mn>2</mn> 
 
27252
                  <mn>3</mn> 
 
27253
                </mfrac> 
 
27254
                <mo>)</mo> 
 
27255
              </mrow> 
 
27256
            </mtd>
 
27257
          </mtr>
 
27258
        </mtable> 
 
27259
      </mstyle> 
 
27260
    </mml:math>]]>
 
27261
</programlisting>
 
27262
<para>is rendered as:</para>
 
27263
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27264
      <mstyle fontsize="130%" displaystyle="true"> 
 
27265
        <mtable> 
 
27266
          <mtr> 
 
27267
            <mtd> 
 
27268
              <mrow> 
 
27269
                <mi>x</mi> 
 
27270
                <mo>+</mo> 
 
27271
                <mrow> 
 
27272
                  <mo>(</mo> 
 
27273
                </mrow> 
 
27274
                <mfrac> 
 
27275
                  <mn>2</mn> 
 
27276
                  <mn>3</mn> 
 
27277
                </mfrac> 
 
27278
                <mo>)</mo> 
 
27279
              </mrow> 
 
27280
            </mtd> 
 
27281
          </mtr> 
 
27282
          <mtr> 
 
27283
            <mtd> 
 
27284
              <mrow> 
 
27285
                <mi>x</mi> 
 
27286
                <mo>+</mo> 
 
27287
                <mrow> 
 
27288
                  <mover> 
 
27289
                    <mo>(</mo> 
 
27290
                    <mo>-</mo> 
 
27291
                  </mover> 
 
27292
                </mrow> 
 
27293
                <mfrac> 
 
27294
                  <mn>2</mn> 
 
27295
                  <mn>3</mn> 
 
27296
                </mfrac> 
 
27297
                <mo>)</mo> 
 
27298
              </mrow> 
 
27299
            </mtd>
 
27300
          </mtr>
 
27301
        </mtable> 
 
27302
      </mstyle> 
 
27303
    </mml:math></sect3>
 
27304
<sect3><title>stretchVert2.mml</title>
 
27305
<programlisting>
 
27306
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27307
      <mo>|</mo>
 
27308
      <mi>H</mi>
 
27309
      <mo>|</mo>
 
27310
      <mo>+</mo>
 
27311
      <mo>&#x02329;</mo>
 
27312
      <mi>H</mi>
 
27313
      <mo>&#x02223;</mo>
 
27314
      <mi>H</mi>
 
27315
      <mo>&#x0232A;</mo>
 
27316
    </mml:math>]]>
 
27317
</programlisting>
 
27318
<para>is rendered as:</para>
 
27319
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27320
      <mo>|</mo>
 
27321
      <mi>H</mi>
 
27322
      <mo>|</mo>
 
27323
      <mo>+</mo>
 
27324
      <mo>&#x02329;</mo>
 
27325
      <mi>H</mi>
 
27326
      <mo>&#x02223;</mo>
 
27327
      <mi>H</mi>
 
27328
      <mo>&#x0232A;</mo>
 
27329
    </mml:math></sect3>
 
27330
<sect3><title>stretchVertNest2.mml</title>
 
27331
<programlisting>
 
27332
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27333
      <mstyle fontsize="130%" displaystyle="true"> 
 
27334
        <mrow> 
 
27335
          <mo stretchy="true">(</mo> 
 
27336
          <mrow> 
 
27337
            <mo stretchy="true">(</mo> 
 
27338
            <mfrac> 
 
27339
              <mi>x</mi> 
 
27340
              <mi>y</mi> 
 
27341
            </mfrac> 
 
27342
            <mo stretchy="true">)</mo> 
 
27343
          </mrow> 
 
27344
          <mo stretchy="true">)</mo> 
 
27345
        </mrow> 
 
27346
      </mstyle> 
 
27347
    </mml:math>]]>
 
27348
</programlisting>
 
27349
<para>is rendered as:</para>
 
27350
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27351
      <mstyle fontsize="130%" displaystyle="true"> 
 
27352
        <mrow> 
 
27353
          <mo stretchy="true">(</mo> 
 
27354
          <mrow> 
 
27355
            <mo stretchy="true">(</mo> 
 
27356
            <mfrac> 
 
27357
              <mi>x</mi> 
 
27358
              <mi>y</mi> 
 
27359
            </mfrac> 
 
27360
            <mo stretchy="true">)</mo> 
 
27361
          </mrow> 
 
27362
          <mo stretchy="true">)</mo> 
 
27363
        </mrow> 
 
27364
      </mstyle> 
 
27365
    </mml:math></sect3>
 
27366
<sect3><title>verbar1.mml</title>
 
27367
<programlisting>
 
27368
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27369
      <mo>&#x0007C;</mo>
 
27370
      <mi>x</mi>
 
27371
      <mo>&#x0007C;</mo>
 
27372
    </mml:math>]]>
 
27373
</programlisting>
 
27374
<para>is rendered as:</para>
 
27375
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27376
      <mo>&#x0007C;</mo>
 
27377
      <mi>x</mi>
 
27378
      <mo>&#x0007C;</mo>
 
27379
    </mml:math></sect3>
 
27380
<sect3><title>verbar2.mml</title>
 
27381
<programlisting>
 
27382
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27383
      <mo>&#x0007C;</mo>
 
27384
      <mfrac>
 
27385
        <mi>H</mi>
 
27386
        <mi>K</mi>
 
27387
      </mfrac>
 
27388
      <mo>&#x0007C;</mo>
 
27389
    </mml:math>]]>
 
27390
</programlisting>
 
27391
<para>is rendered as:</para>
 
27392
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27393
      <mo>&#x0007C;</mo>
 
27394
      <mfrac>
 
27395
        <mi>H</mi>
 
27396
        <mi>K</mi>
 
27397
      </mfrac>
 
27398
      <mo>&#x0007C;</mo>
 
27399
    </mml:math></sect3>
 
27400
</sect2>
 
27401
</sect1>
 
27402
<sect1><title>WhiteSpace</title>
 
27403
<sect2><title>invChars.mml</title>
 
27404
<programlisting>
 
27405
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27406
      <mn></mn>
 
27407
      <mo></mo>
 
27408
      <mi> </mi>
 
27409
      <mo>&#x02062;</mo>
 
27410
      <mn>&#x00009;</mn>
 
27411
      <mo>&#x02061;</mo>
 
27412
      <mtext> &#x0200B; </mtext>
 
27413
    </mml:math>]]>
 
27414
</programlisting>
 
27415
<para>is rendered as:</para>
 
27416
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27417
      <mn></mn>
 
27418
      <mo></mo>
 
27419
      <mi> </mi>
 
27420
      <mo>&#x02062;</mo>
 
27421
      <mn>&#x00009;</mn>
 
27422
      <mo>&#x02061;</mo>
 
27423
      <mtext> &#x0200B; </mtext>
 
27424
    </mml:math></sect2>
 
27425
<sect2><title>whBcomments1.mml</title>
 
27426
<programlisting>
 
27427
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27428
      <mn>5</mn> 
 
27429
      <!-- <mo>+</mo> 
 
27430
           <mn>4</mn> -->
 
27431
    </mml:math>]]>
 
27432
</programlisting>
 
27433
<para>is rendered as:</para>
 
27434
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27435
      <mn>5</mn> 
 
27436
      <!-- <mo>+</mo> 
 
27437
           <mn>4</mn> -->
 
27438
    </mml:math></sect2>
 
27439
<sect2><title>whBgeneral1.mml</title>
 
27440
<programlisting>
 
27441
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27442
 
 
27443
      <mi>x   </mi> 
 
27444
      <mo>  +  </mo> 
 
27445
      <mi>y</mi>
 
27446
    </mml:math>]]>
 
27447
</programlisting>
 
27448
<para>is rendered as:</para>
 
27449
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27450
 
 
27451
      <mi>x   </mi> 
 
27452
      <mo>  +  </mo> 
 
27453
      <mi>y</mi>
 
27454
    </mml:math></sect2>
 
27455
<sect2><title>white1.mml</title>
 
27456
<programlisting>
 
27457
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27458
      <mrow>
 
27459
        <mi>&#x003B1;</mi>
 
27460
        <mi>&#x02009;</mi>
 
27461
        <mi>&#x003B1;</mi> 
 
27462
      </mrow>
 
27463
    </mml:math>]]>
 
27464
</programlisting>
 
27465
<para>is rendered as:</para>
 
27466
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27467
      <mrow>
 
27468
        <mi>&#x003B1;</mi>
 
27469
        <mi>&#x02009;</mi>
 
27470
        <mi>&#x003B1;</mi> 
 
27471
      </mrow>
 
27472
    </mml:math></sect2>
 
27473
<sect2><title>white2.mml</title>
 
27474
<programlisting>
 
27475
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27476
      <mrow>
 
27477
        <mi>&#x003B1;</mi>
 
27478
        <mi>&#x000A0;</mi>
 
27479
        <mi>&#x003B1;</mi> 
 
27480
      </mrow>
 
27481
    </mml:math>]]>
 
27482
</programlisting>
 
27483
<para>is rendered as:</para>
 
27484
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27485
      <mrow>
 
27486
        <mi>&#x003B1;</mi>
 
27487
        <mi>&#x000A0;</mi>
 
27488
        <mi>&#x003B1;</mi> 
 
27489
      </mrow>
 
27490
    </mml:math></sect2>
 
27491
<sect2><title>white3.mml</title>
 
27492
<programlisting>
 
27493
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27494
      <mrow>
 
27495
        <mi>&#x003B1;</mi>
 
27496
        <mi>&#x02003;</mi>
 
27497
        <mi>&#x003B1;</mi> 
 
27498
      </mrow>
 
27499
    </mml:math>]]>
 
27500
</programlisting>
 
27501
<para>is rendered as:</para>
 
27502
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27503
      <mrow>
 
27504
        <mi>&#x003B1;</mi>
 
27505
        <mi>&#x02003;</mi>
 
27506
        <mi>&#x003B1;</mi> 
 
27507
      </mrow>
 
27508
    </mml:math></sect2>
 
27509
<sect2><title>white4.mml</title>
 
27510
<programlisting>
 
27511
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27512
      <mrow> 
 
27513
        <mi>&#x003B1;</mi> 
 
27514
        <mi>&#x02005;</mi> 
 
27515
        <mi>&#x003B1;</mi> 
 
27516
      </mrow> 
 
27517
    </mml:math>]]>
 
27518
</programlisting>
 
27519
<para>is rendered as:</para>
 
27520
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML"> 
 
27521
      <mrow> 
 
27522
        <mi>&#x003B1;</mi> 
 
27523
        <mi>&#x02005;</mi> 
 
27524
        <mi>&#x003B1;</mi> 
 
27525
      </mrow> 
 
27526
    </mml:math></sect2>
 
27527
<sect2><title>white9.mml</title>
 
27528
<programlisting>
 
27529
<![CDATA[    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27530
      <mrow>
 
27531
        <mi>&#x003B1;</mi>
 
27532
        <mi>&#x0000A;</mi>
 
27533
        <mi>&#x003B1;</mi> 
 
27534
      </mrow>
 
27535
    </mml:math>]]>
 
27536
</programlisting>
 
27537
<para>is rendered as:</para>
 
27538
    <mml:math xmlns="http://www.w3.org/1998/Math/MathML">
 
27539
      <mrow>
 
27540
        <mi>&#x003B1;</mi>
 
27541
        <mi>&#x0000A;</mi>
 
27542
        <mi>&#x003B1;</mi> 
 
27543
      </mrow>
 
27544
    </mml:math></sect2>
 
27545
</sect1>
 
27546
</chapter>
 
27547
</book>