von Lloyd Blankfein » Sa 11. Aug 2012, 14:40
Hallo,
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\begin{aligned}
f_{t-}=\lim_{s \to t,s<t}f_{s}\\
f_{t+}=\lim_{s \to t,s>t}f_{s}
\end{aligned}
\end{equation}
\end{document}
In obiger Formel möchte ich, dass die Argumente der Limes-Funktion rechts unterhalb des Limes-Symbols stehen und nicht mittig unterhalb. Wie mache ich das?
Vielen Dank für eure Hilfe,
Lloyd
Hallo,
[code]
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{equation}
\begin{aligned}
f_{t-}=\lim_{s \to t,s<t}f_{s}\\
f_{t+}=\lim_{s \to t,s>t}f_{s}
\end{aligned}
\end{equation}
\end{document}
[/code]
In obiger Formel möchte ich, dass die Argumente der Limes-Funktion rechts unterhalb des Limes-Symbols stehen und nicht mittig unterhalb. Wie mache ich das?
Vielen Dank für eure Hilfe,
Lloyd