mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +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: '⧝',
|
tie: '⧝',
|
||||||
],
|
],
|
||||||
oo: '∞',
|
oo: '∞',
|
||||||
diff: '∂', // Deprecation planned
|
|
||||||
partial: '∂',
|
partial: '∂',
|
||||||
gradient: '∇',
|
gradient: '∇',
|
||||||
nabla: '∇',
|
nabla: '∇',
|
||||||
|
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
--- math-style-italic-default ---
|
--- math-style-italic-default ---
|
||||||
// Test italic defaults.
|
// Test italic defaults.
|
||||||
$a, A, delta, ϵ, diff, Delta, ϴ$
|
$a, A, delta, ϵ, partial, Delta, ϴ$
|
||||||
|
|
||||||
--- math-style ---
|
--- math-style ---
|
||||||
// Test forcing a specific style.
|
// Test forcing a specific style.
|
||||||
$A, italic(A), upright(A), bold(A), bold(upright(A)), \
|
$A, italic(A), upright(A), bold(A), bold(upright(A)), \
|
||||||
serif(A), sans(A), cal(A), frak(A), mono(A), bb(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")), \
|
bb("hello") + bold(cal("world")), \
|
||||||
mono("SQRT")(x) wreath mono(123 + 456)$
|
mono("SQRT")(x) wreath mono(123 + 456)$
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user