[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Letterhead Modification



Hi All,

I've modified my Letterhead today so it would print some more
information. I have next to zero experience with tex, and just wanted
to make sure this was proper way of going about it. I used tables, and
like HTML, I am unsure if this is the "wrong way" of doing things :)
Any advice is much appreciated!

It used to be <addy> <space> <logo> <space> <telephone>
now it's <logo><addy> <space> <telephone>

Previously (default):
----------------------------
\parbox{\textwidth}{%
 \parbox[b]{.42\textwidth}{%
   <?lsmb company ?>

   <?lsmb address ?>
 }
 \parbox[b]{.2\textwidth}{
   \includegraphics[scale=0.3]{logo}
 }\hfill
 ..hidden..
 Tel: & <?lsmb tel ?>\\
 Fax: & <?lsmb fax ?>
 \end{tabular}

 \rule[1.5em]{\textwidth}{0.5pt}
}


My Modifications:
-------------------------

\parbox{\textwidth}{%
\begin{tabular}{llp{93}r}
\parbox[b]{.258\textwidth}{
        \includegraphics[scale=0.6]{logo}
       }\hfill
&
\parbox[b]{.27\textwidth}{%
   <?lsmb company ?>
   <?lsmb address ?>
 }
&
\parbox[b]{4\textwidth}{%
}
&
..hidden..
 Tel: & <?lsmb tel ?>\\
 Toll Free: & 888.686.1870 \\
 Fax: & <?lsmb fax ?> \\
 Email: & ..hidden..
 \end{tabular}
\\
\end{tabular}
 \rule[1.5em]{\textwidth}{0.5pt}
}

Thanks,
Matt Gibson