From 3bdc9b9072bba774cd5c604fe185d39ddbdc911e Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Fri, 9 Dec 2022 18:16:10 +0100 Subject: 2022-12-09 16:33:00 --- .../manuals/luametatex/luametatex-enhancements.tex | 21 +++++++++++++++++++++ .../general/manuals/luametatex/luametatex-math.tex | 15 ++++++++------- 2 files changed, 29 insertions(+), 7 deletions(-) (limited to 'doc/context') 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 -- cgit v1.2.3