Am Tue, 4 Feb 2003 13:26:27 +0100 schrieb Dierk Remmers <[EMAIL PROTECTED]>:
> Hi,
>
> I wrote a letter with the g-brief-de layout template. Now I would like
> to place a photo on the free place on the right corner at the top of
> the page just below the heading. Are there any tex macros/packages
> which I could use to accomplish this (pstricks?)? What are the
> tex-codes for this task?
>
> Thank you very much for any help.
>
> Dierk
>
Hi,
Perhaps this was just a to dump question. However, I found a solution
for it:
You can place any photo (picture or image, preferrably in the eps
format) on a free place on your letter by using a backpicture.
You have to to include the graphicx-package in the latex-preamble
(\usepackage{graphicx}) . Furthermore, insert the following tex-code
into the text section of the g-brief.de-template:
{\unitlength=1cm
\begin{picture}(0,0)
\put(13,4){\includegraphics{logo.eps}}
\end{picture}}
If you use a logo.eps of the appropriate size you can put the image to
any place by modifying the \put(x,y) line.
This is not a very elegant solution, however it works.
logo.eps
Description: PostScript document
test.lyx
Description: Binary data
msg24791/pgp00000.pgp
Description: PGP signature
