I have the following equation: $\|\text{DFT}\left( f_t (n) \right)\|^2 $ (
)
This equation is rendered with a space before the second $\|$. Why is this and how can I fix it?
|
Use |
||||
|
|
|
This is due to some weird design choices by Knuth. Notice that there's also an extra space after To obtain the expected spacing, use
For a more complete discussion, see this answer. |
||||
|
|
\providecommand\norm[1]{\lVert#1\rVert}? – Leo Liu Aug 27 '10 at 6:53\DeclareMathOperator\DFT{DFT}in your preamble, and use\DFT\left(f_t(n)\right)instead of\text{DFT}\left(...(I am assuming that you use the amsmath package, since you use\text.) – Jan Hlavacek Aug 27 '10 at 11:49