I have to prepare a report using a specific format, of which I attached an image (1). The only problem is I don't know how to:
1. Align two items on the same line, one left one right
2. Make them both appear the same as a \section{} or \subsection{} header.
The best attempt I've had was the following code:
Code: Select all
\begin{minipage}{0.5\textwidth}
\begin{flushleft}
\subsection*{Alex W}
\end{flushleft}
\end{minipage}
\begin{minipage}{0.5\textwidth}
\begin{flushright}
\textbf{\large October 24, 2008}\\[1.5cm]
\end{flushright}
\end{minipage}
\\
\subsection*{Bahaa B}

Thanks,
Alex W.