is there anyway in Latex to typeset two addresses exactly opposite each
other i.e. one on the left hand side of the page and one on the right
please? Also, in the letter class, I assume taht the clsing statement is
left justified?
Thanks
james
> Does anyone know how to create letterheads in Latex i.e. both address
> opposite each other?
i have been trying to do exactly this.. with a log and some text on the
left.. and i am having no luck.. i tried doing it with a table, but it's
not working..
i am going to try mbox next..
> Does anyone know how to create letterheads in Latex i.e. both address
> opposite each other?
okay, just i got this to work on my end... i think i cheated, and i am
sure it's just a kludge.. and i would like to see the REAL way to do
this.. but i ended up using a negative vspace and minipage to get the
address to line up.. i am not sure that i needed minipage after all, as
there this went through a ton of incarnations to get it to work..
once it worked, and nothing looked horribly bad.. i let it roll..
so i made a table with two columns.. one for a logo, and one for the
address.. it looks like this:
\begin{center}
\begin{tabular}[b]{lr}
\includegraphics[scale=0.3]{logo} &
\begin{minipage}{3in}
\begin{flushright}
{\vspace*{-.75in}}Business Name\\ url\\ name, title\\ phone\\ email
\end{flushright}
\end{minipage}
\\
\hline
\end{tabular}
\end{center}
--
___
peace,
sergio
http://www.village-buzz.com
----- Original Message -----From: David OwenSent: Wednesday, July 22, 2009 7:27 PMSubject: Re: Typesetting two adress on opposite sides of the page