I wrote the following code for a table:
\documentclass{article}
\begin{document}
\begin{table}
\centering
\begin{tabular}{|c|c|c|c|c|}
\hline
x & \multicolumn{2}{c|}{y} & \multicolumn{2}{c|}{zzzzzzzzzzzzzzzzzzzzzzzzz} \\
\hline
& t & w & h & f \\
\hline
& & & & \\
\hline
& & & & \\
\hline
\end{tabular}
\end{table}
\end{document}
The result is :
How can I center the columns including "h" and "f" under the multi-column including "zzzzzzzzzzzzzzzzzzzzzzzz"?
Actually, this is how I want it to be:
Thanks




bcbcbcbcwithzzzzzzzzzzzzzzzzzzzzzzzz...) – Mico Dec 23 '20 at 01:42