├── .gitignore ├── COPYING ├── README.md ├── basic-mml ├── derivatives1.mml ├── derivatives2.mml ├── dotless_letters.mml ├── integrals1.mml ├── integrals2.mml ├── invisible_operators1.mml ├── invisible_operators2.mml ├── invisible_operators3.mml ├── mathvariant1.mml ├── mathvariant2.mml ├── mfenced1.mml ├── mfenced2.mml ├── mfenced3.mml ├── mfrac1.mml ├── mfrac2.mml ├── mfrac3.mml ├── mfrac4.mml ├── mi.mml ├── miscellaneous1.mml ├── miscellaneous2.mml ├── miscellaneous3.mml ├── miscellaneous4.mml ├── mn.mml ├── mo.mml ├── mover.mml ├── mroot1.mml ├── mroot2.mml ├── mrow.mml ├── msqrt1.mml ├── msqrt2.mml ├── mstyle.mml ├── msub1.mml ├── msub2.mml ├── msub3.mml ├── msub4.mml ├── msub5.mml ├── msubsup01.mml ├── msubsup02.mml ├── msubsup03.mml ├── msubsup04.mml ├── msubsup05.mml ├── msubsup06.mml ├── msubsup07.mml ├── msubsup08.mml ├── msubsup09.mml ├── msubsup10.mml ├── msup1.mml ├── msup2.mml ├── msup3.mml ├── msup4.mml ├── msup5.mml ├── msup6.mml ├── mtable1.mml ├── mtable2.mml ├── mtable3.mml ├── mtable4.mml ├── mtable5.mml ├── mtable6.mml ├── munder1.mml ├── munder2.mml ├── munder3.mml ├── munderover1.mml ├── munderover2.mml ├── munderover3.mml ├── plain_text.mml ├── radicals1.mml ├── radicals2.mml └── vector_operators_and_entities.mml ├── formulaview.cpp ├── formulaview.h ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mml ├── AxiomOfPowerSet.mml ├── BinomialCoefficient.mml ├── CichonsDiagram.mml ├── ComplexNumber.mml ├── DeMorgansLaw.mml ├── DifferentiableManifold.mml ├── Divergence.mml ├── FontSizes.mml ├── MooreDeterminant.mml ├── MultiscriptsGreekAlphabeth.mml ├── NestedRoots.mml ├── NetstedMatrices.mml ├── QuadraticFormula.mml ├── SchwingerDysonEquation.mml ├── SophomoresDream.mml └── SphereVolume.mml ├── qtmmlwidget-license ├── qwt-mml.pro ├── qwt_mathml_text_engine.cpp ├── qwt_mathml_text_engine.h ├── qwt_mml_document.cpp ├── qwt_mml_document.h ├── qwt_mml_entity_table.cpp ├── qwt_mml_entity_table.h ├── resources.txt └── w3-mml-testsuite ├── Characters ├── EntityNames │ ├── a.xml │ ├── b.xml │ ├── c.xml │ ├── d.xml │ ├── e.xml │ ├── f.xml │ ├── g.xml │ ├── h.xml │ ├── i.xml │ ├── j.xml │ ├── k.xml │ ├── l.xml │ ├── m.xml │ ├── n.xml │ ├── o.xml │ ├── p.xml │ ├── q.xml │ ├── r.xml │ ├── s.xml │ ├── t.xml │ ├── u.xml │ ├── v.xml │ ├── w.xml │ ├── x.xml │ ├── y.xml │ └── z.xml ├── NumericRefs │ ├── a.xml │ ├── b.xml │ ├── c.xml │ ├── d.xml │ ├── e.xml │ ├── f.xml │ ├── g.xml │ ├── h.xml │ ├── i.xml │ ├── j.xml │ ├── k.xml │ ├── l.xml │ ├── m.xml │ ├── n.xml │ ├── o.xml │ ├── p.xml │ ├── q.xml │ ├── r.xml │ ├── s.xml │ ├── t.xml │ ├── u.xml │ ├── v.xml │ ├── w.xml │ ├── x.xml │ ├── y.xml │ └── z.xml └── UTF8 │ ├── a.xml │ ├── b.xml │ ├── c.xml │ ├── d.xml │ ├── e.xml │ ├── f.xml │ ├── g.xml │ ├── h.xml │ ├── i.xml │ ├── j.xml │ ├── k.xml │ ├── l.xml │ ├── m.xml │ ├── n.xml │ ├── o.xml │ ├── p.xml │ ├── q.xml │ ├── r.xml │ ├── s.xml │ ├── t.xml │ ├── u.xml │ ├── v.xml │ ├── w.xml │ ├── x.xml │ ├── y.xml │ └── z.xml ├── Content ├── ArithmeticAlgebraLogic │ ├── abs │ │ ├── abs1.mml │ │ ├── abs1.png │ │ ├── abs1.xml │ │ ├── abs2.mml │ │ ├── abs2.png │ │ ├── abs2.xml │ │ ├── rec-abs3.mml │ │ ├── rec-abs3.png │ │ └── rec-abs3.xml │ ├── and │ │ ├── and1.mml │ │ ├── and1.png │ │ ├── and1.xml │ │ ├── and2.mml │ │ ├── and2.png │ │ ├── and2.xml │ │ ├── rec-and2.mml │ │ ├── rec-and2.png │ │ └── rec-and2.xml │ ├── arg │ │ ├── rec-arg1.mml │ │ ├── rec-arg1.png │ │ └── rec-arg1.xml │ ├── arithmetic_1.mml │ ├── arithmetic_1.png │ ├── arithmetic_1.xml │ ├── arithmetic_2.mml │ ├── arithmetic_2.png │ ├── arithmetic_2.xml │ ├── arithmetic_3.mml │ ├── arithmetic_3.png │ ├── arithmetic_3.xml │ ├── arithmetic_4.mml │ ├── arithmetic_4.png │ ├── arithmetic_4.xml │ ├── ceiling │ │ ├── rec-ceiling1.mml │ │ ├── rec-ceiling1.png │ │ ├── rec-ceiling1.xml │ │ ├── rec-ceiling2.mml │ │ ├── rec-ceiling2.png │ │ └── rec-ceiling2.xml │ ├── conjugate │ │ ├── rec-conjugate1.mml │ │ ├── rec-conjugate1.png │ │ └── rec-conjugate1.xml │ ├── divide │ │ ├── divide1.mml │ │ ├── divide1.png │ │ ├── divide1.xml │ │ ├── divide2.mml │ │ ├── divide2.png │ │ ├── divide2.xml │ │ ├── divide3.mml │ │ ├── divide3.png │ │ ├── divide3.xml │ │ ├── divide5.mml │ │ ├── divide5.png │ │ ├── divide5.xml │ │ ├── rec-divide4.mml │ │ ├── rec-divide4.png │ │ └── rec-divide4.xml │ ├── exists │ │ ├── rec-exists1.mml │ │ ├── rec-exists1.png │ │ └── rec-exists1.xml │ ├── factorial │ │ ├── factorial1.mml │ │ ├── factorial1.png │ │ ├── factorial1.xml │ │ ├── factorial3.mml │ │ ├── factorial3.png │ │ ├── factorial3.xml │ │ ├── factorial4.mml │ │ ├── factorial4.png │ │ ├── factorial4.xml │ │ ├── rec-factorial2.mml │ │ ├── rec-factorial2.png │ │ └── rec-factorial2.xml │ ├── floor │ │ ├── rec-floor1.mml │ │ ├── rec-floor1.png │ │ ├── rec-floor1.xml │ │ ├── rec-floor2.mml │ │ ├── rec-floor2.png │ │ └── rec-floor2.xml │ ├── forall │ │ ├── forall1.mml │ │ ├── forall1.png │ │ ├── forall1.xml │ │ ├── forall2.mml │ │ ├── forall2.png │ │ ├── forall2.xml │ │ ├── rec-forall2.mml │ │ ├── rec-forall2.png │ │ ├── rec-forall2.xml │ │ ├── rec-forall3.mml │ │ ├── rec-forall3.png │ │ ├── rec-forall3.xml │ │ ├── rec-forall4.mml │ │ ├── rec-forall4.png │ │ ├── rec-forall4.xml │ │ ├── rec-forall5.mml │ │ ├── rec-forall5.png │ │ ├── rec-forall5.xml │ │ ├── rec-forall6.mml │ │ ├── rec-forall6.png │ │ ├── rec-forall6.xml │ │ ├── rec-forall7.mml │ │ ├── rec-forall7.png │ │ └── rec-forall7.xml │ ├── gcd │ │ ├── rec-gcd1.mml │ │ ├── rec-gcd1.png │ │ └── rec-gcd1.xml │ ├── imaginary │ │ ├── rec-imaginary1.mml │ │ ├── rec-imaginary1.png │ │ └── rec-imaginary1.xml │ ├── implies │ │ ├── implies2.mml │ │ ├── implies2.png │ │ ├── implies2.xml │ │ ├── rec-implies1.mml │ │ ├── rec-implies1.png │ │ └── rec-implies1.xml │ ├── lcm │ │ ├── rec-lcm1.mml │ │ ├── rec-lcm1.png │ │ └── rec-lcm1.xml │ ├── logic5.mml │ ├── logic5.png │ ├── logic5.xml │ ├── logic6.mml │ ├── logic6.png │ ├── logic6.xml │ ├── logic7.mml │ ├── logic7.png │ ├── logic7.xml │ ├── max │ │ ├── max3.mml │ │ ├── max3.png │ │ ├── max3.xml │ │ ├── rec-max1.mml │ │ ├── rec-max1.png │ │ ├── rec-max1.xml │ │ ├── rec-max2.mml │ │ ├── rec-max2.png │ │ └── rec-max2.xml │ ├── min │ │ ├── min1.mml │ │ ├── min1.png │ │ ├── min1.xml │ │ ├── rec-min2.mml │ │ ├── rec-min2.png │ │ └── rec-min2.xml │ ├── minus │ │ ├── minus1.mml │ │ ├── minus1.png │ │ ├── minus1.xml │ │ ├── minus2.mml │ │ ├── minus2.png │ │ ├── minus2.xml │ │ ├── minus3.mml │ │ ├── minus3.png │ │ ├── minus3.xml │ │ ├── minus4.mml │ │ ├── minus4.png │ │ ├── minus4.xml │ │ ├── minus5.mml │ │ ├── minus5.png │ │ ├── minus5.xml │ │ ├── minus6.mml │ │ ├── minus6.png │ │ ├── minus6.xml │ │ ├── minus7.mml │ │ ├── minus7.png │ │ ├── minus7.xml │ │ ├── minus9.mml │ │ ├── minus9.png │ │ ├── minus9.xml │ │ ├── rec-minus8.mml │ │ ├── rec-minus8.png │ │ └── rec-minus8.xml │ ├── not │ │ ├── not1.mml │ │ ├── not1.png │ │ ├── not1.xml │ │ ├── rec-not2.mml │ │ ├── rec-not2.png │ │ ├── rec-not2.xml │ │ ├── rec-not3.mml │ │ ├── rec-not3.png │ │ └── rec-not3.xml │ ├── or │ │ ├── rec-or1.mml │ │ ├── rec-or1.png │ │ └── rec-or1.xml │ ├── plus │ │ ├── plus1.mml │ │ ├── plus1.png │ │ ├── plus1.xml │ │ ├── plus2.mml │ │ ├── plus2.png │ │ ├── plus2.xml │ │ ├── plus3.mml │ │ ├── plus3.png │ │ ├── plus3.xml │ │ ├── plus4.mml │ │ ├── plus4.png │ │ ├── plus4.xml │ │ ├── plus6.mml │ │ ├── plus6.png │ │ ├── plus6.xml │ │ ├── plus7.mml │ │ ├── plus7.png │ │ ├── plus7.xml │ │ ├── rec-plus5.mml │ │ ├── rec-plus5.png │ │ └── rec-plus5.xml │ ├── power │ │ ├── power1.mml │ │ ├── power1.png │ │ ├── power1.xml │ │ ├── power2.mml │ │ ├── power2.png │ │ ├── power2.xml │ │ ├── power3.mml │ │ ├── power3.png │ │ ├── power3.xml │ │ ├── power5.mml │ │ ├── power5.png │ │ ├── power5.xml │ │ ├── power6.mml │ │ ├── power6.png │ │ ├── power6.xml │ │ ├── power7.mml │ │ ├── power7.png │ │ ├── power7.xml │ │ ├── power8.mml │ │ ├── power8.png │ │ ├── power8.xml │ │ ├── rec-power4.mml │ │ ├── rec-power4.png │ │ └── rec-power4.xml │ ├── quotient │ │ ├── rec-quotient1.mml │ │ ├── rec-quotient1.png │ │ └── rec-quotient1.xml │ ├── real │ │ ├── rec-real1.mml │ │ ├── rec-real1.png │ │ └── rec-real1.xml │ ├── rem │ │ ├── rec-rem1.mml │ │ ├── rec-rem1.png │ │ └── rec-rem1.xml │ ├── root │ │ ├── rec-root1.mml │ │ ├── rec-root1.png │ │ ├── rec-root1.xml │ │ ├── root2.mml │ │ ├── root2.png │ │ └── root2.xml │ ├── times │ │ ├── rec-times1.mml │ │ ├── rec-times1.png │ │ ├── rec-times1.xml │ │ ├── times2.mml │ │ ├── times2.png │ │ ├── times2.xml │ │ ├── times3.mml │ │ ├── times3.png │ │ ├── times3.xml │ │ ├── times4.mml │ │ ├── times4.png │ │ ├── times4.xml │ │ ├── times5.mml │ │ ├── times5.png │ │ ├── times5.xml │ │ ├── times6.mml │ │ ├── times6.png │ │ ├── times6.xml │ │ ├── times7.mml │ │ ├── times7.png │ │ └── times7.xml │ └── xor │ │ ├── rec-xor1.mml │ │ ├── rec-xor1.png │ │ └── rec-xor1.xml ├── BasicContentElements │ ├── apply │ │ ├── rec-apply1.mml │ │ ├── rec-apply1.png │ │ ├── rec-apply1.xml │ │ ├── rec-apply2.mml │ │ ├── rec-apply2.png │ │ ├── rec-apply2.xml │ │ ├── rec-apply3.mml │ │ ├── rec-apply3.png │ │ ├── rec-apply3.xml │ │ ├── rec-apply4.mml │ │ ├── rec-apply4.png │ │ └── rec-apply4.xml │ ├── codomain │ │ ├── rec-codomain1.mml │ │ ├── rec-codomain1.png │ │ └── rec-codomain1.xml │ ├── compose │ │ ├── rec-compose1.mml │ │ ├── rec-compose1.png │ │ ├── rec-compose1.xml │ │ ├── rec-compose2.mml │ │ ├── rec-compose2.png │ │ ├── rec-compose2.xml │ │ ├── rec-compose3.mml │ │ ├── rec-compose3.png │ │ ├── rec-compose3.xml │ │ ├── rec-compose4.mml │ │ ├── rec-compose4.png │ │ └── rec-compose4.xml │ ├── condition │ │ ├── rec-condition1.mml │ │ ├── rec-condition1.png │ │ └── rec-condition1.xml │ ├── declare │ │ ├── rec-declare1.mml │ │ ├── rec-declare1.png │ │ ├── rec-declare1.xml │ │ ├── rec-declare2.mml │ │ ├── rec-declare2.png │ │ ├── rec-declare2.xml │ │ ├── rec-declare3.mml │ │ ├── rec-declare3.png │ │ ├── rec-declare3.xml │ │ ├── rec-declare4.mml │ │ ├── rec-declare4.png │ │ ├── rec-declare4.xml │ │ ├── rec-declare5.mml │ │ ├── rec-declare5.png │ │ └── rec-declare5.xml │ ├── domain │ │ ├── rec-domain1.mml │ │ ├── rec-domain1.png │ │ └── rec-domain1.xml │ ├── domainofapplication │ │ ├── rec-domainofapplication1.mml │ │ ├── rec-domainofapplication1.png │ │ └── rec-domainofapplication1.xml │ ├── fn │ │ ├── fn1.mml │ │ ├── fn1.png │ │ ├── fn1.xml │ │ ├── fn4.mml │ │ ├── fn4.png │ │ ├── fn4.xml │ │ ├── rec-fn2.mml │ │ ├── rec-fn2.png │ │ ├── rec-fn2.xml │ │ ├── rec-fn3.mml │ │ ├── rec-fn3.png │ │ └── rec-fn3.xml │ ├── ident │ │ ├── ident1.mml │ │ ├── ident1.png │ │ ├── ident1.xml │ │ ├── rec-ident2.mml │ │ ├── rec-ident2.png │ │ └── rec-ident2.xml │ ├── image │ │ ├── rec-image1.mml │ │ ├── rec-image1.png │ │ └── rec-image1.xml │ ├── interval │ │ ├── rec-interval1.mml │ │ ├── rec-interval1.png │ │ ├── rec-interval1.xml │ │ ├── rec-interval2.mml │ │ ├── rec-interval2.png │ │ └── rec-interval2.xml │ ├── inverse │ │ ├── rec-inverse1.mml │ │ ├── rec-inverse1.png │ │ ├── rec-inverse1.xml │ │ ├── rec-inverse2.mml │ │ ├── rec-inverse2.png │ │ ├── rec-inverse2.xml │ │ ├── rec-inverse3.mml │ │ ├── rec-inverse3.png │ │ ├── rec-inverse3.xml │ │ ├── rec-inverse4.mml │ │ ├── rec-inverse4.png │ │ └── rec-inverse4.xml │ ├── lambda │ │ ├── rec-lambda1.mml │ │ ├── rec-lambda1.png │ │ ├── rec-lambda1.xml │ │ ├── rec-lambda2.mml │ │ ├── rec-lambda2.png │ │ ├── rec-lambda2.xml │ │ ├── rec-lambda3.mml │ │ ├── rec-lambda3.png │ │ └── rec-lambda3.xml │ ├── piecewise │ │ ├── rec-piecewise1.mml │ │ ├── rec-piecewise1.png │ │ ├── rec-piecewise1.xml │ │ ├── rec-piecewise2.mml │ │ ├── rec-piecewise2.png │ │ └── rec-piecewise2.xml │ └── reln │ │ ├── rec-reln1.mml │ │ ├── rec-reln1.png │ │ ├── rec-reln1.xml │ │ ├── rec-reln2.mml │ │ ├── rec-reln2.png │ │ ├── rec-reln2.xml │ │ ├── rec-reln3.mml │ │ ├── rec-reln3.png │ │ └── rec-reln3.xml ├── Calculus │ ├── bvar │ │ ├── rec-bvar1.mml │ │ ├── rec-bvar1.png │ │ ├── rec-bvar1.xml │ │ ├── rec-bvar2.mml │ │ ├── rec-bvar2.png │ │ └── rec-bvar2.xml │ ├── curl │ │ ├── rec-curl1.mml │ │ ├── rec-curl1.png │ │ └── rec-curl1.xml │ ├── degree │ │ ├── degree2.mml │ │ ├── degree2.png │ │ ├── degree2.xml │ │ ├── rec-degree1.mml │ │ ├── rec-degree1.png │ │ └── rec-degree1.xml │ ├── diff │ │ ├── rec-diff1.mml │ │ ├── rec-diff1.png │ │ ├── rec-diff1.xml │ │ ├── rec-diff2.mml │ │ ├── rec-diff2.png │ │ └── rec-diff2.xml │ ├── divergence │ │ ├── rec-divergence1.mml │ │ ├── rec-divergence1.png │ │ ├── rec-divergence1.xml │ │ ├── rec-divergence2.mml │ │ ├── rec-divergence2.png │ │ └── rec-divergence2.xml │ ├── grad │ │ ├── rec-grad1.mml │ │ ├── rec-grad1.png │ │ └── rec-grad1.xml │ ├── int │ │ ├── int1.mml │ │ ├── int1.png │ │ ├── int1.xml │ │ ├── int2.mml │ │ ├── int2.png │ │ ├── int2.xml │ │ ├── rec-int3.mml │ │ ├── rec-int3.png │ │ ├── rec-int3.xml │ │ ├── rec-int4.mml │ │ ├── rec-int4.png │ │ ├── rec-int4.xml │ │ ├── rec-int5.mml │ │ ├── rec-int5.png │ │ ├── rec-int5.xml │ │ ├── rec-int6.mml │ │ ├── rec-int6.png │ │ └── rec-int6.xml │ ├── laplacian │ │ ├── rec-laplacian1.mml │ │ ├── rec-laplacian1.png │ │ └── rec-laplacian1.xml │ ├── lowlimit │ │ ├── rec-lowlimit1.mml │ │ ├── rec-lowlimit1.png │ │ └── rec-lowlimit1.xml │ ├── partialdiff │ │ ├── partialdiff1.mml │ │ ├── partialdiff1.png │ │ ├── partialdiff1.xml │ │ ├── partialdiff2.mml │ │ ├── partialdiff2.png │ │ ├── partialdiff2.xml │ │ ├── rec-partialdiff3.mml │ │ ├── rec-partialdiff3.png │ │ ├── rec-partialdiff3.xml │ │ ├── rec-partialdiff4.mml │ │ ├── rec-partialdiff4.png │ │ ├── rec-partialdiff4.xml │ │ ├── rec-partialdiff5.mml │ │ ├── rec-partialdiff5.png │ │ └── rec-partialdiff5.xml │ └── uplimit │ │ ├── rec-uplimit1.mml │ │ ├── rec-uplimit1.png │ │ └── rec-uplimit1.xml ├── ConstantsAndSymbols │ ├── complexes │ │ ├── rec-complexes1.mml │ │ ├── rec-complexes1.png │ │ └── rec-complexes1.xml │ ├── emptyset │ │ ├── rec-emptyset1.mml │ │ ├── rec-emptyset1.png │ │ └── rec-emptyset1.xml │ ├── eulergamma │ │ ├── rec-eulergamma1.mml │ │ ├── rec-eulergamma1.png │ │ └── rec-eulergamma1.xml │ ├── exponentiale │ │ ├── rec-exponentiale1.mml │ │ ├── rec-exponentiale1.png │ │ └── rec-exponentiale1.xml │ ├── false │ │ ├── rec-false1.mml │ │ ├── rec-false1.png │ │ └── rec-false1.xml │ ├── imaginaryi │ │ ├── rec-imaginaryi1.mml │ │ ├── rec-imaginaryi1.png │ │ └── rec-imaginaryi1.xml │ ├── infinity │ │ ├── rec-infinity1.mml │ │ ├── rec-infinity1.png │ │ └── rec-infinity1.xml │ ├── integers │ │ ├── rec-integers1.mml │ │ ├── rec-integers1.png │ │ └── rec-integers1.xml │ ├── naturalnumbers │ │ ├── rec-naturalnumbers1.mml │ │ ├── rec-naturalnumbers1.png │ │ └── rec-naturalnumbers1.xml │ ├── notanumber │ │ ├── rec-notanumber1.mml │ │ ├── rec-notanumber1.png │ │ └── rec-notanumber1.xml │ ├── pi │ │ ├── rec-pi1.mml │ │ ├── rec-pi1.png │ │ └── rec-pi1.xml │ ├── primes │ │ ├── rec-primes1.mml │ │ ├── rec-primes1.png │ │ └── rec-primes1.xml │ ├── rationals │ │ ├── rec-rationals1.mml │ │ ├── rec-rationals1.png │ │ └── rec-rationals1.xml │ ├── reals │ │ ├── rec-reals1.mml │ │ ├── rec-reals1.png │ │ └── rec-reals1.xml │ └── true │ │ ├── rec-true1.mml │ │ ├── rec-true1.png │ │ └── rec-true1.xml ├── ElementaryFunctions │ ├── arccos │ │ ├── arccos1.mml │ │ ├── arccos1.png │ │ ├── arccos1.xml │ │ ├── arccos2.mml │ │ ├── arccos2.png │ │ ├── arccos2.xml │ │ ├── arccos3.mml │ │ ├── arccos3.xml │ │ ├── arccos4.mml │ │ ├── arccos4.png │ │ └── arccos4.xml │ ├── arccosh │ │ ├── arccosh1.mml │ │ ├── arccosh1.png │ │ ├── arccosh1.xml │ │ ├── arccosh2.mml │ │ ├── arccosh2.png │ │ ├── arccosh2.xml │ │ ├── arccosh3.mml │ │ ├── arccosh3.png │ │ ├── arccosh3.xml │ │ ├── arccosh4.mml │ │ ├── arccosh4.png │ │ └── arccosh4.xml │ ├── arccot │ │ ├── arccot1.mml │ │ ├── arccot1.png │ │ ├── arccot1.xml │ │ ├── arccot2.mml │ │ ├── arccot2.png │ │ ├── arccot2.xml │ │ ├── arccot3.mml │ │ ├── arccot3.png │ │ └── arccot3.xml │ ├── arccoth │ │ ├── arccoth1.mml │ │ ├── arccoth1.png │ │ ├── arccoth1.xml │ │ ├── arccoth2.mml │ │ ├── arccoth2.png │ │ ├── arccoth2.xml │ │ ├── arccoth3.mml │ │ ├── arccoth3.png │ │ └── arccoth3.xml │ ├── arccsc │ │ ├── arccsc1.mml │ │ ├── arccsc1.png │ │ ├── arccsc1.xml │ │ ├── arccsc2.mml │ │ ├── arccsc2.png │ │ ├── arccsc2.xml │ │ ├── arccsc3.mml │ │ ├── arccsc3.png │ │ └── arccsc3.xml │ ├── arccsch │ │ ├── arccsch1.mml │ │ ├── arccsch1.png │ │ ├── arccsch1.xml │ │ ├── arccsch2.mml │ │ ├── arccsch2.png │ │ ├── arccsch2.xml │ │ ├── arccsch3.mml │ │ ├── arccsch3.png │ │ └── arccsch3.xml │ ├── arcsec │ │ ├── arcsec1.mml │ │ ├── arcsec1.png │ │ ├── arcsec1.xml │ │ ├── arcsec2.mml │ │ ├── arcsec2.png │ │ ├── arcsec2.xml │ │ ├── arcsec3.mml │ │ ├── arcsec3.png │ │ └── arcsec3.xml │ ├── arcsech │ │ ├── arcsech1.mml │ │ ├── arcsech1.png │ │ ├── arcsech1.xml │ │ ├── arcsech2.mml │ │ ├── arcsech2.png │ │ ├── arcsech2.xml │ │ ├── arcsech3.mml │ │ ├── arcsech3.png │ │ └── arcsech3.xml │ ├── arcsin │ │ ├── arcsin1.mml │ │ ├── arcsin1.png │ │ ├── arcsin1.xml │ │ ├── arcsin2.mml │ │ ├── arcsin2.png │ │ ├── arcsin2.xml │ │ ├── arcsin3.mml │ │ ├── arcsin3.png │ │ ├── arcsin3.xml │ │ ├── factorial3.mml │ │ ├── factorial3.png │ │ └── factorial3.xml │ ├── arcsinh │ │ ├── arcsinh1.mml │ │ ├── arcsinh1.png │ │ ├── arcsinh1.xml │ │ ├── arcsinh2.mml │ │ ├── arcsinh2.png │ │ ├── arcsinh2.xml │ │ ├── arcsinh3.mml │ │ ├── arcsinh3.png │ │ └── arcsinh3.xml │ ├── arctan │ │ ├── arctan1.mml │ │ ├── arctan1.png │ │ ├── arctan1.xml │ │ ├── arctan2.mml │ │ ├── arctan2.png │ │ ├── arctan2.xml │ │ ├── arctan3.mml │ │ ├── arctan3.png │ │ └── arctan3.xml │ ├── arctanh │ │ ├── arctanh1.mml │ │ ├── arctanh1.png │ │ ├── arctanh1.xml │ │ ├── arctanh2.mml │ │ ├── arctanh2.png │ │ ├── arctanh2.xml │ │ ├── arctanh3.mml │ │ ├── arctanh3.png │ │ └── arctanh3.xml │ ├── cos │ │ ├── cos1.mml │ │ ├── cos1.png │ │ ├── cos1.xml │ │ ├── cos2.mml │ │ ├── cos2.png │ │ ├── cos2.xml │ │ ├── cos3.mml │ │ ├── cos3.png │ │ ├── cos3.xml │ │ ├── cos4.mml │ │ ├── cos4.png │ │ └── cos4.xml │ ├── cosh │ │ ├── cosh1.mml │ │ ├── cosh1.png │ │ ├── cosh1.xml │ │ ├── cosh2.mml │ │ ├── cosh2.png │ │ ├── cosh2.xml │ │ ├── cosh3.mml │ │ ├── cosh3.png │ │ ├── cosh3.xml │ │ ├── cosh4.mml │ │ ├── cosh4.png │ │ └── cosh4.xml │ ├── cot │ │ ├── cot1.mml │ │ ├── cot1.png │ │ ├── cot1.xml │ │ ├── cot2.mml │ │ ├── cot2.png │ │ ├── cot2.xml │ │ ├── cot3.mml │ │ ├── cot3.png │ │ └── cot3.xml │ ├── coth │ │ ├── coth1.mml │ │ ├── coth1.png │ │ ├── coth1.xml │ │ ├── coth2.mml │ │ ├── coth2.png │ │ ├── coth2.xml │ │ ├── coth3.mml │ │ ├── coth3.png │ │ └── coth3.xml │ ├── csc │ │ ├── csc1.mml │ │ ├── csc1.png │ │ ├── csc1.xml │ │ ├── csc2.mml │ │ ├── csc2.png │ │ ├── csc2.xml │ │ ├── csc3.mml │ │ ├── csc3.png │ │ └── csc3.xml │ ├── csch │ │ ├── csch1.mml │ │ ├── csch1.png │ │ ├── csch1.xml │ │ ├── csch2.mml │ │ ├── csch2.png │ │ ├── csch2.xml │ │ ├── csch3.mml │ │ ├── csch3.png │ │ └── csch3.xml │ ├── exp │ │ ├── exp1.mml │ │ ├── exp1.png │ │ ├── exp1.xml │ │ ├── exp2.mml │ │ ├── exp2.png │ │ ├── exp2.xml │ │ ├── rec-exp3.mml │ │ ├── rec-exp3.png │ │ └── rec-exp3.xml │ ├── ln │ │ ├── rec-ln1.mml │ │ ├── rec-ln1.png │ │ └── rec-ln1.xml │ ├── log │ │ ├── log1.mml │ │ ├── log1.png │ │ ├── log1.xml │ │ ├── rec-log2.mml │ │ ├── rec-log2.png │ │ └── rec-log2.xml │ ├── rec-trig1.mml │ ├── rec-trig1.png │ ├── rec-trig1.xml │ ├── rec-trig2.mml │ ├── rec-trig2.png │ ├── rec-trig2.xml │ ├── sec │ │ ├── sec1.mml │ │ ├── sec1.png │ │ ├── sec1.xml │ │ ├── sec2.mml │ │ ├── sec2.png │ │ ├── sec2.xml │ │ ├── sec3.mml │ │ ├── sec3.png │ │ └── sec3.xml │ ├── sech │ │ ├── sech1.mml │ │ ├── sech1.png │ │ ├── sech1.xml │ │ ├── sech2.mml │ │ ├── sech2.png │ │ ├── sech2.xml │ │ ├── sech3.mml │ │ ├── sech3.png │ │ └── sech3.xml │ ├── sin │ │ ├── factorial3.mml │ │ ├── factorial3.png │ │ ├── factorial3.xml │ │ ├── sin1.mml │ │ ├── sin1.png │ │ ├── sin1.xml │ │ ├── sin2.mml │ │ ├── sin2.png │ │ ├── sin2.xml │ │ ├── sin3.mml │ │ ├── sin3.png │ │ └── sin3.xml │ ├── sinh │ │ ├── sinh1.mml │ │ ├── sinh1.png │ │ ├── sinh1.xml │ │ ├── sinh2.mml │ │ ├── sinh2.png │ │ ├── sinh2.xml │ │ ├── sinh3.mml │ │ ├── sinh3.png │ │ └── sinh3.xml │ ├── tan │ │ ├── tan1.mml │ │ ├── tan1.png │ │ ├── tan1.xml │ │ ├── tan2.mml │ │ ├── tan2.png │ │ ├── tan2.xml │ │ ├── tan3.mml │ │ ├── tan3.png │ │ └── tan3.xml │ ├── tanh │ │ ├── tanh1.mml │ │ ├── tanh1.png │ │ ├── tanh1.xml │ │ ├── tanh2.mml │ │ ├── tanh2.png │ │ ├── tanh2.xml │ │ ├── tanh3.mml │ │ ├── tanh3.png │ │ └── tanh3.xml │ ├── trigonometry_3.mml │ ├── trigonometry_3.png │ ├── trigonometry_3.xml │ ├── trigonometry_4.mml │ ├── trigonometry_4.png │ ├── trigonometry_4.xml │ ├── trigonometry_5.mml │ ├── trigonometry_5.png │ ├── trigonometry_5.xml │ ├── trigonometry_6.mml │ ├── trigonometry_6.png │ ├── trigonometry_6.xml │ ├── trigonometry_7.mml │ ├── trigonometry_7.png │ ├── trigonometry_7.xml │ ├── trigonometry_8.mml │ ├── trigonometry_8.png │ └── trigonometry_8.xml ├── LinearAlgebra │ ├── determinant │ │ ├── rec-determinant1.mml │ │ ├── rec-determinant1.png │ │ └── rec-determinant1.xml │ ├── matrix │ │ ├── inverse1.mml │ │ ├── inverse1.png │ │ ├── inverse1.xml │ │ ├── matrix3.mml │ │ ├── matrix3.png │ │ ├── matrix3.xml │ │ ├── rec-matrix1.mml │ │ ├── rec-matrix1.png │ │ ├── rec-matrix1.xml │ │ ├── rec-matrix2.mml │ │ ├── rec-matrix2.png │ │ ├── rec-matrix2.xml │ │ ├── rec-matrix3.mml │ │ ├── rec-matrix3.png │ │ └── rec-matrix3.xml │ ├── outerproduct │ │ ├── rec-outerproduct1.mml │ │ ├── rec-outerproduct1.png │ │ └── rec-outerproduct1.xml │ ├── scalarproduct │ │ ├── rec-scalarproduct1.mml │ │ ├── rec-scalarproduct1.png │ │ └── rec-scalarproduct1.xml │ ├── selector │ │ ├── rec-selector1.mml │ │ ├── rec-selector1.png │ │ ├── rec-selector1.xml │ │ ├── rec-selector2.mml │ │ ├── rec-selector2.png │ │ └── rec-selector2.xml │ ├── transpose │ │ ├── rec-transpose1.mml │ │ ├── rec-transpose1.png │ │ └── rec-transpose1.xml │ ├── vector │ │ ├── rec-vector1.mml │ │ ├── rec-vector1.png │ │ ├── rec-vector1.xml │ │ ├── rec-vector2.mml │ │ ├── rec-vector2.png │ │ ├── rec-vector2.xml │ │ ├── vector3.mml │ │ ├── vector3.png │ │ └── vector3.xml │ └── vectorproduct │ │ ├── rec-vectorproduct1.mml │ │ ├── rec-vectorproduct1.png │ │ └── rec-vectorproduct1.xml ├── Relations │ ├── approx │ │ ├── rec-approx1.mml │ │ ├── rec-approx1.png │ │ └── rec-approx1.xml │ ├── eq │ │ ├── eq2.mml │ │ ├── eq2.png │ │ ├── eq2.xml │ │ ├── rec-eq1.mml │ │ ├── rec-eq1.png │ │ └── rec-eq1.xml │ ├── equivalent │ │ ├── rec-equivalent1.mml │ │ ├── rec-equivalent1.png │ │ └── rec-equivalent1.xml │ ├── factorof │ │ ├── rec-factorof1.mml │ │ ├── rec-factorof1.png │ │ └── rec-factorof1.xml │ ├── geq │ │ ├── geq2.mml │ │ ├── geq2.png │ │ ├── geq2.xml │ │ ├── rec-geq1.mml │ │ ├── rec-geq1.png │ │ └── rec-geq1.xml │ ├── gt │ │ ├── gt2.mml │ │ ├── gt2.png │ │ ├── gt2.xml │ │ ├── rec-gt1.mml │ │ ├── rec-gt1.png │ │ └── rec-gt1.xml │ ├── leq │ │ ├── rec-leq1.mml │ │ ├── rec-leq1.png │ │ └── rec-leq1.xml │ ├── lt │ │ ├── lt2.mml │ │ ├── lt2.png │ │ ├── lt2.xml │ │ ├── rec-lt1.mml │ │ ├── rec-lt1.png │ │ └── rec-lt1.xml │ └── neq │ │ ├── neq2.mml │ │ ├── neq2.png │ │ ├── neq2.xml │ │ ├── rec-neq1.mml │ │ ├── rec-neq1.png │ │ └── rec-neq1.xml ├── SemanticMappingElements │ └── annotation │ │ ├── rec-annotation1.mml │ │ ├── rec-annotation1.png │ │ └── rec-annotation1.xml ├── SequencesAndSeries │ ├── limit │ │ ├── limit1.mml │ │ ├── limit1.png │ │ ├── limit1.xml │ │ ├── limit2.mml │ │ ├── limit2.png │ │ ├── limit2.xml │ │ ├── limit3.mml │ │ ├── limit3.png │ │ ├── limit3.xml │ │ ├── limit4.mml │ │ ├── limit4.png │ │ ├── limit4.xml │ │ ├── limit5.mml │ │ ├── limit5.png │ │ ├── limit5.xml │ │ ├── limit6.mml │ │ ├── limit6.png │ │ ├── limit6.xml │ │ ├── limit7.mml │ │ ├── limit7.png │ │ ├── limit7.xml │ │ ├── rec-limit8.mml │ │ ├── rec-limit8.png │ │ ├── rec-limit8.xml │ │ ├── rec-limit9.mml │ │ ├── rec-limit9.png │ │ └── rec-limit9.xml │ ├── product │ │ ├── product1.mml │ │ ├── product1.png │ │ ├── product1.xml │ │ ├── product2.mml │ │ ├── product2.png │ │ ├── product2.xml │ │ ├── rec-product3.mml │ │ ├── rec-product3.png │ │ └── rec-product3.xml │ ├── sum │ │ ├── rec-sum1.mml │ │ ├── rec-sum1.png │ │ ├── rec-sum1.xml │ │ ├── sum2.mml │ │ ├── sum2.png │ │ ├── sum2.xml │ │ ├── sum3.mml │ │ ├── sum3.png │ │ └── sum3.xml │ └── tendsto │ │ ├── rec-tendsto1.mml │ │ ├── rec-tendsto1.png │ │ ├── rec-tendsto1.xml │ │ ├── rec-tendsto2.mml │ │ ├── rec-tendsto2.png │ │ ├── rec-tendsto2.xml │ │ ├── tendsto3.mml │ │ ├── tendsto3.png │ │ ├── tendsto3.xml │ │ ├── tendsto4.mml │ │ ├── tendsto4.png │ │ ├── tendsto4.xml │ │ ├── tendsto5.mml │ │ ├── tendsto5.png │ │ ├── tendsto5.xml │ │ ├── tendsto6.mml │ │ ├── tendsto6.png │ │ ├── tendsto6.xml │ │ ├── tendsto7.mml │ │ ├── tendsto7.png │ │ ├── tendsto7.xml │ │ ├── tendsto8.mml │ │ ├── tendsto8.png │ │ ├── tendsto8.xml │ │ ├── tendsto9.mml │ │ ├── tendsto9.png │ │ └── tendsto9.xml ├── Statistics │ ├── mean │ │ ├── rec-mean1.mml │ │ ├── rec-mean1.png │ │ └── rec-mean1.xml │ ├── median │ │ ├── rec-median1.mml │ │ ├── rec-median1.png │ │ └── rec-median1.xml │ ├── mode │ │ ├── rec-mode1.mml │ │ ├── rec-mode1.png │ │ └── rec-mode1.xml │ ├── moment │ │ ├── rec-moment1.mml │ │ ├── rec-moment1.png │ │ ├── rec-moment1.xml │ │ ├── rec-moment2.mml │ │ ├── rec-moment2.png │ │ └── rec-moment2.xml │ ├── momentabout │ │ ├── rec-momentabout1.mml │ │ ├── rec-momentabout1.png │ │ └── rec-momentabout1.xml │ ├── sdev │ │ ├── rec-sdev1.mml │ │ ├── rec-sdev1.png │ │ └── rec-sdev1.xml │ └── variance │ │ ├── rec-variance1.mml │ │ ├── rec-variance1.png │ │ └── rec-variance1.xml ├── TheoryOfSets │ ├── card │ │ ├── rec-card1.mml │ │ ├── rec-card1.png │ │ └── rec-card1.xml │ ├── cartesianproduct │ │ ├── rec-cartesianproduct1.mml │ │ ├── rec-cartesianproduct1.png │ │ ├── rec-cartesianproduct1.xml │ │ ├── rec-cartesianproduct2.mml │ │ ├── rec-cartesianproduct2.png │ │ └── rec-cartesianproduct2.xml │ ├── equation1.mml │ ├── equation1.png │ ├── equation1.xml │ ├── in │ │ ├── in2.mml │ │ ├── in2.png │ │ ├── in2.xml │ │ ├── in3.mml │ │ ├── in3.png │ │ ├── in3.xml │ │ ├── rec-in1.mml │ │ ├── rec-in1.png │ │ └── rec-in1.xml │ ├── intersect │ │ ├── intersect1.mml │ │ ├── intersect1.png │ │ ├── intersect1.xml │ │ ├── rec-intersect2.mml │ │ ├── rec-intersect2.png │ │ └── rec-intersect2.xml │ ├── list │ │ ├── list-empty.mml │ │ ├── list-empty.png │ │ ├── list-empty.xml │ │ ├── list3.mml │ │ ├── list3.png │ │ ├── list3.xml │ │ ├── rec-list1.mml │ │ ├── rec-list1.png │ │ ├── rec-list1.xml │ │ ├── rec-list2.mml │ │ ├── rec-list2.png │ │ └── rec-list2.xml │ ├── notin │ │ ├── notin2.mml │ │ ├── notin2.png │ │ ├── notin2.xml │ │ ├── rec-notin1.mml │ │ ├── rec-notin1.png │ │ └── rec-notin1.xml │ ├── notprsubset │ │ ├── notprsubset2.mml │ │ ├── notprsubset2.png │ │ ├── notprsubset2.xml │ │ ├── rec-notprsubset1.mml │ │ ├── rec-notprsubset1.png │ │ └── rec-notprsubset1.xml │ ├── notsubset │ │ ├── notsubset2.mml │ │ ├── notsubset2.png │ │ ├── notsubset2.xml │ │ ├── rec-notsubset1.mml │ │ ├── rec-notsubset1.png │ │ └── rec-notsubset1.xml │ ├── prsubset │ │ ├── prsubset2.mml │ │ ├── prsubset2.png │ │ ├── prsubset2.xml │ │ ├── rec-prsubset1.mml │ │ ├── rec-prsubset1.png │ │ └── rec-prsubset1.xml │ ├── set │ │ ├── rec-set1.mml │ │ ├── rec-set1.png │ │ ├── rec-set1.xml │ │ ├── rec-set2.mml │ │ ├── rec-set2.png │ │ ├── rec-set2.xml │ │ ├── set-empty.mml │ │ ├── set-empty.png │ │ ├── set-empty.xml │ │ ├── set3.mml │ │ ├── set3.png │ │ ├── set3.xml │ │ ├── set4.mml │ │ ├── set4.png │ │ ├── set4.xml │ │ ├── set5.mml │ │ ├── set5.png │ │ ├── set5.xml │ │ ├── set6.mml │ │ ├── set6.png │ │ └── set6.xml │ ├── setdiff │ │ ├── rec-setdiff1.mml │ │ ├── rec-setdiff1.png │ │ └── rec-setdiff1.xml │ ├── subset │ │ ├── rec-subset1.mml │ │ ├── rec-subset1.png │ │ ├── rec-subset1.xml │ │ ├── subset2.mml │ │ ├── subset2.png │ │ └── subset2.xml │ └── union │ │ ├── rec-union1.mml │ │ ├── rec-union1.png │ │ ├── rec-union1.xml │ │ ├── union2.mml │ │ ├── union2.png │ │ ├── union2.xml │ │ ├── union3.mml │ │ ├── union3.png │ │ └── union3.xml └── TokenElements │ ├── ci │ ├── ci4.mml │ ├── ci4.png │ ├── ci4.xml │ ├── rec-ci1.mml │ ├── rec-ci1.png │ ├── rec-ci1.xml │ ├── rec-ci2.mml │ ├── rec-ci2.png │ ├── rec-ci2.xml │ ├── rec-ci3.mml │ ├── rec-ci3.png │ └── rec-ci3.xml │ ├── cn │ ├── cn2.mml │ ├── cn2.png │ ├── cn2.xml │ ├── rec-cn1.mml │ ├── rec-cn1.png │ └── rec-cn1.xml │ └── csymbol │ ├── rec-csymbol1.mml │ ├── rec-csymbol1.png │ ├── rec-csymbol1.xml │ ├── rec-csymbol2.mml │ ├── rec-csymbol2.png │ ├── rec-csymbol2.xml │ ├── rec-csymbol3.mml │ ├── rec-csymbol3.png │ └── rec-csymbol3.xml ├── ErrorHandling ├── BadAttribs │ ├── badAttribs2.mml │ ├── badAttribs2.png │ ├── badAttribs2.xml │ ├── badAttribsAction.mml │ ├── badAttribsAction.png │ ├── badAttribsAction.xml │ ├── badAttribsGlyph4.mml │ ├── badAttribsGlyph4.png │ ├── badAttribsGlyph4.xml │ ├── badAttribsVal3.mml │ ├── badAttribsVal3.png │ └── badAttribsVal3.xml ├── BadChildren │ ├── badBvar1.mml │ ├── badBvar1.png │ ├── badBvar1.xml │ ├── badCondContent1.mml │ ├── badCondContent1.png │ ├── badCondContent1.xml │ ├── badMatrix1.mml │ ├── badMatrix1.png │ ├── badMatrix1.xml │ ├── badMoment1.mml │ ├── badMoment1.png │ ├── badMoment1.xml │ ├── badPiecewise1.mml │ ├── badPiecewise1.png │ ├── badPiecewise1.xml │ ├── badReln1.mml │ ├── badReln1.png │ ├── badReln1.xml │ ├── emptyContent1.mml │ ├── emptyContent1.png │ ├── emptyContent1.xml │ ├── emptyContent12.png │ ├── emptyContent13.png │ ├── emptyContent14.png │ ├── emptyContent15.png │ ├── emptyContent16.png │ ├── emptyContent17.png │ └── emptyContent18.png ├── BadEntities │ ├── badEntity1.mml │ ├── badEntity1.png │ └── badEntity1.xml ├── BadTags │ ├── badTag1.mml │ ├── badTag1.xml │ ├── badTagPhantom.png │ ├── badTagPhantom2.mml │ ├── badTagPhantom2.xml │ ├── nestedMath3.mml │ ├── nestedMath3.png │ └── nestedMath3.xml └── NumChildren │ ├── emptyContent.mml │ ├── emptyContent.png │ ├── emptyContent.xml │ ├── mrootE2.mml │ ├── mrootE2.xml │ ├── noChildContent.mml │ ├── noChildContent.png │ ├── noChildContent.xml │ ├── noChildPresentation.mml │ ├── noChildPresentation.xml │ ├── singleBinary.mml │ ├── singleBinary.png │ ├── singleBinary.xml │ ├── tooFewContentContainer.mml │ ├── tooFewContentContainer.png │ └── tooFewContentContainer.xml ├── General ├── GenAttribs │ ├── attribQuote1.mml │ ├── attribQuote1.png │ ├── attribQuote1.xml │ ├── class1.mml │ ├── class1.png │ ├── class1.xml │ ├── class2.mml │ ├── class2.png │ ├── class2.xml │ ├── id1.mml │ ├── id1.png │ ├── id1.xml │ ├── id2.mml │ ├── id2.png │ ├── id2.xml │ ├── style1.mml │ ├── style1.png │ ├── style1.xml │ ├── style2.mml │ ├── style2.png │ ├── style2.xml │ ├── xref1.mml │ ├── xref1.png │ └── xref1.xml └── Math │ ├── emptymath2.mml │ ├── emptymath2.png │ ├── emptymath2.xml │ ├── math1.mml │ ├── math1.png │ ├── math1.xml │ ├── math3.mml │ ├── math3.png │ ├── math3.xml │ ├── mathAdisplay1.mml │ ├── mathAdisplay1.png │ ├── mathAdisplay1.xml │ ├── mathAdisplay12.png │ ├── mathAdisplay2.mml │ ├── mathAdisplay2.png │ ├── mathAdisplay2.xml │ ├── mathAdisplay22.png │ ├── mathAmacros1.mml │ ├── mathAmacros1.png │ ├── mathAmacros1.xml │ ├── mathAmode1.mml │ ├── mathAmode1.png │ ├── mathAmode1.xml │ └── mathamode12.png ├── Presentation ├── DynamicExpressions │ └── maction │ │ ├── mactionBhigh1.mml │ │ ├── mactionBhigh1.png │ │ ├── mactionBhigh1.xml │ │ ├── mactionBstatus1.mml │ │ ├── mactionBstatus1.png │ │ ├── mactionBstatus1.xml │ │ ├── mactionBtoggle1.mml │ │ ├── mactionBtoggle1.png │ │ ├── mactionBtoggle1.xml │ │ ├── mactionBtooltip1.mml │ │ ├── mactionBtooltip1.png │ │ └── mactionBtooltip1.xml ├── GeneralLayout │ ├── menclose │ │ ├── rec-enclose1.mml │ │ ├── rec-enclose1.png │ │ ├── rec-enclose1.xml │ │ ├── rec-enclose2.mml │ │ ├── rec-enclose2.png │ │ ├── rec-enclose2.xml │ │ ├── rec-enclose3.mml │ │ ├── rec-enclose3.png │ │ └── rec-enclose3.xml │ ├── merror │ │ ├── merror1.mml │ │ ├── merror1.png │ │ ├── merror1.xml │ │ ├── merrorB3.mml │ │ ├── merrorB3.png │ │ └── merrorB3.xml │ ├── mfenced │ │ ├── mfenced1.mml │ │ ├── mfenced1.png │ │ ├── mfenced1.xml │ │ ├── mfenced2.mml │ │ ├── mfenced2.png │ │ ├── mfenced2.xml │ │ ├── mfenced3.mml │ │ ├── mfenced3.png │ │ ├── mfenced3.xml │ │ ├── mfenced4.mml │ │ ├── mfenced4.png │ │ ├── mfenced4.xml │ │ ├── mfenced5.mml │ │ ├── mfenced5.png │ │ ├── mfenced5.xml │ │ ├── mfencedAdelims6.mml │ │ ├── mfencedAdelims6.png │ │ ├── mfencedAdelims6.xml │ │ ├── mfencedAempty.mml │ │ ├── mfencedAempty.png │ │ ├── mfencedAempty.xml │ │ ├── mfencedBfences7.mml │ │ ├── mfencedBfences7.png │ │ ├── mfencedBfences7.xml │ │ ├── mfencedBseparators8.mml │ │ ├── mfencedBseparators8.png │ │ ├── mfencedBseparators8.xml │ │ ├── mfencedSfonts9.mml │ │ ├── mfencedSfonts9.png │ │ └── mfencedSfonts9.xml │ ├── mfrac │ │ ├── mfrac1.mml │ │ ├── mfrac1.png │ │ ├── mfrac1.xml │ │ ├── mfrac2.mml │ │ ├── mfrac2.png │ │ ├── mfrac2.xml │ │ ├── mfrac3.mml │ │ ├── mfrac3.png │ │ ├── mfrac3.xml │ │ ├── mfrac4.mml │ │ ├── mfrac4.png │ │ ├── mfrac4.xml │ │ ├── mfrac5.mml │ │ ├── mfrac5.png │ │ ├── mfrac5.xml │ │ ├── mfrac6.mml │ │ ├── mfrac6.png │ │ ├── mfrac6.xml │ │ ├── mfrac7.mml │ │ ├── mfrac7.png │ │ ├── mfrac7.xml │ │ ├── mfracAbevelled16.mml │ │ ├── mfracAbevelled16.png │ │ ├── mfracAbevelled16.xml │ │ ├── mfracAcss8.mml │ │ ├── mfracAcss8.png │ │ ├── mfracAcss8.xml │ │ ├── mfracAkeyword9.mml │ │ ├── mfracAkeyword9.png │ │ ├── mfracAkeyword9.xml │ │ ├── mfracAmultiplier10.mml │ │ ├── mfracAmultiplier10.png │ │ ├── mfracAmultiplier10.xml │ │ ├── mfracBalign16.mml │ │ ├── mfracBalign16.png │ │ ├── mfracBalign16.xml │ │ ├── mfracBheight17.mml │ │ ├── mfracBheight17.png │ │ ├── mfracBheight17.xml │ │ ├── mfracBhoriz11.mml │ │ ├── mfracBhoriz11.png │ │ ├── mfracBhoriz11.xml │ │ ├── mfracBvert12.mml │ │ ├── mfracBvert12.png │ │ ├── mfracBvert12.xml │ │ ├── mfracSfonts13.mml │ │ ├── mfracSfonts13.png │ │ ├── mfracSfonts13.xml │ │ ├── mfracSinheritance14.mml │ │ ├── mfracSinheritance14.png │ │ ├── mfracSinheritance14.xml │ │ ├── mfracSscriptlevel15.mml │ │ ├── mfracSscriptlevel15.png │ │ ├── mfracSscriptlevel15.xml │ │ ├── mfracZComp1.mml │ │ ├── mfracZComp1.png │ │ └── mfracZComp1.xml │ ├── mpadded │ │ ├── mpadded1.mml │ │ ├── mpadded1.png │ │ ├── mpadded1.xml │ │ ├── mpadded10.mml │ │ ├── mpadded10.png │ │ ├── mpadded10.xml │ │ ├── mpadded11.mml │ │ ├── mpadded11.png │ │ ├── mpadded11.xml │ │ ├── mpadded12.mml │ │ ├── mpadded12.png │ │ ├── mpadded12.xml │ │ ├── mpadded13.mml │ │ ├── mpadded13.png │ │ ├── mpadded13.xml │ │ ├── mpadded14.mml │ │ ├── mpadded14.png │ │ ├── mpadded14.xml │ │ ├── mpadded15.mml │ │ ├── mpadded15.png │ │ ├── mpadded15.xml │ │ ├── mpadded16.mml │ │ ├── mpadded16.png │ │ ├── mpadded16.xml │ │ ├── mpadded17.mml │ │ ├── mpadded17.png │ │ ├── mpadded17.xml │ │ ├── mpadded18.mml │ │ ├── mpadded18.png │ │ ├── mpadded18.xml │ │ ├── mpadded2.mml │ │ ├── mpadded2.png │ │ ├── mpadded2.xml │ │ ├── mpadded3.mml │ │ ├── mpadded3.png │ │ ├── mpadded3.xml │ │ ├── mpadded4.mml │ │ ├── mpadded4.png │ │ ├── mpadded4.xml │ │ ├── mpadded5.mml │ │ ├── mpadded5.png │ │ ├── mpadded5.xml │ │ ├── mpadded6.mml │ │ ├── mpadded6.png │ │ ├── mpadded6.xml │ │ ├── mpadded7.mml │ │ ├── mpadded7.png │ │ ├── mpadded7.xml │ │ ├── mpadded8.mml │ │ ├── mpadded8.png │ │ ├── mpadded8.xml │ │ ├── mpadded9.mml │ │ ├── mpadded9.png │ │ ├── mpadded9.xml │ │ ├── mpaddedAdepth2.mml │ │ ├── mpaddedAdepth2.png │ │ ├── mpaddedAdepth2.xml │ │ ├── mpaddedAheight3.mml │ │ ├── mpaddedAheight3.png │ │ ├── mpaddedAheight3.xml │ │ ├── mpaddedAleft4.mml │ │ ├── mpaddedAleft4.png │ │ ├── mpaddedAleft4.xml │ │ ├── mpaddedAmixed5.mml │ │ ├── mpaddedAmixed5.png │ │ ├── mpaddedAmixed5.xml │ │ ├── mpaddedAwidth6.mml │ │ ├── mpaddedAwidth6.png │ │ ├── mpaddedAwidth6.xml │ │ ├── mpaddedScolor7.mml │ │ ├── mpaddedScolor7.png │ │ └── mpaddedScolor7.xml │ ├── mphantom │ │ ├── mphantomB1.mml │ │ ├── mphantomB1.png │ │ ├── mphantomB1.xml │ │ ├── mphantomBinferred2.mml │ │ ├── mphantomBinferred2.png │ │ ├── mphantomBinferred2.xml │ │ ├── mphantomBoperators3.mml │ │ ├── mphantomBoperators3.png │ │ ├── mphantomBoperators3.xml │ │ ├── mphantomScolor4.mml │ │ ├── mphantomScolor4.png │ │ ├── mphantomScolor4.xml │ │ ├── mphantomSinheritance5.mml │ │ ├── mphantomSinheritance5.png │ │ └── mphantomSinheritance5.xml │ ├── mrow │ │ ├── mrow1.mml │ │ ├── mrow1.png │ │ ├── mrow1.xml │ │ ├── mrowAbg4.mml │ │ ├── mrowAbg4.png │ │ ├── mrowAbg4.xml │ │ ├── mrowBinferred2.mml │ │ ├── mrowBinferred2.png │ │ ├── mrowBinferred2.xml │ │ ├── mrowBnested3.mml │ │ ├── mrowBnested3.png │ │ └── mrowBnested3.xml │ ├── msqrt-mroot │ │ ├── mrootB1.mml │ │ ├── mrootB1.png │ │ ├── mrootB1.xml │ │ ├── mrootSfonts3.mml │ │ ├── mrootSfonts3.png │ │ ├── mrootSfonts3.xml │ │ ├── mrootSscriptlevel4.mml │ │ ├── mrootSscriptlevel4.png │ │ ├── mrootSscriptlevel4.xml │ │ ├── msqrt5.mml │ │ ├── msqrt5.png │ │ ├── msqrt5.xml │ │ ├── msqrt6.mml │ │ ├── msqrt6.png │ │ ├── msqrt6.xml │ │ ├── msqrtB7.mml │ │ ├── msqrtB7.png │ │ ├── msqrtB7.xml │ │ ├── msqrtBimplied8.mml │ │ ├── msqrtBimplied8.png │ │ ├── msqrtBimplied8.xml │ │ ├── msqrtSinheritance9.mml │ │ ├── msqrtSinheritance9.png │ │ └── msqrtSinheritance9.xml │ └── mstyle │ │ ├── mstyle1.mml │ │ ├── mstyle1.png │ │ ├── mstyle1.xml │ │ ├── mstyleA2.mml │ │ ├── mstyleA2.png │ │ ├── mstyleA2.xml │ │ ├── mstyleAdep1.mml │ │ ├── mstyleAdep1.png │ │ ├── mstyleAdep1.xml │ │ ├── mstyleAlinethick1.mml │ │ ├── mstyleAlinethick1.png │ │ ├── mstyleAlinethick1.xml │ │ ├── mstyleAminscript1.mml │ │ ├── mstyleAminscript1.png │ │ ├── mstyleAminscript1.xml │ │ ├── mstyleAscriptlevel1.mml │ │ ├── mstyleAscriptlevel1.png │ │ └── mstyleAscriptlevel1.xml ├── ScriptsAndLimits │ ├── mmultiscripts │ │ ├── mmultiscripts1.mml │ │ ├── mmultiscripts1.png │ │ ├── mmultiscripts1.xml │ │ ├── mmultiscripts2.mml │ │ ├── mmultiscripts2.png │ │ └── mmultiscripts2.xml │ ├── mover │ │ ├── mover1.mml │ │ ├── mover1.png │ │ ├── mover1.xml │ │ ├── mover2.mml │ │ ├── mover2.png │ │ ├── mover2.xml │ │ ├── mover3.mml │ │ ├── mover3.png │ │ └── mover3.xml │ ├── msub │ │ ├── msub1.mml │ │ ├── msub1.png │ │ └── msub1.xml │ ├── msubsup │ │ ├── msubsup1.mml │ │ ├── msubsup1.png │ │ ├── msubsup1.xml │ │ ├── msubsupBsize1.mml │ │ ├── msubsupBsize1.png │ │ ├── msubsupBsize1.xml │ │ ├── msubsupBsize2.mml │ │ ├── msubsupBsize2.png │ │ └── msubsupBsize2.xml │ ├── msup │ │ ├── msup1.mml │ │ ├── msup1.png │ │ ├── msup1.xml │ │ ├── msup2.mml │ │ ├── msup2.png │ │ ├── msup2.xml │ │ ├── msupBnest1.mml │ │ ├── msupBnest1.png │ │ ├── msupBnest1.xml │ │ ├── msupBsize1.mml │ │ ├── msupBsize1.png │ │ ├── msupBsize1.xml │ │ ├── msupBsize2.mml │ │ ├── msupBsize2.png │ │ ├── msupBsize2.xml │ │ ├── msupBsize3.mml │ │ ├── msupBsize3.png │ │ ├── msupBsize3.xml │ │ ├── msupSadvance1.mml │ │ ├── msupSadvance1.png │ │ └── msupSadvance1.xml │ └── munder │ │ ├── munder1.mml │ │ ├── munder1.png │ │ ├── munder1.xml │ │ ├── munder2.mml │ │ ├── munder2.png │ │ └── munder2.xml ├── TablesAndMatrices │ ├── mlabeledtr │ │ ├── mlabeledtr1.mml │ │ ├── mlabeledtr1.png │ │ ├── mlabeledtr1.xml │ │ ├── mlabeledtrAside1.mml │ │ ├── mlabeledtrAside1.png │ │ ├── mlabeledtrAside1.xml │ │ ├── mlabeledtrAside2.mml │ │ ├── mlabeledtrAside2.png │ │ ├── mlabeledtrAside2.xml │ │ ├── rec-mlabeledtr.mml │ │ ├── rec-mlabeledtr.png │ │ └── rec-mlabeledtr.xml │ ├── mtable │ │ ├── deprecated-mtd1.mml │ │ ├── deprecated-mtd1.png │ │ ├── deprecated-mtd1.xml │ │ ├── deprecated-mtd2.mml │ │ ├── deprecated-mtd2.png │ │ ├── deprecated-mtd2.xml │ │ ├── deprecated-test3.mml │ │ ├── deprecated-test3.png │ │ ├── deprecated-test3.xml │ │ ├── maligngroup1.mml │ │ ├── maligngroup1.png │ │ ├── maligngroup1.xml │ │ ├── mtable1.mml │ │ ├── mtable1.png │ │ ├── mtable1.xml │ │ ├── mtable2.mml │ │ ├── mtable2.png │ │ ├── mtable2.xml │ │ ├── mtableAalign1.mml │ │ ├── mtableAalign1.png │ │ ├── mtableAalign1.xml │ │ ├── mtableAalign2.mml │ │ ├── mtableAalign2.png │ │ ├── mtableAalign2.xml │ │ ├── mtableAalign3.mml │ │ ├── mtableAalign3.xml │ │ ├── mtableAframe1.mml │ │ ├── mtableAframe1.png │ │ ├── mtableAframe1.xml │ │ ├── mtableAframe2.mml │ │ ├── mtableAframe2.png │ │ ├── mtableAframe2.xml │ │ ├── mtableAgroupalign.mml │ │ ├── mtableAgroupalign.png │ │ ├── mtableAgroupalign.xml │ │ ├── mtableAlines1.mml │ │ ├── mtableAlines1.png │ │ ├── mtableAlines1.xml │ │ ├── mtableAlines2.mml │ │ ├── mtableAlines2.png │ │ ├── mtableAlines2.xml │ │ ├── mtableAspacing1.mml │ │ ├── mtableAspacing1.png │ │ ├── mtableAspacing1.xml │ │ ├── mtableAspacing2.mml │ │ ├── mtableAspacing2.png │ │ ├── mtableAspacing2.xml │ │ ├── mtableAspacing3.mml │ │ ├── mtableAspacing3.png │ │ ├── mtableAspacing3.xml │ │ ├── mtableAspacing4.mml │ │ ├── mtableAspacing4.png │ │ ├── mtableAspacing4.xml │ │ ├── mtableAwidth1.mml │ │ ├── mtableAwidth1.png │ │ ├── mtableAwidth1.xml │ │ ├── mtableAwidth2.mml │ │ ├── mtableAwidth2.png │ │ ├── mtableAwidth2.xml │ │ ├── mtableAwidth3.mml │ │ ├── mtableAwidth3.png │ │ ├── mtableAwidth3.xml │ │ ├── mtableAwidth4.mml │ │ ├── mtableAwidth4.png │ │ ├── mtableAwidth4.xml │ │ ├── mtableBgap1.mml │ │ ├── mtableBgap1.png │ │ ├── mtableBgap1.xml │ │ ├── mtableBsize1.mml │ │ ├── mtableBsize1.png │ │ ├── mtableBsize1.xml │ │ ├── mtableBsize2.mml │ │ ├── mtableBsize2.png │ │ ├── mtableBsize2.xml │ │ ├── mtableBspan3.mml │ │ ├── mtableBspan3.png │ │ ├── mtableBspan3.xml │ │ ├── mtableaalign3.png │ │ ├── rec-mtable1.mml │ │ ├── rec-mtable1.png │ │ └── rec-mtable1.xml │ └── nested │ │ ├── mtableAwidth1.mml │ │ ├── mtableAwidth1.png │ │ ├── mtableAwidth1.xml │ │ ├── nestedAwidth1.mml │ │ ├── nestedAwidth1.png │ │ └── nestedAwidth1.xml └── TokenElements │ ├── CommonAttributes │ ├── hexcolors2.mml │ ├── hexcolors2.png │ ├── hexcolors2.xml │ ├── sizeunits3.mml │ ├── sizeunits3.png │ ├── sizeunits3.xml │ ├── sizeunits4.mml │ ├── sizeunits4.png │ └── sizeunits4.xml │ ├── mglyph │ ├── rec-mglyph1.mml │ ├── rec-mglyph1.png │ ├── rec-mglyph1.xml │ ├── rec-mglyph2.mml │ ├── rec-mglyph2.png │ └── rec-mglyph2.xml │ ├── mi │ ├── mi1.mml │ ├── mi1.png │ ├── mi1.xml │ ├── mi2.mml │ ├── mi2.png │ ├── mi2.xml │ ├── mi3.mml │ ├── mi3.png │ ├── mi3.xml │ ├── mi4.mml │ ├── mi4.png │ ├── mi4.xml │ ├── miAtoken5.mml │ ├── miAtoken5.png │ ├── miAtoken5.xml │ ├── miScolorname15.mml │ ├── miScolorname15.png │ ├── miScolorname15.xml │ ├── miScolorname6.mml │ ├── miScolorname6.png │ ├── miScolorname6.xml │ ├── miScolorscope7.mml │ ├── miScolorscope7.png │ ├── miScolorscope7.xml │ ├── miSfonts8.mml │ ├── miSfonts8.png │ ├── miSfonts8.xml │ ├── miSfontsize9.mml │ ├── miSfontsize9.png │ ├── miSfontsize9.xml │ ├── miSmathsize16.mml │ ├── miSmathsize16.png │ ├── miSmathsize16.xml │ ├── miSmathsize17.mml │ ├── miSmathsize17.png │ ├── miSmathsize17.xml │ ├── miStoken10.mml │ ├── miStoken10.png │ ├── miStoken10.xml │ ├── miequivalents11.mml │ ├── miequivalents11.png │ ├── miequivalents11.xml │ ├── mifontstyle12.mml │ ├── mifontstyle12.png │ ├── mifontstyle12.xml │ ├── mimathvariant13.mml │ ├── mimathvariant13.png │ ├── mimathvariant13.xml │ ├── mimathvariant14.mml │ ├── mimathvariant14.png │ └── mimathvariant14.xml │ ├── mn │ ├── mn1.mml │ ├── mn1.png │ ├── mn1.xml │ ├── mn2.mml │ ├── mn2.png │ ├── mn2.xml │ ├── mn3.mml │ ├── mn3.png │ ├── mn3.xml │ ├── mn4.mml │ ├── mn4.png │ ├── mn4.xml │ ├── mnAcolorname5.mml │ ├── mnAcolorname5.png │ ├── mnAcolorname5.xml │ ├── mnAtoken6.mml │ ├── mnAtoken6.png │ ├── mnAtoken6.xml │ ├── mnAtoken7.mml │ ├── mnAtoken7.png │ ├── mnAtoken7.xml │ ├── mnScolor8.mml │ ├── mnScolor8.png │ ├── mnScolor8.xml │ ├── mnSdisplaystyle9.mml │ ├── mnSdisplaystyle9.png │ ├── mnSdisplaystyle9.xml │ ├── mnSfont10.mml │ ├── mnSfont10.png │ ├── mnSfont10.xml │ ├── mnSscriptlevel11.mml │ ├── mnSscriptlevel11.png │ └── mnSscriptlevel11.xml │ ├── mo │ ├── mo1.mml │ ├── mo1.png │ ├── mo1.xml │ ├── mo2.mml │ ├── mo2.png │ ├── mo2.xml │ ├── mo3.mml │ ├── mo3.png │ ├── mo3.xml │ ├── mo4.mml │ ├── mo4.png │ ├── mo4.xml │ ├── mo5.mml │ ├── mo5.png │ ├── mo5.xml │ ├── mo6.mml │ ├── mo6.png │ ├── mo6.xml │ ├── mo7.mml │ ├── mo7.png │ ├── mo7.xml │ ├── mo8.mml │ ├── mo8.png │ ├── mo8.xml │ ├── moAaccent10.mml │ ├── moAaccent10.png │ ├── moAaccent10.xml │ ├── moAaccent9.mml │ ├── moAaccent9.png │ ├── moAaccent9.xml │ ├── moAform11.mml │ ├── moAform11.png │ ├── moAform11.xml │ ├── moAlargeop12.mml │ ├── moAlargeop12.png │ ├── moAlargeop12.xml │ ├── moAlrspace13.mml │ ├── moAlrspace13.png │ ├── moAlrspace13.xml │ ├── moAminmax14.mml │ ├── moAminmax14.png │ ├── moAminmax14.xml │ ├── moAmovable15.mml │ ├── moAmovable15.png │ ├── moAmovable15.xml │ ├── moAprime16.mml │ ├── moAprime16.png │ ├── moAprime16.xml │ ├── moAsep17.mml │ ├── moAsep17.png │ ├── moAsep17.xml │ ├── moAstretchy18.mml │ ├── moAstretchy18.png │ ├── moAstretchy18.xml │ ├── moAsymmetric19.mml │ ├── moAsymmetric19.png │ ├── moAsymmetric19.xml │ ├── moSminmax20.mml │ ├── moSminmax20.png │ └── moSminmax20.xml │ ├── ms │ ├── ms1.mml │ ├── ms1.png │ ├── ms1.xml │ ├── msAdisplaystyle2.mml │ ├── msAdisplaystyle2.png │ ├── msAdisplaystyle2.xml │ ├── msAquotes3.mml │ ├── msAquotes3.png │ ├── msAquotes3.xml │ ├── msAtoken4.mml │ ├── msAtoken4.png │ ├── msAtoken4.xml │ ├── msAtoken5.mml │ ├── msAtoken5.png │ ├── msAtoken5.xml │ ├── msScolorscope6.mml │ ├── msScolorscope6.png │ ├── msScolorscope6.xml │ ├── msSinheritance7.mml │ ├── msSinheritance7.png │ ├── msSinheritance7.xml │ ├── msSinheritance8.mml │ ├── msSinheritance8.png │ └── msSinheritance8.xml │ ├── mspace │ ├── mspace1.mml │ ├── mspace1.png │ ├── mspace1.xml │ ├── mspace2.mml │ ├── mspace2.png │ ├── mspace2.xml │ ├── mspaceAbreak3.mml │ ├── mspaceAbreak3.png │ ├── mspaceAbreak3.xml │ ├── mspacestruts2.mml │ ├── mspacestruts2.png │ └── mspacestruts2.xml │ └── mtext │ ├── mtext1.mml │ ├── mtext1.png │ ├── mtext1.xml │ ├── mtext2.mml │ ├── mtext2.png │ ├── mtext2.xml │ ├── mtextAtoken3.mml │ ├── mtextAtoken3.png │ ├── mtextAtoken3.xml │ ├── mtextSbg4.mml │ ├── mtextSbg4.png │ ├── mtextSbg4.xml │ ├── mtextScolor5.mml │ ├── mtextScolor5.png │ ├── mtextScolor5.xml │ ├── mtextStoken6.mml │ ├── mtextStoken6.png │ ├── mtextStoken6.xml │ ├── mtextspaces7.mml │ ├── mtextspaces7.png │ └── mtextspaces7.xml ├── Topics ├── Accents │ ├── accents1.mml │ ├── accents1.png │ ├── accents1.xml │ ├── accents2.mml │ ├── accents2.png │ ├── accents2.xml │ ├── accents3.mml │ ├── accents3.png │ ├── accents3.xml │ ├── accents4.mml │ ├── accents4.png │ └── accents4.xml ├── EmbellishedOp │ ├── embStretch1.mml │ ├── embStretch1.png │ └── embStretch1.xml ├── LargeOp │ ├── chain1.mml │ ├── chain1.png │ ├── chain1.xml │ ├── chain2.mml │ ├── chain2.png │ ├── chain2.xml │ ├── coprod1.mml │ ├── coprod1.png │ ├── coprod1.xml │ ├── coprod2.mml │ ├── coprod2.png │ ├── coprod2.xml │ ├── doubleint1.mml │ ├── doubleint1.png │ ├── doubleint1.xml │ ├── doubleint2.mml │ ├── doubleint2.png │ ├── doubleint2.xml │ ├── int1.mml │ ├── int1.png │ ├── int1.xml │ ├── int10.mml │ ├── int10.png │ ├── int10.xml │ ├── int2.mml │ ├── int2.png │ ├── int2.xml │ ├── int3.mml │ ├── int3.png │ ├── int3.xml │ ├── int4.mml │ ├── int4.png │ ├── int4.xml │ ├── int5.mml │ ├── int5.png │ ├── int5.xml │ ├── int6.mml │ ├── int6.png │ ├── int6.xml │ ├── int7.mml │ ├── int7.png │ ├── int7.xml │ ├── int8.mml │ ├── int8.png │ ├── int8.xml │ ├── int9.mml │ ├── int9.png │ ├── int9.xml │ ├── largeop1.mml │ ├── largeop1.png │ ├── largeop1.xml │ ├── largeop2.mml │ ├── largeop2.png │ ├── largeop2.xml │ ├── largeopPos3.mml │ ├── largeopPos3.png │ ├── largeopPos3.xml │ ├── oint1.mml │ ├── oint1.png │ ├── oint1.xml │ ├── oint2.mml │ ├── oint2.png │ ├── oint2.xml │ ├── prod1.mml │ ├── prod1.png │ ├── prod1.xml │ ├── prod2.mml │ ├── prod2.png │ ├── prod2.xml │ ├── sum1.mml │ ├── sum1.png │ ├── sum1.xml │ ├── sum2.mml │ ├── sum2.png │ ├── sum2.xml │ ├── tripleint1.mml │ ├── tripleint1.png │ ├── tripleint1.xml │ ├── tripleint2.mml │ ├── tripleint2.png │ └── tripleint2.xml ├── LineBreak │ ├── badbreak │ │ ├── badbreak1.mml │ │ ├── badbreak1.png │ │ └── badbreak1.xml │ ├── goodbreak │ │ ├── goodbreak1.mml │ │ ├── goodbreak1.png │ │ └── goodbreak1.xml │ ├── linebreak1.mml │ ├── linebreak1.png │ ├── linebreak1.xml │ ├── linebreakFrac.mml │ ├── linebreakFrac.xml │ ├── linebreakNum1.mml │ ├── linebreakNum1.xml │ ├── linebreakRow1.mml │ ├── linebreakRow1.xml │ ├── linebreakString1.mml │ ├── linebreakString1.xml │ ├── newline │ │ ├── indent1.mml │ │ ├── indent1.png │ │ ├── indent1.xml │ │ ├── indent2.mml │ │ ├── indent2.png │ │ ├── indent2.xml │ │ ├── mixed4.mml │ │ ├── mixed4.png │ │ ├── mixed4.xml │ │ ├── multinewline3.mml │ │ ├── multinewline3.xml │ │ ├── newline1.mml │ │ ├── newline1.png │ │ ├── newline1.xml │ │ ├── newline2.mml │ │ ├── newline2.png │ │ └── newline2.xml │ └── nobreak │ │ ├── nobreak1.mml │ │ ├── nobreak1.png │ │ ├── nobreak1.xml │ │ ├── nobreak2.mml │ │ ├── nobreak2.png │ │ └── nobreak2.xml ├── Nesting │ ├── nestAction1.mml │ ├── nestAction1.png │ ├── nestAction1.xml │ ├── nestFrac1.mml │ ├── nestFrac1.png │ ├── nestFrac1.xml │ ├── nestScript.mml │ ├── nestScript.png │ ├── nestScript.xml │ ├── nestTable1.mml │ ├── nestTable1.png │ └── nestTable1.xml ├── Primes │ ├── primes1.mml │ ├── primes1.png │ └── primes1.xml ├── StretchyChars │ ├── horizontal │ │ ├── genBvert1.mml │ │ ├── genBvert1.png │ │ ├── genBvert1.xml │ │ ├── stretchAccents1.mml │ │ ├── stretchAccents1.png │ │ ├── stretchAccents1.xml │ │ ├── stretchAccents2.mml │ │ ├── stretchAccents2.png │ │ ├── stretchAccents2.xml │ │ ├── stretchBrack1.mml │ │ ├── stretchBrack1.png │ │ ├── stretchBrack1.xml │ │ ├── stretchHoriz1.mml │ │ ├── stretchHoriz1.png │ │ ├── stretchHoriz1.xml │ │ ├── stretchHoriz2.mml │ │ ├── stretchHoriz2.png │ │ ├── stretchHoriz2.xml │ │ ├── stretchHoriz3.mml │ │ ├── stretchHoriz3.png │ │ ├── stretchHoriz3.xml │ │ ├── stretchTilde1.mml │ │ ├── stretchTilde1.png │ │ └── stretchTilde1.xml │ ├── integral │ │ ├── int1.mml │ │ ├── int1.png │ │ ├── int1.xml │ │ ├── int10.mml │ │ ├── int10.png │ │ ├── int10.xml │ │ ├── int2.mml │ │ ├── int2.png │ │ ├── int2.xml │ │ ├── int3.mml │ │ ├── int3.png │ │ ├── int3.xml │ │ ├── int4.mml │ │ ├── int4.png │ │ ├── int4.xml │ │ ├── int5.mml │ │ ├── int5.png │ │ ├── int5.xml │ │ ├── int6.mml │ │ ├── int6.png │ │ ├── int6.xml │ │ ├── int7.mml │ │ ├── int7.png │ │ ├── int7.xml │ │ ├── int8.mml │ │ ├── int8.png │ │ ├── int8.xml │ │ ├── int9.mml │ │ ├── int9.png │ │ ├── int9.xml │ │ ├── intDispStyle.mml │ │ ├── intDispStyle.png │ │ ├── intDispStyle.xml │ │ ├── intNested3.mml │ │ ├── intNested3.png │ │ ├── intNested3.xml │ │ ├── intSize1.mml │ │ ├── intSize1.png │ │ ├── intSize1.xml │ │ ├── intSize2.mml │ │ ├── intSize2.png │ │ └── intSize2.xml │ ├── tables │ │ ├── stretchTable1.mml │ │ ├── stretchTable1.png │ │ ├── stretchTable1.xml │ │ ├── stretchTable2.mml │ │ ├── stretchTable2.png │ │ └── stretchTable2.xml │ └── vertical │ │ ├── abs1.mml │ │ ├── abs1.png │ │ ├── abs1.xml │ │ ├── abs2.mml │ │ ├── abs2.png │ │ ├── abs2.xml │ │ ├── mid1.mml │ │ ├── mid1.png │ │ ├── mid1.xml │ │ ├── mid2.mml │ │ ├── mid2.png │ │ ├── mid2.xml │ │ ├── stretchVert1.mml │ │ ├── stretchVert1.png │ │ ├── stretchVert1.xml │ │ ├── stretchVert2.mml │ │ ├── stretchVert2.png │ │ ├── stretchVert2.xml │ │ ├── stretchVertNest2.mml │ │ ├── stretchVertNest2.png │ │ ├── stretchVertNest2.xml │ │ ├── verbar1.mml │ │ ├── verbar1.png │ │ ├── verbar1.xml │ │ ├── verbar2.mml │ │ ├── verbar2.png │ │ └── verbar2.xml └── WhiteSpace │ ├── invChars.mml │ ├── invChars.png │ ├── invChars.xml │ ├── whBcomments1.mml │ ├── whBcomments1.png │ ├── whBcomments1.xml │ ├── whBgeneral1.mml │ ├── whBgeneral1.png │ ├── whBgeneral1.xml │ ├── white1.mml │ ├── white1.png │ ├── white1.xml │ ├── white10.mml │ ├── white10.png │ ├── white10.xml │ ├── white2.mml │ ├── white2.png │ ├── white2.xml │ ├── white3.mml │ ├── white3.png │ ├── white3.xml │ ├── white4.mml │ ├── white4.png │ ├── white4.xml │ ├── white5.mml │ ├── white5.png │ ├── white5.xml │ ├── white6.mml │ ├── white6.png │ ├── white6.xml │ ├── white7.mml │ ├── white7.png │ ├── white7.xml │ ├── white8.mml │ ├── white8.png │ ├── white8.xml │ ├── white9.mml │ ├── white9.png │ └── white9.xml └── TortureTests ├── Complexity ├── complex1.mml ├── complex1.xml ├── complex2.mml ├── complex2.xml ├── complex3.mml ├── complex3.xml ├── complex4.mml ├── complex4.xml ├── simplePres.mml └── simplePres.xml └── Size ├── 10.mml ├── 10.xml ├── 100.mml ├── 100.xml ├── 1000.mml └── 1000.xml /README.md: -------------------------------------------------------------------------------- 1 | qwt-mml-dev 2 | =========== 3 | 4 | Qwt MathML Renderer ( see http://qwt.sourceforge.net ) 5 | -------------------------------------------------------------------------------- /basic-mml/mfrac1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 1 5 | 6 | 7 | x 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /basic-mml/mi.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | 5 | 6 | -------------------------------------------------------------------------------- /basic-mml/mn.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 3 4 | 5 | 6 | -------------------------------------------------------------------------------- /basic-mml/mo.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | + 4 | 5 | 6 | -------------------------------------------------------------------------------- /basic-mml/mover.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | v 5 | 6 | 7 | → 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /basic-mml/mroot1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | 3 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /basic-mml/msqrt1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /basic-mml/msub1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | i 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /basic-mml/msup1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | 2 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /basic-mml/munder1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | ─ 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/abs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/abs1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/abs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/abs2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/rec-abs3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/rec-abs3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/abs/rec-abs3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/and1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/and1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/and2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/and2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/rec-and2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/rec-and2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/and/rec-and2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arg/rec-arg1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arg/rec-arg1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/arithmetic_4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/ceiling/rec-ceiling1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/divide5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/divide/rec-divide4.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/factorial/rec-factorial2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | n 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/floor/rec-floor1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/forall/forall1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/forall/forall1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/forall/forall2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | x 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/forall/forall2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/forall/forall2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/gcd/rec-gcd1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/gcd/rec-gcd1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/implies/implies2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/implies/rec-implies1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/lcm/rec-lcm1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/lcm/rec-lcm1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/logic5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/logic5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/logic6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/logic6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/logic7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/logic7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/max3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/max3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/rec-max1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/rec-max1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/rec-max1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/rec-max2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/max/rec-max2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/min/min1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/min/min1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/min/rec-min2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/min/rec-min2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 1 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/minus9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/minus/rec-minus8.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | y 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/not1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/not1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/rec-not2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/rec-not2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/rec-not2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/rec-not3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/not/rec-not3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/or/rec-or1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/or/rec-or1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/or/rec-or1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | c 7 | 8 | 9 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus6.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/plus7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/rec-plus5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/plus/rec-plus5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power5.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/power8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/power/rec-power4.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 3 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/quotient/rec-quotient1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/real/rec-real1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/real/rec-real1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/rem/rec-rem1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/rem/rec-rem1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/rem/rec-rem1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/root/rec-root1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/root/rec-root1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/root/root2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/root/root2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/rec-times1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/times/times7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/xor/rec-xor1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ArithmeticAlgebraLogic/xor/rec-xor1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ArithmeticAlgebraLogic/xor/rec-xor1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 3 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 3 5 | 4 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/apply/rec-apply4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/declare/rec-declare1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | V 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/fn/fn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/fn/fn1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/fn/fn4.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | f 5 | 6 | x 7 | 8 | 9 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/fn/fn4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/fn/fn4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/fn/rec-fn2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | L 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/fn/rec-fn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/fn/rec-fn2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/fn/rec-fn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/fn/rec-fn3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/ident/ident1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/ident/ident1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/ident/rec-ident2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/ident/rec-ident2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/image/rec-image1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/image/rec-image1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/interval/rec-interval1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | a 4 | b 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/interval/rec-interval2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | a 4 | b 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/inverse/rec-inverse1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | f 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/BasicContentElements/reln/rec-reln3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/bvar/rec-bvar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/bvar/rec-bvar1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/bvar/rec-bvar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/bvar/rec-bvar2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/curl/rec-curl1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/curl/rec-curl1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/curl/rec-curl1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/degree/degree2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/degree/degree2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/degree/rec-degree1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/degree/rec-degree1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/diff/rec-diff1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | g 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/diff/rec-diff1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/diff/rec-diff1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/diff/rec-diff2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/diff/rec-diff2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/divergence/rec-divergence1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/divergence/rec-divergence1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/divergence/rec-divergence1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/divergence/rec-divergence2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/divergence/rec-divergence2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/grad/rec-grad1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | f 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/grad/rec-grad1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/grad/rec-grad1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/int/int1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/int/int1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/int/int2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/int/int2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/int/rec-int3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/int/rec-int3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/int/rec-int4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/int/rec-int4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/int/rec-int5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/int/rec-int5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/int/rec-int6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/int/rec-int6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/laplacian/rec-laplacian1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/laplacian/rec-laplacian1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/lowlimit/rec-lowlimit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/lowlimit/rec-lowlimit1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/partialdiff/partialdiff1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/partialdiff/partialdiff1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/partialdiff/partialdiff2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/partialdiff/partialdiff2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/partialdiff/rec-partialdiff3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/partialdiff/rec-partialdiff3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/partialdiff/rec-partialdiff4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/partialdiff/rec-partialdiff4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/partialdiff/rec-partialdiff5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/partialdiff/rec-partialdiff5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Calculus/uplimit/rec-uplimit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Calculus/uplimit/rec-uplimit1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/emptyset/rec-emptyset1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/eulergamma/rec-eulergamma1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/false/rec-false1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ConstantsAndSymbols/false/rec-false1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/infinity/rec-infinity1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/integers/rec-integers1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 42 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/pi/rec-pi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ConstantsAndSymbols/pi/rec-pi1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/primes/rec-primes1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 17 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/reals/rec-reals1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 44.997 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/reals/rec-reals1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ConstantsAndSymbols/reals/rec-reals1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ConstantsAndSymbols/true/rec-true1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ConstantsAndSymbols/true/rec-true1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | π 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccos/arccos4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | π 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccosh/arccosh4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccot/arccot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccot/arccot1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccot/arccot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccot/arccot2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccot/arccot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccot/arccot3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccoth/arccoth1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccoth/arccoth1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccoth/arccoth2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccoth/arccoth2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccoth/arccoth3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccoth/arccoth3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccsc/arccsc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccsc/arccsc1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccsc/arccsc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccsc/arccsc2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccsc/arccsc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccsc/arccsc3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccsch/arccsch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccsch/arccsch1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccsch/arccsch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccsch/arccsch2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arccsch/arccsch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arccsch/arccsch3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsec/arcsec1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsec/arcsec1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsec/arcsec2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsec/arcsec2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsec/arcsec3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsec/arcsec3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsech/arcsech1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsech/arcsech1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsech/arcsech2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsech/arcsech2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsech/arcsech3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsech/arcsech3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsin/arcsin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsin/arcsin1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsin/arcsin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsin/arcsin2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsin/arcsin3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsin/arcsin3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsin/factorial3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsin/factorial3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsinh/arcsinh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsinh/arcsinh1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsinh/arcsinh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsinh/arcsinh2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arcsinh/arcsinh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arcsinh/arcsinh3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arctan/arctan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arctan/arctan1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arctan/arctan2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arctan/arctan2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arctan/arctan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arctan/arctan3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arctanh/arctanh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arctanh/arctanh1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arctanh/arctanh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arctanh/arctanh2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/arctanh/arctanh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/arctanh/arctanh3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cos/cos1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | π 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cos/cos1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cos/cos1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cos/cos2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cos/cos2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cos/cos3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cos/cos3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cos/cos4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cos/cos4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | π 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cosh/cosh4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cot/cot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cot/cot1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cot/cot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cot/cot2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/cot/cot3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/cot/cot3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/coth/coth1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/coth/coth1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/coth/coth2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/coth/coth2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/coth/coth3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/coth/coth3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/csc/csc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/csc/csc1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/csc/csc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/csc/csc2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/csc/csc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/csc/csc3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/csch/csch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/csch/csch1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/csch/csch2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/csch/csch2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/csch/csch3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/csch/csch3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/exp/exp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/exp/exp1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/exp/exp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/exp/exp2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/exp/rec-exp3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/exp/rec-exp3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/exp/rec-exp3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/ln/rec-ln1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/ln/rec-ln1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/ln/rec-ln1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/log/log1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/log/log1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/log/rec-log2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/log/rec-log2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/rec-trig1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/rec-trig1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/rec-trig2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/rec-trig2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sec/sec1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sec/sec1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sec/sec2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sec/sec2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sec/sec3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sec/sec3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sech/sech1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sech/sech1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sech/sech2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sech/sech2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sech/sech3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sech/sech3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sin/factorial3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sin/factorial3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sin/sin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sin/sin1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sin/sin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sin/sin2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sin/sin3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sin/sin3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sinh/sinh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sinh/sinh1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sinh/sinh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sinh/sinh2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/sinh/sinh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/sinh/sinh3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/tan/tan1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/tan/tan1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/tan/tan2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/tan/tan2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/tan/tan3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/tan/tan3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/tanh/tanh1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/tanh/tanh1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/tanh/tanh2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/tanh/tanh2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/tanh/tanh3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/tanh/tanh3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/ElementaryFunctions/trigonometry_8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/determinant/rec-determinant1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/matrix/inverse1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/matrix/inverse1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/matrix/matrix3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | c 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/matrix/matrix3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/matrix/matrix3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/matrix/rec-matrix1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/matrix/rec-matrix1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/matrix/rec-matrix2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/matrix/rec-matrix2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/matrix/rec-matrix3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/matrix/rec-matrix3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/selector/rec-selector1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/selector/rec-selector1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/selector/rec-selector2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/selector/rec-selector2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/transpose/rec-transpose1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/vector/rec-vector1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/vector/rec-vector1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/vector/rec-vector2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/vector/rec-vector2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/vector/vector3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | c 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/LinearAlgebra/vector/vector3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/LinearAlgebra/vector/vector3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/approx/rec-approx1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/approx/rec-approx1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/eq/eq2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/eq/eq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/eq/eq2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/eq/rec-eq1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/eq/rec-eq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/eq/rec-eq1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/equivalent/rec-equivalent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/equivalent/rec-equivalent1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/factorof/rec-factorof1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/factorof/rec-factorof1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/factorof/rec-factorof1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/geq/geq2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/geq/geq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/geq/geq2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/geq/rec-geq1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/geq/rec-geq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/geq/rec-geq1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/gt/gt2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/gt/gt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/gt/gt2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/gt/rec-gt1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/gt/rec-gt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/gt/rec-gt1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/leq/rec-leq1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/leq/rec-leq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/leq/rec-leq1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/lt/lt2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/lt/lt2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/lt/lt2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/lt/rec-lt1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/lt/rec-lt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/lt/rec-lt1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/neq/neq2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/neq/neq2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/neq/neq2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/neq/rec-neq1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Relations/neq/rec-neq1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Relations/neq/rec-neq1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/limit7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/limit7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/rec-limit8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/rec-limit8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/limit/rec-limit9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/limit/rec-limit9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/product/product1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/product/product1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/product/product2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/product/product2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/sum/rec-sum1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/sum/rec-sum1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/sum/sum2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/sum/sum2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/sum/sum3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/sum/sum3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/SequencesAndSeries/tendsto/tendsto9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/mean/rec-mean1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | X 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/mean/rec-mean1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/mean/rec-mean1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/median/rec-median1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | X 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/median/rec-median1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/median/rec-median1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/mode/rec-mode1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | X 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/mode/rec-mode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/mode/rec-mode1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/moment/rec-moment1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/moment/rec-moment1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/moment/rec-moment2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/moment/rec-moment2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/sdev/rec-sdev1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | X 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/sdev/rec-sdev1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/sdev/rec-sdev1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/variance/rec-variance1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | X 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/Statistics/variance/rec-variance1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/Statistics/variance/rec-variance1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/card/rec-card1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/card/rec-card1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/equation1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/equation1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/in/in2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | R 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/in/in2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/in/in2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/in/in3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | R 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/in/in3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/in/in3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/in/rec-in1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | A 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/in/rec-in1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/in/rec-in1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/intersect/intersect1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/intersect/intersect1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/intersect/rec-intersect2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/intersect/rec-intersect2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/list-empty.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/list-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/list/list-empty.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/list3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | c 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/list3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/list/list3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/rec-list1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | a 4 | b 5 | c 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/rec-list1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/list/rec-list1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/list/rec-list2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/list/rec-list2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notin/notin2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | A 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notin/notin2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/notin/notin2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notin/rec-notin1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | A 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notin/rec-notin1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/notin/rec-notin1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notprsubset/notprsubset2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notprsubset/notprsubset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/notprsubset/notprsubset2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notprsubset/rec-notprsubset1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notsubset/notsubset2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notsubset/notsubset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/notsubset/notsubset2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notsubset/rec-notsubset1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/notsubset/rec-notsubset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/notsubset/rec-notsubset1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/prsubset/prsubset2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/prsubset/prsubset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/prsubset/prsubset2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/prsubset/rec-prsubset1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/prsubset/rec-prsubset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/prsubset/rec-prsubset1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/rec-set1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | b 4 | a 5 | c 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/rec-set1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/rec-set1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/rec-set2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/rec-set2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set-empty.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set-empty.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/set-empty.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/set3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/set4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/set5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set6.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | c 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/set/set6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/set/set6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/setdiff/rec-setdiff1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/setdiff/rec-setdiff1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/setdiff/rec-setdiff1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/subset/rec-subset1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/subset/rec-subset1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/subset/rec-subset1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/subset/subset2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/subset/subset2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/subset/subset2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/union/rec-union1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | A 5 | B 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/union/rec-union1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/union/rec-union1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/union/union2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/union/union2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TheoryOfSets/union/union3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TheoryOfSets/union/union3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/ci4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/ci/ci4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/rec-ci1.mml: -------------------------------------------------------------------------------- 1 | 2 | x 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/rec-ci1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/ci/rec-ci1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/rec-ci2.mml: -------------------------------------------------------------------------------- 1 | 2 | V 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/rec-ci2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/ci/rec-ci2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/rec-ci3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | x 5 | a 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/ci/rec-ci3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/ci/rec-ci3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/cn/cn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/cn/cn2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/cn/rec-cn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/cn/rec-cn1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/csymbol/rec-csymbol1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/csymbol/rec-csymbol1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/csymbol/rec-csymbol2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/csymbol/rec-csymbol2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Content/TokenElements/csymbol/rec-csymbol3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Content/TokenElements/csymbol/rec-csymbol3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribs2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsAction.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 2 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsAction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsAction.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsGlyph4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsGlyph4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsVal3.mml: -------------------------------------------------------------------------------- 1 | 2 | 2 3 | + 4 | 5 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsVal3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadAttribs/badAttribsVal3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badBvar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/badBvar1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badCondContent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/badCondContent1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badMatrix1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/badMatrix1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badMoment1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/badMoment1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badPiecewise1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/badPiecewise1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badReln1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | b 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/badReln1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/badReln1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent13.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent14.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent15.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent16.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent17.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadChildren/emptyContent18.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadEntities/badEntity1.mml: -------------------------------------------------------------------------------- 1 | 2 | &foo; 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadEntities/badEntity1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadEntities/badEntity1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadTags/badTagPhantom.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadTags/badTagPhantom.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadTags/badTagPhantom2.mml: -------------------------------------------------------------------------------- 1 | 2 | 2 3 | + 4 | 5 | 14 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadTags/nestedMath3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 5 | 2 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/BadTags/nestedMath3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/BadTags/nestedMath3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/NumChildren/emptyContent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/NumChildren/emptyContent.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/NumChildren/noChildContent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/NumChildren/noChildContent.png -------------------------------------------------------------------------------- /w3-mml-testsuite/ErrorHandling/NumChildren/singleBinary.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/ErrorHandling/NumChildren/singleBinary.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/attribQuote1.mml: -------------------------------------------------------------------------------- 1 | 2 | A 3 | + 4 | A 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/attribQuote1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/attribQuote1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/class1.mml: -------------------------------------------------------------------------------- 1 | 2 | x 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/class1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/class1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/class2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | 2 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/class2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/class2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/id1.mml: -------------------------------------------------------------------------------- 1 | 2 | 2 3 | + 4 | x 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/id1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/id1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/id2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | a 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/id2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/id2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/style1.mml: -------------------------------------------------------------------------------- 1 | 2 | 2 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/style1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/style1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/style2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/style2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/xref1.mml: -------------------------------------------------------------------------------- 1 | 2 | 2 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/GenAttribs/xref1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/GenAttribs/xref1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/emptymath2.mml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/emptymath2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/emptymath2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/math1.mml: -------------------------------------------------------------------------------- 1 | 2 | x 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/math1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/math1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/math3.mml: -------------------------------------------------------------------------------- 1 | 2 | 2 3 | x 4 | 5 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/math3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/math3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAdisplay1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathAdisplay1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAdisplay12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathAdisplay12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAdisplay2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathAdisplay2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAdisplay22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathAdisplay22.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAmacros1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | y 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAmacros1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathAmacros1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathAmode1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathAmode1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/General/Math/mathamode12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/General/Math/mathamode12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/menclose/rec-enclose3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/merror/merror1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | = 5 | 2 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/merror/merror1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/merror/merror1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/merror/merrorB3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/merror/merrorB3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | y 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced5.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 0 4 | 1 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfenced5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfenced/mfencedAempty.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | y 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 1 4 | 2 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfrac7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfracAcss8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfracAcss8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfracBvert12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfracBvert12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfracZComp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mfrac/mfracZComp1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded11.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded13.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded14.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded15.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded16.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded17.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mpadded/mpadded9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mrow/mrow1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mrow/mrow1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mrow/mrow1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mrow/mrowAbg4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mrow/mrowAbg4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/msqrt-mroot/msqrt5.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | - 4 | 1 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mstyle/mstyle1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mstyle/mstyle1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/GeneralLayout/mstyle/mstyleA2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/GeneralLayout/mstyle/mstyleA2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/ScriptsAndLimits/mover/mover1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/ScriptsAndLimits/mover/mover1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/ScriptsAndLimits/mover/mover2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/ScriptsAndLimits/mover/mover2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/ScriptsAndLimits/mover/mover3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/ScriptsAndLimits/mover/mover3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/ScriptsAndLimits/msub/msub1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/ScriptsAndLimits/msub/msub1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/ScriptsAndLimits/msup/msup1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/ScriptsAndLimits/msup/msup1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/ScriptsAndLimits/msup/msup2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/ScriptsAndLimits/msup/msup2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TablesAndMatrices/mtable/deprecated-mtd1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TablesAndMatrices/mtable/deprecated-mtd2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mglyph/rec-mglyph2.mml: -------------------------------------------------------------------------------- 1 | 2 | α 3 | α 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/mi1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/mi1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/mi2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | sin 4 | 5 | x 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/mi2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/mi2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/mi3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/mi3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/mi4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/mi4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miAtoken5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miAtoken5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miScolorname6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miScolorname6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miSfonts8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miSfonts8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miSfontsize9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miSfontsize9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miSmathsize16.mml: -------------------------------------------------------------------------------- 1 | 2 | A 3 | + 4 | B 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miSmathsize16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miSmathsize16.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miSmathsize17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miSmathsize17.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/miStoken10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/miStoken10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mi/mifontstyle12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mi/mifontstyle12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mn1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mn1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mn2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mn3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mn3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mn4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mn4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mnAcolorname5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mnAcolorname5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mnAtoken6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mnAtoken6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mnAtoken7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mnAtoken7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mnScolor8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mnScolor8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mn/mnSfont10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mn/mnSfont10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | - 4 | 1 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | ( 4 | x 5 | ) 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/mo8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/mo8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAaccent10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAaccent10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAaccent9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAaccent9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAform11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAform11.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAlargeop12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAlargeop12.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAlrspace13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAlrspace13.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAminmax14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAminmax14.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAmovable15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAmovable15.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAprime16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAprime16.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAsep17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAsep17.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moAstretchy18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moAstretchy18.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mo/moSminmax20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mo/moSminmax20.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/ms/ms1.mml: -------------------------------------------------------------------------------- 1 | 2 | Minneapolis 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/ms/ms1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/ms/ms1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/ms/msAquotes3.mml: -------------------------------------------------------------------------------- 1 | 2 | St. Paul 3 | 4 | 5 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/ms/msAquotes3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/ms/msAquotes3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/ms/msAtoken4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/ms/msAtoken4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/ms/msAtoken5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/ms/msAtoken5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mspace/mspace1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mspace/mspace1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mspace/mspace2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mspace/mspace2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtext1.mml: -------------------------------------------------------------------------------- 1 | 2 | Theorem 1: 3 | 4 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtext1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mtext/mtext1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtext2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mtext/mtext2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtextSbg4.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Theorem 1: 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtextSbg4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Presentation/TokenElements/mtext/mtextSbg4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtextScolor5.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | Theorem 1: 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Presentation/TokenElements/mtext/mtextspaces7.mml: -------------------------------------------------------------------------------- 1 | 2 | This is   some     text with spaces. 3 | 4 | 5 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Accents/accents1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Accents/accents1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Accents/accents2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Accents/accents2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Accents/accents3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Accents/accents3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Accents/accents4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Accents/accents4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/EmbellishedOp/embStretch1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/EmbellishedOp/embStretch1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/chain1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/chain1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/chain2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/chain2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/coprod1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/coprod1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/coprod2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/coprod2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/doubleint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/doubleint1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/doubleint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/doubleint2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/int9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/int9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/largeop1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/largeop1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/largeop2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/largeop2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/largeopPos3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/largeopPos3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/oint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/oint1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/oint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/oint2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/prod1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/prod1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/prod2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/prod2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/sum1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/sum1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/sum2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/sum2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/tripleint1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/tripleint1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LargeOp/tripleint2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LargeOp/tripleint2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/badbreak/badbreak1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/badbreak/badbreak1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/goodbreak/goodbreak1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/goodbreak/goodbreak1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/linebreak1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/linebreak1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/newline/indent1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/newline/indent1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/newline/indent2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/newline/indent2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/newline/mixed4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/newline/mixed4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/newline/newline1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/newline/newline1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/newline/newline2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/newline/newline2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/nobreak/nobreak1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/nobreak/nobreak1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/LineBreak/nobreak/nobreak2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/LineBreak/nobreak/nobreak2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Nesting/nestAction1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Nesting/nestAction1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Nesting/nestFrac1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Nesting/nestFrac1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Nesting/nestScript.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Nesting/nestScript.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Nesting/nestTable1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Nesting/nestTable1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/Primes/primes1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/Primes/primes1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/horizontal/genBvert1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/horizontal/genBvert1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/horizontal/stretchTilde1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | caledonia 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/int9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/int9.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/intDispStyle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/intDispStyle.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/intNested3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/intNested3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/intSize1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/intSize1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/integral/intSize2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/integral/intSize2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/tables/stretchTable1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/tables/stretchTable1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/tables/stretchTable2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/tables/stretchTable2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/abs1.mml: -------------------------------------------------------------------------------- 1 | 2 | | 3 | x 4 | | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/abs1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/abs1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/abs2.mml: -------------------------------------------------------------------------------- 1 | 2 | | 3 | 4 | H 5 | K 6 | 7 | | 8 | 9 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/abs2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/abs2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/mid1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/mid1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/mid1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/mid2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/mid2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/stretchVert1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/stretchVert1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/stretchVert2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/stretchVert2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/verbar1.mml: -------------------------------------------------------------------------------- 1 | 2 | | 3 | x 4 | | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/verbar1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/verbar1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/StretchyChars/vertical/verbar2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/StretchyChars/vertical/verbar2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/invChars.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/invChars.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/whBcomments1.mml: -------------------------------------------------------------------------------- 1 | 2 | 5 3 | 5 | 6 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/whBcomments1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/whBcomments1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/whBgeneral1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | x 4 | + 5 | y 6 | 7 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/whBgeneral1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/whBgeneral1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white1.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 | 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white1.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white10.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white2.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 |   5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white2.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white3.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 | 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white3.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white4.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 | 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white4.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white5.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 |  ︀ 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white5.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white6.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 |  ︀ 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white6.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white7.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 |  ︀ 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white7.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white8.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 |  ︀ 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white8.png -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white9.mml: -------------------------------------------------------------------------------- 1 | 2 | 3 | α 4 | 5 | α 6 | 7 | 8 | -------------------------------------------------------------------------------- /w3-mml-testsuite/Topics/WhiteSpace/white9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/uwerat/qwt-mml-dev/1ee3dc15dd45350975ffceaf366df34dba8bbd45/w3-mml-testsuite/Topics/WhiteSpace/white9.png --------------------------------------------------------------------------------