Subfigure macht mich WAHNSINNIG
Verfasst: 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:
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