Subfigure macht mich WAHNSINNIG

Tabellen und Grafiken erstellen und anordnen


texhut
Forum-Newbie
Forum-Newbie
Beiträge: 8
Registriert: Mo 15. Jan 2018, 17:54

Subfigure macht mich WAHNSINNIG

Beitrag von texhut »

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
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) 923 mal betrachtet
zweite seite der figure
zweite seite der figure
Subplot2.PNG (35.59 KiB) 945 mal betrachtet

Bartman
Forum-Meister
Forum-Meister
Beiträge: 2456
Registriert: Do 16. Jul 2009, 21:41
Wohnort: Hessische Provinz

Beitrag von Bartman »

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?

Antworten