Set the spacing of all tokens
in pd_flat
to level
if strict = TRUE
or
to at least to level
if strict = FALSE
.
style_space_around_math_token_one(pd_flat, strict, tokens, level)
A nest or a flat parse table.
Whether the rules should be applied strictly or not.
Character vector with tokens that should be styled.
Scalar indicating the amount of spaces that should be inserted
around the tokens
.