summaryrefslogtreecommitdiff
path: root/templates/Default-letterhead.tex
blob: 16d1d16c75e12ec750c753d9b6df5c79460a7878 (plain)
  1. \parbox{\textwidth}{%
  2.   \parbox[b]{.42\textwidth}{%
  3. <%company%>
  4. <%address%>
  5. }
  6. \parbox[b]{.2\textwidth}{
  7. \includegraphics[scale=0.3]{../<%templates%>/<%language_code%>/logo}
  8. }\hfill
  9. \begin{tabular}[b]{rr@{}}
  10. Tel: & <%tel%>\\
  11. Fax: & <%fax%>
  12. \end{tabular}
  13. \rule[1.5em]{\textwidth}{0.5pt}
  14. }