You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using measure(line(...)) is more susceptible to show rule problems; if box were to receive a problematic show rule, it's likely lots of other things would break in tablex anyway, so there isn't much we can do to guard against that.
Using
measure(line(...))
is more susceptible to show rule problems; ifbox
were to receive a problematic show rule, it's likely lots of other things would break in tablex anyway, so there isn't much we can do to guard against that.See also cetz-package/cetz#346 for inspiration.
The text was updated successfully, but these errors were encountered: