Search found 3 matches

by anonymous188
Sat Oct 25, 2008 4:07 am
Forum: General
Topic: question: how to align left and align right in same line
Replies: 5
Views: 210069

Re: question: how to align left and align right in same line

Perfect! Thanks for your help guys.

-Alex W.
by anonymous188
Sat Oct 25, 2008 1:49 am
Forum: General
Topic: question: how to align left and align right in same line
Replies: 5
Views: 210069

question: how to align left and align right in same line

Thanks for the reply. :) When I insert \hfill between the two texts, like so:

\begin{minipage}{0.5\textwidth}
\begin{flushleft}
\subsection*{Alex W}
\end{flushleft}
\end{minipage}
\hfill
\begin{minipage}{0.5\textwidth}
\begin{flushright}
\textbf{\large October 24, 2008}\\[1.5cm]
\end{flushright ...
by anonymous188
Sat Oct 25, 2008 12:48 am
Forum: General
Topic: question: how to align left and align right in same line
Replies: 5
Views: 210069

question: how to align left and align right in same line

Hey everyone,

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 ...