We know that we don't need to write f\left(x\right) instead of f(x)
But when you deal with something(that contains fraction, sum or int) like f(a+i\dfrac{b-a}{n}), you have to change it to left-right alignment form like f\left(a+i\dfrac{b-a}{n}\right)
So now imagine there are thousands of formulas like I described above in a large LaTeX document(only formulas and no packages). If you check one by one and correct the latter one into left-right alignment, it will take you a lot of time. Is it ok to make all the parentheses and brackets into left-right alignment in such a document(by using regex)?
\leftand\right, there is also\bigl,\Bigl,\biggl, and\Bigglalong with\bigr,\Bigr,\biggr, and\Biggr. – Mico Mar 23 '23 at 03:52