General ⇒ letters and logos
letters and logos
I have a logo that I want at the top of the first page of the letter. I want to the logo to occupy a band about 7 in wide across the top of the page. I have tried all kinds of letter styles and have not found one that I can make work for this, including akletter, scrlttr2 for Koma etc. Most of the styles out there seem to want to put the logo in one corner of the page. I want it to go right across the top.
Anyone know how to do this?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: letters and logos
B.A.
- countbela666
- Posts: 64
- Joined: Thu Apr 26, 2007 2:44 pm
letters and logos
here a minimum example with the KOMA-Script scrlttr2 class:
Code: Select all
\documentclass[demo,english]{scrlttr2}
\usepackage{babel,blindtext,graphicx}
\begin{document}
\KOMAoptions{fromlogo=true}
\setkomavar{fromname}{Me}
\setkomavar{fromaddress}{Here}
\setkomavar{fromlogo}{\includegraphics[width=5in,height=1cm]{foo}}
\firsthead{\centering\usekomavar{fromlogo}}
\begin{letter}{You\\There}
\opening{Cheers,}
\blindtext
\closing{cu}
\end{letter}
\end{document}
Marcel
a thousand worlds for you to see here, take my hand and follow me...