I am trying to setup letterhead. I am using Ubu10.4 and emacs23. I am trying to put the Company name with section underneath on the left hand side of the page. I am having trouble aligning the address on the right hand side across from the company name and section on the left. Here is my code
Code: Select all
Code, edit and compile here:
\documentclass[12pt]{letter}\usepackage{color}\textwidth 6.75in\textheight 9.25in\oddsidemargin -.25in\evensidemargin -25in\topmargin -1in\parindent 0.4in\begin{document}\noindent {\textcolor{red}{\Large \bf Company Name}}\\{\sf {\LARGE Company section }} \hfill\noindent {\sf \textbf{Company section}\\Company department\\Company name\\City, State, Zip, USA\\Tel: \\Fax: \\}\end{document}
Thanks.