-
(FEAT) Pair bare fences into proper auto-sizing delimiters
Loose<mo>fences are now matched and wrapped, so(,[,{and their partners become\left...\rightpairs (e.g.(x + y)to\left(x + y\right)), removing the dangling\left./\right.fillers and extra parentheses produced before. Vertical bars pair into absolute-value delimiters (|x|to\left|x\right|) and double bars into the norm delimiter (||a||to\left\|a\right\|). #68 #69 (#34)
Thanks to @kepano for reporting. -
(FEAT) Convert fenced tables into matrix environments
An<mtable>wrapped in fences now renders as the matching matrix environment: parentheses topmatrix, single bars tovmatrix(determinant), and double bars toVmatrix. #68 #69 (#41)
Thanks to @explorerc for reporting. -
(FEAT) Respect
linethicknesson<mfrac>
A zerolinethicknessnow emits\genfrac{}{}{0pt}{}{...}{...}instead of a barred\frac, so bar-less fractions and binomial coefficients render correctly. Any explicitlinethicknessis mapped to the matching\genfracbar size. #65 (#47)
Thanks to @RangerMak for reporting. -
(FIX) Brace fences now produce valid LaTeX
Brace delimiters are escaped (\left\{,\right\}) instead of the invalid\left{/\right}. #67 (#66)