diff options
author | Hans Hagen <pragma@wxs.nl> | 2020-05-08 21:09:12 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2020-05-08 21:09:12 +0200 |
commit | 924914d6830838e5b8191c6996c66fbfe50cd70d (patch) | |
tree | 29e0452401be5cec69631abd3af46ee3bedf9506 /doc | |
parent | 7e3b7014c7818aa18edfbdc80596eaed8e8bdd86 (diff) | |
download | context-924914d6830838e5b8191c6996c66fbfe50cd70d.tar.gz |
2020-05-08 20:49:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/documents/general/manuals/luametatex.pdf | bin | 1214894 -> 1221745 bytes | |||
-rw-r--r-- | doc/context/sources/general/manuals/luametatex/luametatex-math.tex | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/context/documents/general/manuals/luametatex.pdf b/doc/context/documents/general/manuals/luametatex.pdf Binary files differindex 1feb89f53..fbf2a3842 100644 --- a/doc/context/documents/general/manuals/luametatex.pdf +++ b/doc/context/documents/general/manuals/luametatex.pdf diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-math.tex b/doc/context/sources/general/manuals/luametatex/luametatex-math.tex index e66993f17..aff3209b2 100644 --- a/doc/context/sources/general/manuals/luametatex/luametatex-math.tex +++ b/doc/context/sources/general/manuals/luametatex/luametatex-math.tex @@ -424,6 +424,7 @@ has resulted in turning some hard codes properties into parameters. \NC \lpr {Umathsupsubbottommax} \NC the bottom of the superscript of a combined super- and subscript be at least as high as this above the baseline \NC \NR \NC \lpr {Umathsubsupvgap} \NC vertical clearance between super- and subscript \NC \NR +\NC \lpr {Umathspacebeforescript} \NC additional space added before a super- or subprescript (bonus setting) \NC \NR \NC \lpr {Umathspaceafterscript} \NC additional space added after a super- or subscript \NC \NR \NC \lpr {Umathconnectoroverlapmin}\NC minimum overlap between parts in an extensible recipe \NC \NR \LL @@ -1725,6 +1726,10 @@ $} \typebuffer The question is: are these double super and subscript triggers the way to go? +Anyway, you need to have them either being active (which in \CONTEXT\ then boils +down to them being other characters), or say \type {\supmarkmode = 1} to disable +the normal multiple \type {^} treatment (a value larger than 1 will also disable +that in text mode). \blank \getbuffer \blank |