Seite 1 von 1

Subfigure macht mich WAHNSINNIG

Verfasst: Di 11. Dez 2018, 21:23
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

Verfasst: Di 11. Dez 2018, 22:06
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?