Tagged Questions
2
votes
1answer
52 views
How to automatically scale `\mid` within delimiters
\mid within \left and \right delimiters is expected to be automatically scaled, but today I noticed such behavior:
L = \sup \left\{ \sum_{x \in F} a(x) \mid F \subset X,\, |F| < \infty \right\},
...
9
votes
1answer
409 views
Correct delimiter height in TikZ
When using the left delimiter and right delimiter options, I am having the problem that their height is not equal to the node they are surrounding.
Here is an example:
\documentclass{article}
...
