diff options
author | Khaled Hosny <khaledhosny@eglug.org> | 2011-11-10 21:54:31 +0200 |
---|---|---|
committer | Khaled Hosny <khaledhosny@eglug.org> | 2011-11-10 21:54:36 +0200 |
commit | 9eeab79bc728e8956090dc478bcd501139b3af35 (patch) | |
tree | ca3109bfa84475132d6ece841ca39963382529ed /tests/math.tex | |
parent | 6cc1d2bb944b91a2ddcdf7ad1a2b1a22b8c16d6a (diff) | |
download | luaotfload-9eeab79bc728e8956090dc478bcd501139b3af35.tar.gz |
Make the math test more useful
Diffstat (limited to 'tests/math.tex')
-rw-r--r-- | tests/math.tex | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/tests/math.tex b/tests/math.tex index c5b711f..55bb2aa 100644 --- a/tests/math.tex +++ b/tests/math.tex @@ -8,7 +8,23 @@ \font\6={name:XITS Math:mode=node;script=math;ssty=2} at 5pt \textfont4=\4 \scriptfont4=\5 \scriptscriptfont4=\6 -%\tracingall +\Umathcode`a="7"4"1D44E +\Umathcode`b="7"4"1D44F +\Umathcode`x="7"4"1D465 +\Umathcode`y="7"4"1D466 +\Umathcode`A="7"4"1D434 +\Umathcode`B="7"4"1D435 +\Umathcode`C="7"4"1D436 +\Umathcode`P="7"4"1D443 +\Umathcode`3="7"4`3 +\Umathcode`+="2"4`+ +\Umathcode`=="3"4`= +\Umathcode`(="4"4`( +\Umathcode`)="5"4`) + +\Udelcode`(="4`( +\Udelcode`)="4`) + $$\Uradical "4 "221A {x}$$ $$\Uroot "4 "221A {3}{x^3+y^3}$$ @@ -35,8 +51,7 @@ $$ \centerline{$ a \overwithdelims() b $} $$ -\Umathchar "7 "4 "1D443 \Umathchar "4 "4 `( \Umathchar "7 "4 "1D44E \Umathchar "5 "4 `) +P(a) $$ \bye - |