I know that I can use \lim as follows
\lim_{x \to \infty}
However, what do I do if I want to specify two conditions: x \to \infty and x \in D, say, to appear above each other?
Math & Science ⇒ Limes with two Conditions
Limes with two Conditions
Last edited by marcdein on Tue Sep 27, 2011 12:00 pm, edited 1 time in total.
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
Limes with two Conditions
The amsmath package offers the \substack command for such cases.
For details take a look at the package manual. For more information about math typesetting refer to the »Math mode« document.
Thorsten
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{mathtools} % loads »amsmath«
\begin{document}
\[
\lim_{\substack{x\to\infty\\x\in D}}
\]
\end{document}
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10