I have this section of TeX that describes a table
\begin{table}[h]
\begin{tabular}{|p{0.142\linewidth}|p{0.142\linewidth}|p{0.142\linewidth}|p{0.142\linewidth}|p{0.142\linewidth}|p{0.142\linewidth}|p{0.142\linewidth}|}
\hline
\sloppy Angle ($\theta$) deg \newline $\Delta\theta=\pm0.5$ & \sloppy Time (t) s \newline $\Delta t\nolinebreak=\pm0.11$ & \sloppy Time (t) s \newline $\Delta t\nolinebreak=\pm0.11$ & \sloppy Time (t) s \newline $\Delta t\nolinebreak=\pm0.11$ & \sloppy Time (t) s \newline $\Delta t\nolinebreak=\pm0.11$ & \sloppy Time (t) s \newline $\Delta t\nolinebreak=\pm0.11$ & \sloppy Time (t) s \newline $\Delta t=\pm0.11$ \\ \hline
0.00 & Did not move & Did not move & Did not move & Did not move & Did not move & Did not move \\ \hline
15.0 & 3.95 & 3.90 & 3.73 & 3.93 & 3.86 & 3.87 \\ \hline
30.0 & 2.77 & 2.84 & 2.74 & 2.80 & 2.81 & 2.79 \\ \hline
45.0 & 2.66 & 2.71 & 2.69 & 2.67 & 2.65 & 2.68 \\ \hline
60.0 & 3.39 & 3.23 & 3.26 & 3.34 & 3.32 & 3.31 \\ \hline
75.0 & 5.01 & 5.00 & 4.91 & 4.91 & 4.95 & 4.96 \\ \hline
90.0 & Did not move & Did not move & Did not move & Did not move & Did not move & Did not move \\ \hline
\end{tabular}
\end{table}
When I build this with pdflatex on Windows 10, I get this output.
What I want to be output is this:
What I want is the Time (t) and s to be on different lines, and \delta t and \pm0.11 to be on the same line in the first row of the table. Also, I would like "Did not move" to be on the same line.








p{<width>}cell, than you cant prevent. You have three possibilities: (i) make cell width larger, (ii) use smaller font or (ii) change cell type tolorcorr. – Zarko Feb 19 '17 at 20:07\linewidthso we have to guess... – David Carlisle Feb 19 '17 at 20:25