Creating Big Integrals in LaTeX: Tips and Tricks

  • Context: LaTeX 
  • Thread starter Thread starter Bachelier
  • Start date Start date
  • Tags Tags
    Latex
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
6 replies · 25K views
Bachelier
Messages
375
Reaction score
0
I search google and different math sites but came with not answer for making an integral big.

How do I do it please?

##\int## is too small sometimes
 
Physics news on Phys.org
Bachelier said:
I search google and different math sites but came with not answer for making an integral big.

How do I do it please?

##\int## is too small sometimes

With Latex:

[tex]\int{x dx}[/tex]
 
berkeman said:
With Latex:

[tex]\int{x dx}[/tex]

[tex]\int{grazie \ mille \ \mathrm{d}t}[/tex]
 
Bachelier said:
I search google and different math sites but came with not answer for making an integral big.

How do I do it please?

##\int## is too small sometimes
You're using inline math mode there, which makes things small. Use displayed math mode instead and you'll get a larger integral symbol:

Code:
[tex]\int dx[/tex]
[tex]\int dx[/tex]

You can embiggen delimiters with \left / \right, \bigl / \bigr (or just \big), etc. There's a whole slew of macros that embiggen delimiters by various amounts. However, you can't embiggen the integral symbol for various technical reasons. If you want an even bigger integral symbol you'll need to use a package that supplies big integral symbols such as http://www.ctan.org/tex-archive/macros/latex/contrib/bigints/.

Note: You can't use this capability with the limited subset of TeX/LaTeX that is available at this site. Only a fixed set of packages are available for your use in a post.
 
D H said:
You can embiggen delimiters …

surely "embiggen" means to increase the worth (or self-worth) of something/someone, not to actually make bigger?

eg the famous springfield motto "a noble spirit embiggens the smallest man" does not mean that the smallest man actually gets larger? :wink:

(same for "big up")
 
These are integrals:
(inline) [itex]\int dx[/itex] and (inline with \displaystyle) [itex]\displaystyle\int dx[/itex]
and (displaystyle)[tex]\int dx[/tex].
These are also integrals: with \Large and \LARGE and \Huge
[tex]\int dx \qquad {\Large \int} dx \qquad {\LARGE\int} dx \qquad {\Huge\int} dx[/tex]
 
From now on I am using this for all my integrals.

[tex]{\Huge\int} \mathrm{d}\xi[/tex]

Gotta put emphasis on it. :-p