According to this link I can use ~ to make a non-breaking space. But how do I make a non-breaking paragraph?
Example:
Have a look at this table:
\begin{table}[h]
... contents ...
\end{table}
Next step is to ...
Here, LaTeX made a page break where the table was supposed to be, meaning the output went like this:
Have a look at this table:
Next step is to ...
(table contents)
tableenvironment, to mark the content as a float that can be moved to help page breaking. You should refer to it indirectly via its caption number rather than assuming it is in a specific place in the document. notlook at this table:butas shown in table \ref{mytable}– David Carlisle Jun 19 '19 at 15:08