mitex-rs/mitex

`\Big` braces looks weird

Closed this issue · 5 comments

image

#mitex(`
\Big\{123
`)

try this for braces/brackets/...

$lr(size: #180%, \{)123$

image

this works well for very large brace

image

I'd also like to be able to use the lr function, but our current handling of the \Big command is as a single-parameter function, and switching to something like \left and \right requires a lot of effort.

idk the impl details. imo \Big[xxx \big] should become lr(scale: ...%, [) xxx lr(scale: ..., ])

Oh, that sounds good, I'll give it a try!