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
#35c303e8b Thanks @rowanc1! - Fix sized vertical-bar delimiters (\left|, \bigl|, \lvert/\rvert, etc.) failing with "Undefined left bracket" when used inside a \frac/\dfrac argument. Over-captured delimiter arguments are now normalized so only the delimiter is consumed.
Add \lvert, \rvert, \Vert, \lVert, \rVert mappings and accept named bar/angle/floor/ceil delimiters in \left/\right.
Fold \left … matrix … \right delimiters into the matrix: matching delimiters become mat(delim: …), while mismatched delimiters wrap in lr(…) so each side scales with the matrix.