Skip to content

Commit fc9c16c

Browse files
authored
Merge branch 'main' into tri-closed
2 parents e148072 + 4b4b3a5 commit fc9c16c

2 files changed

Lines changed: 29 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
### New in `sym`
66

77
- Mathematical symbols
8+
- `union.serif`: ∪︀
9+
- `union.sq.serif`: ⊔︀
10+
- `inter.serif`: ∩︀
11+
- `inter.sq.serif`: ⊓︀
812
- `gt.double.nested`: ⪢
913
- `lt.double.nested`: ⪡
1014
- `gt.arc`
@@ -39,6 +43,16 @@
3943
- `lt.closed.eq.not`: ⋬
4044
- `lt.closed.not`: ⋪
4145

46+
- Miscellaneous technical
47+
- `bowtie.stroked`: ⋈
48+
- `bowtie.stroked.big`: ⨝
49+
- `bowtie.stroked.big.l`: ⟕
50+
- `bowtie.stroked.big.r`: ⟖
51+
- `bowtie.stroked.big.l.r`: ⟗
52+
- `bowtie.filled`: ⧓
53+
- `bowtie.filled.l`: ⧑
54+
- `bowtie.filled.r`: ⧒
55+
4256
- Currency
4357
- `riyal`: ⃁
4458

@@ -57,6 +71,7 @@
5771

5872
- `gt.tri` and variants in favor of `gt.closed`
5973
- `lt.tri` and variants in favor of `lt.closed`
74+
- `join` and its variants in favor of `bowtie.big` with the same variants
6075

6176
### Removals **(Breaking change)**
6277

src/modules/sym.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,7 @@ supset ⊃
477477
.tilde ⫈
478478
.times ⫂
479479
union ∪
480+
.serif ∪\vs{1}
480481
.arrow ⊌
481482
.big ⋃
482483
.dot ⊍
@@ -487,14 +488,17 @@ union ∪
487488
.plus ⊎
488489
.plus.big ⨄
489490
.sq ⊔
491+
.sq.serif ⊔\vs{1}
490492
.sq.big ⨆
491493
.sq.double ⩏
492494
inter ∩
495+
.serif ∩\vs{1}
493496
.and ⩄
494497
.big ⋂
495498
.dot ⩀
496499
.double ⋒
497500
.sq ⊓
501+
.sq.serif ⊓\vs{1}
498502
.sq.big ⨅
499503
.sq.double ⩎
500504

@@ -632,10 +636,20 @@ diameter ⌀
632636
interleave ⫴
633637
.big ⫼
634638
.struck ⫵
639+
@deprecated: `join` is deprecated, use `bowtie.big` instead
635640
join ⨝
636641
.r ⟖
637642
.l ⟕
638643
.l.r ⟗
644+
bowtie
645+
.stroked ⋈
646+
.stroked.big ⨝
647+
.stroked.big.l ⟕
648+
.stroked.big.r ⟖
649+
.stroked.big.l.r ⟗
650+
.filled ⧓
651+
.filled.l ⧑
652+
.filled.r ⧒
639653
hourglass
640654
.stroked ⧖
641655
.filled ⧗

0 commit comments

Comments
 (0)