I want to have two minipages on the same level (one left and the other right), both contain two lines. But this two minipages are not on the same level
Code: Select all
\begin{minipage}{0.4\textwidth}
\begin{flushleft}
\underline{Stuttgart, den \today{}}\\
(Ort und Datum)
\end{flushleft}
\end{minipage}
%
\begin{minipage}{0.6\textwidth}
\begin{flushright}
\underline{\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ }\\
(Unterschrift des Verfassers)
\end{flushright}
\end{minipage}