Tagged Questions
8
votes
1answer
70 views
Adaptively sized delimiters that don't go beyond the size of \bigl and \bigr
I would like adaptively sized delimiters, but only up to \bigl/\bigr-size. That is, there is variation only between ordinary/normal size and one size higher.
\documentclass{article}
...
11
votes
2answers
118 views
Manually controlled size of delimiters in macros
I am using the amsmath package and I'd like to control the size of my delimiters manually, i.e. using the
\bigl, \Bigl, ... , \Bigr, \bigr commands, instead of \left, \middle, \right.
Now I want to ...
7
votes
2answers
443 views
In exponents, parenthesis too small, \big too big
When something big (a fraction, a sum, an integral...) appears within a pair of parenthesis, one can typically use \left(...\right) to get delimiters large enough to surround the contents. The ...