From 4acd2f9a23d84fa9f60d7f0068d98a3743f4e05b Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:09:15 +0100 Subject: [PATCH 1/2] Add double nested greater than and less than symbols --- CHANGELOG.md | 4 ++++ src/modules/sym.txt | 2 ++ 2 files changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 615d9c7..f6b9626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ ### New in `sym` +- Mathematical symbols + - `gt.double.nested`: ⪢ + - `lt.double.nested`: ⪡ + - Currency - `riyal`: ⃁ diff --git a/src/modules/sym.txt b/src/modules/sym.txt index e305e75..ba1b2ef 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -307,6 +307,7 @@ gt > .dot ⋗ .approx ⪆ .double ≫ + .double.nested ⪢ .eq ≥ .eq.slant ⩾ .eq.lt ⋛ @@ -332,6 +333,7 @@ lt < .dot ⋖ .approx ⪅ .double ≪ + .double.nested ⪡ .eq ≤ .eq.slant ⩽ .eq.gt ⋚ From 174c2c6567bbe498dcdae19fadd54cf81a291640 Mon Sep 17 00:00:00 2001 From: Malo <57839069+MDLC01@users.noreply.github.com> Date: Mon, 27 Oct 2025 14:11:38 +0100 Subject: [PATCH 2/2] Add GT and LT closed by curve variants --- CHANGELOG.md | 4 ++++ src/modules/sym.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6b9626..66e8a0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ - Mathematical symbols - `gt.double.nested`: ⪢ - `lt.double.nested`: ⪡ + - `gt.arc` ⪧ + - `gt.arc.eq` ⪩ + - `lt.arc`: ⪦ + - `lt.arc.eq`: ⪨ - Currency - `riyal`: ⃁ diff --git a/src/modules/sym.txt b/src/modules/sym.txt index ba1b2ef..d3dab55 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -306,6 +306,8 @@ gt > .o ⧁ .dot ⋗ .approx ⪆ + .arc ⪧ + .arc.eq ⪩ .double ≫ .double.nested ⪢ .eq ≥ @@ -332,6 +334,8 @@ lt < .o ⧀ .dot ⋖ .approx ⪅ + .arc ⪦ + .arc.eq ⪨ .double ≪ .double.nested ⪡ .eq ≤