typst::math

Function sscript

source
pub fn sscript(body: Content, cramped: bool) -> Content
Expand description

Forced second script style in math.

This is the smallest size, used in second-level sub- and superscripts (script of the script).

$sum_i x_i/2 = sscript(sum_i x_i/2)$