Latex - placing limits under and above an integral (rather than near it)

With the following syntax:

$ \int_{a}^{b} Foo dx $ 

I have the limits on the right of the integral sign. I'd like to have them under and above.

Do I need a package for that? Is there a way similar to

\lim\limits_{bla} 

that doesn't require a recognized math operation?

1 Answer

This is what you're looking for I believe.

Below the code snippet that places the integration limits under and above the integral sign.

\[ \int\limits_a^b f(x) \, \mathrm{d} x \]

output

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like