Math & Sciencemultiline undertexts for mathematical symbols

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
bkarpuz
Posts: 124
Joined: Thu Dec 18, 2008 4:53 pm

multiline undertexts for mathematical symbols

Post by bkarpuz »

Dear all,

I use the following code

Code: Select all

A:=\bigcup_{\stackrel{i\in I}{A_{i}\cap B\neq0}}A_{i}
but the lines under $\bigcup$ are not same size, but I want them to be same size.
Can this be fixed, or is there an alternative command for this?

Thanks.
bkarpuz

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

multiline undertexts for mathematical symbols

Post by localghost »

Search the amsmath manual or the »Math mode« document for the \substack command.


Best regards
Thorsten
bkarpuz
Posts: 124
Joined: Thu Dec 18, 2008 4:53 pm

multiline undertexts for mathematical symbols

Post by bkarpuz »

localghost wrote:Search the amsmath manual or the »Math mode« document for the \substack command.


Best regards
Thorsten
I modified the codes as follows.

Code: Select all

A:=\bigcup_{\substack{i\in I\\ A_{i}\cap B\neq0}}A_{i}
Thanks a lot!
bkarpuz
Post Reply