Seite 1 von 1

Argumente in Limes-Funktion rechtsseitig ausrichten

Verfasst: Sa 11. Aug 2012, 14:40
von Lloyd Blankfein
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

Verfasst: Di 14. Aug 2012, 18:57
von Lloyd Blankfein
Hat jemand eine Idee?

Verfasst: Di 14. Aug 2012, 19:27
von bloodworks
Hallo versuch doch mal \mathrlap aus mathtools das sollte so halbwegs sein was du willst.

Verfasst: Di 14. Aug 2012, 21:56
von Lloyd Blankfein
Hallo bloodworks,

mathrlap führt leider nicht zum gewünschten Ergebnis:
\documentclass{article}
\usepackage{amsmath}
\usepackage{mathtools}
\begin{document}

\begin{equation}
      \begin{aligned}
      	f_{t-}=\lim_{s \to t,s<t}f_{s}\\
      	f_{t+}=\lim_{\mathrlap{s \to t,s>t}}f_{s}    	
      \end{aligned}
\end{equation}

\end{document}
Gruß,
Lloyd

Verfasst: Mi 15. Aug 2012, 10:07
von bloodworks
Hi dann solltest du vll näher erklären was du mit recht unterhalb meinst.