Somehow I don't see this problem (see attachment).
Yes, you're right, the \Bigg brackets are okay here. Originally I use the fourier package where they are not large enough. I should have checked that before and included it in the mwe.
A variation of Stefan's idea could look like shown below ...
Search found 15 matches
- Sat Jul 31, 2010 12:49 pm
- Forum: Math & Science
- Topic: Preventing autosized brackets from including underbraces
- Replies: 3
- Views: 4115
- Fri Jul 30, 2010 11:27 pm
- Forum: Math & Science
- Topic: Preventing autosized brackets from including underbraces
- Replies: 3
- Views: 4115
Preventing autosized brackets from including underbraces
How can I prevent the autosized brackets from including the underbrace in the following example?
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s \in \left[\underbrace{b - b \sqrt{1 + \frac{1}{\gamma}}}_{< 0}; \quad b + b \sqrt{1 + \frac{1}{\gamma}}\right].
\end ...
\documentclass{scrreprt}
\usepackage{amsmath}
\begin{document}
\begin{align*}
s \in \left[\underbrace{b - b \sqrt{1 + \frac{1}{\gamma}}}_{< 0}; \quad b + b \sqrt{1 + \frac{1}{\gamma}}\right].
\end ...
- Mon Jul 26, 2010 7:18 pm
- Forum: Graphics, Figures & Tables
- Topic: Different Vertical alignment for each column in a table?
- Replies: 3
- Views: 2809
Different Vertical alignment for each column in a table?
Thank you very much! This works for megmedina wrote:one possible solution (perhaps not the optimal one) would be to use the multirow package
- Sun Jul 25, 2010 8:57 pm
- Forum: Graphics, Figures & Tables
- Topic: Different Vertical alignment for each column in a table?
- Replies: 3
- Views: 2809
Different Vertical alignment for each column in a table?
Hi, I want to create a table with three columns, the text in the left column should be aligned on top, the right column on the bottom. The center column is stretched so that the whole table fits the page width. How can I do this? I tried the following:
\documentclass{scrreprt}
\usepackage{tabularx ...
\documentclass{scrreprt}
\usepackage{tabularx ...
- Sat Jul 17, 2010 10:13 pm
- Forum: Math & Science
- Topic: Do you always prefer autosized brackets?
- Replies: 2
- Views: 1615
Do you always prefer autosized brackets?
Thank you very much, it works!localghost wrote:But there are several (TeX) commands for manual adjustment. See the code below for comparison. [...]
- Sat Jul 17, 2010 2:32 pm
- Forum: Math & Science
- Topic: Do you always prefer autosized brackets?
- Replies: 2
- Views: 1615
Do you always prefer autosized brackets?
This is not so much a technical question but more a typographic one: Do you always use \left( and \right) instead of just ()? Or are there exceptions when smaller brackets are preferable?
For example using the autosized brackets in the following example looks pretty strange or is it just me ...
For example using the autosized brackets in the following example looks pretty strange or is it just me ...
- Wed Jun 23, 2010 10:38 am
- Forum: Math & Science
- Topic: Number each row in an array?
- Replies: 2
- Views: 5107
Re: Number each row in an array?
Wow, that's a nice trick! However, I don't want to create my own equation numbers but use the built-in numbering -- just as if these equations stood in an {align}-environment instead of an array.
- Tue Jun 22, 2010 1:47 pm
- Forum: Math & Science
- Topic: Number each row in an array?
- Replies: 2
- Views: 5107
Number each row in an array?
I would like to number each (or at least some) row in an array-environment. How can I do this?
The reason why I'm not using a align-environment is that I want to have the top- and bottomrules of the booktabs class. Maybe there is another solution?
My working example (note that the array as a whole ...
The reason why I'm not using a align-environment is that I want to have the top- and bottomrules of the booktabs class. Maybe there is another solution?
My working example (note that the array as a whole ...
- Fri Mar 05, 2010 12:14 pm
- Forum: Math & Science
- Topic: alignat environment with no top/bottom margins
- Replies: 2
- Views: 2504
alignat environment with no top/bottom margins
Thank you very much, it works! I would have never figured this out myself.Stefan_K wrote:here's a modification for the alignat environment:
- Sun Feb 28, 2010 1:58 pm
- Forum: Math & Science
- Topic: alignat environment with no top/bottom margins
- Replies: 2
- Views: 2504
alignat environment with no top/bottom margins
I would like to have my alignat environment to have no top and bottom margins. I found the following solution for the standard align environment which does exactly what I want:
\makeatletter
\newenvironment{myalign*}{%
\setlength{\mathindent}{0pt}%
\setlength{\abovedisplayskip}{-\baselineskip ...
\makeatletter
\newenvironment{myalign*}{%
\setlength{\mathindent}{0pt}%
\setlength{\abovedisplayskip}{-\baselineskip ...