diff options
author | Hans Hagen <pragma@wxs.nl> | 2021-04-20 19:01:45 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg@phi-gamma.net> | 2021-04-20 19:01:45 +0200 |
commit | 5ca0a10c8ee7333320b58b2ae02e902e51f27449 (patch) | |
tree | b7b14a1ef75922ef370b3743ca291eb85b35fac3 /doc | |
parent | 4831ec8b98dbd0b637271f601c288960f9259bfc (diff) | |
download | context-5ca0a10c8ee7333320b58b2ae02e902e51f27449.tar.gz |
2021-04-20 18:44:00
Diffstat (limited to 'doc')
-rw-r--r-- | doc/context/documents/general/manuals/luametatex.pdf | bin | 1295238 -> 1297733 bytes | |||
-rw-r--r-- | doc/context/sources/general/manuals/luatex/luatex-math.tex | 38 |
2 files changed, 36 insertions, 2 deletions
diff --git a/doc/context/documents/general/manuals/luametatex.pdf b/doc/context/documents/general/manuals/luametatex.pdf Binary files differindex b65e6f6ba..4096d1f5f 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/luatex/luatex-math.tex b/doc/context/sources/general/manuals/luatex/luatex-math.tex index 89c0836ba..54de255da 100644 --- a/doc/context/sources/general/manuals/luatex/luatex-math.tex +++ b/doc/context/sources/general/manuals/luatex/luatex-math.tex @@ -1,4 +1,4 @@ -% language=uk +% language=uk engine=luatex \environment luatex-style @@ -1575,6 +1575,40 @@ Because there are quite some math related parameters and values, it is possible to limit tracing. Only when \type {tracingassigns} and|/|or \type {tracingrestores} are set to~2 or more they will be traced. +\subsection {Math options with \lpr {mathdefaultsmode}} + +This option has been introduced because \LATEX\ developers wanted some of the +defaults to be different from the ones that were set in stone when we froze +\LUATEX. The default values are: + +\starttabulate[|l|c|c|] +\DB \BC scanning \BC rendering \NC \NR +\TB +\NC radical/root \NC cramped \NC cramped \NC \NR +\NC under delimiter \NC cramped \NC supstyle \NC \NR +\NC over delimiter \NC cramped \NC substyle \NC \NR +\NC delimiter under \NC cramped \NC current \NC \NR +\NC delimiter over \NC cramped \NC current \NC \NR +\LL +\stoptabulate + +When \type {\mathdefaultsmode} is larger than zero, we have: + +\starttabulate[|l|c|c|] +\DB \BC scanning \BC rendering \NC \NR +\TB +\NC radical/root \NC cramped \NC cramped \NC \NR +\NC under delimiter \NC substyle \NC substyle \NC \NR +\NC over delimiter \NC supstyle \NC supstyle \NC \NR +\NC delimiter under \NC current \NC current \NC \NR +\NC delimiter over \NC cramped \NC cramped \NC \NR +\LL +\stoptabulate + +It is outside the scope of this manual to discuss the rationale behind these +defaults. The zero values date back from the early times. If needed you can +explicitly set the style in the content argument. + \subsection {Math options with \lpr {mathoption}} The logic in the math engine is rather complex and there are often no universal @@ -1588,7 +1622,7 @@ This option was introduced for testing purposes when the math engine got split code paths and it forces the engine to treat new fonts as old ones with respect to italic correction etc. There are no guarantees given with respect to the final result and unexpected side effects are not seen as bugs as they relate to font -properties. Ther eis currently only one option: +properties. There is currently only one option: \startbuffer \mathoption old 1 |