summaryrefslogtreecommitdiff
path: root/doc/context
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2022-12-09 18:16:10 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2022-12-09 18:16:10 +0100
commit3bdc9b9072bba774cd5c604fe185d39ddbdc911e (patch)
treeb8efd7c6a858544767c1d8a9a4efb20f60c039db /doc/context
parentfb63eac7402fbd3bb00d7591cc4fbac1b2db2582 (diff)
downloadcontext-3bdc9b9072bba774cd5c604fe185d39ddbdc911e.tar.gz
2022-12-09 16:33:00
Diffstat (limited to 'doc/context')
-rw-r--r--doc/context/sources/general/manuals/luametatex/luametatex-enhancements.tex21
-rw-r--r--doc/context/sources/general/manuals/luametatex/luametatex-math.tex15
2 files changed, 29 insertions, 7 deletions
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-enhancements.tex b/doc/context/sources/general/manuals/luametatex/luametatex-enhancements.tex
index cb7a990da..d2af933b8 100644
--- a/doc/context/sources/general/manuals/luametatex/luametatex-enhancements.tex
+++ b/doc/context/sources/general/manuals/luametatex/luametatex-enhancements.tex
@@ -2569,3 +2569,24 @@ it a playground.
\stopchapter
\stopcomponent
+
+% \bgroup \unprotect
+% \catcode`<= \lettercatcode
+% \ifnum 1 = 2 n \else y \fi
+% \ifnum 1 > 2 n \else y \fi
+% \ifnum 1 < 2 y \else n \fi
+% \ifnum 1 != 2 y \else n \fi
+% \ifnum 1 !> 2 y \else n \fi
+% \ifnum 1 !< 2 n \else y \fi
+% \ifnum 1 ≠ 2 y \else n \fi
+% \ifnum 1 ≥ 2 n \else y \fi
+% \ifnum 1 ≤ 2 y \else n \fi
+% \ifnum 1 ≱ 2 n \else y \fi
+% \ifnum 1 ≰ 2 y \else n \fi
+% \ifnum 1 ∈ 3 y \else n \fi
+% \ifnum 1 ∉ 3 n \else y \fi
+% \ifdim 10pt ∈ 10.5pt y \else n \fi
+% \ifdim 10pt ∉ 10.5pt n \else y \fi
+% \ifdim 11pt ∈ 10.5pt n \else y \fi
+% \ifdim 11pt ∉ 10.5pt y \else n \fi
+% \protect \egroup
diff --git a/doc/context/sources/general/manuals/luametatex/luametatex-math.tex b/doc/context/sources/general/manuals/luametatex/luametatex-math.tex
index 82a6cce50..0c9cb5c1c 100644
--- a/doc/context/sources/general/manuals/luametatex/luametatex-math.tex
+++ b/doc/context/sources/general/manuals/luametatex/luametatex-math.tex
@@ -1651,16 +1651,17 @@ effects.
\NC 0 \NC dynamic \NC dynamic \NC \SampleMath{0} \NC \NR
\NC 1 \NC $d$ \NC $u$ \NC \SampleMath{1} \NC \NR
\NC 2 \NC $s$ \NC $u$ \NC \SampleMath{2} \NC \NR
-\NC 3 \NC $s$ \NC $u + s - d$ \NC \SampleMath{3} \NC \NR
-\NC 4 \NC $d + (s-d)/2$ \NC $u + (s-d)/2$ \NC \SampleMath{4} \NC \NR
-\NC 5 \NC $d$ \NC $u + s - d$ \NC \SampleMath{5} \NC \NR
+%
+% In \LUATEX\ but dropped in \LUAMETATEX:
+%
+%NC 3 \NC $s$ \NC $u + s - d$ \NC \SampleMath{3} \NC \NR
+%NC 4 \NC $d + (s-d)/2$ \NC $u + (s-d)/2$ \NC \SampleMath{4} \NC \NR
+%NC 5 \NC $d$ \NC $u + s - d$ \NC \SampleMath{5} \NC \NR
\LL
\stoptabulate
-The value of this parameter obeys grouping but applies to the whole current
-formula.
-
-% if needed we can put the value in stylenodes but maybe more should go there
+The value of this parameter obeys grouping and is applied to character atoms only
+(but that might evolve as we go).
\stopsubsection