mirror of
https://github.com/typst/typst
synced 2025-05-17 02:25:27 +08:00
adding dotless i & j to sym.rs (#1227)
This commit is contained in:
parent
9e1aeab3cd
commit
85ea0350e4
@ -831,4 +831,5 @@ pub(crate) const SYM: &[(&str, Symbol)] = symbols! {
|
|||||||
kelvin: 'K',
|
kelvin: 'K',
|
||||||
Re: 'ℜ',
|
Re: 'ℜ',
|
||||||
Im: 'ℑ',
|
Im: 'ℑ',
|
||||||
|
dotless: [i: '𝚤', j: '𝚥'],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user