mirror of
https://github.com/typst/typst
synced 2025-05-14 17:15:28 +08:00
Removed trailing whitespaces (#2852)
This commit is contained in:
parent
64c2c65c80
commit
4f6fecd606
@ -1,11 +1,11 @@
|
|||||||
"Arthur C. Clarke":
|
"Arthur C. Clarke":
|
||||||
- title: Against the Fall of Night
|
- title: Against the Fall of Night
|
||||||
published: "1978"
|
published: "1978"
|
||||||
- title: The songs of distant earth
|
- title: The songs of distant earth
|
||||||
published: "1986"
|
published: "1986"
|
||||||
|
|
||||||
"Isaac Asimov":
|
"Isaac Asimov":
|
||||||
- title: Quasar, Quasar, Burning Bright
|
- title: Quasar, Quasar, Burning Bright
|
||||||
published: "1977"
|
published: "1977"
|
||||||
- title: Far as Human Eye Could See
|
- title: Far as Human Eye Could See
|
||||||
published: 1987
|
published: 1987
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
#set text(size:20pt)
|
#set text(size:20pt)
|
||||||
$ e^(e^(e^(e))) $
|
$ e^(e^(e^(e))) $
|
||||||
]
|
]
|
||||||
A large number: $e^(e^(e^(e)))$.
|
A large number: $e^(e^(e^(e)))$.
|
||||||
|
|
||||||
---
|
---
|
||||||
// Test prime/double prime via scriptsize
|
// Test prime/double prime via scriptsize
|
||||||
@ -19,7 +19,7 @@ $y^dprime-2y^prime + y = 0$
|
|||||||
$ y^tprime_3 + g^(prime 2) $
|
$ y^tprime_3 + g^(prime 2) $
|
||||||
|
|
||||||
---
|
---
|
||||||
// Test prime superscript on large symbol
|
// Test prime superscript on large symbol
|
||||||
$ scripts(sum_(k in NN))^prime 1/k^2 $
|
$ scripts(sum_(k in NN))^prime 1/k^2 $
|
||||||
$sum_(k in NN)^prime 1/k^2$
|
$sum_(k in NN)^prime 1/k^2$
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user