I encoutered this strange problem. For some reason LATEX decided to leave a big gap at the end of that page and I REALLY need to put this circled text into that gap as it distorts the layout of my next pages and ultimately almost whole document. Please, can you help me fix this?
This is the part of code that generates those pages:
Code: Select all
\begin{table}[!ht]
\begin{center}
\centering
\vspace{5mm}
\begin{tabular}{|c|C{0.26\textwidth}|C{0.26\textwidth}|C{0.26\textwidth}|}
\hline
& \multirow{2}{*}{\(\frac{kB}{s_{um}}=0\)} & \multirow{2}{*}{\(\frac{kB}{s_{um}}=2\)} & \multirow{2}{*}{\(\frac{kB}{s_{um}}=5\)} \\
& & & \\ \hline
\(N_{P}=1\) &\begin{center} \includegraphics[width=0.26\textwidth]{placeholder3} \end{center} & \begin{center}\includegraphics[width=0.26\textwidth]{placeholder3}\end{center} & \begin{center}\includegraphics[width=0.26\textwidth]{placeholder3}\end{center}\\ \hline
\(N_{P}=4\) & \begin{center}\includegraphics[width=0.26\textwidth]{placeholder3}\end{center} & \begin{center}\includegraphics[width=0.26\textwidth]{placeholder3}\end{center} & \begin{center}\includegraphics[width=0.26\textwidth]{placeholder3}\end{center}\\
\hline
\end{tabular}
\end{center}
\caption{\label{tab:table-name}Side views of failure mechanisms}
\end{table}
\subsection{3.5 Circular Foundations with Central Square Perforation}
Another interesting case is a combination between two previous cases - a ring foundation with central square perforation.
No signs of this foundation analyses have been found in the literature - one of the reasons why it has been decided to look at it. The basic notation for and maximal theoretical perforation ratio is as shown below. The imposed soil-foundation interface is rough.
Code: Select all
\newcolumntype{C}[1]{>{\centering\arraybackslash}m{#1}}