For some reason, my text doesn't center properly, and is instead offset by a small amount in the vertical direction.
This is the code for this table:
\documentclass{article} \usepackage{makecell} \usepackage{textcomp,gensymb} \usepackage{siunitx} \usepackage{multirow} \usepackage{chemfig} \usepackage{geometry} \geometry{margin=120pt} \begin{document} \begin{center} \begin{tabular}{| c | c | c | c | c | c | c | c | c | c | c |} \hline \multirow{3}{*}{\thead{Temperature \\ (\degree\si{C} $\pm$ 0.1 \degree\si{C})}} & \multicolumn{10}{ c |}{\thead{Volume of \chemfig{MgCl_2} solution added \\ (\si{cm^3} $\pm$ 0.05 \si{cm^3})}} \\ \cline{2-11} & \multicolumn{2}{ c |}{\thead{Trial 1}} & \multicolumn{2}{ c |}{\thead{Trial 2}} & \multicolumn{2}{ c |}{\thead{Trial 3}} & \multicolumn{2}{ c |}{\thead{Trial 4}} & \multicolumn{2}{ c |}{\thead{Trial 5}} \\ \cline{2-11} & \thead{Start} & \thead{End} & \thead{Start} & \thead{End} & \thead{Start} & \thead{End} & \thead{Start} & \thead{End} & \thead{Start} & \thead{End} \\ \hline \thead{20} & & & & & & & & & & \\ \hline \thead{35} & & & & & & & & & & \\ \hline \thead{50} & & & & & & & & & & \\ \hline \thead{65} & & & & & & & & & & \\ \hline \thead{80} & & & & & & & & & & \\ \hline \end{tabular} \end{center} \end{document} As you can see, the first cell (Temperature (°C ± 0.1 °C)) is slightly off center in the vertical direction. I am making use of the makecell package to format the text. How should I change it so that it is properly centered?



makecellsinstead ofmakecell) and missingbegin/enddocument.