typst::math

Function bb

source
pub fn bb(body: Content) -> Content
Expand description

Blackboard bold (double-struck) font style in math.

For uppercase latin letters, blackboard bold is additionally available through symbols of the form NN and RR.

$ bb(b) $
$ bb(N) = NN $
$ f: NN -> RR $