diff --git a/CHANGELOG.md b/CHANGELOG.md index e6e8db4..e8c61d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,6 +53,13 @@ - `lt.closed.eq.not`: ⋬ - `lt.closed.not`: ⋪ +- Decorated mathematical symbols + - `plus.hat`: ⨣ + - `approx.hat`: ⩯ + - `lt.quest`: ⩻ + - `gt.quest`: ⩼ + - `eq.ast`: ⩮ + - Miscellaneous technical - `bowtie.stroked`: ⋈ - `bowtie.stroked.big`: ⨝ diff --git a/src/modules/sym.txt b/src/modules/sym.txt index 439ccf1..2ec90d7 100644 --- a/src/modules/sym.txt +++ b/src/modules/sym.txt @@ -255,6 +255,7 @@ plus + .square ⊞ .triangle ⨹ .triple ⧻ + .hat ⨣ minus − .o ⊖ .dot ∸ @@ -283,6 +284,7 @@ ratio ∶ // Relations. eq = + .ast ⩮ .star ≛ .o ⊜ .colon ≕ @@ -306,6 +308,7 @@ eq = gt > .o ⧁ .dot ⋗ + .quest ⩼ .approx ⪆ .arc ⪧ .arc.eq ⪩ @@ -342,6 +345,7 @@ gt > lt < .o ⧀ .dot ⋖ + .quest ⩻ .approx ⪅ .arc ⪦ .arc.eq ⪨ @@ -378,6 +382,7 @@ lt < approx ≈ .eq ≊ .not ≉ + .hat ⩯ prec ≺ .approx ⪷ .curly.eq ≼