diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/sources/general/manuals/luametatex/luametatex-math.tex | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-math.tex b/doc/context/sources/general/manuals/luametatex/luametatex-math.tex index 66a62ee72..82a6cce50 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-math.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-math.tex @@ -2510,11 +2510,11 @@ If you also want to see something on the console make sure to set \prm You can change the class of a math character on the fly: \startbuffer -$x\mathopen {!}+123+\mathclose {!}x$ -$x\Umathclass4 ! +123+\Umathclass5 ! x$ -$x ! +123+ ! x$ -$x\mathclose {!}+123+\mathopen {!}x$ -$x\Umathclass5 ! +123+\Umathclass4 ! x$ +$x\mathopen {!}+123+\mathclose {!}x$ +$x\Umathclass4 `! +123+\Umathclass5 `! x$ +$x ! +123+ ! x$ +$x\mathclose {!}+123+\mathopen {!}x$ +$x\Umathclass5 `! +123+\Umathclass4 `! x$ \stopbuffer \typebuffer |