I am using the following code to try to obtain something to the effect of
Author: Laboratory Partners:
Amos NG Rebecca ROYCROFT
Nora BRACKBILL
Professor:
Huan HUANG
The code:
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \small
\emph{Author:}\\
Amos \textsc{Ng}\\[0.4cm]
\emph{Professor:} \\
Huan \textsc{Huang}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \small
\emph{Laboratory Partners:} \\
Rebecca \textsc{Roycroft}\\
Nora \textsc{Brackbill}
\end{flushright}
\end{minipage}
The resulting output:

How can I achieve the layout I want here?
\begin{minipage}[t]{0.4\textwidth}for the twominipageenvironments – Alain Matthes Apr 2 '11 at 7:45