We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2691872 commit cd6d10dCopy full SHA for cd6d10d
CHANGELOG.md
@@ -5,6 +5,10 @@
5
### New in `sym`
6
7
- Mathematical symbols
8
+ - `union.serif`: ∪︀
9
+ - `union.sq.serif`: ⊔︀
10
+ - `inter.serif`: ∩︀
11
+ - `inter.sq.serif`: ⊓︀
12
- `gt.double.nested`: ⪢
13
- `lt.double.nested`: ⪡
14
- `gt.arc` ⪧
src/modules/sym.txt
@@ -461,6 +461,7 @@ supset ⊃
461
.tilde ⫈
462
.times ⫂
463
union ∪
464
+ .serif ∪\vs{1}
465
.arrow ⊌
466
.big ⋃
467
.dot ⊍
@@ -471,14 +472,17 @@ union ∪
471
472
.plus ⊎
473
.plus.big ⨄
474
.sq ⊔
475
+ .sq.serif ⊔\vs{1}
476
.sq.big ⨆
477
.sq.double ⩏
478
inter ∩
479
+ .serif ∩\vs{1}
480
.and ⩄
481
.big ⋂
482
.dot ⩀
483
.double ⋒
484
.sq ⊓
485
+ .sq.serif ⊓\vs{1}
486
.sq.big ⨅
487
.sq.double ⩎
488
0 commit comments