Skip to content

Commit cd6d10d

Browse files
authored
Add serif union and intersection symbols (#127)
1 parent 2691872 commit cd6d10d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 4 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`

src/modules/sym.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ supset ⊃
461461
.tilde ⫈
462462
.times ⫂
463463
union ∪
464+
.serif ∪\vs{1}
464465
.arrow ⊌
465466
.big ⋃
466467
.dot ⊍
@@ -471,14 +472,17 @@ union ∪
471472
.plus ⊎
472473
.plus.big ⨄
473474
.sq ⊔
475+
.sq.serif ⊔\vs{1}
474476
.sq.big ⨆
475477
.sq.double ⩏
476478
inter ∩
479+
.serif ∩\vs{1}
477480
.and ⩄
478481
.big ⋂
479482
.dot ⩀
480483
.double ⋒
481484
.sq ⊓
485+
.sq.serif ⊓\vs{1}
482486
.sq.big ⨅
483487
.sq.double ⩎
484488

0 commit comments

Comments
 (0)