mirror of
https://github.com/typst/typst
synced 2025-05-14 04:56:26 +08:00
10 lines
289 B
XML
10 lines
289 B
XML
--- math-size ---
|
|
// Test forcing math size
|
|
$a/b, display(a/b), display(a)/display(b), inline(a/b), script(a/b), sscript(a/b) \
|
|
mono(script(a/b)), script(mono(a/b))\
|
|
script(a^b, cramped: #true), script(a^b, cramped: #false)$
|
|
|
|
--- issue-3658-math-size ---
|
|
$ #rect[$1/2$] $
|
|
$#rect[$1/2$]$
|