mirror of
https://github.com/typst/typst
synced 2025-05-19 03:25:27 +08:00
Add some integral symbols (#2413)
This commit is contained in:
parent
9800b9ff30
commit
5f1ea5c48c
@ -403,9 +403,12 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
cont.ccw: '∳',
|
cont.ccw: '∳',
|
||||||
cont.cw: '∲',
|
cont.cw: '∲',
|
||||||
cw: '∱',
|
cw: '∱',
|
||||||
|
dash: '⨍',
|
||||||
|
dash.double: '⨎',
|
||||||
double: '∬',
|
double: '∬',
|
||||||
quad: '⨌',
|
quad: '⨌',
|
||||||
sect: '⨙',
|
sect: '⨙',
|
||||||
|
slash: '⨏',
|
||||||
square: '⨖',
|
square: '⨖',
|
||||||
surf: '∯',
|
surf: '∯',
|
||||||
times: '⨘',
|
times: '⨘',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user