Math & ScienceMaximum Operator in Subscript with Text underneath

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
thunder
Posts: 2
Joined: Fri May 18, 2012 5:25 pm

Maximum Operator in Subscript with Text underneath

Post by thunder »

Hi,

I want to write an equation with an Upsilon with the indices \max{k \in lp(i)}L(k)}.
My problem is that the k \in lp(i) is written as indices and not underneath. How do I do that?

Code: Select all

\begin{equation}
\Upsilon_{\max_{k \in lp(i)}(L_k)} = 1
\end{equation}
Last edited by Stefan Kottwitz on Fri May 18, 2012 5:38 pm, edited 2 times in total.

Recommended reading 2024:

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

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

thunder
Posts: 2
Joined: Fri May 18, 2012 5:25 pm

Maximum Operator in Subscript with Text underneath

Post by thunder »

Problem solved:

Code: Select all

\begin{equation} 
\Upsilon_{\max\limits_{k \in lp(i)}(L_k)} = 1 
\end{equation}
Last edited by Stefan Kottwitz on Wed May 23, 2012 3:09 pm, edited 2 times in total.
Post Reply