On Tue, 4 Nov 2003, tarvydas wrote:I'm trying to create a letter which includes a letterhead logo in the upper left hand corner and I would like to add an address to the logo.
Any pointers / cookbooks / advice I could look at to figure out how to do this? My first attempt - placing a graphic - just plunks the logo in the wrong part of the page.
Paul,
I asked about this a couple of weeks ago but never saw an answer.
I must have missed this. Anyway, it is quite easy with the scrlltr2 class (i.e. KOMA script letter v.2), which has a logo environment (\fromlogo is the actual LaTeX command). You can just insert a graphic into that environment, which will be shown if you use the document option "fromlogo=true". The Position of the logo depends on how you have set the document option "fromalign=[left|right|center]" which sets the sender address. Have a look at the explanations in the preamble of the koma-letter2 template and the KOMA documentation:
http://www.ctan.org/tex-archive/macros/latex/contrib/koma-script/scrguien.pdf
HTH, J�rgen.
