As usual I am having problems with my alignment. I think I have to make a selfstudy on this subject. Belox are two column(one to the right og the arrow and one to the left). As is obvious the column to the left looks weird. How can I align it to the left?
Code: Select all
\documentclass[12pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage[danish]{babel} % danske overskrifter
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{graphicx}
\usepackage{mathtools}
\usepackage{amsmath}
\begin{document}
\begin{align*}
\int\varphi''''_{1}& \qquad \Leftrightarrow \qquad &\varphi'''_{1}=C_{1} &\\
\int\varphi'''_{1} &\qquad \Leftrightarrow \qquad & \varphi''_{1}=C_{1}\xi + C_{2} \\
\int\varphi''_{1} &\qquad \Leftrightarrow \qquad & \varphi'_{1}=\frac{1}{2}C_{1}\xi^{2} + C_{2}\xi + C_{3} \\
\int\varphi'_{1} &\qquad \Leftrightarrow \qquad & \varphi_{1}=\frac{1}{6}C_{1}\xi^{3} + \frac{1}{2}C_{2}\xi^{2} + C_{3}\xi + C_{3}
\end{align*}
\end{document}
Thanks.