mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
Removed deprecated diff
symbol (#5388)
This commit is contained in:
parent
19bde34876
commit
cb8eaddf98
@ -426,7 +426,6 @@ pub(crate) const SYM: &[(&str, Symbol)] = typst_macros::symbols! {
|
||||
tie: '⧝',
|
||||
],
|
||||
oo: '∞',
|
||||
diff: '∂', // Deprecation planned
|
||||
partial: '∂',
|
||||
gradient: '∇',
|
||||
nabla: '∇',
|
||||
|
@ -2,13 +2,13 @@
|
||||
|
||||
--- math-style-italic-default ---
|
||||
// Test italic defaults.
|
||||
$a, A, delta, ϵ, diff, Delta, ϴ$
|
||||
$a, A, delta, ϵ, partial, Delta, ϴ$
|
||||
|
||||
--- math-style ---
|
||||
// Test forcing a specific style.
|
||||
$A, italic(A), upright(A), bold(A), bold(upright(A)), \
|
||||
serif(A), sans(A), cal(A), frak(A), mono(A), bb(A), \
|
||||
italic(diff), upright(diff), \
|
||||
italic(partial), upright(partial), \
|
||||
bb("hello") + bold(cal("world")), \
|
||||
mono("SQRT")(x) wreath mono(123 + 456)$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user