Code: Select all
\begin{itemize}
\item \textbf{Versuch 1}\\\\
\begin{tabular}{l|c|c|c}
Spezifikation & N & R & T [s]\\ \hline
pre\_track=[0,-1,0,10]& \multirow{2}{*}{1460} & \multirow{2}{*}{853} & \multirow{2}{*}{53.6}\\
h=-&&&\\
\end{tabular}
\begin{figure}[h!]
\begin{center}
\includegraphics[scale=0.4]{Bilder/s_1.png}
\caption{Versuch 1}
\end{center}
\end{figure}
\item \textbf{Versuch 2}\\\\
\begin{tabular}{l|c|c|c}
Spezifikation & N & R & T [s]\\ \hline
pre\_track=[0,-1,0,10]& \multirow{2}{*}{261} & \multirow{2}{*}{213} & \multirow{2}{*}{11.7}\\
h=[-4,-0.01,-10,0]&&&\\
\end{tabular}
\begin{figure}[h!]
\begin{center}
\includegraphics[scale=0.4]{Bilder/s_2.png}
\caption{Versuch 2}
\end{center}
\end{figure}
\end{itemize}
This is what i want to avoid. If the picture s_2 is pushed to the next page, the list "Versuch 2" point should also be pushed to the next page, just right after the figure s_1.
How can i do this?