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

Re: LaTeX und .png files



* Am Fre, 02 Mai 2003 schrieb Matthias Fechner:
> Hallo Christoph,
> 
> * Christoph Maurer <christoph-maurer@gmx.de> [02-05-03 07:47]:
> > Rufe dvips mal mit -R 0 auf. 
> 
> Also mit -R0 scheint es zu gehen.
> 
> Aber ich hab da noch so meine Problem, jetzt taucht das Bild wunderbar
> auf, nur leider an der falschen Stelle.
> Ich kopiere hier mal die relvanten Teil des LaTeX Dokuments rein,
> vielleicht siehst du noch einen kleinen Fehler:
> 
> \usepackage[dvips]{graphicx}
> \DeclareGraphicsExtensions{.jpg, .eps, .png, .bb}
                                               ^^^Das brauchst Du
                                               IMHO nicht
                             ^^^^
> \DeclareGraphicsRule{.jpeg}{eps}{.bb}{convert #1 eps:-}
                      ^^^^^^ Passt nicht zu oben.

> \DeclareGraphicsRule{.png}{eps}{.bb}{convert #1 eps:-}
> 
> Da fehlen die Backtickets, mein jed will die einfach nicht reinmachen.

Aber nur in der Mail, ja?

> 
> \subsubsection{Aufbau der Si-Solarzelle}
> 
> \begin{figure}
>   \begin{center}
>      \includegraphics[scale=0.5]{bilder/prinzip_skizze}
>   \end{center}
>   \caption{Example Picture}
> \end{figure}
> 
> Leider erscheint das Bild aber nicht unter dem Punkt Aufbau der
> Si-Solarzelle, sondern am Anfang der Seite.
> Das ist sowohl im .dvi, .ps und .pdf das gleiche.
> 
> Ich habe das scale mal weggelassen, bringt auch keine Besserung.

Lies mal die Latex-Doku zu Figures, die Floaten normalerweise...

Hier ein Auszug aus der Hilfe der latex-Suite von vim:

        \begin{figure}[placement]
                body of the figure
                \caption{figure title}
        \end{figure}

Figures are objects that are not part of the normal text, and are usually
"floated" to a convenient place, like the top of a page. Figures will not be
split between two pages.

The optional argument [placement] determines where LaTeX will try to place
your figure. There are four places where LaTeX can possibly put a float:

h (Here)                at the position in the text where the figure
                        environment appears.
t (Top)                 at the top of a text page.
b (Bottom)              at the bottom of a text page.
p (Page of floats)      on a separate float page, which is a page containing
                        no text, only floats.


Und lies mal
http://www.cs.uu.nl/~piet/floats/node1.html

-- 
Christoph Maurer - http://www.christophmaurer.de
mailto:christoph-maurer@gmx.de - Tux# 194235



Reply to: