mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +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.
|
||||
infty: '∞',
|
||||
infinity: '∞',
|
||||
oo: '∞',
|
||||
diff: '∂',
|
||||
nabla: '∇',
|
||||
sum: ['∑', integral: '⨋'],
|
||||
|
@ -26,7 +26,7 @@ $ (-1)^n + (1/2 + 3)^(-1/2) $
|
||||
|
||||
---
|
||||
// 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.
|
||||
|
@ -12,8 +12,8 @@ $ &sin x + log_2 x \
|
||||
---
|
||||
// Test scripts vs limits.
|
||||
#set text("Latin Modern Roman")
|
||||
Discuss $lim_(n->infty) 1/n$ now.
|
||||
$ lim_(n->infty) 1/n = 0 $
|
||||
Discuss $lim_(n->oo) 1/n$ now.
|
||||
$ lim_(n->infinity) 1/n = 0 $
|
||||
|
||||
---
|
||||
// Test custom operator.
|
||||
|
Loading…
x
Reference in New Issue
Block a user