Settable parameters can be customized for all following uses of the
function with a set rule.
The length of the line, relative to the length of the diagonal spanning
the whole element being "cancelled". A value of 100% would then have
the line span precisely the element's diagonal.
Default: 100%+3pt
View example
$ a + cancel(x, length:#200%)-cancel(x, length:#200%)$
Settable parameters can be customized for all following uses of the
function with a set rule.
Whether the cancel line should be inverted (flipped along the y-axis).
For the default angle setting, inverted means the cancel line
points to the top left instead of top right.
Settable parameters can be customized for all following uses of the
function with a set rule.
How much to rotate the cancel line.
If given an angle, the line is rotated by that angle clockwise with
respect to the y-axis.
If auto, the line assumes the default angle; that is, along the
rising diagonal of the content box.
If given a function angle => angle, the line is rotated, with
respect to the y-axis, by the angle returned by that function. The
function receives the default angle as its input.
Default: auto
View example
$cancel(Pi)cancel(Pi, angle:#0deg)cancel(Pi, angle:#45deg)cancel(Pi, angle:#90deg)cancel(1/(1+x), angle:#(a => a +45deg))cancel(1/(1+x), angle:#(a => a +90deg))$