Tagged Questions
2
votes
1answer
53 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\},
...
11
votes
2answers
112 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 ...
6
votes
2answers
80 views
Space added after \right
I have a problem regarding the space added by \right..
I have read this answer regarding the topic, where @egreg proposes a macro that deletes this space. However, when using this in my own ...
7
votes
2answers
391 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 ...
11
votes
1answer
121 views
Compatibility between amsmath and exscale
Both the amsmath package and the exscale package define the delimiter macros \big, \Big, \bigg and \Bigg based on the internal macro \bBigg@. However, as the following minimal example reveals the ...
6
votes
1answer
196 views
Using “found” code to typeset augmented matrices, want [] instead of ()
Here's a minimal example of what I'm doing presently:
\documentclass[a4paper,12pt]{article}
\usepackage{amsmath}
\usepackage{arydshln}
\makeatletter
\renewcommand*\env@matrix[1][*\c@MaxMatrixCols ...
5
votes
2answers
318 views
Is there a way to modify the default vertical spacing conventions of LaTeX left and right delimiters?
I am wondering if there is a way to modify the way left and right delimiters in LaTeX handle vertical spacing. This tends to come up when they are enclosing a fraction that has a big numerator but a ...
8
votes
3answers
1k views
Cases with square brackets
How can I subdivide in cases with square brackets?
I mean I want to write:
⌈ 2_i if ...
rank (q, l) = | 2_i + 1 if ...
⌊ ....
with square brackets, not ...
12
votes
1answer
4k views
About big parenthesis larger than Bigg
Do any one know how to type a very big parenthesis in LaTeX. Since the formula is very big, I used multline environment, in one line, there are many pair of parenthesis by using \left and \right which ...
