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

Re: mit latex bild positionieren



Mathias Gygax <mg@trash.net> writes:

> ich sollte mit latex ein EPS bild ganz rechts am rand positionieren und
> links den normalen textlauf haben.  wie mach ich das? bis jetzt verwende
> ich graphicx als grafik-package.

Ich hab' das mit wrapfig gemacht:

,-----
| 
| \usepackage{wrapfig}
| 
| \begin{document}
| 
|    ...
|   
| \begin{wrapfigure}{r}{4cm}
| \includegraphics[width=4cm]{bild}
| \end{wrapfigure}
| 
| \paragraph{Persönliche Angaben}
| \begin{tabbing}
| xxxxxxxxxxxxxxxxx\=\kill
| 
|    ...
| 
| \end{tabbing}
| 
`-----

-- 
charly.root at web.de (Public Key ID: 647289AA)
···················································
Perl - the only language that looks the same before
and after RSA encryption.           -- Keith Bostic



Reply to: