Hey everyone
I like my fractions with bigger divider, as shown below on 2/2:
I’d like to set it on the defauld math.frac
function from typst so I can use the a/b
syntactic sugar.
I tried to use a show rule to do so:
#show math.frac: it => $ (space.narrow it.num space.narrow ) / it.denom$
But it raises the error Error: Maximum show rule depth exceeded
. Is there a way to do modify the fraction parameters and still use the slash notation?
And if not, how can I suggest this as a feature?