Subfigure macht mich WAHNSINNIG

Antwort erstellen


Diese Frage dient dazu, das automatisierte Versenden von Formularen durch Spam-Bots zu verhindern.
Smilies
:D :) :( :o :shock: :? 8) :lol: :-x :P :oops: :cry: :evil: :twisted: :roll: :wink: :!: :?: :idea: :arrow: :| :mrgreen:

BBCode ist eingeschaltet
[img] ist eingeschaltet
[flash] ist ausgeschaltet
[url] ist eingeschaltet
Smilies sind eingeschaltet

Die letzten Beiträge des Themas

Ich habe die Datenschutzerklärung gelesen und bin damit einverstanden.

   

Wenn du eine Datei oder mehrere Dateien anhängen möchtest, gib die Details unten ein.

Ansicht erweitern Die letzten Beiträge des Themas: Subfigure macht mich WAHNSINNIG

von Bartman » Di 11. Dez 2018, 22:06

Dein Beispiel ist wieder unvollständig.

Nutze für Deinen Quelltext den geeigneten BBCode.

In der zweiten figure-Umgebung dürfte ein \centering-Befehl fehlen. Dein Quelltext passt jedenfalls nicht zu Deiner Abbildung in der Datei Subplot2.PNG.

Gemäß der Dokumentation von subcaption ist innerhalb der subfigure-Umgebung der Befehl \caption statt \subcaption vorgesehen.

Das optionale Argument a ist mir nicht bekannt.

Brauchst Du keine Beschriftung für alle Abbildungen?

Subfigure macht mich WAHNSINNIG

von texhut » Di 11. Dez 2018, 21:23

Ich stehe vor dem Problem, dass meine subfigures nicht innerhalb einer figure, die ich mit \continuedflot über 2 seiten führe, auf den beiden seiten anders formatiert sind - leider weiß ich nicht besser, wie ich mein problem beschreiben soll, aber ich habe screenshots als anhang hochgeladen![/img]

meine subfigure baue ich so auf:
\begin{figure}
\centering
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_cbase.eps}
\subcaption{}
\label{bga_cbase}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_ph.eps}
\subcaption{}
\label{bga_ph}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_pco2.eps}
\subcaption{}
\label{bga_pco2}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_po2.eps}
\subcaption{}
\label{bga_po2}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_hb.eps}
\subcaption{}
\label{bga_hb}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_hctc.eps}
\subcaption{}
\label{bga_hctc}
\end{subfigure}
\end{figure}
\begin{figure}[htb]\ContinuedFloat
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_so2.eps}
\subcaption{}
\label{bga_so2}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_k.eps}
\subcaption{}
\label{bga_k}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_na.eps}
\subcaption{}
\label{bga_na}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_ca.eps}
\subcaption{}
\label{bga_ca}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_cl.eps}
\subcaption{}
\label{bga_cl}
\end{subfigure}
\begin{subfigure}[a]{0.46\textwidth}
\includegraphics[width=\textwidth]{superplot_glu.eps}
\subcaption{}
\label{bga_glu}
\end{subfigure}
\end{figure}


kennt jemand dieses problem oder hat eine idee, wieso das so komisch aussieht?

DANKE
Dateianhänge
zweite seite der figure
zweite seite der figure
Subplot2.PNG (35.59 KiB) 1153 mal betrachtet
erste seite der figure... ist eine SUBFIGURE - hab mich beim abspeichern vertan
erste seite der figure... ist eine SUBFIGURE - hab mich beim abspeichern vertan
Subplot1.PNG (55.81 KiB) 1131 mal betrachtet

Nach oben