LuPi
28-10-2011, 12:17
Wie beim nachstehenden Beispiel zu erkennen ist, habe ich ein Problem mit
der horizontalen Ausrichtung in der align-Umgebung. Bisher habe ich mir da
mit händischer Frickelei beholfen, aber das mir auf Dauer zu lästig (und nicht
LaTeX-like). Wie mache ich das besser?
\documentclass{scrartcl}
\usepackage{amsmath}
\setlength{\textwidth}{8.4cm}
\begin{document}
\begin{align}
i(t)&=c_1\left(A_1\cos\omega_1t+A_2\cos\omega_2t\right) +\notag\\
&\hphantom{=}c_2\left(A_1\cos\omega_1t+A_2\cos\omeg a_2t\right)^2+\notag\\
&\hphantom{=}c_3\left(A_1\cos\omega_1t+A_2\cos\omeg a_2t\right)^3\notag\\
&=c_1\left(A_1\cos\omega_1t+A_2\cos\omega_2t\right) \\
&\hphantom{=}c_2\left(A_1^2\cos^2\omega_1t+A_1A_2\c os\omega_1\cos\omega_2t+\right.\notag\\
&\hphantom{=c_2}\left.A_2^2\cos^2\omega_2t\right)+\ notag\\
&\hphantom{=}c_3\left(A_1^3\cos^3\omega_1t+A_1^2A_2 \cos^2\omega_1\cos\omega_2t+\right.\notag\\
&\hphantom{=c_2}\left.A_1A_2^2\cos\omega_1\cos^2\om ega_2t+A_2^3\cos^3\omega_2t\right)\notag
\end{align}
\end{document}
der horizontalen Ausrichtung in der align-Umgebung. Bisher habe ich mir da
mit händischer Frickelei beholfen, aber das mir auf Dauer zu lästig (und nicht
LaTeX-like). Wie mache ich das besser?
\documentclass{scrartcl}
\usepackage{amsmath}
\setlength{\textwidth}{8.4cm}
\begin{document}
\begin{align}
i(t)&=c_1\left(A_1\cos\omega_1t+A_2\cos\omega_2t\right) +\notag\\
&\hphantom{=}c_2\left(A_1\cos\omega_1t+A_2\cos\omeg a_2t\right)^2+\notag\\
&\hphantom{=}c_3\left(A_1\cos\omega_1t+A_2\cos\omeg a_2t\right)^3\notag\\
&=c_1\left(A_1\cos\omega_1t+A_2\cos\omega_2t\right) \\
&\hphantom{=}c_2\left(A_1^2\cos^2\omega_1t+A_1A_2\c os\omega_1\cos\omega_2t+\right.\notag\\
&\hphantom{=c_2}\left.A_2^2\cos^2\omega_2t\right)+\ notag\\
&\hphantom{=}c_3\left(A_1^3\cos^3\omega_1t+A_1^2A_2 \cos^2\omega_1\cos\omega_2t+\right.\notag\\
&\hphantom{=c_2}\left.A_1A_2^2\cos\omega_1\cos^2\om ega_2t+A_2^3\cos^3\omega_2t\right)\notag
\end{align}
\end{document}