
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
In article <[EMAIL PROTECTED]>,
Timtro <[EMAIL PROTECTED]> wrote:
>Hey guys. Sorry to bother you. I am trying to learn LaTeX, and I found a
>little question. I am trying to write the classic wave equation
>(d^2f/dx^2)=-(2pi/lambda)^2f(x) and I want to enclose the fraction in
>brackets, but the brackets are too small. how do I make big brackets? I
>found this: Bigl( and Bigr) but Even thhat isn't big enough.
There are bigger ones: biggl, biggr, Biggl, and Biggr.
Or you can ask LaTeX to figure out the smallest size that will fit
them exactly, by using
\left[ and \right].
Sometimes \left and \right give a size which is technically correct
but visually non-pleasing, though, which is why you can also give the
size manually through bigl, bigr, Bigl, Bigr, biggl, biggr, Biggl, and
Biggr.
======================================================================
"It's not denial. I'm just very selective about
what I accept as reality."
--- Calvin ("Calvin and Hobbes")
======================================================================
Arturo Magidin
[EMAIL PROTECTED]
| <-- __Chronological__ --> | <-- __Thread__ --> |