mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Rename infinity symbol
This commit is contained in:
parent
2bb0135d2a
commit
15bc932ec1
@ -342,7 +342,8 @@ pub(crate) const SYM: &[(&'static str, Symbol)] = symbols! {
|
|||||||
],
|
],
|
||||||
|
|
||||||
// Calculus.
|
// Calculus.
|
||||||
infty: '∞',
|
infinity: '∞',
|
||||||
|
oo: '∞',
|
||||||
diff: '∂',
|
diff: '∂',
|
||||||
nabla: '∇',
|
nabla: '∇',
|
||||||
sum: ['∑', integral: '⨋'],
|
sum: ['∑', integral: '⨋'],
|
||||||
|
@ -26,7 +26,7 @@ $ (-1)^n + (1/2 + 3)^(-1/2) $
|
|||||||
|
|
||||||
---
|
---
|
||||||
// Test limit.
|
// Test limit.
|
||||||
$ lim_(n->infty \ n "grows") sum_(k=0 \ k in NN)^n k $
|
$ lim_(n->oo \ n "grows") sum_(k=0 \ k in NN)^n k $
|
||||||
|
|
||||||
---
|
---
|
||||||
// Test forcing scripts and limits.
|
// Test forcing scripts and limits.
|
||||||
|
@ -12,8 +12,8 @@ $ &sin x + log_2 x \
|
|||||||
---
|
---
|
||||||
// Test scripts vs limits.
|
// Test scripts vs limits.
|
||||||
#set text("Latin Modern Roman")
|
#set text("Latin Modern Roman")
|
||||||
Discuss $lim_(n->infty) 1/n$ now.
|
Discuss $lim_(n->oo) 1/n$ now.
|
||||||
$ lim_(n->infty) 1/n = 0 $
|
$ lim_(n->infinity) 1/n = 0 $
|
||||||
|
|
||||||
---
|
---
|
||||||
// Test custom operator.
|
// Test custom operator.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user