I have the following table (minimised) in my document:
Code: Select all
Code, edit and compile here:
\begin{table}[htbp]\begin{tabular}{ccccc}& Diamond size ($\mu$m) & Revolution speed (rpm) & Load (N) & Time (min)\tabularnewlineGrinding & 20 & 200 & 26 & 0.5\tabularnewline\end{tabular}\end{table}
It appears in the document as:
Code: Select all
Diamond size (µm) Revolution speed (rpm) Load (N) Time (min)Grinding 20 200 26 0.5
How can I force a line break in each of the top cells such that the table appears as:
Code: Select all
Diamond size Revolution speed Load Time(µm) (rpm) (N) (min)Grinding 20 200 26 0.5