Abbildungen werden sehr unpassend eingefügt
Verfasst: Do 25. Nov 2010, 21:24
Hi!
Ich habe ein Problem bei meiner Arbeit. Ich habe ein paar Abbildungen, diese werden aber trotz [h] ziemlich unsinnig eingefügt, mal ein Beispiel:
Das Ergebnis sieht so aus: http://www.imagebanana.com/view/1lb8pt7 ... .22.43.png
Die Abbildungen werden also wirlkich jeweils an die ungünstigste Stelle eingefügt...Ich will das auf jeden Fall unterbinden. Kann man Latex nicht vorschreiben wo es die Abb einzufügen hat? Ich hatte gehofft dieser Parameter [h] würde das leisten. Ist aber offensichtlich nicht so.
Also so geht es einfach garnicht...
Ich habe ein Problem bei meiner Arbeit. Ich habe ein paar Abbildungen, diese werden aber trotz [h] ziemlich unsinnig eingefügt, mal ein Beispiel:
In Figure \ref{pagerankbeispielgraph}, you can see the graph that represents a set of linked documents. Each node represents one document. An edge between two nodes means, that the document from that the edge starts, links to the document into that the edge ends.\\ %%%%%%%%%%%%%Graph der Linkstruktur von 4 Dokumenten für PageRank%%%%%%%%%%%%% \begin{figure}[h] \centering \begin{tikzpicture}[->,>=stealth',shorten >=1pt,auto,node distance=2.8cm, semithick] \tikzstyle{every state}=[fill=red,draw=none,text=white] \node[state] (B) {$B$}; \node[state] (D) [below right of=B] {$D$}; \node[state] (C) [below left of=B] {$C$}; \node[state] (E) [below of=B] {$E$}; \path (C) edge node {} (B) edge node {} (D) (B) edge node {} (C) (D) edge node {} (B) edge node{} (E) (E) edge node {} (B); \end{tikzpicture} \caption{The link structure of 4 documents A,B,C and D represented as a graph} \label{pagerankbeispielgraph} \end{figure} %%%%%%%%%%%%%Graph der Linkstruktur von 4 Dokumenten für PageRank%%%%%%%%%%%%% As you can see in the figure, all documents link document B. It is obvious, that document B is important. One the other hand, B itself links only one document, namely document C. It is also obvious, that document C should also be important. When computing the PageRank for that example, the solution vector looks like this:\\
Das Ergebnis sieht so aus: http://www.imagebanana.com/view/1lb8pt7 ... .22.43.png
Die Abbildungen werden also wirlkich jeweils an die ungünstigste Stelle eingefügt...Ich will das auf jeden Fall unterbinden. Kann man Latex nicht vorschreiben wo es die Abb einzufügen hat? Ich hatte gehofft dieser Parameter [h] würde das leisten. Ist aber offensichtlich nicht so.
Also so geht es einfach garnicht...
