diff options
Diffstat (limited to 'Master/texmf-dist/tex/luatex/optex/base/math-macros.opm')
-rw-r--r-- | Master/texmf-dist/tex/luatex/optex/base/math-macros.opm | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/luatex/optex/base/math-macros.opm b/Master/texmf-dist/tex/luatex/optex/base/math-macros.opm index c6b22f247b7..7cb7532e739 100644 --- a/Master/texmf-dist/tex/luatex/optex/base/math-macros.opm +++ b/Master/texmf-dist/tex/luatex/optex/base/math-macros.opm @@ -23,7 +23,7 @@ You can ask by \`\_ifmathsb` if this feature is activated or deactivated. By default, it is activated in the `\everyjob`, see section~\ref[init]. Note, that the `\everyjob` is processed after the first line of the document is - read, so the \^`\matsbon` is activated from second line of the document. + read, so the \^`\mathsbon` is activated from second line of the document. \_cod ----------------------------- \catcode`\_ = 8 \let\sb = _ @@ -433,7 +433,7 @@ \_protected\_def\_ldots{\_mathinner{\_ldotp\_ldotp\_ldotp}} \_protected\_def\_cdots{\_mathinner{\_cdotp\_cdotp\_cdotp}} -\_protected\_def\_vdots{\_vbox{\_baselineskip=.4em \_lineskiplimit=0pt +\_protected\_def\_vdots{\_vbox{\_baselineskip=.4em \_lineskiplimit=\_zo \_kern.6em \_hbox{.}\_hbox{.}\_hbox{.}}} \_protected\_def\_ddots{\_mathinner{% \_mkern1mu\_raise.7em\_vbox{\_kern.7em\_hbox{.}}\_mkern2mu @@ -474,7 +474,7 @@ The last four are redefined when Unicode math is loaded. \_cod ----------------------------- -\_def\_math{\_mathsurround0pt } +\_def\_math{\_mathsurround\_zo} \_protected\_def\_skew #1#2#3{{\_muskip0=#1mu\_divide\_muskip0=by2 \_mkern\_muskip0 #2{\_mkern-\_muskip0{#3}\_mkern\_muskip0}\_mkern-\_muskip0}{}} \_protected\_def\_overrightarrow #1{\_vbox{\_math\_ialign{##\_crcr @@ -551,14 +551,14 @@ \_def\_mathphant#1#2{\_setbox0=\_hbox{$\_math#1{#2}$}\_finphant} \_def\_finphant{\_setbox2=\_null \_ifvp \_ht2=\_ht0 \_dp2=\_dp0 \_fi - \_ifhp \_wd2=\_wd0 \_fi \_box2 } + \_ifhp \_wd2=\_wd0 \_fi \_hbox{\_box2}} \_def\_mathstrut{\_vphantom(} \_protected\_def\_smash{\_relax % \_relax, in case this comes first in \halign \_ifmmode\_def\_next{\_mathpalette\_mathsmash}\_else\_let\_next\_makesmash \_fi\_next} \_def\_makesmash#1{\_setbox0=\_hbox{#1}\_finsmash} \_def\_mathsmash#1#2{\_setbox0=\_hbox{$\_math#1{#2}$}\_finsmash} -\_def\_finsmash{\_ht0=0pt \_dp0=0pt \_box0 } +\_def\_finsmash{\_ht0=\_zo \_dp0=\_zo \_hbox{\_box0}} \_public \mathpalette \vphantom \hphantom \phantom \mathstrut \smash ; \_doc ----------------------------- @@ -575,7 +575,7 @@ \_def\_rlhp#1{\_vcenter{\_math\_hbox{\_ooalign{\_raise.2em \_hbox{$#1\_rightharpoonup$}\_crcr $#1\_leftharpoondown$}}}} -\_protected\_def\_buildrel#1\over#2{\_mathrel{\_mathop{\_kern0pt #2}\_limits^{#1}}} +\_protected\_def\_buildrel#1\over#2{\_mathrel{\_mathop{\_kern\_zo #2}\_limits^{#1}}} \_protected\_def\_doteq{\_buildrel\_textstyle.\over=} \_private \in \sim ; \_public \cong \notin \rightleftharpoons \buildrel \doteq ; @@ -1036,6 +1036,7 @@ \_endcode %--------------------------------------------------- +2020=12-17 \box0->\hbox{\box0} in \_finphant and \_finsmash, see https://tex.stackexchange.com/questions/574997/ 2020-06-14 \borermatrix, \cases corrected 2020-06-13 \adots introduced, \matrix smaller in T mode too. 2020-06-03 \notin corrected |