
Text Formatting ⇒ Integrals in arrays
Integrals in arrays

Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: Integrals in arrays
you could use the command \displaystyle before the integral.
Stefan
Integrals in arrays
I've tried that, but unfortunately TexMaker gives me a "Bad math environment delimiter." error D:Stefan_K wrote:Hi,
you could use the command \displaystyle before the integral.
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Integrals in arrays
Code: Select all
\documentclass{article}
\begin{document}
\[
\begin{array}{l}
\displaystyle\int_0^\infty
\end{array}
\]
\end{document}